From owner-freebsd-questions@FreeBSD.ORG Sat Sep 4 14:02:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A1C16A4CE; Sat, 4 Sep 2004 14:02:06 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C2F43D1D; Sat, 4 Sep 2004 14:02:02 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i84E1vrP016619 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Sep 2004 15:01:57 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)i84E1uCR016618; Sat, 4 Sep 2004 15:01:56 +0100 (BST) (envelope-from matthew) Date: Sat, 4 Sep 2004 15:01:56 +0100 From: Matthew Seaman To: Mike Meyer Message-ID: <20040904140156.GA16402@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Mike Meyer , questions@freebsd.org, phantom@freebsd.org References: <16697.36388.46776.777486@guru.mired.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <16697.36388.46776.777486@guru.mired.org> User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (smtp.infracaninophile.co.uk [IPv6:::1]); Sat, 04 Sep 2004 15:01:57 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040904, clamav-milter version 0.75l on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: questions@freebsd.org cc: phantom@freebsd.org Subject: Re: jdk14 not building? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2004 14:02:06 -0000 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 04, 2004 at 04:43:00AM -0500, Mike Meyer wrote: > I'm getting the attached when trying to build jdk14, using the > linux-sun-jdk as the pre-installed jdk. >=20 > /datmp/ports/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java= /util/CurrencyData.java:1: 'class' or 'interface' expected > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack loc= ation > ^ > /datmp/ports/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java= /util/CurrencyData.java:1: unclosed character literal > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack loc= ation > ^ > 2 errors > gmake[4]: *** [.compile.classlist] Error 1 > gmake[4]: Leaving directory `/datmp/ports/usr/ports/java/jdk14/work/j2se/= make/java/java' > gmake[3]: *** [optimized] Error 2 > gmake[3]: Leaving directory `/datmp/ports/usr/ports/java/jdk14/work/j2se/= make/java/java' > gmake[2]: *** [all] Error 1 > gmake[2]: Leaving directory `/datmp/ports/usr/ports/java/jdk14/work/j2se/= make/java' > gmake[1]: *** [all] Error 1 > gmake[1]: Leaving directory `/datmp/ports/usr/ports/java/jdk14/work/j2se/= make' > gmake: *** [j2se-build] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/java/jdk14. >=20 > Any hints on how to get it to finish greatly appreciated. Remove the corrupted file -- the build process should regenerate it automatically. Make sure that the linux proc filesystem is mounted: # mount -t linprocfs linprocfs /compat/linux/proc Restart the build. Failing that, do a 'make clean' and try building from scratch with linprocfs mounted. This bug has bitten quite a few people: that's why the port Makefile does explicitly print out instructions to mount linprocfs nowadays. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBOcrUiD657aJF7eIRArVIAKCFNFtl0zbt+jEOvxM6rgiG0XL8SACfR5xZ IhoOVFfWagH7QpAbxm/Irmc= =vqXK -----END PGP SIGNATURE----- --9amGYk9869ThD9tj--