From owner-freebsd-java Thu Aug 23 0: 4:39 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id B063B37B405 for ; Thu, 23 Aug 2001 00:04:33 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.4) id f7N72g137555 for java@freebsd.org; Thu, 23 Aug 2001 09:02:42 +0200 (CEST) (envelope-from ernst) Date: Thu, 23 Aug 2001 09:02:42 +0200 From: Ernst de Haan To: java@freebsd.org Subject: [bleez@bellatlantic.net: Re: 1.3.1 patchset 3 (early adopters)] Message-ID: <20010823090242.A22428@c104187.upc-c.chello.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Forwarding this mail since this guy cannot post to the list... /Ernst -- Ernst de Haan Euronet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ --bg08WKrSYDhXBjb5 Content-Type: message/rfc822 Content-Disposition: inline Received: from localhost (localhost [127.0.0.1]) by heinz.jollem.com (8.11.3/8.11.4) with ESMTP id f7MMiEw36066 for ; Thu, 23 Aug 2001 00:44:14 +0200 (CEST) (envelope-from bleez@bellatlantic.net) Received: from pop.euronet.nl [194.134.0.10] by localhost with POP3 (fetchmail-5.8.6) for ernst@localhost (single-drop); Thu, 23 Aug 2001 00:44:14 +0200 (CEST) Received: from neptune.euro.net (neptune.euro.net [194.134.0.168]) by pop1.euronet.nl (Postfix) with ESMTP id C542C5B5A for ; Thu, 23 Aug 2001 00:45:29 +0200 (MET DST) Received: from gravy.kishka.net (unknown [151.197.8.33]) by neptune.euro.net (Postfix) with ESMTP id DCD961463D for ; Thu, 23 Aug 2001 00:45:27 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by gravy.kishka.net (8.11.5/8.11.5) with ESMTP id f7MMikX43464; Wed, 22 Aug 2001 18:44:47 -0400 (EDT) (envelope-from bleez@bellatlantic.net) 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> Message-ID: <20010822183856.R43457-100000@gravy.kishka.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: ./jre/: Cannot unlink: Directory not empty >> gtar: ./jre/lib/: Cannot unlink: Directory not empty >> gtar: ./jre/lib/i386/: Cannot unlink: Directory not empty >> gtar: ./jre/lib/i386/green_threads/: Cannot unlink: Directory not empty >> gtar: ./jre/lib/i386/classic/: Cannot unlink: Directory not empty >> gtar: ./bin/: Cannot unlink: Directory not empty >> gtar: ./bin/i386/: Cannot unlink: Directory not empty >> gtar: ./bin/i386/green_threads/: Cannot unlink: Directory not empty >> gtar: ./lib/: Cannot unlink: Directory not empty >> gtar: ./lib/i386/: Cannot unlink: Directory not empty >> 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. I'm sure it has to do with the Linksys router I installed... :( --bg08WKrSYDhXBjb5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message