public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long
@ 2005-09-05 14:34 danglin at gcc dot gnu dot org
  2005-09-05 14:36 ` [Bug libstdc++/23734] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-09-05 14:34 UTC (permalink / raw)
  To: gcc-bugs

make[2]: Leaving directory `/xxx/gnu/gcc-3.3/objdir/hppa1.1-hp-hpux10.20/libiber
ty'
make[2]: Entering directory `/xxx/gnu/gcc-3.3/objdir/hppa1.1-hp-hpux10.20/libstd
c++-v3'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/xxx/gnu/gcc-3.3/objdir/./g
cc/xgcc -B/xxx/gnu/gcc-3.3/objdir/./gcc/ -B/opt/gnu/gcc/gcc-4.1.0/hppa1.1-hp-hpu
x10.20/bin/ -B/opt/gnu/gcc/gcc-4.1.0/hppa1.1-hp-hpux10.20/lib/ -isystem /opt/gnu
/gcc/gcc-4.1.0/hppa1.1-hp-hpux10.20/include -isystem /opt/gnu/gcc/gcc-4.1.0/hppa
1.1-hp-hpux10.20/sys-include" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2 " "CFLAGS_FO
R_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/usr/local/bin/install
-c" "INSTALL_DATA=/usr/local/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/local/
bin/install -c" "INSTALL_SCRIPT=/usr/local/bin/install -c" "LDFLAGS=" "LIBCFLAGS
=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo
--split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SH
ELL=/usr/local/bin/bash" "RUNTESTFLAGS=" "exec_prefix=/opt/gnu/gcc/gcc-4.1.0" "i
nfodir=/opt/gnu/gcc/gcc-4.1.0/info" "libdir=/opt/gnu/gcc/gcc-4.1.0/lib" "include
dir=/opt/gnu/gcc/gcc-4.1.0/include" "prefix=/opt/gnu/gcc/gcc-4.1.0" "tooldir=/op
t/gnu/gcc/gcc-4.1.0/hppa1.1-hp-hpux10.20" "gxx_include_dir=/opt/gnu/gcc/gcc-4.1.
0/include/c++/4.1.0" "AR=ar" "AS=/xxx/gnu/gcc-3.3/objdir/./gcc/as" "LD=/xxx/gnu/
gcc-3.3/objdir/./gcc/collect-ld" "RANLIB=ranlib" "NM=/xxx/gnu/gcc-3.3/objdir/./g
cc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/xxx/gnu/gcc-3.3/objdir/./gcc/nm" "DESTDIR
=" "WERROR=" all-recursive
make[3]: Entering directory `/xxx/gnu/gcc-3.3/objdir/hppa1.1-hp-hpux10.20/libstd
c++-v3'
Making all in include
make[4]: Entering directory `/xxx/gnu/gcc-3.3/objdir/hppa1.1-hp-hpux10.20/libstd
c++-v3/include'
make[4]: execvp: /usr/local/bin/bash: Arg list too long
make[4]: *** [stamp-assoc] Error 127
make[4]: Leaving directory `/xxx/gnu/gcc-3.3/objdir/hppa1.1-hp-hpux10.20/libstdc
++-v3/include'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/xxx/gnu/gcc-3.3/objdir/hppa1.1-hp-hpux10.20/libstdc
++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/xxx/gnu/gcc-3.3/objdir/hppa1.1-hp-hpux10.20/libstdc
++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/xxx/gnu/gcc-3.3/objdir'
make: *** [bootstrap] Error 2
Mon Sep  5 10:04:29 EDT 2005

ARG_MAX is 20478 under HP-UX 10.X and isn't configurable as far as I know.

-- 
           Summary: make[4]: execvp: /usr/local/bin/bash: Arg list too long
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa1.1-hp-hpux10.20
  GCC host triplet: hppa1.1-hp-hpux10.20
