Bug#223051: linux-kernel-headers: error in /usr/include/linux/spinlock.h

2003-12-06 Thread philippe
Package: linux-kernel-headers Version: 2.5.999-test7-bk-9 Severity: normal Tags: sid -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux smp-tux 2.6.0-test9 #1 Fri Dec 5 14:30:57 CET 2003 i686 Locale: LANG=fr_FR, LC_CTYPE=fr_FR -- no debconf information

Bug#223110: Something fishy with pthread_atfork()

2003-12-06 Thread Andrew Suffield
Package: glibc I don't know what to do with this one. I have a library that follows the description in libc.info about how to register atfork handlers so that mutexes behave safely across fork() (it doesn't ever fork directly). Usually it works fine, but I have one particular case where glibc

Bug#223051: linux-kernel-headers: error in /usr/include/linux/spinlock.h

2003-12-06 Thread John Hasler
I'm also seeing this with chrony. The problem seems to be that linux/preempt.h fails to include asm/smp.h. A workaround is to include asm/smp.h in the program, but that leads to this: In file included from /usr/include/asm/smp.h:18, from rtc_linux.c:48:

Bug#223110: Something fishy with pthread_atfork()

2003-12-06 Thread Andrew Suffield
Package: glibc I don't know what to do with this one. I have a library that follows the description in libc.info about how to register atfork handlers so that mutexes behave safely across fork() (it doesn't ever fork directly). Usually it works fine, but I have one particular case where glibc

Bug#223051: linux-kernel-headers: error in /usr/include/linux/spinlock.h

2003-12-06 Thread John Hasler
I'm also seeing this with chrony. The problem seems to be that linux/preempt.h fails to include asm/smp.h. A workaround is to include asm/smp.h in the program, but that leads to this: In file included from /usr/include/asm/smp.h:18, from rtc_linux.c:48: