From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 20:44:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0A4DD16A420 for ; Fri, 31 Mar 2006 20:44:16 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C4B443D6B for ; Fri, 31 Mar 2006 20:44:15 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 11D955641C; Sat, 1 Apr 2006 08:44:13 +1200 (NZST) Date: Sat, 1 Apr 2006 08:44:13 +1200 From: Jonathan Chen To: Aguiar Magalhaes Message-ID: <20060331204413.GA54488@osiris.chen.org.nz> References: <20060331133524.59025.qmail@web31606.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060331133524.59025.qmail@web31606.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Compiling Java 1.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 20:44:16 -0000 On Fri, Mar 31, 2006 at 10:35:24AM -0300, Aguiar Magalhaes wrote: > Hi list, > > I?ve received many good suggestions and I'm trying ... > > Please, see this error... What can I do ?? > > Thanks, > > Aguiar > > - - - - - - - - - - - - - > gmake[3]: Leaving directory > `/usr/ports/java/jdk15/work/control/build/bsd-i586/h > otspot-i586/tmp/bsd_i486_compiler2/product' > gmake[3]: Entering directory > `/usr/ports/java/jdk15/work/control/build/bsd-i586/ > hotspot-i586/tmp/bsd_i486_compiler2/product' > /usr/local/linux-sun-jdk1.4.2/bin/javac -g -d For some reason, the linux-jdk1.4 binaries isn't up to bootstrapping your native JDK1.5 build. Check the following: - don't build in a jail - make sure the linuxalator is loaded - make sure the linprocfs is mounted during your initial build If that doesn't work, you can installing the navtive linux-sun-jdk15 to enable your build. FYI, if you had native JDK1.4 installed, that would work as well. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "I don't want to achive immortality through my works.. I want to achieve it through not dying" - Woody Allen