From owner-freebsd-java@FreeBSD.ORG Mon Jan 31 20:59:44 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF76F16A4CE for ; Mon, 31 Jan 2005 20:59:44 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D4FB43D39 for ; Mon, 31 Jan 2005 20:59:44 +0000 (GMT) (envelope-from islero@comcast.net) Received: from juniper.santafe.lan (c-67-180-154-160.client.comcast.net[67.180.154.160]) by comcast.net (sccrmhc13) with SMTP id <20050131205943016004d4f5e>; Mon, 31 Jan 2005 20:59:43 +0000 From: Jerry Keefe To: java@freebsd.org In-Reply-To: <0E972CEE334BFE4291CD07E056C76ED80504A47A@bragi.housing.ufl.edu> References: <0E972CEE334BFE4291CD07E056C76ED80504A47A@bragi.housing.ufl.edu> Content-Type: text/plain Date: Mon, 31 Jan 2005 12:59:42 -0800 Message-Id: <1107205182.617.8.camel@juniper.santafe.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: RE: java/jdk15 build failure on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 20:59:44 -0000 On Mon, 2005-01-24 at 14:59 -0500, Will Saxon wrote: > > > -----Original Message----- > > From: owner-freebsd-java@freebsd.org > > [mailto:owner-freebsd-java@freebsd.org]On Behalf Of Will Saxon > > Sent: Monday, January 24, 2005 2:58 PM > > To: Conrad J. Sabatier; java@freebsd.org > > Cc: Alexey Zelkin; freebsd-ports@freebsd.org > > Subject: RE: java/jdk15 build failure on amd64 > > > > > execv(): Bad address > > > Error trying to exec /usr/local/linux-sun-jdk1.4.2/bin/javac. > > > Check if file exists and permissions are set correctly. > > > gmake[3]: *** [.compile.classlist] Error 1 > > > gmake[3]: Leaving directory > > > `/usr/ports/java/jdk15/work/j2se/make/java/java' > > > gmake[2]: *** [all] Error 1 > > > gmake[2]: Leaving directory > > > `/usr/ports/java/jdk15/work/j2se/make/java' > > > gmake[1]: *** [all] Error 1 > > > gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' > > > gmake: *** [j2se-build] Error 2 > > > *** Error code 2 > > > > > > Stop in /usr/ports/java/jdk15. > > I am seeing the same problem. It happens directly after processing > > work/j2se/make/java/nio - every time. I think the next directory it's > > trying is work/j2se/make/java/java, because the huge javac command is > > trying to compile a bunch of Reflection class stuff and that's the > > directory they are in. > > Which is exactly why they list that in the error messages. Sorry for the > noise. > > -Will I'm hitting the exact same make failure on amd64 5.3-STABLE from today. Is there any way to build jdk15 on amd64? Jerry