Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11463 - vanilla-sources-2.4.20 build is broken.
Summary: vanilla-sources-2.4.20 build is broken.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Highest normal (vote)
Assignee: Michael Cohen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-01 16:44 UTC by Michael Labhard
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
Output of make dep && make clean bzImage (mels.out,141.50 KB, text/plain)
2002-12-01 16:44 UTC, Michael Labhard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Labhard 2002-12-01 16:44:05 UTC
emerged vanilla-sources today and got 2.4.20.  However, build fails 
while trying to build bzImage with:[code]make: *** No rule to make 
target `include/linux/autoconf.h', needed by `include/config/MARKER'.  
Stop.[/code] Indeed there is no autoconf.h in /usr/src/linux/include/.  
Unmerged 2.4.20 and emerge 2.4.19, which was the previous kernel and it, 
too, now will not build with the same problem.  No other sources on this 
machine than 2.4.19.

Complete "make dep && make clean bzImage" output attached.
Comment 1 Michael Labhard 2002-12-01 16:44:53 UTC
Created attachment 6118 [details]
Output of make dep && make clean bzImage
Comment 2 Brandon Low (RETIRED) gentoo-dev 2002-12-01 17:03:23 UTC
Hey, mjc... didn't you tell me how to deal with this once?
Comment 3 Michael Labhard 2002-12-01 18:28:48 UTC
Turns out that this problem arises if one tries to use an old .config file 
without writing it again with menuconfig.  Simply writing the .config without 
making changes resolved the problem.  Sorry for interrupting your weekend.