From owner-freebsd-java@FreeBSD.ORG Tue Jul 12 14:20:14 2011 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F1361065675 for ; Tue, 12 Jul 2011 14:20:14 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6F7668FC15 for ; Tue, 12 Jul 2011 14:20:12 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA14597; Tue, 12 Jul 2011 17:19:36 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4E1C57F6.2070703@FreeBSD.org> Date: Tue, 12 Jul 2011 17:19:34 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110705 Thunderbird/5.0 MIME-Version: 1.0 To: David Wolfskill References: <20110712122808.GH49108@albert.catwhisker.org> <4E1C432F.8070404@FreeBSD.org> <20110712135630.GI49108@albert.catwhisker.org> In-Reply-To: <20110712135630.GI49108@albert.catwhisker.org> X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: java@FreeBSD.org Subject: Re: Build failure for java/icedtea-web (stable/8 @r223930) 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: Tue, 12 Jul 2011 14:20:14 -0000 on 12/07/2011 16:56 David Wolfskill said the following: > On Tue, Jul 12, 2011 at 03:50:55PM +0300, Andriy Gapon wrote: >> ... >> Have you payed attention to the notice at the start of java/icedtea-web build? >> You can easily reproduce it by doing make clean ; make. >> ... > > The message that says: > > | IMPORTANT: To build IcedTea-Web 1.1, you have to turn on 'ICEDTEA' option > | for java/openjdk6 (default). Otherwise, it will neither build nor work. > > ? Yes; I had just finished upgrading openjdk6-b22_6 to openjdk6-b23. To me your issue looked like ICEDTEA option is not turned on. > I admit that I did not even see the notice about procfs & fdescfs > until after the failure. And that I did not re-attempt the port > build.install after taking the specified action. > > I did, however, verify that fdescfs had already been mounted (before the > attempt), and I updated /etc/fstab to include the procfs mount. > > Now that I have since re-booted (as I had booted from a different slice > in order to build a snapshot of head (9.0-CURRENT)), and procfs is > already mounted: > > g1-222(8.2-S)[1] mount > /dev/ada0s1a on / (ufs, local) > devfs on /dev (devfs, local, multilabel) > tmpfs on /tmp (tmpfs, local) > /dev/ada0s1d on /usr (ufs, local) > /dev/ada0s2a on /S2 (ufs, local, soft-updates) > /dev/ada0s2d on /S2/usr (ufs, local, soft-updates) > /dev/ada0s3a on /S3 (ufs, local) > /dev/ada0s3d on /S3/usr (ufs, local) > /dev/ada0s4a on /S4 (ufs, local) > /dev/ada0s4d on /S4/usr (ufs, local) > /dev/ada0s4e on /var (ufs, local) > /dev/ada0s4f on /repo (ufs, local) > /dev/ada0s4g on /common (ufs, local) > /dev/ada0s4h on /bkp (ufs, local) > fdescfs on /dev/fd (fdescfs) > procfs on /proc (procfs, local) > g1-222(8.2-S)[2] > > > I re-tried the "make clean install clean"; the results appear (to me) to be > the same, and the config.log is the same in each case (same md5 > checksums). > > The salient whine appears to be "configure: error: > sun.applet.AppletViewerPanel is not public." I don't even pretend to be > a Java programmer, so I don't have a clue what sort of evasive actions > are available to me, let alone what might be helpful. Posting a link config.log is usually a good idea in general when configure step fails. Maybe there would be something useful in it in this case too. -- Andriy Gapon