lördag 11 november 2006 15:16 skrev Mister Dobalina: > Were you able to get util-linux to build? I have been > trying to rebuild it against the latest > glibc/kernel-headers pkgs and it exits with a > compilation error in llseek.c.
I got the same problem. As I managed to build util-linux once, maybe it works with an old version of kernel-headers? The binary version in archlinux is built somehow. I googled around, and it appears that it is an upstreams problem with kernel-headers and/or util-linux. The needed definition of the missing syscall5 macro is in /usr/src/linux-2.6.18-ARCH/include/asm-i386/unistd.h so for the time being, until it is fixed properly, I just included that file (it also needs __KERNEL__ defined). In google, alternative ways of fixing it are mentioned. Karolina _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
