You are not logged in.
I can't compile kernel after today's upgrage(maybe becouse of glibc?):
./include/linux/kernel.h:10:20: error: stdarg.h: No such file or directory
In file included from ./include/asm/system.h:4,
from ./include/asm/processor.h:18,
from ./include/asm/atomic.h:5,
from ./include/linux/crypto.h:20,
from arch/i386/kernel/asm-offsets.c:7:
./include/linux/kernel.h:117: error: expected declaration specifiers or '...' before 'va_list'
./include/linux/kernel.h:123: error: expected declaration specifiers or '...' before 'va_list'
./include/linux/kernel.h:127: error: expected declaration specifiers or '...' before 'va_list'
./include/linux/kernel.h:134: error: expected declaration specifiers or '...' before 'va_list'
./include/linux/kernel.h:149: error: expected declaration specifiers or '...' before 'va_list'
make[1]: *** [arch/i386/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
==> ERROR: Build Failed. Aborting...
Yesterday everything was ok.
Thanks for help
Offline
did you "make clean" before rebulding?
What kernel is it exactly?
x86 oder amd64?..
Offline
I use PKGBUILD to make a package so make clean is NOT an option
kernel 2.6.20 + viper4 patch
Before today's upgrade I was able to build this
Offline
I did never use PKGBUILDs for my kernels an viper4 compiles fine here Even with latest patches for rsdl 0.23. (although I'm using -dark2 atm).
Can't you simply change into src directory and do a "make clean"? Or compile it just without a PKGBUILD.
If that doesn't help, it would be much better to contact vipernicus himself since it's his patchset
Last edited by buddabrod (2007-02-26 23:05:06)
Offline
newgargamel, what buddabrod is applied to makepkg with doing "rm -r src".
Offline
this patch was added to glibc-2.5: glibc-2.5-branch_update-2.patch
I'll try to rebuild glibc without it and we'll see
Last edited by newgargamel (2007-02-27 10:24:14)
Offline
I tried to build kernel26ck and I get the same error so it's not becouse of the patch
Offline
I got it today trying to build a custom beyond kernel and the fsaa1655g module for the kernel, so something is definately b0rked with something
Offline
Yes, now it occurs here, too. But that's strange, I updated glibc 2 days ago and i'm quite sure that i compiled 2 or 3 kernels after that. Or maybe my memory's just wrong..
Offline
glibc is not a problem. I built it without glibc-2.5-branch_update-2.patch and still have the same error. Any ideas?
Offline
Exactly the same sources are compiled without problems under my gentoo. It has to be related to some of the latest updates..
Offline
I've just built the next kernel26ck package on an up-to-date machine with no errors. Please post the bug in Flyspray so we can investigate.
Offline
@tomk:
I tried to do it but I couldn't find a link to create a bug report and/or how to create new account
Offline
bugs.archlinux.org - "Register as a new user" is in the top right corner.
Offline
Offline
simple type:
unset LIBRARY_PATH
before you do package (re)build.
But the best solution is to copy qt.profile from new qt-enhanced package over /etc/profile.d/qt.sh
Last edited by qdlaty (2007-03-03 17:34:40)
Offline