public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1020] New: glibc don't build if /bin/sh != sh
@ 2005-06-17  7:23 castet dot matthieu at free dot fr
  2005-06-17  7:25 ` [Bug libc/1020] " castet dot matthieu at free dot fr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: castet dot matthieu at free dot fr @ 2005-06-17  7:23 UTC (permalink / raw)
  To: glibc-bugs

Hi,

if this patch isn't apply, glibc failed to build if sh is not sh

-- 
           Summary: glibc don't build if /bin/sh != sh
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: castet dot matthieu at free dot fr
                CC: glibc-bugs at sources dot redhat dot com


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

------- 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/1020] glibc don't build if /bin/sh != sh
  2005-06-17  7:23 [Bug libc/1020] New: glibc don't build if /bin/sh != sh castet dot matthieu at free dot fr
@ 2005-06-17  7:25 ` castet dot matthieu at free dot fr
  2005-06-17  7:27 ` [Bug libc/1020] glibc don't build if /bin/sh != bash castet dot matthieu at free dot fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: castet dot matthieu at free dot fr @ 2005-06-17  7:25 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From castet dot matthieu at free dot fr  2005-06-17 07:25 -------
Created an attachment (id=521)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=521&action=view)
patch for sh != bash


-- 


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

------- 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/1020] glibc don't build if /bin/sh != bash
  2005-06-17  7:23 [Bug libc/1020] New: glibc don't build if /bin/sh != sh castet dot matthieu at free dot fr
  2005-06-17  7:25 ` [Bug libc/1020] " castet dot matthieu at free dot fr
@ 2005-06-17  7:27 ` castet dot matthieu at free dot fr
  2005-06-17  7:32 ` jakub at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: castet dot matthieu at free dot fr @ 2005-06-17  7:27 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|glibc don't build if /bin/sh|glibc don't build if /bin/sh
                   |!= sh                       |!= bash


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

------- 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/1020] glibc don't build if /bin/sh != bash
  2005-06-17  7:23 [Bug libc/1020] New: glibc don't build if /bin/sh != sh castet dot matthieu at free dot fr
  2005-06-17  7:25 ` [Bug libc/1020] " castet dot matthieu at free dot fr
  2005-06-17  7:27 ` [Bug libc/1020] glibc don't build if /bin/sh != bash castet dot matthieu at free dot fr
@ 2005-06-17  7:32 ` jakub at redhat dot com
  2005-06-17  8:09 ` castet dot matthieu at free dot fr
  2005-06-23  5:08 ` gotom at debian dot or dot jp
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at redhat dot com @ 2005-06-17  7:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jakub at redhat dot com  2005-06-17 07:32 -------
That patch is in for several months:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&r1=1.9234&r2=1.9235
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/csu/Makefile.diff?cvsroot=glibc&r1=1.75&r2=1.76

-- 


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

------- 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/1020] glibc don't build if /bin/sh != bash
  2005-06-17  7:23 [Bug libc/1020] New: glibc don't build if /bin/sh != sh castet dot matthieu at free dot fr
                   ` (2 preceding siblings ...)
  2005-06-17  7:32 ` jakub at redhat dot com
@ 2005-06-17  8:09 ` castet dot matthieu at free dot fr
  2005-06-23  5:08 ` gotom at debian dot or dot jp
  4 siblings, 0 replies; 6+ messages in thread
From: castet dot matthieu at free dot fr @ 2005-06-17  8:09 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From castet dot matthieu at free dot fr  2005-06-17 08:09 -------
Ok, sorry I haven't seen them.

But why aren't they in 2.3.5 that was release after these patches ?



-- 


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

------- 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/1020] glibc don't build if /bin/sh != bash
  2005-06-17  7:23 [Bug libc/1020] New: glibc don't build if /bin/sh != sh castet dot matthieu at free dot fr
                   ` (3 preceding siblings ...)
  2005-06-17  8:09 ` castet dot matthieu at free dot fr
@ 2005-06-23  5:08 ` gotom at debian dot or dot jp
  4 siblings, 0 replies; 6+ messages in thread
From: gotom at debian dot or dot jp @ 2005-06-23  5:08 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From gotom at debian dot or dot jp  2005-06-23 05:08 -------
I don't know why it was not in, but IMHO it's not high priority patch.

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


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

------- 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-06-23  5:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-17  7:23 [Bug libc/1020] New: glibc don't build if /bin/sh != sh castet dot matthieu at free dot fr
2005-06-17  7:25 ` [Bug libc/1020] " castet dot matthieu at free dot fr
2005-06-17  7:27 ` [Bug libc/1020] glibc don't build if /bin/sh != bash castet dot matthieu at free dot fr
2005-06-17  7:32 ` jakub at redhat dot com
2005-06-17  8:09 ` castet dot matthieu at free dot fr
2005-06-23  5:08 ` gotom at debian dot or dot jp

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).