GCC target triplet: hppa1.1-hp-hpux10.20


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
@ 2005-09-05 14:36 ` pinskia at gcc dot gnu dot org
  2005-09-05 14:39 ` [Bug libstdc++/23734] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-05 14:36 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |libstdc++
            Summary|make[4]: execvp:            |make[4]: execvp:
                   |/usr/local/bin/bash: Arg    |/usr/local/bin/bash: Arg
                   |list too long               |list too long


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
  2005-09-05 14:36 ` [Bug libstdc++/23734] " pinskia at gcc dot gnu dot org
@ 2005-09-05 14:39 ` pinskia at gcc dot gnu dot org
  2005-09-05 14:50 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-05 14:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-05 14:39 -------
I think this is a dup of bug 22554.  And this is more proof that it effects more than AIX unlike what 
Benjamin thinks. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22554
           Keywords|                            |build
            Summary|make[4]: execvp:            |[4.1 Regression] make[4]:
                   |/usr/local/bin/bash: Arg    |execvp: /usr/local/bin/bash:
                   |list too long               |Arg list too long


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
  2005-09-05 14:36 ` [Bug libstdc++/23734] " pinskia at gcc dot gnu dot org
  2005-09-05 14:39 ` [Bug libstdc++/23734] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-09-05 14:50 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-09-06 22:35 ` sje at cup dot hp dot com
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-09-05 14:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-09-05 14:50 -------
Subject: Re:  [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-05 14:39 -------
> I think this is a dup of bug 22554.  And this is more proof that it effects more than AIX unlike what 
> Benjamin thinks. 

The AIX error looks similar but it got a bit further.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-09-05 14:50 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-09-06 22:35 ` sje at cup dot hp dot com
  2005-09-07  0:15 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sje at cup dot hp dot com @ 2005-09-06 22:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sje at cup dot hp dot com  2005-09-06 22:35 -------
It looks like there are some patches to increase ARG_MAX on HP-UX 10.* OS
releases.  They might provide a workaround.

>From HP Chart/bug report JAGaa11744:

A patch has been provided which will allow the kernel to 
accept upto 200k chars (as the max combined size of arg/env
strings) in a single call to EXEC.

The patch ids are:	PHKL_8282	(700 series)
			PHKL_8283	(800 series)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

The following patches extend the maximum combined size of
arg/env strings to 2048000 bytes (including the null
terminators) in a single call to EXEC.

