From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 08:32:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 589C916A4CE for ; Fri, 30 Jan 2004 08:32:37 -0800 (PST) Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C8C143D6A for ; Fri, 30 Jan 2004 08:32:01 -0800 (PST) (envelope-from duanewinner@worldnet.att.net) Received: from [10.10.100.27] (unknown[216.113.237.29]) by worldnet.att.net (mtiwmhc13) with SMTP id <2004013016305711300fvi9ge> (Authid: duanewinner); Fri, 30 Jan 2004 16:30:58 +0000 From: Duane Winner To: Jorn Argelo In-Reply-To: <200401301557.27066.jorn@wcborstel.nl> References: <200401292140.03693.jorn@wcborstel.nl> <20040130105858.GA6868@axion01.tphys.physik.uni-tuebingen.de> <200401301557.27066.jorn@wcborstel.nl> Content-Type: text/plain Organization: UTRS, Inc. Message-Id: <1075480256.237.12.camel@loyalsock> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 30 Jan 2004 11:30:56 -0500 Content-Transfer-Encoding: 7bit cc: Dominik Epple cc: questions@freebsd.org Subject: Re: Building JDK14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: duanewinner@att.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 16:32:37 -0000 This might be a moot point by now, but you you should also double-check to make sure that your non-native java is working before you start to build the native version. I don't use blackdown, I use the linux-sun flavor, but before building native jdk14, I make sure the other is running by typing: #/usr/local/linux-sun-jdk1.4.2/bin/java -version If I get a satifactory repsponse, then I know it's good, and I proceed. (Obviously, I'm guessing that your path will be different since you using blackdown) If I get a "Heap at VM Abort" message, then I know that linux-java isn't working, and I should not proceed to build the native jdk14. This message has always meant (at least in my circumstances) that I forgot to mount linprocfs. -DW On Fri, 2004-01-30 at 09:57, Jorn Argelo wrote: > It was busy for 20 hours and still not finished. It wasn't hanging though; the > java executable was still running. However I stopped it, mounted the mounted > procfs and linprocfs now and it's running now again. Hopefully it'll work > now. > > Cheers, > > Jorn > > On Friday 30 January 2004 11:58, you wrote: > > If I understand correctly your build takes "very long" when the build > > of the linux jdk is complete and the linux jdk is used to build the > > native jdk. > > > > The reason for this may be that you did not mount the linux proc fs as > > it is printed on the screen when installing the linux jdk. This happened > > to me some weeks ago. The build of the native jdk then starts, but > > hangs. Mounting the linux proc fs and restarting the build did solve > > the problem. > > > > Regards, Dominik. > > > > On Thu, Jan 29, 2004 at 09:40:03PM +0100, Jorn Argelo wrote: > > > Hi all, > > > > > > I'm currently building JDK14 from the ports tree (/usr/ports/java/jdk14) > > > on FreeBSD 5.2-RELEASE. Before that I compiled blackdown-java from the > > > ports-tree so I could compile the native one. However, it's busy for > > > almost four hours now with building it. Now my question was, does anybody > > > know how long is this going to take? > > > > > > Thanks, > > > > > > Jorn > > > > > > _______________________________________________ > > > 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" > > _______________________________________________ > 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"