On Fri, Dec 31, 2004 at 09:30:30AM -0500, Dossy Shiobara wrote: > On 2004.12.31, Francesco Paolo Lovergine <[EMAIL PROTECTED]> wrote: > > Would you please have a look on this, I think it should be an issue in > > sources... > > > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=287680 > > > > amd64 is a mixed 64bit/32bit arch, just FYI. > > Thanks and happy new year! > > Interesting ... > > $ uname -a > Linux ecwav 2.6.7 #5 Thu Jul 22 02:43:13 EDT 2004 i686 GNU/Linux > > $ getconf GNU_LIBPTHREAD_VERSION > NPTL 0.60 > > $ objdump -T /lib/tls/libpthread-0.60.so | grep pthread_kill_other_threads_np > 0000ab30 g DF .text 00000001 (GLIBC_2.0) pthread_kill_other_threads_np > > $ dpkg -S /lib/tls/libpthread-0.60.so > libc6: /lib/tls/libpthread-0.60.so > > $ apt-cache policy libc6 > libc6: > Installed: 2.3.2.ds1-18 > Candidate: 2.3.2.ds1-18 > Version Table: > *** 2.3.2.ds1-18 0 > 990 http://http.us.debian.org testing/main Packages > 500 http://http.us.debian.org unstable/main Packages > 100 /var/lib/dpkg/status > 2.2.5-11.5 0 > 500 http://http.us.debian.org stable/main Packages > 500 http://security.debian.org stable/updates/main Packages > > > While the .deb for LinuxThreads isn't installed on this system, I > suspect I'd probably hand-installed it before Debianizing this > particular host many years ago. > > Perhaps that #ifdef __linux needs to be changed to #ifdef HAVE_PTHREADS? >
I suspect HAVE_PTHREADS is provided with either linuxthreads or NPTL. It is required an explicit configuration test for pthread_kill_other_threads_np() existence, instead. -- Francesco P. Lovergine -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
