java 15

Ernst W. Winter ewinter at ewinter.org
Sun Mar 6 11:07:01 GMT 2005


On Sat, 05 Mar 2005, vjordana at t-online.de wrote:

[...]
> >>>has anyone experienced this probelm with java15? and what could
> >>>be done to fix it?
> >>>
> >>>Ernst
> >
> >[...]
> >
> >
> >>I had the same problem and solved it executing the last command
> >>which caused the error manually. Looks like the error comes
> >>because it's a very long command. Just put the command that comes
> >>between 'then' and 'fi' in a shell file and execute it manually
> >>in the directory 
> >
worked well! Thanks
> >
> >Hmm, where is or would be the command? In the Makefile?
> >
> >
> >>work/j2sre/make/java/java (I'm not seating now in my amd64 FreeBSD
> >
> >
> >that would be the directory.
> >
> >
> >>computer but I think that was the directory). The compilation
> >>will go on without any problem if you resume it afterwards with a
> >>'make build'.
> >>

yep, installed and all so at least it is in native amd64 now!

> 
> Try 'make build |& tee build.out' (if your shell is csh or tcsh) or
> 'make build 2>&1 | tee build.out' (if sh or bash). After the error
> comes, edit build.out and you will see the command causing it
> (takes about two pages).
> 
It all worked well and THANK's again for the help!

Ernst



More information about the freebsd-amd64 mailing list