From owner-freebsd-java Wed Aug 22 7:17:29 2001 Delivered-To: freebsd-java@freebsd.org Received: from catv00.kitanet.ne.jp (catv00.kitanet.ne.jp [210.146.3.11]) by hub.freebsd.org (Postfix) with SMTP id C4E1A37B41D for ; Wed, 22 Aug 2001 07:17:01 -0700 (PDT) (envelope-from sugimura@YasudaKei.org) Received: (qmail 24098 invoked by uid 0); 22 Aug 2001 14:17:00 -0000 Received: from proxy01.kitanet.ne.jp (HELO localhost) (210.146.3.4) by catv00.kitanet.ne.jp with SMTP; 22 Aug 2001 14:17:00 -0000 To: freebsd-java@FreeBSD.ORG Subject: Re: 1.3.1 patchset 3 (early adopters) From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= In-Reply-To: <20010822130404.B22059@c104187.upc-c.chello.nl> References: <20010821221746.D24127@snark.ptc.spbu.ru> <20010822112358.A21815@c104187.upc-c.chello.nl> <20010822130404.B22059@c104187.upc-c.chello.nl> X-Mailer: Mew version 1.94.1 on XEmacs 21.1 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010822233325O.sugimura@YasudaKei.org> Date: Wed, 22 Aug 2001 23:33:25 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 67 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 Thanks for Greg, I can also make and install jdk-1.3.1p3. kei % /usr/local/jdk1.3.1/bin/java -version java version "1.3.1-internal" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-internal-root-010822-09:09) Classic VM (build 1.3.1-internal-root-010822-09:09, green threads, nojit) I can also execute Tomcat, it works fine. I will test it for Japanese environments. > 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 > > Stop in /usr/ports/java/jdk13. > *** Error code 1 > > Stop in /usr/ports/java/jdk13. > *** Error code 1 > > Stop in /usr/ports/java/jdk13. > >Any suggestions? > I have changed this Makefile as follows: --- Makefile.orig Wed Aug 22 23:29:03 2001 +++ Makefile Wed Aug 22 23:23:57 2001 @@ -78,10 +78,10 @@ do-install: ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} (cd ${JDKIMAGEDIR} && ${TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} --unlink -x -f -) + | (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} -x -f -) .if !defined(NODEBUG) (cd ${JDKIMAGEDIR_G} && ${TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} --unlink -x -f -) + | (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} -x -f -) .endif post-install: Regards, --- SUGIMURA Takashi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message