[Bug 287172] Re: make-kpkg fails compiling on Ubuntu/GFS step
infogerance" (Rakotomandimby Mihamina
tech at infogerance.us
Fri Oct 24 06:52:28 UTC 2008
This is what I performed, from an Intrepid clean install:
# apt-get source linux-source
# apt-get build-dep linux-source
# cd /usr/src/
# tar xjf linux-source-2.6.27.tar.bz2
# cd linux-source-2.6.27
# cp /boot/config-2.6.27-7-generic .config
# make-kpkg clean;
# export CONCURRENCY_LEVEL=8
# fakeroot make-kpkg --initrd --append-to-version=-infogerance kernel-image kernel-headers
[...]
====== making target CONFIG-arch [new prereqs: stamp-arch-conf]======
====== making conf.vars because of Makefile .config ======
Makefile:528: /usr/src/linux-source-2.6.27/arch/xen/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-source-2.6.27/arch/xen/Makefile'. Stop.
make: *** [conf.vars] Error 2
Then I go and remove the Virtualisation at the root section of the config, and also the one in the "processors types and features" section options in the kernel configuration, and then save the conf into ".config".
Then:
# make-kpkg clean;
# fakeroot make-kpkg --initrd --append-to-version=-infogerance kernel-image kernel-headers
Well.. when i did it again, no GFS error...
--
make-kpkg fails compiling on Ubuntu/GFS step
https://bugs.launchpad.net/bugs/287172
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux-meta in ubuntu.
More information about the kernel-bugs
mailing list