PDA

View Full Version : Compiling a kernel - the Fedora way, big problems ;/


Edo
26th January 2007, 01:01
I'm trying to patch 2.6.19.1 with patch-2.6.20-rc6 and I have followed this guide to the letter and building the .spec file is still giving me grief. I removed all the patch clashes so now it's passed that and then it runs through a whole bunch of config compilations and now:

...
...
...
CONFIG_CRYPTO_XCBC
CONFIG_CRYPTO_GF128MUL
CONFIG_CRYPTO_LRW
make[1]: *** [nonint_oldconfig] Error 34
make: *** [nonint_oldconfig] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.83213 (%prep)

This is the top-most error. I don't know where nonint_oldconfig is (it's not in the sources dir) and have no idea what error 34 is. I tried rc5 and that gave me exactly the same error. Any help would be very appreciated :(

falko
26th January 2007, 18:53
Which way did you try - http://www.howtoforge.com/kernel_compilation_fedora or http://www.howtoforge.com/kernel_compilation_fedora_p2 ?