public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/869] New: CVS glibc fails to install if build root PWD too long
@ 2005-04-24 14:08 azarah at gentoo dot org
  2005-04-24 14:11 ` [Bug libc/869] " azarah at gentoo dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: azarah at gentoo dot org @ 2005-04-24 14:08 UTC (permalink / raw)
  To: glibc-bugs

When you install recent cvs snapshots, and the `pwd` of your build directory is
fairly long, you get something similar to:

----
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/branred.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/doasin.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/dosincos.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/halfulp.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/mpa.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/mpatan2.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/mpatan.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/mpexp.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/mplog.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/mpsqrt.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/mptan.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/sincos32.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/slowexp.os
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/slowpow.os
| \
gawk '/\.gnu\.glibc-stub\./ { \
          sub(/\.gnu\.glibc-stub\./, "", $2); \
          stubs[$2] = 1; } \
        END { for (s in stubs) print "#define __stub_" s }' >
/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/stubsT
make[2]: execvp: /bin/sh: Argument list too long
make[2]: ***
[/var/tmp/portage/glibc-2.3.5.20050418/work/build-x86-x86_64-pc-linux-gnu-nptl/math/stubs]
Error 127
make[2]: Leaving directory
`/var/tmp/portage/glibc-2.3.5.20050418/work/glibc-20050418/math'
make[1]: *** [math/subdir_install] Error 2
make[1]: Leaving directory
`/var/tmp/portage/glibc-2.3.5.20050418/work/glibc-20050418'
make: *** [install] Error 2 
----

-- 
           Summary: CVS glibc fails to install if build root PWD too long
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: azarah at gentoo dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=869

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/869] CVS glibc fails to install if build root PWD too long
  2005-04-24 14:08 [Bug libc/869] New: CVS glibc fails to install if build root PWD too long azarah at gentoo dot org
@ 2005-04-24 14:11 ` azarah at gentoo dot org
  2005-07-19  3:55 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: azarah at gentoo dot org @ 2005-04-24 14:11 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From azarah at gentoo dot org  2005-04-24 14:11 -------
Created an attachment (id=462)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=462&action=view)
5090_all_stubs-rule-fix.patch

I did mail this to glibc-alpha, but no response.  The echo is just for status
as
it takes a while in math/ for instance, but can be removed.  I am not sure what

the policy on echoing all commands are, so made some of the rm's silent to not
clutter things too much.  Comments/flames welcome.


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=869

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/869] CVS glibc fails to install if build root PWD too long
  2005-04-24 14:08 [Bug libc/869] New: CVS glibc fails to install if build root PWD too long azarah at gentoo dot org
  2005-04-24 14:11 ` [Bug libc/869] " azarah at gentoo dot org
@ 2005-07-19  3:55 ` cvs-commit at gcc dot gnu dot org
  2005-07-19  3:55 ` roland at gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-19  3:55 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-19 03:54 -------
Subject: Bug 869

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-07-19 03:54:55

Modified files:
	.              : Makerules 

Log message:
	2005-07-18  Roland McGrath  <roland@redhat.com>
	
	[BZ #869]
	* Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
	objdump command line.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/Makerules.diff?cvsroot=glibc&r1=1.430&r2=1.431



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=869

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/869] CVS glibc fails to install if build root PWD too long
  2005-04-24 14:08 [Bug libc/869] New: CVS glibc fails to install if build root PWD too long azarah at gentoo dot org
  2005-04-24 14:11 ` [Bug libc/869] " azarah at gentoo dot org
  2005-07-19  3:55 ` cvs-commit at gcc dot gnu dot org
@ 2005-07-19  3:55 ` roland at gnu dot org
  2005-07-22  7:10 ` cvs-commit at gcc dot gnu dot org
  2005-08-02 19:29 ` azarah at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: roland at gnu dot org @ 2005-07-19  3:55 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-07-19 03:55 -------
I put in a different change.

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


http://sources.redhat.com/bugzilla/show_bug.cgi?id=869

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/869] CVS glibc fails to install if build root PWD too long
  2005-04-24 14:08 [Bug libc/869] New: CVS glibc fails to install if build root PWD too long azarah at gentoo dot org
                   ` (2 preceding siblings ...)
  2005-07-19  3:55 ` roland at gnu dot org
@ 2005-07-22  7:10 ` cvs-commit at gcc dot gnu dot org
  2005-08-02 19:29 ` azarah at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-22  7:10 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-22 07:10 -------
Subject: Bug 869

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-07-22 07:09:59

Modified files:
	.              : Makerules 

Log message:
	2005-07-22  Roland McGrath  <roland@redhat.com>
	
	[BZ #869]
	* Makerules ($(objpfx)stubs): Fix last change.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/Makerules.diff?cvsroot=glibc&r1=1.431&r2=1.432



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=869

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/869] CVS glibc fails to install if build root PWD too long
  2005-04-24 14:08 [Bug libc/869] New: CVS glibc fails to install if build root PWD too long azarah at gentoo dot org
                   ` (3 preceding siblings ...)
  2005-07-22  7:10 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-02 19:29 ` azarah at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: azarah at gentoo dot org @ 2005-08-02 19:29 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From azarah at gentoo dot org  2005-08-02 19:28 -------
Tested and works fine, thanks.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=869

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2005-08-02 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-24 14:08 [Bug libc/869] New: CVS glibc fails to install if build root PWD too long azarah at gentoo dot org
2005-04-24 14:11 ` [Bug libc/869] " azarah at gentoo dot org
2005-07-19  3:55 ` cvs-commit at gcc dot gnu dot org
2005-07-19  3:55 ` roland at gnu dot org
2005-07-22  7:10 ` cvs-commit at gcc dot gnu dot org
2005-08-02 19:29 ` azarah at gentoo 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).