From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 09: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 C8D0316A408 for ; Fri, 22 Feb 2008 09: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 BCC6213C47E for ; Fri, 22 Feb 2008 09: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 m1M9A3Su049823 for ; Fri, 22 Feb 2008 09: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 m1M9A3ww049822; Fri, 22 Feb 2008 09:10:03 GMT (envelope-from gnats) Date: Fri, 22 Feb 2008 09:10:03 GMT Message-Id: <200802220910.m1M9A3ww049822@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= Cc: Subject: Re: 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: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 09:10:03 -0000 The following reply was made to PR java/120959; it has been noted by GNATS. From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: areilly@bigpond.net.au Cc: bug-followup@FreeBSD.org Subject: Re: java/120959: sablevm-classpath did not build/install from ports Date: Fri, 22 Feb 2008 10:00:27 +0100 (CET) Hello, the problem is known to me. It happens if archivers/zip is installed. Here is a quick workaround: execute pkg_delete zip\* and 'make clean install' for java/sablevm-classpath again. The background is that sablevm-classpath tries to create a zip archive of the whole class library if zip is available. Now you have a zip archive in /usr/local/share/sablevm-classpath which is not listed in pkg-plist. Your explanation regarding the shell is correct, it's a bashism. Fixing the Makefile is already on my to-do list. I'll submit a patch soon. Björn