From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 07:04:29 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 685E416A4CE for ; Tue, 9 Nov 2004 07:04:29 +0000 (GMT) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B5343D39 for ; Tue, 9 Nov 2004 07:04:28 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1CRQ5k-0005Ow-7r; Tue, 09 Nov 2004 10:07:00 +0300 Date: Tue, 9 Nov 2004 10:07:00 +0300 From: "Boris B. Samorodov" To: Josh Paetzel Message-ID: <20041109070700.GA20681@ipt.ru> References: <200411081823.41725.josh@tcbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411081823.41725.josh@tcbug.org> Sender: "Boris B. Samorodov" cc: ports@freebsd.org Subject: Re: jdk14 port won't build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 07:04:29 -0000 Hi! On Mon, Nov 08, 2004 at 06:23:41PM +0000, Josh Paetzel wrote: > I am attempting to install /usr/ports/java/jdk14. I obtained all of > the neccessary files manually and then let the port run while I ran > some errands. I came back to find the build had died. > > $uname -a > FreeBSD twinmp.tcbug.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Sun Nov > 7 18:09:19 UTC 2004 > jpaetzel@twinmp.tcbug.org:/usr/src/sys/i386/compile/SMP i386 > > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location > /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: > 'class' or 'interface' expected It looks familiar to me. Take a look at the code of this file. In my case it was a simple typo at the first line. > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location > ^ > /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 > location > ^ > 2 errors > gmake[4]: *** [.compile.classlist] Error 1 > gmake[4]: Leaving directory > `/usr/ports/java/jdk14/work/j2se/make/java/java' > gmake[3]: *** [optimized] Error 2 > gmake[3]: Leaving directory > `/usr/ports/java/jdk14/work/j2se/make/java/java' > gmake[2]: *** [all] Error 1 > gmake[2]: Leaving directory > `/usr/ports/java/jdk14/work/j2se/make/java' > gmake[1]: *** [all] Error 1 > gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' > gmake: *** [j2se-build] Error 2 > *** Error code 2 > > Any help, tips, opinions, feats of magic would be appreciated. > > -- > Thanks, > > Josh Paetzel > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" WBR -- bsam