Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 746686 - sys-kernel/genkernel-4.1.2-r3: cannot build out-of-tree modules with sys-kernel/gentoo-sources-5.4.66
Summary: sys-kernel/genkernel-4.1.2-r3: cannot build out-of-tree modules with sys-kern...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-05 07:00 UTC by Oleg
Modified: 2020-10-05 08:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
genkernel log (genkernel.log,436.15 KB, text/plain)
2020-10-05 07:23 UTC, Oleg
Details

Note You need to log in before you can comment on or make changes to this bug.
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.