From owner-freebsd-java@FreeBSD.ORG Mon Oct 18 13:20:28 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1FBC1065670 for ; Mon, 18 Oct 2010 13:20:27 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 751248FC16 for ; Mon, 18 Oct 2010 13:20:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.4/8.14.4) with ESMTP id o9IDKPTj029575; Mon, 18 Oct 2010 17:20:25 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Mon, 18 Oct 2010 17:20:25 +0400 (MSD) From: Dmitry Morozovsky To: Kostik Belousov In-Reply-To: <20101017134539.GW2392@deviant.kiev.zoral.com.ua> Message-ID: References: <20101017134539.GW2392@deviant.kiev.zoral.com.ua> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (woozle.rinet.ru [0.0.0.0]); Mon, 18 Oct 2010 17:20:25 +0400 (MSD) Cc: freebsd-java@freebsd.org Subject: Re: strange java/jdk16 build error while building over tmpfs 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, 18 Oct 2010 13:20:28 -0000 On Sun, 17 Oct 2010, Kostik Belousov wrote: KB> On Sun, Oct 17, 2010 at 12:35:37PM +0400, Dmitry Morozovsky wrote: KB> > Dear colleagues, KB> > KB> > I use ports tinderbox with working place null-m,ounted over tmpfs. Quite a few KB> > ports are failing to build in such situation, such as jdk16. End of build log KB> > (regardless of 7/8, i386/amd64) is KB> > KB> > gmake[4]: Entering directory KB> > `/work/a/ports/java/jdk16/work/control/build/bsd-amd64/hotspot/outputdir' KB> > /usr/local/diablo-jdk1.6.0/bin/javap javax.xml.transform.TransformerFactory > KB> > /dev/null 2>&1; \ KB> > if [ $? -ne 0 ]; then \ KB> > /usr/local/diablo-jdk1.6.0/bin/java -version; \ KB> > echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \ KB> > "to bootstrap this build" 1>&2; \ KB> > exit 1; \ KB> > fi KB> > Error: could not find libjava.so KB> > Error: could not find Java 2 Runtime Environment. KB> > *** An XSLT processor (J2SE 1.4.x or newer) is required to bootstrap this build KB> > gmake[4]: *** [check_j2se_version] Error 1 KB> > gmake[4]: Leaving directory KB> > `/work/a/ports/java/jdk16/work/control/build/bsd-amd64/hotspot/outputdir' KB> > gmake[3]: *** [bsd_amd64_compiler2/debug] Error 2 KB> > gmake[3]: Leaving directory KB> > `/work/a/ports/java/jdk16/work/control/build/bsd-amd64/hotspot/outputdir' KB> > gmake[2]: *** [generic_build2] Error 2 KB> > gmake[2]: Leaving directory `/work/a/ports/java/jdk16/work/hotspot/make' KB> > gmake[1]: *** [product] Error 2 KB> > gmake[1]: Leaving directory `/work/a/ports/java/jdk16/work/hotspot/make' KB> > gmake: *** [hotspot-build] Error 2 KB> > *** Error code 2 KB> > KB> > Stop in /a/ports/java/jdk16. KB> > KB> > KB> > Any hints? Thanks! KB> > KB> > Please keep me in CC: as I'm not subscribed to -java@ list. KB> KB> Do you have procfs mounted in the build jail/chroot ? If yes, the issue KB> is known. vn_fullpath(9) has some issues resolving the vnode to the cached KB> path over nullfs. As a consequence, /proc/pid/file symlink sometimes cannot KB> be resolved, and AFAIK jdk uses it to find the base of installation. Yes, ports tinderbox mounts procfs and linprocfs under buildarea; I'm afraid it's rather hard to avoid. KB> I tried to fix the problem in r193175, and it works for me. You should KB> supply some useful diagnostic to move the issue forward. I'll try this and report back. Thank you! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------