Date: 22 Feb 2008 03:08:20 -0000 From: Andrew Reilly <areilly@bigpond.net.au> To: FreeBSD-gnats-submit@FreeBSD.org Subject: java/120959: sablevm-classpath did not build/install from ports Message-ID: <20080222030820.86794.qmail@areilly.bpa.nu> Resent-Message-ID: <200802220310.m1M3A2DH019507@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120959 >Category: java >Synopsis: sablevm-classpath did not build/install from ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 22 03:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Andrew Reilly >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD duncan.reilly.home 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #2: Thu Feb 21 16:18:10 EST 2008 root@duncan:/usr/obj/usr/src/sys/DUNCAN amd64 Machine is an Athlon64-X2 with 3G RAM >Description: In response to Bjo"rn Ko"nig's e-mail about SableVM going, I tried to install from ports. The SableVM itself seems to have built OK, but the -classpath dependency broke thusly: gmake[3]: Entering directory `/usr/ports/java/sablevm-classpath/work/sablevm-classpath-1.13/lib' true top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard Adding java source files from srcdir '..'. Adding java source files from VM directory ../vm/reference mkdir -p /usr/local/lib/sablevm/{lib,jre/lib} unlink /usr/local/lib/sablevm/jre/lib/rt.jar unlink: /usr/local/lib/sablevm/jre/lib/rt.jar: No such file or directory gmake[3]: [install-data-hook] Error 1 (ignored) for f in libclasspath.jar resources.jar ; do \ rm -f /usr/local/lib/sablevm/{lib,jre/lib}/$f ; \ ln -s /usr/local/share/sablevm-classpath/$f /usr/local/lib/sablevm/lib/$f ; \ ln -s ../../lib/$f /usr/local/lib/sablevm/jre/lib/$f ; \ done ln: /usr/local/lib/sablevm/lib/libclasspath.jar: No such file or directory ln: /usr/local/lib/sablevm/jre/lib/libclasspath.jar: No such file or directory ln: /usr/local/lib/sablevm/lib/resources.jar: No such file or directory ln: /usr/local/lib/sablevm/jre/lib/resources.jar: No such file or directory gmake[3]: *** [install-data-hook] Error 1 gmake[3]: Leaving directory `/usr/ports/java/sablevm-classpath/work/sablevm-classpath-1.13/lib' gmake[2]: *** [install-data-am] Error 2 gmake[2]: Leaving directory `/usr/ports/java/sablevm-classpath/work/sablevm-classpath-1.13/lib' gmake[1]: *** [install-am] Error 2 gmake[1]: Leaving directory `/usr/ports/java/sablevm-classpath/work/sablevm-classpath-1.13/lib' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /usr/ports/java/sablevm-classpath. *** Error code 1 Stop in /usr/ports/java/sablevm. *** Error code 1 Stop in /usr/ports/java/sablevm. >How-To-Repeat: cd /usr/ports/java/sablevm; sudo make install clean >Fix: Looks as though the install script isn't quite right. Don't know how to fix, sorry. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080222030820.86794.qmail>