Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 746686

Summary: sys-kernel/genkernel-4.1.2-r3: cannot build out-of-tree modules with sys-kernel/gentoo-sources-5.4.66
Product: Gentoo Linux Reporter: Oleg <O01eg>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: O01eg
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: genkernel log

Description Oleg 2020-10-05 07:00:45 UTC
When I build kernel with genkernel I get error:

test -e include/generated/autoconf.h -a -e include/config/auto.conf || (                \
echo >&2;                                                       \
echo >&2 "  ERROR: Kernel configuration is invalid.";           \
echo >&2 "         include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo >&2 "         Run 'make oldconfig && make prepare' on kernel src to fix it.";      \
echo >&2 ;                                                      \
/bin/false)

  ERROR: Kernel configuration is invalid.
         include/generated/autoconf.h or include/config/auto.conf are missing.
         Run 'make oldconfig && make prepare' on kernel src to fix it.

Reproducible: Always
Comment 1 Oleg 2020-10-05 07:23:57 UTC
Created attachment 663835 [details]
genkernel log
Comment 2 Oleg 2020-10-05 08:26:41 UTC
genkernel 4.0.10 builds this kernel.