Date: 06 Nov 2003 20:17:11 -0500 From: Frank Laszlo <laszlof@vonostingroup.com> To: ports@freebsd.org Cc: questions@freebsd.org Subject: Re: jdk14 port Message-ID: <1068167830.23400.14.camel@star.vonostingroup.com> In-Reply-To: <1068140994.2677.5.camel@star.vonostingroup.com> References: <1068140994.2677.5.camel@star.vonostingroup.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Ok, I figured out what the problem was. It's really quite interesting. you see, I was building this via ssh to my server. My server has had network issues (due to the connection) all day, and my ssh sessions were lagging horribly. it would freeze for a long amount of time. I noticed the build always seemed to error at a different point. So I thought to myself, maybe the ssh freezing is causing a problem so i fired screen and ran: cd /usr/ports/java/jdk14 && script jdk14-out.log make package then i detached from the screen, and ran xtail jdk14-out.log to keep an eye on it. and sure enough, it built with no problems whatsoever. I have NEVER seen anything like this, but I guess it makes sense. Oh well.. -Frank Laszlo On Thu, 2003-11-06 at 12:49, Frank Laszlo wrote: > It seems this port wont build, I do have linux_base installed and the > linprocfs is mounted. here is my uname and error message. > > (laszlof@ritamari /usr/ports/java/jdk14)% uname -a > FreeBSD ritamari.vonostingroup.com 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 16 > 14:19:39 EDT 2003 > laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 > > > > > Exception in thread "main" java.lang.IllegalMonitorStateException > at java.lang.ref.Finalizer.add(Finalizer.java:42) > at java.lang.ref.Finalizer.<init>(Finalizer.java:67) > at java.lang.ref.Finalizer.register(Finalizer.java:72) > at sun.tools.java.ClassFile.getInputStream(ClassFile.java:60) > at > com.sun.tools.javah.oldjavah.JavahEnvironment.getClass(JavahEnvironment.java:171) > at > com.sun.tools.javah.oldjavah.JavahEnvironment.getAllFields(JavahEnvironment.java:89) > at com.sun.tools.javah.oldjavah.JNI.write(JNI.java:38) > at com.sun.tools.javah.oldjavah.Gen.run(Gen.java:149) > at com.sun.tools.javah.oldjavah.Main.run(Main.java:174) > at com.sun.tools.javah.oldjavah.Main.main(Main.java:41) > at com.sun.tools.javah.Main.main(Main.java:40) > gmake[4]: *** > [/usr/home/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/java/obj_g/.class.headers.i586] Error 1 > > > > Any help would be greatly sppriciated. Thanks > > -Frank Laszlo > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1068167830.23400.14.camel>