Date: Sat, 05 Mar 2005 23:18:57 +0100 From: vjordana@t-online.de To: "Ernst W. Winter" <ewinter@ewinter.org> Cc: vjordana@t-online.de Subject: Re: java 15 Message-ID: <422A3051.40703@shih.be> In-Reply-To: <20050305213652.GA1708@lobo.homeunix.org> References: <20050305072007.GA70581@lobo.homeunix.org> <422A1DC0.6090601@shih.be> <20050305213652.GA1708@lobo.homeunix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Ernst W. Winter wrote: > On Sat, 05 Mar 2005, vjordana@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@lobo.homeunix.org:/usr/obj/usr/src/sys/lobo amd64 > ~ > -----------------------------Snip------------------------------------- > > Ernst > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@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@caladan.jelpke.de:/usr/obj/usr/src/sys/CALADAN530 i386
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?422A3051.40703>