Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Feb 2005 09:14:24 -0800
From:      Jerry Keefe <islero@comcast.net>
To:        Sean McNeil <sean@mcneil.com>
Cc:        "Conrad J. Sabatier" <conrads@cox.net>
Subject:   Re: java/jdk15 build failure on amd64
Message-ID:  <1107537264.47779.10.camel@juniper.santafe.lan>
In-Reply-To: <1107486972.38589.3.camel@server.mcneil.com>
References:  <1107458055.73969.4.camel@server.mcneil.com> <20050203210306.40283fb8@dolphin.local.net> <1107486972.38589.3.camel@server.mcneil.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2005-02-03 at 19:16 -0800, Sean McNeil wrote:
> On Thu, 2005-02-03 at 21:03 -0600, Conrad J. Sabatier wrote:
> > On Thu, 03 Feb 2005 11:14:15 -0800, Sean McNeil <sean@mcneil.com> 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
> 
Thanks, Sean. That worked. The jdk15 make finished and installed no
amd64.
I manually ran the command in the "then" branch of

if
[ -s /usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/java/java.lang/java/.classes.list ] ; then /usr/local/linux-sun-jdk1.4.2/bin/javac -J-Xbootclasspath/p:../../sun/javac/javac/gjc.jar -Xbootclasspath/p:../../sun/javac/javac/collect.jar -target jsr14 -J-Xmx128m -classpath /usr/ports/java/jdk15/work/control/build/bsd-amd64/classes -bootclasspath 
<snip>

and I also found this too long to cut and paste in gnome-terminal.

Jerry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1107537264.47779.10.camel>