From owner-freebsd-java Wed Mar 12 11:47: 4 2003 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 C471C37B401 for ; Wed, 12 Mar 2003 11:47:02 -0800 (PST) Received: from hyperreal.org (taz3.hyperreal.org [209.237.226.90]) by mx1.FreeBSD.org (Postfix) with SMTP id ECB9D43FBF for ; Wed, 12 Mar 2003 11:47:01 -0800 (PST) (envelope-from brian@hyperreal.org) Received: (qmail 53000 invoked from network); 12 Mar 2003 19:47:03 -0000 Received: from localhost.hyperreal.org (HELO yez.hyperreal.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 12 Mar 2003 19:47:03 -0000 Received: (qmail 14409 invoked by uid 1000); 12 Mar 2003 19:49:02 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 12 Mar 2003 19:49:02 -0000 Date: Wed, 12 Mar 2003 11:49:02 -0800 (PST) From: Brian Behlendorf To: Tom Samplonius Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk14 make package In-Reply-To: Message-ID: <20030312113725.H11907@yez.hyperreal.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N 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 Tue, 11 Mar 2003, Tom Samplonius wrote: > On Tue, 11 Mar 2003, Brian Behlendorf wrote: > > > > > It builds and installs great for me, kudos Alexey! > > But "make package" appears to barf: > ... > > I had no problems here. Do those files actually exist on your system? I > think they are supposed to. Perhaps there was a problem extracting the > tarball? For example: tar: jdk1.4.1/demo/jfc/SwingSet2/resources/swingset.properties: Cannot stat: No such file or directory I can find that file in the work/ dir: ./work/control/build/bsd-i586/tmp/demo_swing/SwingSet2/classes/resources/swingset.properties ./work/j2se/src/share/demo/jfc/SwingSet2/resources/swingset.properties under /usr/ports/java/jdk14, but nothing with the name "swingset.properties" under /usr/local/jdk1.4.1. /usr/local/jdk1.4.1/demo/jfc/SwingSet2/ does exist, but it contains: taz3# ls -s /usr/local/jdk1.4.1/demo/jfc/SwingSet2/ total 1366 2 README.txt 2 SwingSet2.html 1360 SwingSet2.jar 2 src But no "resources" directory, which is what "make package" appears to want to put in the tarball. A "make deinstall; make reinstall" didn't put it there, either. Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message