Bug#406744: linux-kernel-headers: __always_inline not defined outside __KERNEL__

2007-01-13 Thread Bas Zoetekouw
Package: linux-kernel-headers Version: 2.6.18-6 Severity: important When including asm/system.h (I need a definition of wmb()), I'm getting this error: | In file included from /usr/include/asm/bitops.h:8, | from /usr/include/linux/bitops.h:9, | from

Bug#406747: linux-kernel-headers: private symbols u16 and u32 used in asm/system.h on i386

2007-01-13 Thread Bas Zoetekouw
Package: linux-kernel-headers Version: 2.6.18-6 Severity: important asm/system.h (line 306-308) uses the private symbols u8, u16 and u32: | extern unsigned long cmpxchg_386_u8(volatile void *, u8, u8); | extern unsigned long cmpxchg_386_u16(volatile void *, u16, u16); | extern unsigned long

Processed: Re: Bug#403658: lowlevellock.h missing on amd64.

2007-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: reassign 403658 purelibc Bug#403658: lowlevellock.h missing on amd64. Bug reassigned from package `libc6-dev' to `purelibc'. retitle 403658 purelibc: FTBFS: Makes use of glibc internal _IO_MTSAFE_IO. Bug#403658: lowlevellock.h missing on amd64.

Bug#403658: lowlevellock.h missing on amd64.

2007-01-13 Thread Kurt Roeckx
reassign 403658 purelibc retitle 403658 purelibc: FTBFS: Makes use of glibc internal _IO_MTSAFE_IO. thanks Theoretically you should not define _IO_MTSAFE_IO it is reserved for glibc internals. That's why you get an error there, when using a NPTL libc. So, I've reassign it to purelibc, because

Bug#406744: linux-kernel-headers: __always_inline not defined outside __KERNEL__

2007-01-13 Thread Daniel Jacobowitz
On Sat, Jan 13, 2007 at 04:49:18PM +0100, Bas Zoetekouw wrote: Package: linux-kernel-headers Version: 2.6.18-6 Severity: important When including asm/system.h (I need a definition of wmb()), I'm Don't do that. The sanitized kernel headers (make headers_install, in 2.6.19 and later) do not

Bug#406747: linux-kernel-headers: private symbols u16 and u32 used in asm/system.h on i386

2007-01-13 Thread Daniel Jacobowitz
On Sat, Jan 13, 2007 at 04:58:15PM +0100, Bas Zoetekouw wrote: Package: linux-kernel-headers Version: 2.6.18-6 Severity: important asm/system.h (line 306-308) uses the private symbols u8, u16 and u32: Same response as for #406744: do not use asm/system.h from userspace. -- Daniel