Gaudenz Steinlin <[EMAIL PROTECTED]> writes: > busybox-cvs fails to build from source on powerpc. Here is the relevant > part of the build log: > gcc -I./include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE > -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wshadow -Os > -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG -c -o libbb/syscalls.o > libbb/syscalls.c > libbb/syscalls.c: In function `sysfs': > libbb/syscalls.c:43: error: asm-specifier for variable `__sc_4' conflicts > with asm clobber list > > I searched on google to find the cause of this problem. Two messages > [1][2] I found suggest, that this is a kernel-headers problem, but I > am not sure on which package to file a bug (busybox-cvs, > kernel-patch-2.4.20-powerpc and libc6-dev come into my mind). Where > should I file a bug?
libc6-dev. It provides asm/unistd.h. -- Falk