[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#342690: marked as done (klibc fails to build against linux-kernel-headers)



Your message dated Thu, 2 Aug 2007 15:59:36 +0200
with message-id <20070802135936.GY9582@stro.at>
and subject line klibc fails to build against linux-kernel-headers
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: linux-kernel-headers
Version: 2.6.13+0rc3-2
Severity: important


13:53 <makx> "ln -s /usr/include/linux linux/include" is not suprisingly not
             enough, it goes then down to /usr/include/sys, 
	     /usr/include/features.h, /usr/include/gnu,..
13:54 <makx> and then you get nice redefinitions.. :-P

In file included from ../linux/include/linux/compiler.h:44,
                 from ../linux/include/linux/stddef.h:4,
                 from ../linux/include/linux/posix_types.h:4,
                 from ../include/sys/types.h:15,
                 from ../include/unistd.h:11,
                 from ../include/stdio.h:11,
                 from vsnprintf.c:13:
../linux/include/sys/cdefs.h:204:1: warning: "__attribute_pure__" redefined



klibc used to compile directly against the linux-kerenel-headers,
but since 2.6.14 (for example linux-headers-2.6.14-2) the asm was
removed to push userspace not to compile against it:
 ls /usr/src/linux-headers-2.6.14-2/include/ | grep asm
asm-generic
asm-i386

 ls /usr/src/linux-headers-2.6.12-1/include/ | grep asm
asm
asm-generic
asm-i386

 ls -l /usr/src/linux-headers-2.6.12-1/include/asm 
lrwxrwxrwx  1 root root 8 2005-10-05 15:34 /usr/src/linux-headers-2.6.12-1/include/asm -> asm-i386

we could add it by hand when compiling our package,
but hopefully that will not be necessary:
13:57 <jbailey> Hmm.
13:57 <jbailey> Maybe this weekend I'll get a current lkh into shape for klibc.

-- 
maks


--- End Message ---
--- Begin Message ---
closing that old bug.

klibc mostly compiles against linux-libc-dev,
beside mips and mipsel but this is an klibc error to
expect their asm/asm.h
anyway not a linux-2.6 bug.

-- 
maks

--- End Message ---

Reply to: