From owner-freebsd-questions@FreeBSD.ORG Thu Apr 7 18:08:13 2005 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 91C0616A4CE for ; Thu, 7 Apr 2005 18:08:13 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B0943D46 for ; Thu, 7 Apr 2005 18:08:13 +0000 (GMT) (envelope-from ts4short@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so515559rng for ; Thu, 07 Apr 2005 11:08:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=QGoSBPsXETL3lb+dptjmjVobzb4m8cfO/EWsouRh8RFK7SkLk+eAbPdw1uwkY91Vp4LJgeuTdl2yKZfRRQQMesir8UYPa7sJ7zOGMwFmgk30daFVwICr4VVqDhxd3WpwN0bbuCtzNpJgGhzLkq0vbfrAjCIlrpV2wQhLz2rg8wE= Received: by 10.38.153.43 with SMTP id a43mr667933rne; Thu, 07 Apr 2005 11:08:12 -0700 (PDT) Received: by 10.38.12.54 with HTTP; Thu, 7 Apr 2005 11:08:10 -0700 (PDT) Message-ID: <487809380504071108162d812a@mail.gmail.com> Date: Thu, 7 Apr 2005 14:08:10 -0400 From: Todd Shirk To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Issue compiling JDK15 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Todd Shirk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 18:08:13 -0000 Hi, I've been attempting to compile JDK15 on my AMD64 laptop. I have linux redhat 8 installed for linux compatibility and the linux-sun-jdk1.4.2 installed so that the /usr/ports/java/jdk15 would use the appropriate javac compiler to compile JDK15 natively. I reach a point where I receive the following message. 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've checked and /usr/local/linux-sun-jdk1.4.2/bin/javac exists and permissions appear adequate. For giggles I chmod 777 on the file with the same results. Any thoughts? Thanks