/usr/ports/java/icedtea-web configure script failure

Jung-uk Kim jkim at FreeBSD.org
Mon Nov 28 19:52:22 UTC 2011


On Monday 28 November 2011 02:12 pm, William Bulley wrote:
> According to Jung-uk Kim <jkim at FreeBSD.org> on Mon, 11/28/11 at 
12:57:
> > Your OpenJDK6 *must* be built with ICEDTEA option, which makes
> > the method public.
>
> I thought the WEB option was the necessary option.  I believe you
> are referring to the ICEDTEA option, which, indeed, is turned off
> in my options file at /var/db/ports/openjdk6/options:
>
> # This file is auto-generated by 'make config'.
> # No user-servicable parts inside!
> # Options for openjdk6-b22_5
> _OPTIONS_READ=openjdk6-b22_5
> WITHOUT_DEBUG=true
> WITHOUT_FASTDEBUG=true
> WITHOUT_ICEDTEA=true                  <<<<==== should be WITH, yes?
> WITHOUT_IPV6=true
> WITHOUT_POLICY=true
> WITHOUT_SOUND=true
> WITHOUT_TEST=true
> WITH_WEB=true                         <<<<==== I thought this was
> enough

Basically, WEB option was removed from java/openjdk6 since b23 because 
the functionality was moved to java/icedtea-web.  The "IcedTea-Web 
enabler" patch is enabled by ICEDTEA option now.

Jung-uk Kim


More information about the freebsd-java mailing list