* CMD_LOGLEVEL: 5 * USECOLOR: 1 * CMD_CLEAN: 0 * CMD_CLEAN: 0 * CMD_OLDCONFIG: 1 * CMD_MOUNTBOOT: 1 * CMD_POSTCLEAR: 0 * Gentoo Linux Genkernel; Version 3.4.51.2 * Running with options: all --bootdir=/but --install --symlink --no-splash --makeopts=-j1 V=1 --no-keymap --lvm --no-mdadm --no-dmraid --no-zfs --no-multipath --no-iscsi --disklabel --luks --no-gpg --no-netboot --no-unionfs --kernname=genkernel --no-firmware --no-integrated-initramfs --compress-initramfs --compress-initrd --compress-initramfs-type=best --loglevel=5 --color --no-clean --oldconfig --mountboot --no-postclear * Using genkernel.conf from /etc/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 .. * Resolving config file, command line, and arch default settings. * LOGFILE set in config file to "/var/log/genkernel.log". * KERNEL_DIR defaulted to "/usr/src/linux". * KERNEL_SOURCES defaulted to "yes". * KNAME set on command line to "genkernel". * COMPRESS_INITRD set on command line to "1". * COMPRESS_INITRD_TYPE set in config file to "best". * MAKEOPTS set on command line to "-j1 V=1". * KERNEL_MAKE defaulted to "make". * UTILS_MAKE defaulted to "make". * KERNEL_CC defaulted to "gcc". * KERNEL_LD defaulted to "ld". * KERNEL_AS defaulted to "as". * UTILS_CC defaulted to "gcc". * UTILS_LD defaulted to "ld". * UTILS_AS defaulted to "as". * KERNEL_CROSS_COMPILE not set. * UTILS_CROSS_COMPILE not set. * BOOTDIR set on command line to "/but". * KERNEL_OUTPUTDIR defaulted to "/usr/src/linux". * MODPROBEDIR defaulted to "/etc/modprobe.d". * SPLASH set on command line to "0". * POSTCLEAR set on command line to "0". * MRPROPER set in config file to "yes". * MENUCONFIG set in config file to "no". * CLEAN overridden on command line to "0". * MINKERNPACKAGE not set. * MODULESPACKAGE not set. * KERNCACHE not set. * RAMDISKMODULES defaulted to "yes". * ALLRAMDISKMODULES not set. * INITRAMFS_OVERLAY not set. * MOUNTBOOT overridden on command line to "1". * BUILD_STATIC not set. * SAVE_CONFIG set in config file to "yes". * SYMLINK set on command line to "1". * INSTALL_MOD_PATH not set. * OLDCONFIG overridden on command line to "1". * LVM set on command line to "1". * DMRAID set on command line to "0". * ISCSI set on command line to "0". * BUSYBOX defaulted to "yes". * UNIONFS set on command line to "0". * NETBOOT set on command line to "0". * REAL_ROOT not set. * DISKLABEL overridden on command line to "1". * LUKS set on command line to "1". * GPG set on command line to "0". * MDADM set on command line to "0". * MDADM_CONFIG not set. * E2FSPROGS defaulted to "no". * ZFS set on command line to "0". * VIRTIO defaulted to "no". * MULTIPATH set on command line to "0". * FIRMWARE set on command line to "0". * FIRMWARE_DIR defaulted to "/lib/firmware". * FIRMWARE_FILES not set. * INTEGRATED_INITRAMFS set on command line to "0". * GENZIMAGE not set. * KEYMAP set on command line to "0". * DOKEYMAPAUTO not set. * BUSYBOX_CONFIG not set. * INSTALL set on command line to "1". * DEBUGCLEANUP defaulted to "yes". * KERNEL_ARCH=x86 * Linux Kernel 3.19.0-gentoo for x86_64... * .. with config file /etc/kernels/kernel-config-x86_64-3.19.0-gentoo * kernel: --mrproper is disabled; not running 'make mrproper'. * >> Running oldconfig... COMMAND: make -j1 V=1 CC="gcc" LD="ld" AS="as" ARCH="x86" oldconfig make -f ./scripts/Makefile.build obj=scripts/basic rm -f .tmp_quiet_recordmcount make -f ./scripts/Makefile.build obj=scripts/kconfig oldconfig scripts/kconfig/conf --oldconfig Kconfig # # configuration written to .config # * kernel: --clean is disabled; not running 'make clean'. COMMAND: make -j1 V=1 CC="gcc" LD="ld" AS="as" ARCH="x86" prepare make -f ./Makefile silentoldconfig make -f ./scripts/Makefile.build obj=scripts/basic rm -f .tmp_quiet_recordmcount make -f ./scripts/Makefile.build obj=scripts/kconfig silentoldconfig mkdir -p include/config include/generated scripts/kconfig/conf --silentoldconfig Kconfig make -f ./scripts/Makefile.build obj=arch/x86/syscalls all make -f ./scripts/Makefile.build obj=scripts/basic rm -f .tmp_quiet_recordmcount make -f ./scripts/Makefile.build obj=arch/x86/tools relocs set -e; : ' CHK include/config/kernel.release'; mkdir -p include/config/; echo "3.19.0-gentoo$(/bin/sh ./scripts/setlocalversion .)" < include/config/auto.conf > include/config/kernel.release.tmp; if [ -r include/config/kernel.release ] && cmp -s include/config/kernel.release include/config/kernel.release.tmp; then rm -f include/config/kernel.release.tmp; else : ' UPD include/config/kernel.release'; mv -f include/config/kernel.release.tmp include/config/kernel.release; fi make -f ./scripts/Makefile.asm-generic \ src=asm obj=arch/x86/include/generated/asm make -f ./scripts/Makefile.asm-generic \ src=uapi/asm obj=arch/x86/include/generated/uapi/asm set -e; : ' CHK include/generated/uapi/linux/version.h'; mkdir -p include/generated/uapi/linux/; (echo \#define LINUX_VERSION_CODE 201472; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) < Makefile > include/generated/uapi/linux/version.h.tmp; if [ -r include/generated/uapi/linux/version.h ] && cmp -s include/generated/uapi/linux/version.h include/generated/uapi/linux/version.h.tmp; then rm -f include/generated/uapi/linux/version.h.tmp; else : ' UPD include/generated/uapi/linux/version.h'; mv -f include/generated/uapi/linux/version.h.tmp include/generated/uapi/linux/version.h; fi rm -f include/linux/version.h set -e; : ' CHK include/generated/utsrelease.h'; mkdir -p include/generated/; if [ `echo -n "3.19.0-gentoo" | wc -c ` -gt 64 ]; then echo '"3.19.0-gentoo" exceeds 64 characters' >&2; exit 1; fi; (echo \#define UTS_RELEASE \"3.19.0-gentoo\";) < include/config/kernel.release > include/generated/utsrelease.h.tmp; if [ -r include/generated/utsrelease.h ] && cmp -s include/generated/utsrelease.h include/generated/utsrelease.h.tmp; then rm -f include/generated/utsrelease.h.tmp; else : ' UPD include/generated/utsrelease.h'; mv -f include/generated/utsrelease.h.tmp include/generated/utsrelease.h; fi mkdir -p .tmp_versions make -f ./scripts/Makefile.build obj=. mkdir -p kernel/ mkdir -p arch/x86/kernel/ /bin/sh scripts/checksyscalls.sh gcc -Wp,-MD,./.missing-syscalls.d -nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/include -I./arch/x86/include -Iarch/x86/include/generated/uapi -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fno-stack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(missing_syscalls)" -D"KBUILD_MODNAME=KBUILD_STR(missing_syscalls)" * >> Compiling 3.19.0-gentoo bzImage... COMMAND: make -j1 V=1 CC="gcc" LD="ld" AS="as" ARCH="x86" bzImage make -f ./scripts/Makefile.build obj=arch/x86/syscalls all make -f ./scripts/Makefile.build obj=scripts/basic rm -f .tmp_quiet_recordmcount make -f ./scripts/Makefile.build obj=arch/x86/tools relocs set -e; : ' CHK include/config/kernel.release'; mkdir -p include/config/; echo "3.19.0-gentoo$(/bin/sh ./scripts/setlocalversion .)" < include/config/auto.conf > include/config/kernel.release.tmp; if [ -r include/config/kernel.release ] && cmp -s include/config/kernel.release include/config/kernel.release.tmp; then rm -f include/config/kernel.release.tmp; else : ' UPD include/config/kernel.release'; mv -f include/config/kernel.release.tmp include/config/kernel.release; fi make -f ./scripts/Makefile.asm-generic \ src=asm obj=arch/x86/include/generated/asm make -f ./scripts/Makefile.asm-generic \ src=uapi/asm obj=arch/x86/include/generated/uapi/asm set -e; : ' CHK include/generated/uapi/linux/version.h'; mkdir -p include/generated/uapi/linux/; (echo \#define LINUX_VERSION_CODE 201472; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) < Makefile > include/generated/uapi/linux/version.h.tmp; if [ -r include/generated/uapi/linux/version.h ] && cmp -s include/generated/uapi/linux/version.h include/generated/uapi/linux/version.h.tmp; then rm -f include/generated/uapi/linux/version.h.tmp; else : ' UPD include/generated/uapi/linux/version.h'; mv -f include/generated/uapi/linux/version.h.tmp include/generated/uapi/linux/version.h; fi rm -f include/linux/version.h set -e; : ' CHK include/generated/utsrelease.h'; mkdir -p include/generated/; if [ `echo -n "3.19.0-gentoo" | wc -c ` -gt 64 ]; then echo '"3.19.0-gentoo" exceeds 64 characters' >&2; exit 1; fi; (echo \#define UTS_RELEASE \"3.19.0-gentoo\";) < include/config/kernel.release > include/generated/utsrelease.h.tmp; if [ -r include/generated/utsrelease.h ] && cmp -s include/generated/utsrelease.h include/generated/utsrelease.h.tmp; then rm -f include/generated/utsrelease.h.tmp; else : ' UPD include/generated/utsrelease.h'; mv -f include/generated/utsrelease.h.tmp include/generated/utsrelease.h; fi mkdir -p .tmp_versions make -f ./scripts/Makefile.build obj=. mkdir -p kernel/ mkdir -p arch/x86/kernel/ /bin/sh scripts/checksyscalls.sh gcc -Wp,-MD,./.missing-syscalls.d -nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/include -I./arch/x86/include -Iarch/x86/include/generated/uapi -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fno-stack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(missing_syscalls)" -D"KBUILD_MODNAME=KBUILD_STR(missing_syscalls)" make -f ./scripts/Makefile.build obj=scripts make -f ./scripts/Makefile.build obj=scripts/genksyms make -f ./scripts/Makefile.build obj=scripts/mod make -f ./scripts/Makefile.build obj=init /bin/sh ./scripts/mkcompile_h include/generated/compile.h \ "x86_64" "y" "" "gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fno-stack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO " make -f ./scripts/Makefile.build obj=usr /bin/sh ./scripts/gen_initramfs_list.sh -l -d > usr/.initramfs_data.cpio.d make -f ./scripts/Makefile.build obj=arch/x86 make -f ./scripts/Makefile.build obj=arch/x86/crypto make -f ./scripts/Makefile.build obj=arch/x86/ia32 make -f ./scripts/Makefile.build obj=arch/x86/kernel make -f ./scripts/Makefile.build obj=arch/x86/kernel/acpi make -f ./scripts/Makefile.build obj=arch/x86/kernel/apic make -f ./scripts/Makefile.build obj=arch/x86/kernel/cpu make -f ./scripts/Makefile.build obj=arch/x86/kernel/cpu/mcheck make -f ./scripts/Makefile.build obj=arch/x86/kernel/cpu/microcode make -f ./scripts/Makefile.build obj=arch/x86/kernel/cpu/mtrr make -f ./scripts/Makefile.build obj=arch/x86/kernel/kprobes make -f ./scripts/Makefile.build obj=arch/x86/kvm make -f ./scripts/Makefile.build obj=arch/x86/mm make -f ./scripts/Makefile.build obj=arch/x86/net make -f ./scripts/Makefile.build obj=arch/x86/platform make -f ./scripts/Makefile.build obj=arch/x86/platform/ce4100 make -f ./scripts/Makefile.build obj=arch/x86/platform/efi make -f ./scripts/Makefile.build obj=arch/x86/platform/geode make -f ./scripts/Makefile.build obj=arch/x86/platform/goldfish make -f ./scripts/Makefile.build obj=arch/x86/platform/intel-mid make -f ./scripts/Makefile.build obj=arch/x86/platform/iris make -f ./scripts/Makefile.build obj=arch/x86/platform/olpc make -f ./scripts/Makefile.build obj=arch/x86/platform/scx200 make -f ./scripts/Makefile.build obj=arch/x86/platform/sfi make -f ./scripts/Makefile.build obj=arch/x86/platform/ts5500 make -f ./scripts/Makefile.build obj=arch/x86/platform/uv make -f ./scripts/Makefile.build obj=arch/x86/realmode make -f ./scripts/Makefile.build obj=arch/x86/realmode/rm arch/x86/realmode/rm/realmode.bin make -f ./scripts/Makefile.build obj=arch/x86/vdso gcc -Wp,-MD,arch/x86/vdso/.vdso-image-64.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/include -I./arch/x86/include -Iarch/x86/include/generated/uapi -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fno-stack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(vdso_image_64)" -D"KBUILD_MODNAME=KBUILD_STR(vdso_image_64)" -c -o arch/x86/vdso/.tmp_vdso-image-64.o arch/x86/vdso/vdso-image-64.c arch/x86/vdso/vdso-image-64.c:1:0: error: code model kernel does not support PIC mode /* AUTOMATICALLY GENERATED -- DO NOT EDIT */ ^ scripts/Makefile.build:257: recipe for target 'arch/x86/vdso/vdso-image-64.o' failed make[2]: *** [arch/x86/vdso/vdso-image-64.o] Error 1 scripts/Makefile.build:402: recipe for target 'arch/x86/vdso' failed make[1]: *** [arch/x86/vdso] Error 2 Makefile:939: recipe for target 'arch/x86' failed make: *** [arch/x86] Error 2 * CMD_LOGLEVEL: 5 * USECOLOR: 1 * CMD_CLEAN: 0 * CMD_CLEAN: 0 * CMD_OLDCONFIG: 1 * CMD_MOUNTBOOT: 1 * CMD_POSTCLEAR: 0 * Gentoo Linux Genkernel; Version 3.4.51.2 * Running with options: all --bootdir=/but --install --symlink --no-splash --makeopts=-j1 V=1 --no-keymap --lvm --no-mdadm --no-dmraid --no-zfs --no-multipath --no-iscsi --disklabel --luks --no-gpg --no-netboot --no-unionfs --kernname=genkernel --no-firmware --no-integrated-initramfs --compress-initramfs --compress-initrd --compress-initramfs-type=best --loglevel=5 --color --no-clean --oldconfig --mountboot --no-postclear * Using genkernel.conf from /etc/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 .. * Resolving config file, command line, and arch default settings. * LOGFILE set in config file to "/var/log/genkernel.log". * KERNEL_DIR defaulted to "/usr/src/linux". * KERNEL_SOURCES defaulted to "yes". * KNAME set on command line to "genkernel". * COMPRESS_INITRD set on command line to "1". * COMPRESS_INITRD_TYPE set in config file to "best". * MAKEOPTS set on command line to "-j1 V=1". * KERNEL_MAKE defaulted to "make". * UTILS_MAKE defaulted to "make". * KERNEL_CC defaulted to "gcc". * KERNEL_LD defaulted to "ld". * KERNEL_AS defaulted to "as". * UTILS_CC defaulted to "gcc". * UTILS_LD defaulted to "ld". * UTILS_AS defaulted to "as". * KERNEL_CROSS_COMPILE not set. * UTILS_CROSS_COMPILE not set. * BOOTDIR set on command line to "/but". * KERNEL_OUTPUTDIR defaulted to "/usr/src/linux". * MODPROBEDIR defaulted to "/etc/modprobe.d". * SPLASH set on command line to "0". * POSTCLEAR set on command line to "0". * MRPROPER set in config file to "yes". * MENUCONFIG set in config file to "no". * CLEAN overridden on command line to "0". * MINKERNPACKAGE not set. * MODULESPACKAGE not set. * KERNCACHE not set. * RAMDISKMODULES defaulted to "yes". * ALLRAMDISKMODULES not set. * INITRAMFS_OVERLAY not set. * MOUNTBOOT overridden on command line to "1". * BUILD_STATIC not set. * SAVE_CONFIG set in config file to "yes". * SYMLINK set on command line to "1". * INSTALL_MOD_PATH not set. * OLDCONFIG overridden on command line to "1". * LVM set on command line to "1". * DMRAID set on command line to "0". * ISCSI set on command line to "0". * BUSYBOX defaulted to "yes". * UNIONFS set on command line to "0". * NETBOOT set on command line to "0". * REAL_ROOT not set. * DISKLABEL overridden on command line to "1". * LUKS set on command line to "1". * GPG set on command line to "0". * MDADM set on command line to "0". * MDADM_CONFIG not set. * E2FSPROGS defaulted to "no". * ZFS set on command line to "0". * VIRTIO defaulted to "no". * MULTIPATH set on command line to "0". * FIRMWARE set on command line to "0". * FIRMWARE_DIR defaulted to "/lib/firmware". * FIRMWARE_FILES not set. * INTEGRATED_INITRAMFS set on command line to "0". * GENZIMAGE not set. * KEYMAP set on command line to "0". * DOKEYMAPAUTO not set. * BUSYBOX_CONFIG not set. * INSTALL set on command line to "1". * DEBUGCLEANUP defaulted to "yes". * KERNEL_ARCH=x86 * ERROR: Failed to compile the "bzImage" target... * * -- Grepping log... -- * * * -- 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! *