From owner-freebsd-java@FreeBSD.ORG Fri Feb 4 03:16:14 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 0954D16A4CE for ; Fri, 4 Feb 2005 03:16:14 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE1A643D53 for ; Fri, 4 Feb 2005 03:16:13 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 6EBC6F313D; Thu, 3 Feb 2005 19:16:13 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00702-10; Thu, 3 Feb 2005 19:16:12 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id BC103F313B; Thu, 3 Feb 2005 19:16:12 -0800 (PST) From: Sean McNeil To: "Conrad J. Sabatier" In-Reply-To: <20050203210306.40283fb8@dolphin.local.net> References: <1107458055.73969.4.camel@server.mcneil.com> <20050203210306.40283fb8@dolphin.local.net> Content-Type: text/plain Date: Thu, 03 Feb 2005 19:16:12 -0800 Message-Id: <1107486972.38589.3.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: java@freebsd.org 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: Fri, 04 Feb 2005 03:16:14 -0000 On Thu, 2005-02-03 at 21:03 -0600, Conrad J. Sabatier wrote: > On Thu, 03 Feb 2005 11:14:15 -0800, Sean McNeil wrote: > > > I have seen several people having the same issue I had. I am not sure > > what the cause is, but I found that I can get jdk15 to build for amd64 > > by doing the following: > > > > cd /usr/ports/java/jdk15/work/j2se/make/java/java > > cut and past the command and run it interactively. > > Could you be a little more specific as to what you mean by "the > command"? By "the command" I mean the long java command that causes the failure of "bad address". > > It seems like the command line is too long, so when I cut and paste I > > didn't compile all the files and I had to trim the last one that was > > cut off. The command line length might be the reason for the failure, > > I don't know. > > I'm not at all clear on what you mean here. :-) I mean that in the root shell if I try to cut and paste the entire command that failed with "bad address", then the full command does not paste. It ends up stopping in the middle of a filename specification. I removed that partial filename and ran the command from the shell. > > Now, all I need is a mozilla java plugin and eclipse :) > > The plugin I can live without, but eclipse is a "must-have" item. What > issues are you seeing with eclipse? I'm sorry, but I guess we both have to live with it for now :) Eclipse isn't setup for any architecture except i386 currently. Sean