From owner-freebsd-java@FreeBSD.ORG Mon Nov 28 17:58:15 2011 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 7D1041065673; Mon, 28 Nov 2011 17:58:15 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-java@freebsd.org Date: Mon, 28 Nov 2011 12:57:56 -0500 User-Agent: KMail/1.6.2 References: <20111125220926.GD38482@itcom245.staff.itd.umich.edu> In-Reply-To: <20111125220926.GD38482@itcom245.staff.itd.umich.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201111281257.58451.jkim@FreeBSD.org> Cc: William Bulley Subject: Re: /usr/ports/java/icedtea-web configure script failure X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 17:58:15 -0000 On Friday 25 November 2011 05:09 pm, William Bulley wrote: > checking for X11... yes > checking for a JRE home directory... /usr/local/openjdk6/jre > checking for a Java virtual machine... > /usr/local/openjdk6/jre/bin/java checking if java.util.jar.Pack200 > is available... yes > checking if java.net.CookieManager is available... yes > checking if java.net.HttpCookie is available... yes > checking if java.net.CookieHandler is available... yes > checking if sun.security.provider.X509Factory is available... yes > checking if sun.security.util.SecurityConstants is available... yes > checking if sun.security.util.HostnameChecker is available... yes > checking if sun.security.x509.X500Name is available... yes > checking if sun.misc.BASE64Encoder is available... yes > checking if sun.misc.HexDumpEncoder is available... yes > checking if sun.security.validator.ValidatorException is > available... yes checking if > com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager is > available... yes checking if sun.awt.X11.XEmbeddedFrame is > available... yes checking if sun.misc.Ref is available... yes > checking if com.sun.jndi.toolkit.url.UrlUtil is available... yes > checking if sun.applet.AppletImageRef is available... yes > checking if sun.applet.AppletViewerPanel is available and public... > 2 configure: error: sun.applet.AppletViewerPanel is not public. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Your OpenJDK6 *must* be built with ICEDTEA option, which makes the method public. Jung-uk Kim > ===> Script "configure" failed unexpectedly. > Please report the problem to java@FreeBSD.org [maintainer] and > attach the > "/usr/ports/java/icedtea-web/work/icedtea-web-1.1.4/config.log" > including the output of the failure of your make command. Also, it > might be a good idea to provide an overview of all packages > installed on your system (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/java/icedtea-web. > *** Error code 1 > > Stop in /usr/ports/java/icedtea-web. > > > Regards, > > web...