From owner-freebsd-ports@FreeBSD.ORG Mon Jan 24 19:57:33 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B40E16A4CF for ; Mon, 24 Jan 2005 19:57:33 +0000 (GMT) Received: from smtp.housing.ufl.edu (smtp.housing.ufl.edu [128.227.47.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D6343D39 for ; Mon, 24 Jan 2005 19:57:32 +0000 (GMT) (envelope-from WillS@housing.ufl.edu) Received: (qmail 88468 invoked by uid 98); 24 Jan 2005 14:57:32 -0500 Received: from WillS@housing.ufl.edu by smtp.housing.ufl.edu by uid 1003 with qmail-scanner-1.20 (spamassassin: 3.0.1. Clear:RC:1(128.227.47.18):. Processed in 0.013316 secs); 24 Jan 2005 19:57:32 -0000 X-Qmail-Scanner-Mail-From: WillS@housing.ufl.edu via smtp.housing.ufl.edu X-Qmail-Scanner: 1.20 (Clear:RC:1(128.227.47.18):. Processed in 0.013316 secs) Received: from bragi.housing.ufl.edu (128.227.47.18) by smtp.housing.ufl.edu with (RC4-MD5 encrypted) SMTP; 24 Jan 2005 14:57:32 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 24 Jan 2005 14:57:32 -0500 Message-ID: <0E972CEE334BFE4291CD07E056C76ED80504A479@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: java/jdk15 build failure on amd64 Thread-Index: AcUCSaTbJok4QQR2Qu6ndlrAEGDaFAABNrkw From: "Will Saxon" To: "Conrad J. Sabatier" , cc: Alexey Zelkin cc: freebsd-ports@freebsd.org Subject: RE: java/jdk15 build failure on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 19:57:33 -0000 > -----Original Message----- > From: owner-freebsd-java@freebsd.org > [mailto:owner-freebsd-java@freebsd.org]On Behalf Of Conrad J. Sabatier > Sent: Monday, January 24, 2005 2:19 PM > To: java@freebsd.org > Cc: Alexey Zelkin; freebsd-ports@freebsd.org > Subject: java/jdk15 build failure on amd64 >=20 >=20 > Very strange. The build proceeds along quite nicely (using > WITH_LINUX_BOOTSTRAP=3Dyes, of course) for quite some time,=20 > then suddenly > aborts with: >=20 > 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=20 > `/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 >=20 > Stop in /usr/ports/java/jdk15. >=20 > Just to check, I reinstalled linux_base-8. I do have the=20 > Linux Sun JDK > 1.4.2 installed, too, of course. >=20 > This is a repeatable behavior. I've made several attempts to=20 > build the > port, and get the same result each time. >=20 > I would have included more context, by the way, but it looked like the > nearest sensible point to start from would have been about=20 > 700 lines(!) > back. :-) I am seeing the same problem. It happens directly after processing=20 work/j2se/make/java/nio - every time. I think the next directory it's=20 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=20 directory they are in. -Will