From owner-freebsd-java@FreeBSD.ORG Mon Oct 6 10:52:17 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B5AC16A4B3 for ; Mon, 6 Oct 2003 10:52:17 -0700 (PDT) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id F228843FDD for ; Mon, 6 Oct 2003 10:52:15 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 1A6ZWn-0002X4-03 for freebsd-java@freebsd.org; Mon, 06 Oct 2003 11:52:13 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 1A6ZWT-0002Mf-03; Mon, 06 Oct 2003 11:51:54 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) h96HqdjG044129; Mon, 6 Oct 2003 11:52:40 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9p1/8.12.9/Submit) id h96Hqawu044128; Mon, 6 Oct 2003 11:52:36 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 6 Oct 2003 11:52:31 -0600 From: Greg Lewis To: Peter Simmons Message-ID: <20031006175231.GA44081@misty.eyesbeyond.com> References: <3F814139.6070604@bcmpweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F814139.6070604@bcmpweb.com> User-Agent: Mutt/1.4.1i X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on mgr3.xmission.com X-Spam-Status: No, hits=-0.9 required=8.0 tests=BAYES_30 autolearn=no version=2.60 X-Spam-Level: cc: imeme-users@imeme.net cc: freebsd-java@freebsd.org Subject: Re: Latte Diablo JRE 1.3.1 binary package on FreeBSD4.7 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 17:52:17 -0000 On Mon, Oct 06, 2003 at 11:17:29PM +1300, Peter Simmons wrote: > I was wondering if anyone else at Imeme has had any success with getting > JDK /usr/ports/java/jdk13 working on their jail. How does the subject of your email relate to this? The jdk13 port is not the Diablo distribution. > Also if anyone on the freebsd-java list has any experience getting jdk13 > working on FreeBSD 4.7 I would much appreciate any help. > > The build command I am running in /usr/ports/java/jdk13 is > > make build FORCE_PKG_REGISTER=1 WITHOUT_X11=1 > > I am not sure if I need (or if it does anything) the WITHOUT_X11=1 but I > know that we aren't running X11 and have used that on ports before so > thought I would try it. Neither of these have any effect. FORCE_PKG_REGISTER only affects installation, not building. > make goes off and does a lot of stuff and ends with the following: > > --------------------------------- > > gmake[3]: *** No rule to make target > `../../../build/bsd-i386/classes/META-INF/services/javax.sound.sampled.spi.FormatConversionProvider', > needed by `copy-files'. Stop. > gmake[3]: Leaving directory > `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax/sound' > gmake[2]: *** [optimized] Error 2 > gmake[2]: Leaving directory > `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax/sound' > gmake[1]: *** [all] Error 1 > gmake[1]: Leaving directory > `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/javax' > gmake: *** [all] Error 1 > *** Error code 2 > > Stop in /usr/ports/java/jdk13. > > -------------------------------- > > I tried a make clean and then the same command just in case and same thing. > > This looks like something to do with sound. Seeing as we don't actually > need sound to work I wonder if there is a way to skip that. Anyone know > where I could look? IIRC, this error appears when your version of tar is too old to unpack the source correctly. Try make TAR=gtar (you may have to install the gtar port first). The freebsd-java list archives will contain more details. You could also try using the diablo-jdk13 port instead so you don't have to build anything. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org