public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long"
@ 2005-02-22 22:06 gerald at pfeifer dot com
  2005-02-23  1:06 ` [Bug libgcj/20155] " pinskia at gcc dot gnu dot org
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: gerald at pfeifer dot com @ 2005-02-22 22:06 UTC (permalink / raw)
  To: java-prs

A full bootstrap including the java frontend (which implies libgcj) fails with
the following error message.

This is a regression from 3.4.x and relatively recent mainline.

...gnu/xml/transform/StreamSerializer.lo gnu/xml/transform/XSLURIResolver.lo
gnu/xml/transform/AttributeNode.lo gnu/xml/transform/CommentNode.lo
gnu/xml/transform/ForEachNode.lo gnu/xml/transform/KeyFunction.lo
gnu/xml/transform/TransformerImpl.lo gnu/xml/transform/WhenNode.lo
gnu/xml/transform/NodeNumberNode.lo gnu/xml/transform/OtherwiseNode.lo
gnu/xml/transform/AbstractNumberNode.lo gnu/xml/transform/TemplateNode.lo
gnu/xml/transform/TransformerOutputProperties.lo
gnu/xml/transform/DOMSourceLocator.lo java/lang/ConcreteProcess.
lo gnu/classpath/Configuration.lo boehm.lo   posix.lo    posix-threads.lo
gmake[3]: execvp: /bin/sh: Argument list too long
gmake[3]: *** [libgcj0_convenience.la] Error 127
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory `/files/pfeifer/OBJ-0222-2045/i386-unknown-freebsd4.
10/libjava'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
/files/pfeifer/OBJ-0222-2045/i386-unknown-freebsd4.10/libjava'
gmake[1]: *** [all-target-libjava] Error 2

-- 
           Summary: libgcj build fails with "execvp: /bin/sh: Argument list
                    too long"
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gerald at pfeifer dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
  GCC host triplet: i386-unknown-freebsd4.10


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


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

* [Bug libgcj/20155] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
@ 2005-02-23  1:06 ` pinskia at gcc dot gnu dot org
  2005-02-23  1:12 ` pinskia at gcc dot gnu dot org
                   ` (26 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-23  1:06 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-22 22:04 -------
Hmm, I would read:
http://gcc.gnu.org/ml/gcc/2004-09/msg01520.html

and make sure that this is still there.

-- 


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


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

* [Bug libgcj/20155] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
  2005-02-23  1:06 ` [Bug libgcj/20155] " pinskia at gcc dot gnu dot org
@ 2005-02-23  1:12 ` pinskia at gcc dot gnu dot org
  2005-02-23  8:36 ` pinskia at gcc dot gnu dot org
                   ` (25 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-23  1:12 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-22 22:06 -------
I think this was caused by:
2005-02-15  Richard Henderson  <rth@redhat.com>

        * Makefile.am (libgcj_la_SOURCES): Move all sources ...
        (libgcj0_convenience_la_SOURCES): ... here.
        (libgcj_la_LIBADD): Add libgcj0_convenience.la.
        (libgcj_la_DEPENDENCIES): Include libgcj_la_LIBADD.
        * Makefile.in: Regenerate.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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


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

* [Bug libgcj/20155] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
  2005-02-23  1:06 ` [Bug libgcj/20155] " pinskia at gcc dot gnu dot org
  2005-02-23  1:12 ` pinskia at gcc dot gnu dot org
@ 2005-02-23  8:36 ` pinskia at gcc dot gnu dot org
  2005-03-02 21:49 ` [Bug libgcj/20155] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-23  8:36 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


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


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

* [Bug libgcj/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (2 preceding siblings ...)
  2005-02-23  8:36 ` pinskia at gcc dot gnu dot org
