From owner-freebsd-java@FreeBSD.ORG Wed Apr 9 02:19:24 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 B17EB37B401 for ; Wed, 9 Apr 2003 02:19:24 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D4743F93 for ; Wed, 9 Apr 2003 02:19:19 -0700 (PDT) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h39BOdu2041881; Wed, 9 Apr 2003 11:24:41 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h399PfWW009908; Wed, 9 Apr 2003 12:25:41 +0300 (EEST) (envelope-from ml) Date: Wed, 9 Apr 2003 12:25:40 +0300 From: Alexey Zelkin To: Richard Tobin Message-ID: <20030409122540.A9887@phantom.cris.net> References: <200304082334.AAA10383@sorley.cogsci.ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200304082334.AAA10383@sorley.cogsci.ed.ac.uk>; from richard@cogsci.ed.ac.uk on Wed, Apr 09, 2003 at 12:34:49AM +0100 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: freebsd-java@freebsd.org Subject: Re: Error during port build 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: Wed, 09 Apr 2003 09:19:25 -0000 Ignore it. This error is from tar archive build procedure. FreeBSD port is not using it at all. Actually I know how to fix it, but it's low priority since completely unused now. On Wed, Apr 09, 2003 at 12:34:49AM +0100, Richard Tobin wrote: > While building the jdk14 port, I got the following error message shortly > before the end: > > /usr/bin/tar: argument list too long > > Unfortunately I didn't manage to grab much of the context before it > scrolled away, but the immediately preceding lines were > > (cd /spare3/ports/java/jdk14/work/control/build/bsd-i586/j2sdk-image/src; /usr/bin/tar xf -); \ > done > > And it was followed by a bunch of messages > > find: java/applet: No such file or directory > find: java/awt: No such file or directory > find: java/beans: No such file or directory > find: java/math: No such file or directory > ... > > The build and install continued and as far as I can see it all works, > but I'm worried something is missing. > > -- Richard > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"