Re: Argument list too long

2006-12-03 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Long, Phillip GOSS on 12/3/2006 8:48 PM: > What is SHELL set to in your environment? If it's not set to /bin/bash, > it's may be defaulting to CMD.EXE, which has a line-length limitation, > whereas bash (and I'm guessing most other shells

RE: Argument list too long

2006-12-03 Thread Long, Phillip GOSS
-Original Message- > From: Michael Eager > Sent: Saturday, December 02, 2006 10:30 PM > To: Cygwin > Subject: Argument list too long > > I get the error message "argument list too long" > while building GCC on certain Cgywin installations, but not all. Th

Argument list too long

2006-12-02 Thread Michael Eager
I get the error message "argument list too long" while building GCC on certain Cgywin installations, but not all. This happens when make executes a command with a large number of arguments. I'm assuming that this is because I'm running out of environment space. Some of t

Re: xargs: argument list too long - new problem with v.4.2.25

2005-09-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christopher Faylor on 9/5/2005 9:23 AM: > I used to compile findutils with -DARG_MAX=15 on the gcc command > line to work around this problem. Undoubtedly there is a better way to > do this, but maybe this is a hint as to what's wrong

Re: xargs: argument list too long - new problem with v.4.2.25

2005-09-05 Thread Eric Blake
> xargs: md5sum: Argument list too long > I used to compile findutils with -DARG_MAX=15 on the gcc command > line to work around this problem. Undoubtedly there is a better way to > do this, but maybe this is a hint as to what's wrong. I'll take a look at it. I

Re: xargs: argument list too long - new problem with v.4.2.25

2005-09-05 Thread Christopher Faylor
On Mon, Sep 05, 2005 at 11:46:05AM +0100, fergus wrote: >Just updated xargs from v.4.2.11-cvs to v.4.2.25 with installation of latest >findutils and I now find that > cat filelist | xargs md5sum >where filelist is a mere 1723 items long, now fails with > xargs: md5sum

xargs: argument list too long - new problem with v.4.2.25

2005-09-05 Thread fergus
Just updated xargs from v.4.2.11-cvs to v.4.2.25 with installation of latest findutils and I now find that cat filelist | xargs md5sum where filelist is a mere 1723 items long, now fails with xargs: md5sum: Argument list too long This did not happen with the previous version of

Re: CreateProcess was: bash: /usr/bin/rm: Argument list too long

2005-08-23 Thread Corinna Vinschen
On Aug 22 17:46, Brian Dessent wrote: > Christopher Faylor wrote: > > > There will be some limits (especially with cygwin 1.5.18 - this is fixed > > in snapshots) but mounting the /bin and /usr/bin directories with -X > > should increase the command line length enormously over the Windows > > defa

CreateProcess was: bash: /usr/bin/rm: Argument list too long

2005-08-22 Thread Brian Dessent
Christopher Faylor wrote: > There will be some limits (especially with cygwin 1.5.18 - this is fixed > in snapshots) but mounting the /bin and /usr/bin directories with -X > should increase the command line length enormously over the Windows > default of around 32K. The MSDN docs for the lpComman

Re: bash: /usr/bin/rm: Argument list too long

2005-08-22 Thread Christopher Faylor
On Mon, Aug 22, 2005 at 07:16:22AM -0600, Eric Blake wrote: >According to Morten Kjarulff on 8/22/2005 6:56 AM: >>If I try to rm many files, or fewer files with long names I get "bash: >>/usr/bin/rm: Argument list too long". Can anyone tell the limits? > >The l

Re: bash: /usr/bin/rm: Argument list too long

2005-08-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Morten Kjarulff on 8/22/2005 6:56 AM: > Hi, > > If I try to rm many files, or fewer files with long names I get "bash: > /usr/bin/rm: Argument list too long". Can anyone tell the limits? The limits are prett

bash: /usr/bin/rm: Argument list too long

2005-08-22 Thread Morten Kjarulff
Hi, If I try to rm many files, or fewer files with long names I get "bash: /usr/bin/rm: Argument list too long". Can anyone tell the limits? Is the solution something like "for file in * ; do rm $file ; done"? /Morten The directory is empty: [EMAIL PROTECTED] /tmp $ ls [E

Re: Argument list too long [FAQ Possibility]

2005-01-06 Thread Joshua Daniel Franklin
On Thu, 6 Jan 2005 17:46:37 -0500, Buchbinder, Barry (NIH/NIAID) wrote: > Seems like this is asked about often enough to be in the FAQ. We try not to include general Unix questions in the FAQ. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin

Re: Argument list too long [FAQ Possibility]

2005-01-06 Thread Sean Daley
il Rojas wrote: > >>> > >>>> I am providing grep with a long list of files, e.g. 1200 files > >>>> with about 80K characters. > >>>> > >>>> I get the following > >>>> > >>>> bash: /bin/grep

RE: Argument list too long [FAQ Possibility]

2005-01-06 Thread Buchbinder, Barry (NIH/NIAID)
t; I am providing grep with a long list of files, e.g. 1200 files >>>> with about 80K characters. >>>> >>>> I get the following >>>> >>>> bash: /bin/grep: Argument list too long >>>> >>>> If I reduce the total

Re: Argument list too long

2005-01-05 Thread Igor Pechtchanski
On Wed, 5 Jan 2005, Emil Rojas wrote: > At 10:26 AM 1/5/2005, you wrote: > > On Wed, 5 Jan 2005, Emil Rojas wrote: > > > > > I am providing grep with a long list of files, e.g. 1200 files with > > > about 80K characters. > > > > > > I get the f

Re: Argument list too long

2005-01-05 Thread Igor Pechtchanski
On Wed, 5 Jan 2005, Emil Rojas wrote: > I am providing grep with a long list of files, e.g. 1200 files with > about 80K characters. > > I get the following > > bash: /bin/grep: Argument list too long > > If I reduce the total characters to less then 32K it works fine.