From owner-freebsd-ports Fri Mar 8 8:40:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8326137B426 for ; Fri, 8 Mar 2002 08:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g28Ge2j23469; Fri, 8 Mar 2002 08:40:02 -0800 (PST) (envelope-from gnats) Date: Fri, 8 Mar 2002 08:40:02 -0800 (PST) Message-Id: <200203081640.g28Ge2j23469@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Greg Lewis Subject: Re: ports/35658: java/jdk13 creates too small src.jar Reply-To: Greg Lewis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/35658; it has been noted by GNATS. From: Greg Lewis To: freebsd-gnats-submit@FreeBSD.org Cc: znerd@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/35658: java/jdk13 creates too small src.jar Date: Sat, 9 Mar 2002 03:03:33 +1030 No solution yet, but I know what the problem is. Basically, before the source is jarred up it is copied over to the release image staging area using tar. Unfortunately there are too many files for tar to do this in one big hit and it dies with the error: /usr/bin/tar: argument list too long So, the only contents in the source staging area when the jarring occurs are the header files which are copied separately to the Java source. I'm looking into a few different workarounds for this. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message