From owner-freebsd-java@FreeBSD.ORG Fri Mar 18 21:24:04 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 76DBF16A4CE for ; Fri, 18 Mar 2005 21:24:04 +0000 (GMT) Received: from april.chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39B3643D49 for ; Fri, 18 Mar 2005 21:24:04 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from [66.92.151.195] (july.chuckr.org [66.92.151.195]) by april.chuckr.org (Postfix) with ESMTP id CEC2411958 for ; Fri, 18 Mar 2005 16:24:41 -0500 (EST) Message-ID: <423B46C7.4040105@chuckr.org> Date: Fri, 18 Mar 2005 21:23:19 +0000 From: Chuck Robey User-Agent: Mozilla Thunderbird 1.0 (X11/20050316) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: can't get there from here 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: Fri, 18 Mar 2005 21:24:04 -0000 It appears that I have hint one more roadblock in trying to build java on the amd64, so I'd appreciate a suggestion. I will gladly try things, and I won't jump on you if you guess wrong, so help, if you can. The current problem is, I can't build jdk14 directly, it's broken for amd64. I can't build jdk15 directly, it needs a jdk14 bootstrap. The only bootstrap that's available is the Linux java, but the Linux java (at least the Sun one) needs the Linux_base -8 port, and that's only available for the i386, I can't get it for the amd64. Is any version of the jdk14 transferable? If I can just get one temporarily long enough to build the jdk15, I will gladly even let lender onto my system to verify that I destroyed the copy. I'm only trying to get java, fellas.