From owner-freebsd-java@FreeBSD.ORG Tue Apr 8 16:34:17 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 D04CB37B401 for ; Tue, 8 Apr 2003 16:34:17 -0700 (PDT) Received: from rhymer.cogsci.ed.ac.uk (rhymer.cogsci.ed.ac.uk [129.215.144.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD0943F3F for ; Tue, 8 Apr 2003 16:34:16 -0700 (PDT) (envelope-from richard@cogsci.ed.ac.uk) Received: from sorley.cogsci.ed.ac.uk (sorley [129.215.144.53]) by rhymer.cogsci.ed.ac.uk (8.9.3p2/8.9.3) with ESMTP id AAA11365 for ; Wed, 9 Apr 2003 00:34:14 +0100 (BST) Received: (from richard@localhost) by sorley.cogsci.ed.ac.uk (8.9.3+Sun/8.9.3) id AAA10383 for freebsd-java@FreeBSD.org; Wed, 9 Apr 2003 00:34:49 +0100 (BST) Date: Wed, 9 Apr 2003 00:34:49 +0100 (BST) Message-Id: <200304082334.AAA10383@sorley.cogsci.ed.ac.uk> From: Richard Tobin To: freebsd-java@FreeBSD.org Organization: just say no Subject: 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: Tue, 08 Apr 2003 23:34:18 -0000 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