From owner-freebsd-java@FreeBSD.ORG Sun Jan 23 06:25:59 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 16C4116A4CE for ; Sun, 23 Jan 2005 06:25:59 +0000 (GMT) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8630843D31 for ; Sun, 23 Jan 2005 06:25:58 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by tydfam.jp (8.13.1/8.13.1) with ESMTP id j0N6PxoY042943 for ; Sun, 23 Jan 2005 15:25:59 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sun, 23 Jan 2005 15:23:18 +0900 (JST) Message-Id: <20050123.152318.846938018.ken@tydfam.jp> To: freebsd-java@freebsd.org From: Yamada Ken Takeshi X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Q) JDK 1.5 compilation 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: Sun, 23 Jan 2005 06:25:59 -0000 Could anyone successfuly compile jdk15 from ports/java/jdk15 on amd64(64bit)? I had the following error, and couldn't with -current, opteron X 2, and your suggestions are very appreciated to complete the compilation. I used linux-jdk1.5.0 (64bit) instead of jdk-1.4.2, but jdk-1.4.2 gave me the same result. : : : : : va ../../../src/share/classes/sun/misc/AtomicLongLockImpl.java ../../../src/share/classes/sun/reflect/ConstantPool.java ../../../src/share/classes/sun/reflect/NativeConstructorAccessorImpl.java ../../../src/share/classes/sun/reflect/NativeMethodAccessorImpl.java ../../../src/share/classes/sun/reflect/Reflection.java ; \ fi execv(): Bad address Error trying to exec /usr/local/linux-jdk1.5.0/bin/javac. Check if file exists and permissions are set correctly. gmake[3]: *** [.compile.classlist] Error 1 gmake[3]: Leaving directory `/home/jdk15/work/j2se/make/java/java' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/home/jdk15/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/home/jdk15/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2