From owner-freebsd-java Thu Aug 23 1:25:51 2001 Delivered-To: freebsd-java@freebsd.org Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id 7DBFE37B40A for ; Thu, 23 Aug 2001 01:25:47 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: from [166.70.7.216] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 15Zpo9-0000Qe-00; Thu, 23 Aug 2001 02:25:46 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.3/8.11.3) id f7N8PfB08752; Thu, 23 Aug 2001 17:55:41 +0930 (CST) (envelope-from glewis) Date: Thu, 23 Aug 2001 17:55:41 +0930 From: Greg Lewis To: Ernst de Haan Cc: java@FreeBSD.ORG, bleez@bellatlantic.net Subject: Re: [bleez@bellatlantic.net: Re: 1.3.1 patchset 3 (early adopters)] Message-ID: <20010823175541.B8652@misty.eyesbeyond.com> References: <20010823090242.A22428@c104187.upc-c.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010823090242.A22428@c104187.upc-c.chello.nl>; from ernsth@nl.euro.net on Thu, Aug 23, 2001 at 09:02:42AM +0200 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Aug 23, 2001 at 09:02:42AM +0200, Ernst de Haan wrote: > Date: Wed, 22 Aug 2001 18:44:46 -0400 (EDT) > From: Bryan Liesner > X-X-Sender: > To: Greg Lewis > Cc: Ernst de Haan > Subject: Re: 1.3.1 patchset 3 (early adopters) > In-Reply-To: <20010823011932.A93223@misty.eyesbeyond.com> > X-UIDL: 9884aa6eb1bb4c094402665b3ced050b > > On Thu, 23 Aug 2001, Greg Lewis wrote: > > >On Wed, Aug 22, 2001 at 01:04:04PM +0200, Ernst de Haan wrote: > >> Okay, now it did compile after I installed open-motif-2.1.30. So 'make' > >> succeeded, but now when I do 'make install' I get: > >> > >> zaphod# make install > >> ===> Installing for jdk-1.3.1p3 > >> ===> jdk-1.3.1p3 depends on executable: javavm - found > >> > >> Please use `make -DNODEBUG' if you don't want to install libraries and binaries with debugging support. > >> > >> /bin/mkdir -p /usr/local/jdk1.3.1 > >> (cd /usr/ports/java/jdk13/work/j2sdk1.3.1/make/../build/bsd-i386/jdk-image-i386 && gtar -c -f - .) | (cd /usr/local/jdk1.3.1 && gtar --unlink -x -f -) > >> (cd /usr/ports/java/jdk13/work/j2sdk1.3.1/make/../build/bsd-i386/jdk-debug-image-i386 && gtar -c -f - .) | (cd /usr/local/jdk1.3.1 && gtar --unlink -x -f -) > >> gtar: Error exit delayed from previous errors > >> *** Error code 2 > > I had the same problem, too. It looks it needs gtar to extract, and > tar (FreeBSD's) to install. Do a make, let it build, then change TAR= > >from gtar to tar. Make install will work. > > I would have liked to post this to the list, but all the freebsd lists > are rejecting my mail - doesn't look like anyone else is, though. Does the install step work if you rip out the --unlink from the gtar line? It doesn't seem to me like its strictly necessary. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message