Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47551 - genkernel 3.0.2 fails to make oldconfig
Summary: genkernel 3.0.2 fails to make oldconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-11 14:18 UTC by Ben Taitelbaum
Modified: 2004-06-13 10:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Taitelbaum 2004-04-11 14:18:13 UTC
I just emerged genkernel 3.0.2, and could not get an accurate .config file created for the gentoo development kernel 2.6.5.

When I run make oldconfig myself, the new .config accurately reflects /proc/config.gz

Reproducible: Always
Steps to Reproduce:
1. genkernel --install --debuglevel=5 --color --bootsplash --menuconfig all

Also tried --xconfig and --gconfig in place of --menuconfig, but with the same results.
Actual Results:  
The new .config has the line CONFIG_M486=y

Expected Results:  
the new .config should have the line CONFIG_MPENTIUMM=y,
as this is the line in /proc/config.gz, and is also the line when I manually run
make oldconfig
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2004-04-11 23:21:30 UTC
Genkernel doesn't use /proc/config.gz; it uses a default configuration available in /usr/share/genkernel/x86/kernel-config-2.6. I'll make an option so that that is not used.
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2004-06-13 10:21:34 UTC
If you do "genkernel --no-clean --oldconfig --menuconfig all" with 3.0.2b you shouldn't get this issue any more - which is genkernel using its default configuration in /usr/share/genkernel/x86 containing the "CONFIG_M486=y" line. If you still get this problem, please reopen this bug. Thanks!