Date: Mon, 12 Jul 2004 18:05:11 -0300 From: Joey Mingrone <joey@mingrone.org> To: Alexander Lunyov <lan_mailing@startatom.ru>, "Brandon D. Valentine" <brandon@dvalentine.com>, Ronald Klop <ronald-freebsd7@klop.yi.org> Cc: freebsd-java@freebsd.org Subject: Re: FreeBSD Port: jdk-1.4.2p6_4 Message-ID: <200407121805.11397.joey@mingrone.org> In-Reply-To: <585125035.20040712195609@startatom.ru> References: <200407121216.26783.joey@mingrone.org> <585125035.20040712195609@startatom.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On July 12, 2004 12:56, Alexander Lunyov wrote: > Hello Joey, > > Monday, July 12, 2004, 7:16:26 PM, you wrote: > > JM> Hi, > > JM> I'm getting the error below when installing this port. I've seen > similar JM> questions on some of the mailing lists, but can't tell if this > is a problem JM> with the port or my setup. Please let me know if there is > anything other JM> information I can provide. > > JM> Thanks, > > JM> Joey > > JM> System: 5.2.1-RELEASE-p9 > JM> Error: > JM> .... > JM> /../src/solaris/classes/java/io/UnixFileSystem.java > JM> ../../../src/solaris/classes/java/util/prefs/FileSystemPreferences.java > JM> > ../../../src/solaris/classes/java/util/prefs/FileSystemPreferencesFactory.j >ava JM> ../../../src/solaris/classes/sun/io/ByteToCharCOMPOUND_TEXT.java JM> > ../../../src/solaris/classes/sun/io/CharToByteCOMPOUND_TEXT.java JM> > ../../../src/solaris/classes/sun/io/CompoundTextSupport.java > JM> > /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/lang/Characte >r.java JM> ../../../src/share/classes/sun/misc/AtomicLong.java > JM> ../../../src/share/classes/sun/misc/AtomicLongCSImpl.java > JM> ../../../src/share/classes/sun/misc/AtomicLongLockImpl.java ; > JM> \ > JM> fi > JM> Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location JM> > /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/Currency >Data.java:1: JM> 'class' or 'interface' expected > JM> Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location JM> ^ > JM> > /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/Currency >Data.java:1: JM> unclosed character literal > > Manually edit file > /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/Currency >Data.java:1, you will have to erase first line (there will be string "Can't > detect initial thread stack location"). Hey all, Your suggestions did the trick. I deleted the top line from /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java and the build stopped again and told me about what you said Brandon (linux and linprocfs KLDs have to be loaded and you have to mount a linprocfs filesystem on /compat/linux/proc). After that the build finished successfully. Thanks for your help, Joey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407121805.11397.joey>