@ 2005-03-02 21:49 ` pinskia at gcc dot gnu dot org
  2005-03-02 21:49 ` kcook at gcc dot gnu dot org
                   ` (23 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-02 21:49 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-02 18:25:09
               date|                            |
            Summary|libgcj build fails with     |[4.0/4.1 Regression] libgcj
                   |"execvp: /bin/sh: Argument  |build fails with "execvp:
                   |list too long"              |/bin/sh: Argument list too
                   |                            |long"


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


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

* [Bug libgcj/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (3 preceding siblings ...)
  2005-03-02 21:49 ` [Bug libgcj/20155] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-03-02 21:49 ` kcook at gcc dot gnu dot org
  2005-03-05 18:04 ` [Bug libgcj/20155] [4.0 " pinskia at gcc dot gnu dot org
                   ` (22 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: kcook at gcc dot gnu dot org @ 2005-03-02 21:49 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From kcook at gcc dot gnu dot org  2005-03-02 21:41 -------
Created an attachment (id=8314)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8314&action=view)
Proposed fix to bug

This is the proposed patch based on the fix for PR 17222 that rth's patch later
effectively bipassed.  It is still undergoing testing.	I would appreciate some
other testers also as libjava takes many hours to build under cygwin.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |kcook at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug libgcj/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (5 preceding siblings ...)
  2005-03-05 18:04 ` [Bug libgcj/20155] [4.0 " pinskia at gcc dot gnu dot org
@ 2005-03-05 18:04 ` cvs-commit at gcc dot gnu dot org
  2005-03-05 19:46 ` [Bug libgcj/20155] [4.0 " cvs-commit at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-05 18:04 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-05 16:33 -------
Subject: Bug 20155

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	sayle@gcc.gnu.org	2005-03-05 16:33:15

Modified files:
	libjava        : ChangeLog Makefile.am Makefile.in 

Log message:
	2005-03-05  Roger Sayle  <roger@eyesopen.com>
	Alexandre Oliva  <aoliva@redhat.com>
	Kelley Cook  <kcook@gcc.gnu.org>
	
	PR libgcj/20155
	* Makefile.am (libgcj0_convenience.la): New rule to create a file
	of the object files to link to avoid exceeding the command line
	length limits on some platforms.
	(clean-local): Clean up objectlist files.
	* Makefile.in: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3395&r2=1.3396
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&r1=1.455&r2=1.456
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&r1=1.486&r2=1.487



-- 


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


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

* [Bug libgcj/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (4 preceding siblings ...)
  2005-03-02 21:49 ` kcook at gcc dot gnu dot org
@ 2005-03-05 18:04 ` pinskia at gcc dot gnu dot org
  2005-03-05 18:04 ` [Bug libgcj/20155] [4.0/4.1 " cvs-commit at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-05 18:04 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-05 16:44 -------
Fixed on the mainline at least.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1 Regression] libgcj |[4.0 Regression] libgcj
                   |build fails with "execvp:   |build fails with "execvp:
                   |/bin/sh: Argument list too  |/bin/sh: Argument list too
                   |long"                       |long"


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


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

* [Bug libgcj/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (6 preceding siblings ...)
  2005-03-05 18:04 ` [Bug libgcj/20155] [4.0/4.1 " cvs-commit at gcc dot gnu dot org
@ 2005-03-05 19:46 ` cvs-commit at gcc dot gnu dot org
  2005-03-05 19:50 ` pinskia at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-05 19:46 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-05 17:33 -------
Subject: Bug 20155

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	sayle@gcc.gnu.org	2005-03-05 17:33:00

Modified files:
	libjava        : ChangeLog Makefile.am Makefile.in 

Log message:
	2005-03-05  Roger Sayle  <roger@eyesopen.com>
	Alexandre Oliva  <aoliva@redhat.com>
	Kelley Cook  <kcook@gcc.gnu.org>
	
	PR libgcj/20155
	* Makefile.am (libgcj0_convenience.la): New rule to create a file
	of the object files to link to avoid exceeding the command line
	length limits on some platforms.
	(clean-local): Clean up objectlist files.
	* Makefile.in: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3391.2.1&r2=1.3391.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.455&r2=1.455.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.485&r2=1.485.2.1



-- 


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


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

* [Bug libgcj/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (7 preceding siblings ...)
  2005-03-05 19:46 ` [Bug libgcj/20155] [4.0 " cvs-commit at gcc dot gnu dot org
@ 2005-03-05 19:50 ` pinskia at gcc dot gnu dot org
  2005-03-06 20:15 ` cvs-commit at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-05 19:50 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-05 18:04 -------
Fixed also on the 4.0 branch.  Thanks Roger for picking this one.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

* [Bug libgcj/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (8 preceding siblings ...)
  2005-03-05 19:50 ` pinskia at gcc dot gnu dot org
@ 2005-03-06 20:15 ` cvs-commit at gcc dot gnu dot org
  2005-03-06 22:41 ` [Bug libgcj/20155] [4.0/4.1 " pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-06 20:15 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-06 19:48 -------
Subject: Bug 20155

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	sayle@gcc.gnu.org	2005-03-06 19:48:18

Modified files:
	libjava        : ChangeLog Makefile.am Makefile.in 

Log message:
	PR libgcj/20155
	* Makefile.am (libgcj0_convenience.la): Revert last change.
	* Makefile.in: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3397&r2=1.3398
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&r1=1.456&r2=1.457
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&r1=1.487&r2=1.488



-- 


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


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

* [Bug libgcj/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (9 preceding siblings ...)
  2005-03-06 20:15 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-06 22:41 ` pinskia at gcc dot gnu dot org
  2005-03-06 22:44 ` cvs-commit at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-06 22:41 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-06 19:50 -------
The patch had to be reverted.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
            Summary|[4.0 Regression] libgcj     |[4.0/4.1 Regression] libgcj
                   |build fails with "execvp:   |build fails with "execvp:
                   |/bin/sh: Argument list too  |/bin/sh: Argument list too
                   |long"                       |long"


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


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

* [Bug libgcj/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (10 preceding siblings ...)
  2005-03-06 22:41 ` [Bug libgcj/20155] [4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2005-03-06 22:44 ` cvs-commit at gcc dot gnu dot org
  2005-04-05 21:41 ` [Bug bootstrap/20155] " mmitchel at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-06 22:44 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-06 20:15 -------
Subject: Bug 20155

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	sayle@gcc.gnu.org	2005-03-06 20:15:23

Modified files:
	libjava        : ChangeLog Makefile.am Makefile.in 

Log message:
	PR libgcj/20155
	* Makefile.am (libgcj0_convenience.la): Revert last change.
	* Makefile.in: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3391.2.2&r2=1.3391.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.455.2.1&r2=1.455.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.485.2.1&r2=1.485.2.2



-- 


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


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

* [Bug bootstrap/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (11 preceding siblings ...)
  2005-03-06 22:44 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-05 21:41 ` mmitchel at gcc dot gnu dot org
  2005-04-16 22:03 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-04-05 21:41 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-04-05 21:41 -------
Switched component to bootstrap.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libgcj                      |bootstrap


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


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

* [Bug bootstrap/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (12 preceding siblings ...)
  2005-04-05 21:41 ` [Bug bootstrap/20155] " mmitchel at gcc dot gnu dot org
@ 2005-04-16 22:03 ` pinskia at gcc dot gnu dot org
  2005-04-21  4:58 ` mmitchel at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-16 22:03 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED


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


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

* [Bug bootstrap/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (13 preceding siblings ...)
  2005-04-16 22:03 ` pinskia at gcc dot gnu dot org
@ 2005-04-21  4:58 ` mmitchel at gcc dot gnu dot org
  2005-04-26  2:43 ` htl10 at users dot sourceforge dot net
                   ` (12 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-04-21  4:58 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |4.0.1


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


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

* [Bug bootstrap/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (14 preceding siblings ...)
  2005-04-21  4:58 ` mmitchel at gcc dot gnu dot org
@ 2005-04-26  2:43 ` htl10 at users dot sourceforge dot net
  2005-04-26  3:18 ` htl10 at users dot sourceforge dot net
                   ` (11 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: htl10 at users dot sourceforge dot net @ 2005-04-26  2:43 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From htl10 at users dot sourceforge dot net  2005-04-26 02:43 -------
had the same problem with alphaev68-dec-osf5.1 as well.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |htl10 at users dot
                   |                            |sourceforge dot net


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


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

* [Bug bootstrap/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (15 preceding siblings ...)
  2005-04-26  2:43 ` htl10 at users dot sourceforge dot net
@ 2005-04-26  3:18 ` htl10 at users dot sourceforge dot net
  2005-05-17 14:42 ` bonzini at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: htl10 at users dot sourceforge dot net @ 2005-04-26  3:18 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From htl10 at users dot sourceforge dot net  2005-04-26 03:18 -------
on alphaev68-dec-osf5.1, the 

make[3]: execvp: /bin/sh: Arg list too long
make[3]: *** [libgcj0_convenience.la] Error 127
make[3]: Leaving directory
`/home/htl10/gcc-4.x-build-dir/alphaev68-dec-osf5.1a/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/htl10/gcc-4.x-build-dir/alphaev68-dec-osf5.1a/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/home/htl10/gcc-4.x-build-dir'
make: *** [bootstrap4-lean] Error 2

happens when
/bin/sh ./libtool --tag=GCJ --mode=link ... -o libgcj0_convenience.la ... 

-- 


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


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

* [Bug bootstrap/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (16 preceding siblings ...)
  2005-04-26  3:18 ` htl10 at users dot sourceforge dot net
@ 2005-05-17 14:42 ` bonzini at gcc dot gnu dot org
  2005-05-17 14:44 ` bonzini at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-05-17 14:42 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |21624


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


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

* [Bug bootstrap/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (17 preceding siblings ...)
  2005-05-17 14:42 ` bonzini at gcc dot gnu dot org
@ 2005-05-17 14:44 ` bonzini at gcc dot gnu dot org
  2005-06-06 23:21 ` ro at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-05-17 14:44 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-05-17 14:44 -------
It can be fixed using the per-directory build infrastructure, but .java files
cannot be reliably compiled to the binary-compatibility abi.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|kcook at gcc dot gnu dot org|bonzini at gcc dot gnu dot
                   |                            |org


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


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

* [Bug bootstrap/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (18 preceding siblings ...)
  2005-05-17 14:44 ` bonzini at gcc dot gnu dot org
@ 2005-06-06 23:21 ` ro at gcc dot gnu dot org
  2005-06-07  0:37 ` [Bug bootstrap/20155] [4.0 " gerald at pfeifer dot com
                   ` (7 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ro at gcc dot gnu dot org @ 2005-06-06 23:21 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From ro at gcc dot gnu dot org  2005-06-06 23:21 -------
At least on Tru64 UNIX (which is affected as mentioned in Comment #12), this is
fixed on mainline by this patch:

  http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01552.html

So it should probably be backported to the 4.0 branch.

-- 


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


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

* [Bug bootstrap/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (19 preceding siblings ...)
  2005-06-06 23:21 ` ro at gcc dot gnu dot org
@ 2005-06-07  0:37 ` gerald at pfeifer dot com
  2005-07-08  1:37 ` mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: gerald at pfeifer dot com @ 2005-06-07  0:37 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From gerald at pfeifer dot com  2005-06-07 00:37 -------
Confirmed.  Also on FreeBSD this has been fixed on mainline, so I'm removing
the 4.1 tag from the summary.

Having a backport to 4.0 would be great.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1 Regression] libgcj |[4.0 Regression] libgcj
                   |build fails with "execvp:   |build fails with "execvp:
                   |/bin/sh: Argument list too  |/bin/sh: Argument list too
                   |long"                       |long"


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


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

* [Bug bootstrap/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (20 preceding siblings ...)
  2005-06-07  0:37 ` [Bug bootstrap/20155] [4.0 " gerald at pfeifer dot com
@ 2005-07-08  1:37 ` mmitchel at gcc dot gnu dot org
  2005-07-14  8:55 ` bonzini at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-07-08  1:37 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.1                       |4.0.2


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


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

* [Bug bootstrap/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (21 preceding siblings ...)
  2005-07-08  1:37 ` mmitchel at gcc dot gnu dot org
@ 2005-07-14  8:55 ` bonzini at gcc dot gnu dot org
  2005-07-15  0:30 ` mark at codesourcery dot com
                   ` (4 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-07-14  8:55 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-07-14 08:55 -------
Adding Mark so that he can judge the opportunity of a backport.

Removing bug 21624 dependency, because it is indeed fixed on mainline.  If bug
21624 were fixed the command line could be even shorter, but the current
situation on mainline is enough.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at codesourcery dot com
  BugsThisDependsOn|21624                       |


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


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

* [Bug bootstrap/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (22 preceding siblings ...)
  2005-07-14  8:55 ` bonzini at gcc dot gnu dot org
@ 2005-07-15  0:30 ` mark at codesourcery dot com
  2005-08-08 17:01 ` bonzini at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: mark at codesourcery dot com @ 2005-07-15  0:30 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mark at codesourcery dot com  2005-07-15 00:30 -------
Subject: Re:  [4.0 Regression] libgcj build fails with
 "execvp: /bin/sh: Argument list too long"

bonzini at gcc dot gnu dot org wrote:
> ------- Additional Comments From bonzini at gcc dot gnu dot org  2005-07-14 08:55 -------
> Adding Mark so that he can judge the opportunity of a backport.
> 
> Removing bug 21624 dependency, because it is indeed fixed on mainline.  If bug
> 21624 were fixed the command line could be even shorter, but the current
> situation on mainline is enough.

I think it would be good to backport this patch, as bootstrap breakage 
is obviously severe.  However, I wouldn't want to force the Java people 
to do something they don't think is safe.  As long as the Java people 
are comfortable with the backport, it's fine by me.



-- 


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


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

* [Bug bootstrap/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (23 preceding siblings ...)
  2005-07-15  0:30 ` mark at codesourcery dot com
@ 2005-08-08 17:01 ` bonzini at gcc dot gnu dot org
  2005-08-08 17:03 ` aph at redhat dot com
                   ` (2 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-08-08 17:01 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-08-08 17:00 -------
Andrew, is a backport fine with you?

-- 


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


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

* [Bug bootstrap/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (24 preceding siblings ...)
  2005-08-08 17:01 ` bonzini at gcc dot gnu dot org
@ 2005-08-08 17:03 ` aph at redhat dot com
  2005-08-17 12:56 ` bonzini at gcc dot gnu dot org
  2005-08-17 14:56 ` pinskia at gcc dot gnu dot org
  27 siblings, 0 replies; 29+ messages in thread
From: aph at redhat dot com @ 2005-08-08 17:03 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at redhat dot com  2005-08-08 17:03 -------
Subject: Re:  [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"

bonzini at gcc dot gnu dot org writes:
 > 
 > Andrew, is a backport fine with you?

Yes.  Go for it.

Andrew.


-- 


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


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

* [Bug bootstrap/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (25 preceding siblings ...)
  2005-08-08 17:03 ` aph at redhat dot com
@ 2005-08-17 12:56 ` bonzini at gcc dot gnu dot org
  2005-08-17 14:56 ` pinskia at gcc dot gnu dot org
  27 siblings, 0 replies; 29+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-08-17 12:56 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-08-17 12:56 -------
Committing to 4.0 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.0.1                       |
      Known to work|4.1.0                       |4.0.2 4.1.0


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


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

* [Bug bootstrap/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"
  2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
                   ` (26 preceding siblings ...)
  2005-08-17 12:56 ` bonzini at gcc dot gnu dot org
@ 2005-08-17 14:56 ` pinskia at gcc dot gnu dot org
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-17 14:56 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-17 14:56 -------
Fixed.

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


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


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

end of thread, other threads:[~2005-08-17 14:56 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-22 22:06 [Bug libgcj/20155] New: libgcj build fails with "execvp: /bin/sh: Argument list too long" gerald at pfeifer dot com
2005-02-23  1:06 ` [Bug libgcj/20155] " pinskia at gcc dot gnu dot org
2005-02-23  1:12 ` pinskia at gcc dot gnu dot org
2005-02-23  8:36 ` pinskia at gcc dot gnu dot org
2005-03-02 21:49 ` [Bug libgcj/20155] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-03-02 21:49 ` kcook at gcc dot gnu dot org
2005-03-05 18:04 ` [Bug libgcj/20155] [4.0 " pinskia at gcc dot gnu dot org
2005-03-05 18:04 ` [Bug libgcj/20155] [4.0/4.1 " cvs-commit at gcc dot gnu dot org
2005-03-05 19:46 ` [Bug libgcj/20155] [4.0 " cvs-commit at gcc dot gnu dot org
2005-03-05 19:50 ` pinskia at gcc dot gnu dot org
2005-03-06 20:15 ` cvs-commit at gcc dot gnu dot org
2005-03-06 22:41 ` [Bug libgcj/20155] [4.0/4.1 " pinskia at gcc dot gnu dot org
2005-03-06 22:44 ` cvs-commit at gcc dot gnu dot org
2005-04-05 21:41 ` [Bug bootstrap/20155] " mmitchel at gcc dot gnu dot org
2005-04-16 22:03 ` pinskia at gcc dot gnu dot org
2005-04-21  4:58 ` mmitchel at gcc dot gnu dot org
2005-04-26  2:43 ` htl10 at users dot sourceforge dot net
2005-04-26  3:18 ` htl10 at users dot sourceforge dot net
2005-05-17 14:42 ` bonzini at gcc dot gnu dot org
2005-05-17 14:44 ` bonzini at gcc dot gnu dot org
2005-06-06 23:21 ` ro at gcc dot gnu dot org
2005-06-07  0:37 ` [Bug bootstrap/20155] [4.0 " gerald at pfeifer dot com
2005-07-08  1:37 ` mmitchel at gcc dot gnu dot org
2005-07-14  8:55 ` bonzini at gcc dot gnu dot org
2005-07-15  0:30 ` mark at codesourcery dot com
2005-08-08 17:01 ` bonzini at gcc dot gnu dot org
2005-08-08 17:03 ` aph at redhat dot com
2005-08-17 12:56 ` bonzini at gcc dot gnu dot org
2005-08-17 14:56 ` pinskia 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).