The patch ids are:	PHKL_10176	(10.20 S700)
			PHKL_10177	(10.20 S800)

			PHKL_10270      (10.10 S700)
			PHKL_10271      (10.10 S800)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-09-06 22:35 ` sje at cup dot hp dot com
@ 2005-09-07  0:15 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-09-07  1:02 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-09-07  0:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-09-07 00:14 -------
Subject: Re:  [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long

> It looks like there are some patches to increase ARG_MAX on HP-UX 10.* OS
> releases.  They might provide a workaround.

Thanks.  I thought that I had every relevant patch for 10.20 installed ;)

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-09-07  0:15 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-09-07  1:02 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-09-12 19:04 ` bkoz at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-09-07  1:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-09-07 01:01 -------
Subject: Re:  [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long

> It looks like there are some patches to increase ARG_MAX on HP-UX 10.* OS
> releases.  They might provide a workaround.
> 
> >From HP Chart/bug report JAGaa11744:
> 
> A patch has been provided which will allow the kernel to 
> accept upto 200k chars (as the max combined size of arg/env
> strings) in a single call to EXEC.
> 
> The patch ids are:	PHKL_8282	(700 series)
> 			PHKL_8283	(800 series)
> 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> 
> The following patches extend the maximum combined size of
> arg/env strings to 2048000 bytes (including the null
> terminators) in a single call to EXEC.
> 
> The patch ids are:	PHKL_10176	(10.20 S700)
> 		 	PHKL_10177	(10.20 S800)
> 
> 			PHKL_10270      (10.10 S700)
> 			PHKL_10271      (10.10 S800)

I have PHKL_16750 installed which superceded PHKL_10176.  It claims
the following:

        The internal buffer within the kernel was created with a
	length of 20480 bytes, with no provision for increasing its
	size.  This patch provides for up to 100 such buffers, with
	all but the first allocated only if required (that is, if
	more than 20480 bytes of argv/env information is found).
        Thus, exec() now supports up to 2048000 bytes of argv/env
	information.

I tried the following:

#include <unistd.h>
int
main ()
{
  printf ("arg_max = %u\n", sysconf (_SC_ARG_MAX));
  return 0;
}

bash-3.00$ ./arg_max
arg_max = 20478

Thus, system is advertising that it supports 2048000 bytes of argv/env
info.  Looking at PHKL_16750, I see that I need to enable large_ncargs_enabled.
I'm going to give this a try.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-09-07  1:02 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-09-12 19:04 ` bkoz at gcc dot gnu dot org
  2005-09-12 23:10 ` cvs-commit at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2005-09-12 19:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2005-09-12 19:04 -------

Ok, ok, I'm on these two.

-benjamin

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bkoz at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-09-12 19:04 ` bkoz at gcc dot gnu dot org
@ 2005-09-12 23:10 ` cvs-commit at gcc dot gnu dot org
  2005-09-12 23:11 ` bkoz at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-09-12 23:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-12 23:09 -------
Subject: Bug 23734

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2005-09-12 23:09:41

Modified files:
	libstdc++-v3   : ChangeLog Makefile.in aclocal.m4 config.h.in 
	libstdc++-v3/include: Makefile.am Makefile.in 
	libstdc++-v3/libmath: Makefile.in 
	libstdc++-v3/libsupc++: Makefile.in 
	libstdc++-v3/po: Makefile.in 
	libstdc++-v3/src: Makefile.in 
	libstdc++-v3/testsuite: Makefile.in 

Log message:
	2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>
	David Edelsohn <dje@gcc.gnu.org>
	
	PR libstdc++/22554
	PR libstdc++/23734
	* include/Makefile.am (assoc_headers): Break into five sub values.
	(install-headers): Use them.
	(stamp-assoc): Same.
	* include/Makefile.in: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.3100&r2=1.3101
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.in.diff?cvsroot=gcc&r1=1.166&r2=1.167
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/aclocal.m4.diff?cvsroot=gcc&r1=1.317&r2=1.318
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config.h.in.diff?cvsroot=gcc&r1=1.103&r2=1.104
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.am.diff?cvsroot=gcc&r1=1.105&r2=1.106
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&r1=1.143&r2=1.144
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.in.diff?cvsroot=gcc&r1=1.116&r2=1.117
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.in.diff?cvsroot=gcc&r1=1.131&r2=1.132
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/po/Makefile.in.diff?cvsroot=gcc&r1=1.61&r2=1.62
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&r1=1.228&r2=1.229
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&r1=1.104&r2=1.105



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-09-12 23:10 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-12 23:11 ` bkoz at gcc dot gnu dot org
  2005-09-13 15:47 ` sje at cup dot hp dot com
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2005-09-12 23:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2005-09-12 23:11 -------

Hey I checked in the patch to 22554 that seemed to work for David. Can you try
this too?

-benjamin

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-09-12 23:11 ` bkoz at gcc dot gnu dot org
@ 2005-09-13 15:47 ` sje at cup dot hp dot com
  2005-09-13 16:00 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sje at cup dot hp dot com @ 2005-09-13 15:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sje at cup dot hp dot com  2005-09-13 15:47 -------
I don't have a 10.20 machine around anymore.  All my machines are 11.00 or later.
10.20 was released in 1996.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-09-13 15:47 ` sje at cup dot hp dot com
@ 2005-09-13 16:00 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-09-13 19:23 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-09-13 16:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-09-13 16:00 -------
Subject: Re:  [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long

> I don't have a 10.20 machine around anymore.  All my machines are 11.00 or later.
> 10.20 was released in 1996.

I will try the change when the current bootstrap and check that I am
running completes.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-09-13 16:00 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-09-13 19:23 ` cvs-commit at gcc dot gnu dot org
  2005-09-15 18:25 ` bkoz at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-09-13 19:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-13 19:23 -------
Subject: Bug 23734

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2005-09-13 19:22:52

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include: Makefile.am Makefile.in 

Log message:
	2005-09-12  David Edelsohn  <dje@gcc.gnu.org>
	
	PR libstdc++/22554
	PR libstdc++/23734
	* include/Makefile.am (stamp-assoc): Install each subgroup
	of headers separately.
	* include/Makefile.in: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.3103&r2=1.3104
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.am.diff?cvsroot=gcc&r1=1.106&r2=1.107
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&r1=1.144&r2=1.145



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2005-09-13 19:23 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-15 18:25 ` bkoz at gcc dot gnu dot org
  2005-09-15 18:54 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2005-09-15 18:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2005-09-15 18:25 -------

Can I close this?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2005-09-15 18:25 ` bkoz at gcc dot gnu dot org
@ 2005-09-15 18:54 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-09-15 19:01 ` bkoz at gcc dot gnu dot org
  2005-09-15 19:17 ` bkoz at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-09-15 18:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-09-15 18:53 -------
Subject: Re:  [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long

> Can I close this?

Yes.

Enabling large_ncargs_enabled after applying patch PHKL_16750
resolves the problem.

My previous run still isn't done.  A hang in ada testsuite slowed
things a bit.  Hopefully, your change will allow v3 to build without
enabling large_ncargs_enabled.  I've seen a bit of system strangeness
with it enabled.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2005-09-15 18:54 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-09-15 19:01 ` bkoz at gcc dot gnu dot org
  2005-09-15 19:17 ` bkoz at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2005-09-15 19:01 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 23734 depends on bug 22554, which changed state.

Bug 22554 Summary: [4.1 Regression] pb_assoc header build and install overflows exec
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22554

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/23734] [4.1 Regression] make[4]: execvp: /usr/local/bin/bash: Arg list too long
  2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2005-09-15 19:01 ` bkoz at gcc dot gnu dot org
@ 2005-09-15 19:17 ` bkoz at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2005-09-15 19:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2005-09-15 19:16 -------

Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23734


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2005-09-15 19:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-05 14:34 [Bug bootstrap/23734] New: make[4]: execvp: /usr/local/bin/bash: Arg list too long danglin at gcc dot gnu dot org
2005-09-05 14:36 ` [Bug libstdc++/23734] " pinskia at gcc dot gnu dot org
2005-09-05 14:39 ` [Bug libstdc++/23734] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-09-05 14:50 ` dave at hiauly1 dot hia dot nrc dot ca
2005-09-06 22:35 ` sje at cup dot hp dot com
2005-09-07  0:15 ` dave at hiauly1 dot hia dot nrc dot ca
2005-09-07  1:02 ` dave at hiauly1 dot hia dot nrc dot ca
2005-09-12 19:04 ` bkoz at gcc dot gnu dot org
2005-09-12 23:10 ` cvs-commit at gcc dot gnu dot org
2005-09-12 23:11 ` bkoz at gcc dot gnu dot org
2005-09-13 15:47 ` sje at cup dot hp dot com
2005-09-13 16:00 ` dave at hiauly1 dot hia dot nrc dot ca
2005-09-13 19:23 ` cvs-commit at gcc dot gnu dot org
2005-09-15 18:25 ` bkoz at gcc dot gnu dot org
2005-09-15 18:54 ` dave at hiauly1 dot hia dot nrc dot ca
2005-09-15 19:01 ` bkoz at gcc dot gnu dot org
2005-09-15 19:17 ` bkoz at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).