From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 09:17:59 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 131BA16A4CE for ; Fri, 30 Jan 2004 09:17:59 -0800 (PST) Received: from jorn.servebeer.com (node-c-0ab6.a2000.nl [62.194.10.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC1D143D1F for ; Fri, 30 Jan 2004 09:17:28 -0800 (PST) (envelope-from jorn@wcborstel.nl) Received: from sauron.emea.middle-earth.org (unknown [172.16.1.2]) by jorn.servebeer.com (Postfix) with ESMTP id EA6B2170A3; Fri, 30 Jan 2004 18:15:37 +0100 (CET) From: Jorn Argelo To: duanewinner@att.net Date: Fri, 30 Jan 2004 18:17:34 +0100 User-Agent: KMail/1.5.4 References: <200401292140.03693.jorn@wcborstel.nl> <200401301557.27066.jorn@wcborstel.nl> <1075480256.237.12.camel@loyalsock> In-Reply-To: <1075480256.237.12.camel@loyalsock> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401301817.34648.jorn@wcborstel.nl> cc: questions@freebsd.org Subject: Re: Building JDK14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 17:17:59 -0000 Well, it's really compiling files now, the previous time it was just 20 hours at the same spot. I guess the blackdown-java version is working all right then since it's still busy compiling files. The javavm -version is giving a good output, so it's working all right I'd say. Thanks for the info. Jorn. On Friday 30 January 2004 17:30, you wrote: > 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"