Summary: | sys-kernel/genkernel - kernel_outputdir ignored when copying kernel image to tmp dir with --no-install is set | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | Florian Eitel <gentoobugs> |
Component: | genkernel | Assignee: | Gentoo Genkernel Maintainers <genkernel> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | genkernel, whissi |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Florian Eitel
2013-07-11 13:30:32 UTC
genkernel.log: * Gentoo Linux Genkernel; Version 3.4.47 * Running with options: --no-clean --no-mrproper --kernel-outputdir=/data/datenhaufen/libvirt/genkerneltest --config=/data/datenhaufen/libvirt/genkernel.conf --kernel-config=/data/datenhaufen/libvirt/xenimages/.config all * Using genkernel.conf from /data/datenhaufen/libvirt/genkernel.conf * Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh .. * Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load .. * Linux Kernel 3.9.8-gentoo for x86_64... * .. with config file /data/datenhaufen/libvirt/xenimages/.config * kernel: --mrproper is disabled; not running 'make mrproper'. * >> Running oldconfig... COMMAND: make -j5 CC="gcc" LD="ld" AS="as" ARCH="x86" O="/data/datenhaufen/libvirt/genkerneltest" GEN /data/datenhaufen/libvirt/genkerneltest/Makefile scripts/kconfig/conf --oldconfig Kconfig # # configuration written to .config # * kernel: --clean is disabled; not running 'make clean'. * kernel: >> Invoking menuconfig... COMMAND: make -j5 -j1 CC="gcc" LD="ld" AS="as" ARCH="x86" O="/data/datenhaufen/libvirt/genkerneltest" menuconfig COMMAND: make -j5 CC="gcc" LD="ld" AS="as" ARCH="x86" O="/data/datenhaufen/libvirt/genkerneltest" GEN /data/datenhaufen/libvirt/genkerneltest/Makefile scripts/kconfig/conf --silentoldconfig Kconfig make[2]: Nothing to be done for `all'. GEN /data/datenhaufen/libvirt/genkerneltest/Makefile CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h make[2]: Nothing to be done for `relocs'. Using /usr/src/linux-3.9.8-gentoo as source for kernel CALL /usr/src/linux-3.9.8-gentoo/scripts/checksyscalls.sh * >> Compiling 3.9.8-gentoo bzImage... COMMAND: make -j5 CC="gcc" LD="ld" AS="as" ARCH="x86" O="/data/datenhaufen/libvirt/genkerneltest" make[2]: Nothing to be done for `all'. GEN /data/datenhaufen/libvirt/genkerneltest/Makefile CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CC scripts/mod/devicetable-offsets.s GEN scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/file2alias.o HOSTLD scripts/mod/modpost make[2]: Nothing to be done for `relocs'. Using /usr/src/linux-3.9.8-gentoo as source for kernel CALL /usr/src/linux-3.9.8-gentoo/scripts/checksyscalls.sh CHK include/generated/compile.h make[4]: `arch/x86/realmode/rm/realmode.bin' is up to date. Kernel: arch/x86/boot/bzImage is ready (#1) * >> Not installing firmware as it's included in the kernel already (CONFIG_FIRMWARE_IN_KERNEL=y)... * Gentoo Linux Genkernel; Version 3.4.47 * Running with options: --no-clean --no-mrproper --kernel-outputdir=/data/datenhaufen/libvirt/genkerneltest --config=/data/datenhaufen/libvirt/genkernel.conf --kernel-config=/data/datenhaufen/libvirt/xenimages/.config all * Using genkernel.conf from /data/datenhaufen/libvirt/genkernel.conf * Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh .. * Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load .. * ERROR: Could not copy the kernel binary to /data/datenhaufen/libvirt/genkerneltmp! * * -- Grepping log... -- * * * -- End log... -- * * Please consult /data/datenhaufen/libvirt/genkerneltest/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 * /data/datenhaufen/libvirt/genkerneltest/genkernel.log so that your issue can be dealt with effectively. * * Please do *not* report compilation failures as genkernel bugs! * What can I do to fix this? Any authority I can sent a patch to? It is only a small change of probably one or two lines. From reading the source, the affected code wasn't changed within last 10 years. So I am not sure about
> TMPDIR="/data/datenhaufen/libvirt/genkerneltmp" # has write permissions!
Anyway, I cannot reproduce with latest genkernel git version. Please re-open if you are still able to reproduce.
|