public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/409] New: undefined reference to `WIFCONTINUED' compiling bash against new snapshot
@ 2004-09-25 15:06 lv at gentoo dot org
  2004-09-25 15:07 ` [Bug libc/409] " lv at gentoo dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: lv at gentoo dot org @ 2004-09-25 15:06 UTC (permalink / raw)
  To: glibc-bugs

compiling bash 2.5 against a recent glibc cvs snapshot (HEAD or fedora-branch)
results in:

jobs.o(.text+0x918): In function `pretty_print_job':
/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b/jobs.c:1121: undefined reference
to `WIFCONTINUED'

bash3 compiles, but nothing run from it will return, which kinda almost makes me
wish i stuck to 2.5 ;)
with the last snapshot in gentoo, a 20040808 snapshot, bash works as expected.

-- 
           Summary: undefined reference to `WIFCONTINUED' compiling bash
                    against new snapshot
           Product: glibc
           Version: 2.3.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: lv at gentoo dot org
                CC: glibc-bugs at sources dot redhat dot com


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

------- 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/409] undefined reference to `WIFCONTINUED' compiling bash against new snapshot
  2004-09-25 15:06 [Bug libc/409] New: undefined reference to `WIFCONTINUED' compiling bash against new snapshot lv at gentoo dot org
@ 2004-09-25 15:07 ` lv at gentoo dot org
  2004-09-26  0:58 ` roland at gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: lv at gentoo dot org @ 2004-09-25 15:07 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|                            |x86_64-pc-linux-gnu
   GCC host triplet|                            |x86_64-pc-linux-gnu
 GCC target triplet|                            |x86_64-pc-linux-gnu


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

------- 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/409] undefined reference to `WIFCONTINUED' compiling bash against new snapshot
  2004-09-25 15:06 [Bug libc/409] New: undefined reference to `WIFCONTINUED' compiling bash against new snapshot lv at gentoo dot org
  2004-09-25 15:07 ` [Bug libc/409] " lv at gentoo dot org
@ 2004-09-26  0:58 ` roland at gnu dot org
  2004-09-27 12:30 ` gotom at debian dot or dot jp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: roland at gnu dot org @ 2004-09-26  0:58 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2004-09-26 00:58 -------
Indeed, I overlooked defining WIFCONTINUED to go along with WCONTINUED.
I will fix this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-26 00:58:08
               date|                            |


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

------- 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/409] undefined reference to `WIFCONTINUED' compiling bash against new snapshot
  2004-09-25 15:06 [Bug libc/409] New: undefined reference to `WIFCONTINUED' compiling bash against new snapshot lv at gentoo dot org
  2004-09-25 15:07 ` [Bug libc/409] " lv at gentoo dot org
  2004-09-26  0:58 ` roland at gnu dot org
@ 2004-09-27 12:30 ` gotom at debian dot or dot jp
  2004-09-28  1:59 ` roland at gnu dot org
  2004-09-28  4:18 ` lv at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: gotom at debian dot or dot jp @ 2004-09-27 12:30 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gotom at debian dot or dot  |roland at gnu dot org
                   |jp                          |


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

------- 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/409] undefined reference to `WIFCONTINUED' compiling bash against new snapshot
  2004-09-25 15:06 [Bug libc/409] New: undefined reference to `WIFCONTINUED' compiling bash against new snapshot lv at gentoo dot org
                   ` (2 preceding siblings ...)
  2004-09-27 12:30 ` gotom at debian dot or dot jp
@ 2004-09-28  1:59 ` roland at gnu dot org
  2004-09-28  4:18 ` lv at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: roland at gnu dot org @ 2004-09-28  1:59 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2004-09-28 01:59 -------
I forgot to add the magic comment to the log, so no commit notice here.
But fixed in CVS.

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


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

------- 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/409] undefined reference to `WIFCONTINUED' compiling bash against new snapshot
  2004-09-25 15:06 [Bug libc/409] New: undefined reference to `WIFCONTINUED' compiling bash against new snapshot lv at gentoo dot org
                   ` (3 preceding siblings ...)
  2004-09-28  1:59 ` roland at gnu dot org
@ 2004-09-28  4:18 ` lv at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: lv at gentoo dot org @ 2004-09-28  4:18 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From lv at gentoo dot org  2004-09-28 04:18 -------
note that this fix doesnt appear to be on fedora-branch yet.

-- 


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

------- 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:[~2004-09-28  4:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-25 15:06 [Bug libc/409] New: undefined reference to `WIFCONTINUED' compiling bash against new snapshot lv at gentoo dot org
2004-09-25 15:07 ` [Bug libc/409] " lv at gentoo dot org
2004-09-26  0:58 ` roland at gnu dot org
2004-09-27 12:30 ` gotom at debian dot or dot jp
2004-09-28  1:59 ` roland at gnu dot org
2004-09-28  4:18 ` lv 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).