From owner-freebsd-java@FreeBSD.ORG Fri Feb 25 12:31:50 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05FD416A4CE for ; Fri, 25 Feb 2005 12:31:50 +0000 (GMT) Received: from mxsf03.cluster1.charter.net (mxsf03.cluster1.charter.net [209.225.28.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 851A943D6B for ; Fri, 25 Feb 2005 12:31:49 +0000 (GMT) (envelope-from c0ldbyte@myrealbox.com) Received: from mxip03.cluster1.charter.net (mxip03a.cluster1.charter.net [209.225.28.133])j1PCVmfu027396 for ; Fri, 25 Feb 2005 07:31:48 -0500 Received: from 24.247.253.134.gha.mi.chartermi.net (HELO eleanor.us1.wmi.uvac.net) (24.247.253.134) by mxip03.cluster1.charter.net with ESMTP; 25 Feb 2005 07:31:48 -0500 X-Ironport-AV: i="3.90,116,1107752400"; d="scan'208"; a="639682668:sNHT72764390" Date: Fri, 25 Feb 2005 07:31:47 -0500 (EST) From: c0ldbyte To: kalin mintchev In-Reply-To: <60333.24.90.34.93.1109332230.squirrel@24.90.34.93> Message-ID: <20050225072522.U36211@eleanor.us1.wmi.uvac.net> References: <60333.24.90.34.93.1109332230.squirrel@24.90.34.93> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-java@freebsd.org Subject: Re: build error... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 12:31:50 -0000 On Fri, 25 Feb 2005, kalin mintchev wrote: > hi .. > > i'm trying to build the sdk 1.4.2 from ports... bsd 5.3 > > after an hour or so here is what happens: > > 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 > 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 > > Stop in /usr/ports/java/jdk14. > > > what now? > > thanks... > -- What CFLAGS are defined in /etc/make.conf or whereever else you might have defined them ?. Also have you CVSup'd your tree lately ?. And finally (uname -v)?. and options that you have added or taken out of your kernel config ?. Personaly I have had jdk14 and still have it installed on my 5.3-RELEASE-p5 box but, it does not work properly. I get cant create vm object when used from the console on non specific jar files and get applet notinited in firefox. the info i have on my box right now is located at the following URL. If you get it to work and figure out what the problem might be give me a hollar. https://berkeley.homeunix.net/JAVA/ Thanks in advance and best luck with all. --c0ldbyte