public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nptl/11682] undefined reference to `__condvar_cleanup'  from 2.3.5 to 2.12
       [not found] <bug-11682-131@http.sourceware.org/bugzilla/>
@ 2014-06-30 17:51 ` fweimer at redhat dot com
  0 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-30 17:51 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=11682

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug nptl/11682] undefined reference to `__condvar_cleanup'  from 2.3.5 to 2.12
  2010-06-09  2:23 [Bug nptl/11682] New: " others1 at pervalidus dot net
                   ` (2 preceding siblings ...)
  2010-06-09 18:02 ` pasky at suse dot cz
@ 2010-06-09 18:50 ` others1 at pervalidus dot net
  3 siblings, 0 replies; 5+ messages in thread
From: others1 at pervalidus dot net @ 2010-06-09 18:50 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From others1 at pervalidus dot net  2010-06-09 18:50 -------
Andreas Jaeger reported it in 2005 -
http://sourceware.org/ml/libc-alpha/2005-07/msg00045.html

My GCC was compiled agaist glibc 2.3.5. I thought that was fixed.

Here, what I did is

-have-ssp = no
+have-ssp = yes

in config.make.

Anyway, I still don't know why 2.12 fails. Do you think I should try compiling
it after 2.11.2 is installed ?

BTW, dozens of nptl tests failed with 2.11.2. I guess, because 2.3.5 was installed.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11682

------- 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] 5+ messages in thread

* [Bug nptl/11682] undefined reference to `__condvar_cleanup'  from 2.3.5 to 2.12
  2010-06-09  2:23 [Bug nptl/11682] New: " others1 at pervalidus dot net
  2010-06-09  9:32 ` [Bug nptl/11682] " pasky at suse dot cz
  2010-06-09 14:34 ` others1 at pervalidus dot net
@ 2010-06-09 18:02 ` pasky at suse dot cz
  2010-06-09 18:50 ` others1 at pervalidus dot net
  3 siblings, 0 replies; 5+ messages in thread
From: pasky at suse dot cz @ 2010-06-09 18:02 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pasky at suse dot cz  2010-06-09 18:01 -------
Hmm, this is probably an issue with your toolchain then - most likely, the gcc
version you are using is actually some older one, or you have some spurious
stuff in your $CFLAGS (like -fstack-protector?).

Unfortunately, glibc is tricky to build and we cannot support people having
build issues here, I recommend that you seek a help on some mailing list instead.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=11682

------- 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] 5+ messages in thread

* [Bug nptl/11682] undefined reference to `__condvar_cleanup'  from 2.3.5 to 2.12
  2010-06-09  2:23 [Bug nptl/11682] New: " others1 at pervalidus dot net
  2010-06-09  9:32 ` [Bug nptl/11682] " pasky at suse dot cz
@ 2010-06-09 14:34 ` others1 at pervalidus dot net
  2010-06-09 18:02 ` pasky at suse dot cz
  2010-06-09 18:50 ` others1 at pervalidus dot net
  3 siblings, 0 replies; 5+ messages in thread
From: others1 at pervalidus dot net @ 2010-06-09 14:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From others1 at pervalidus dot net  2010-06-09 14:34 -------
Sorry for that, but I meant 2.3.6, not 2.3.5.

I tried without --enable-bind-now (2.3.6 was compiled with it), but it doesn't
fix it. I also removed --enable-stackguard-randomization.

I also tried 2.11.2, and it compiles nptl, but stops at nscd:

/home/fredlwm/src/glibc-2.11.2/objdir/nscd/nscd.o: In function `nscd_open_socket
':
nscd.c:(.text+0x277): undefined reference to `__stack_chk_guard'
/home/fredlwm/src/glibc-2.11.2/objdir/nscd/nscd.o: In function `parse_opt':
nscd.c:(.text+0x91f): undefined reference to `__stack_chk_guard'
/home/fredlwm/src/glibc-2.11.2/objdir/nscd/connections.o: In function `restart':
connections.c:(.text+0x2f9): undefined reference to `__stack_chk_guard'
connections.c:(.text+0x459): undefined reference to `__stack_chk_guard'
/home/fredlwm/src/glibc-2.11.2/objdir/nscd/connections.o: In function
`main_loop_epoll':
connections.c:(.text+0xa26): undefined reference to `__stack_chk_guard'
/home/fredlwm/src/glibc-2.11.2/objdir/nscd/connections.o:connections.c
(.text+0x11119): more undefined references to `__stack_chk_guard' follow
collect2: ld returned 1 exit status
make[2]: *** [/home/fredlwm/src/glibc-2.11.2/objdir/nscd/nscd] Error 1

The same happens with or without --enable-stackguard-randomization.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11682

------- 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] 5+ messages in thread

* [Bug nptl/11682] undefined reference to `__condvar_cleanup'  from 2.3.5 to 2.12
  2010-06-09  2:23 [Bug nptl/11682] New: " others1 at pervalidus dot net
@ 2010-06-09  9:32 ` pasky at suse dot cz
  2010-06-09 14:34 ` others1 at pervalidus dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pasky at suse dot cz @ 2010-06-09  9:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pasky at suse dot cz  2010-06-09 09:31 -------
Can you confirm that dropping --enable-bind-now fixes the problem?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11682

------- 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] 5+ messages in thread

end of thread, other threads:[~2014-06-30 17:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11682-131@http.sourceware.org/bugzilla/>
2014-06-30 17:51 ` [Bug nptl/11682] undefined reference to `__condvar_cleanup' from 2.3.5 to 2.12 fweimer at redhat dot com
2010-06-09  2:23 [Bug nptl/11682] New: " others1 at pervalidus dot net
2010-06-09  9:32 ` [Bug nptl/11682] " pasky at suse dot cz
2010-06-09 14:34 ` others1 at pervalidus dot net
2010-06-09 18:02 ` pasky at suse dot cz
2010-06-09 18:50 ` others1 at pervalidus dot net

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