java 15

vjordana at t-online.de vjordana at t-online.de
Sat Mar 5 22:19:08 GMT 2005


Ernst W. Winter wrote:
> On Sat, 05 Mar 2005, vjordana at t-online.de wrote:
> 
> 
>>Ernst W. Winter wrote:
> 
> [...]
> 
>>>../../../src/share/classes/sun/reflect/NativeMethodAccessorImpl.java
>>>../../../src/share/classes/sun/reflect/Reflection.java ; \
>>>fi
>>>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.
>>>/usr/ports/java/jdk15 
>>>lobo root 504-->
> 
> [...]
> 
> 
>>>66 -rwxrwxr-x  1 root  wheel  66156 Jan 15 20:53 javac
>>>
>>>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 
> 
> 
> 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'.
>>
> 
> nice and thanks so far at least I'm getting closer with it.
> 
> Here the version I run:
> -----------------------------Snip-------------------------------------
> lobo root 508-->uname -a
> FreeBSD lobo.homeunix.org 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #9:
> Fri Mar  4 13:28:16 CET 2005
> ewinter at lobo.homeunix.org:/usr/obj/usr/src/sys/lobo  amd64
> ~
> -----------------------------Snip-------------------------------------
> 
> Ernst
> 
> _______________________________________________
> freebsd-amd64 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-amd64
> To unsubscribe, send any mail to "freebsd-amd64-unsubscribe at freebsd.org"
> 
> 
> 

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).

-- 
J.V. Jordan
FreeBSD caladan.jelpke.de 5.3-RELEASE #1: Mon Nov  8 21:14:36 CET 2004
      root at caladan.jelpke.de:/usr/obj/usr/src/sys/CALADAN530  i386


More information about the freebsd-amd64 mailing list