From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 03:10:03 2008 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43BC916A404 for ; Fri, 22 Feb 2008 03:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20B6E13C455 for ; Fri, 22 Feb 2008 03:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1M3A3Ig019508 for ; Fri, 22 Feb 2008 03:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1M3A2DH019507; Fri, 22 Feb 2008 03:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 22 Feb 2008 03:10:02 GMT Resent-Message-Id: <200802220310.m1M3A2DH019507@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew Reilly Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC74816A402 for ; Fri, 22 Feb 2008 03:08:35 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from omta02ps.mx.bigpond.com (omta02ps.mx.bigpond.com [144.140.83.154]) by mx1.freebsd.org (Postfix) with ESMTP id 4E40B13C45E for ; Fri, 22 Feb 2008 03:08:34 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from oaamta04ps.mx.bigpond.com ([124.188.162.219]) by omta02ps.mx.bigpond.com with ESMTP id <20080222030833.TZBB5615.omta02ps.mx.bigpond.com@oaamta04ps.mx.bigpond.com> for ; Fri, 22 Feb 2008 03:08:33 +0000 Received: from areilly.bpa.nu ([124.188.162.219]) by oaamta04ps.mx.bigpond.com with ESMTP id <20080222030832.GDIN8735.oaamta04ps.mx.bigpond.com@areilly.bpa.nu> for ; Fri, 22 Feb 2008 03:08:32 +0000 Received: (qmail 86795 invoked by uid 501); 22 Feb 2008 03:08:20 -0000 Message-Id: <20080222030820.86794.qmail@areilly.bpa.nu> Date: 22 Feb 2008 03:08:20 -0000 From: Andrew Reilly To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: java/120959: sablevm-classpath did not build/install from ports X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Reilly List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 03:10:03 -0000 >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: