From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 17:17:04 2003 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 1590416A4CF for ; Thu, 6 Nov 2003 17:17:04 -0800 (PST) Received: from mail.vonostingroup.com (ip209-154.digitalrealm.net [216.144.209.154]) by mx1.FreeBSD.org (Postfix) with SMTP id 431D043FDF for ; Thu, 6 Nov 2003 17:17:02 -0800 (PST) (envelope-from laszlof@vonostingroup.com) Received: (qmail 34258 invoked by uid 89); 7 Nov 2003 01:19:26 -0000 Received: from unknown (HELO pcp01193849pcs.waldlk01.mi.comcast.net) (laszlof@68.62.82.158) by ip209-154.digitalrealm.net with SMTP; 7 Nov 2003 01:19:26 -0000 From: Frank Laszlo To: ports@freebsd.org In-Reply-To: <1068140994.2677.5.camel@star.vonostingroup.com> References: <1068140994.2677.5.camel@star.vonostingroup.com> Content-Type: text/plain Organization: Message-Id: <1068167830.23400.14.camel@star.vonostingroup.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 06 Nov 2003 20:17:11 -0500 Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: jdk14 port 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: Fri, 07 Nov 2003 01:17:04 -0000 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.(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"