sys-kernel/genkernel-3.4.52.4-r2 ERROR: Error: No kernel .config specified, or file not found Reproducible: Always Steps to Reproduce: 1. run genkernel on ARM platform Actual Results: read(255, "determine_config_file\n\nset_kerne"..., 8192) = 7651 stat64("/etc/kernels/kernel-config-arm-4.14.15-gentoo", 0xbed3d750) = -1 ENOENT (No such file or directory) stat64("/usr/share/genkernel/arch/arm/kernel-config-4.14.15-gentoo", 0xbed3d660) = -1 ENOENT (No such file or directory) stat64("/usr/share/genkernel/arch/arm/kernel-config-4.14", 0xbed3d480) = -1 ENOENT (No such file or directory) stat64("/usr/share/genkernel/arch/arm/kernel-config", 0xbed3d390) = -1 ENOENT (No such file or directory) ERROR: Error: No kernel .config specified, or file not found Expected Results: Provide a default config file or ignore missing file if /usr/src/linux/.config exists Workarund: Add --kernel-config=/usr/src/linux/.config to commandline
please re-run with --loglevel=5, because you didn't provide your commandline or genkernel.conf. For the most part, the ARM platforms are so different from each other, that you SHOULD specify your own config.
Commandline is: genkernel --menuconfig --loglevel=5 --no-splash --lvm --mdadm --disklabel --luks --no-gpg --keymap --mdadm-config=/etc/mdadm.conf --no-dmraid --no-zfs --no-iscsi --no-integrated-initramfs --install initramfs --no-clean --no-mrproper all I think instead of aborting the script it would nice to try to use /usr/src/linux/.config if it exits. Mostly a copy of /proc/config.gz from install system.