From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 02:59:06 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 DD62E16A4CE for ; Fri, 30 Jan 2004 02:59:06 -0800 (PST) Received: from pion19.tphys.physik.uni-tuebingen.de (pion19.tphys.physik.uni-tuebingen.de [134.2.78.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A66743D45 for ; Fri, 30 Jan 2004 02:59:03 -0800 (PST) (envelope-from epple@pion19.tphys.physik.uni-tuebingen.de) Received: from axion01.tphys.physik.uni-tuebingen.de (axion01.tphys.physik.uni-tuebingen.de [134.2.78.148]) id i0UAwwCL027048; Fri, 30 Jan 2004 11:58:58 +0100 Received: from axion01.tphys.physik.uni-tuebingen.de (localhost [127.0.0.1]) 0.7) with ESMTP id i0UAwwKv006874; Fri, 30 Jan 2004 11:58:58 +0100 Received: (from epple@localhost)i0UAwwg8006873; Fri, 30 Jan 2004 11:58:58 +0100 Date: Fri, 30 Jan 2004 11:58:58 +0100 From: Dominik Epple To: Jorn Argelo Message-ID: <20040130105858.GA6868@axion01.tphys.physik.uni-tuebingen.de> References: <200401292140.03693.jorn@wcborstel.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401292140.03693.jorn@wcborstel.nl> User-Agent: Mutt/1.4.1i 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 10:59:07 -0000 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" --