- Code: Select all
genkernel --menuconfig --no-clean --no-mrproper all
I get the following input:
* Gentoo Linux Genkernel; Version 3.4.33.1
* Running with options: --menuconfig --no-mrproper --no-clean all
* Linux Kernel 3.4.0-sabayon for x86_64...
* kernel: --mrproper is disabled; not running 'make mrproper'.
* >> Running oldconfig...
* ERROR: Failed to compile the "oldconfig" target...
*
* -- Grepping log... --
*
*Makefile:484: /usr/src/linux-3.4.0-sabayon/arch/x86/Makefile: No such file or directory
*make: *** No rule to make target `/usr/src/linux-3.4.0-sabayon/arch/x86/Makefile'. Stop.
* Gentoo Linux Genkernel; Version 3.4.33.1
* Running with options: --menuconfig --no-mrproper --no-clean all
*
* ERROR: Failed to compile the "oldconfig" target...
*
* -- End log... --
*
* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.
*
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!
*
* kernel: --clean is disabled; not running 'make clean'.
* kernel: >> Invoking menuconfig...
Makefile:327: /usr/src/linux-3.4.0-sabayon/scripts/Kbuild.include: No such file or directory
Makefile:484: /usr/src/linux-3.4.0-sabayon/arch/x86/Makefile: No such file or directory
make: *** No rule to make target `/usr/src/linux-3.4.0-sabayon/arch/x86/Makefile'. Stop.
* ERROR: Failed to compile the "menuconfig" target...
*
* -- Grepping log... --
*
*Makefile:484: /usr/src/linux-3.4.0-sabayon/arch/x86/Makefile: No such file or directory
*make: *** No rule to make target `/usr/src/linux-3.4.0-sabayon/arch/x86/Makefile'. Stop.
* Gentoo Linux Genkernel; Version 3.4.33.1
* Running with options: --menuconfig --no-mrproper --no-clean all
*
* ERROR: Failed to compile the "oldconfig" target...
*--
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!
*--
* kernel: >> Invoking menuconfig...
*COMMAND: make -j2 -j1 CC="gcc" LD="ld" AS="as" ARCH="x86" menuconfig
* Gentoo Linux Genkernel; Version 3.4.33.1
* Running with options: --menuconfig --no-mrproper --no-clean all
*
* ERROR: Failed to compile the "menuconfig" target...
*
* -- End log... --
*
* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.
*
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!
Some makefiles seem to be missing. What should I do?


