From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21920 invoked by alias); 24 Nov 2008 18:37:16 -0000 Received: (qmail 21880 invoked by alias); 24 Nov 2008 18:37:16 -0000 Date: Mon, 24 Nov 2008 18:37:00 -0000 Message-ID: <20081124183716.21879.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/38251] [4.4 Regression] tools.zip doesn't build on systems with short command lines In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "ro at techfak dot uni-bielefeld dot de" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2008-q4/txt/msg00080.txt.bz2 ------- Comment #4 from ro at techfak dot uni-bielefeld dot de 2008-11-24 18:37 ------- Subject: Re: [4.4 Regression] tools.zip doesn't build on systems with short command lines aph at gcc dot gnu dot org writes: > jar has an update mode that adds files, so I can use that. How long may an > arglist be? % getconf ARG_MAX 38912 I'm astonished that it is so low; I thought only IRIX 6 had a limit this close to the old 20k default. Unfortunately, the version of jar I use reports % jar u /vol/gnu/bin/jar: `-u' mode unimplemented. % jar --version jar (fastjar) 0.92-gcc Copyright 1999, 2000, 2001 Bryan Burns Copyright 2002 Free Software Foundation This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Perhaps I should simply move it out of the way and use zip instead. Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38251