Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20739 - 'make dep' fails with gentoo-sources-2.4.20-r5
Summary: 'make dep' fails with gentoo-sources-2.4.20-r5
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-10 03:04 UTC by PJ
Modified: 2003-05-10 09:54 UTC (History)
0 users

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


Attachments
.config that causes make dep to fail (config,25.02 KB, text/plain)
2003-05-10 03:05 UTC, PJ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description PJ 2003-05-10 03:04:47 UTC
Hey. 

I am able to compile gentoo-sources-2.4.20-r4 just fine, but when attempting to 
build a gentoo-sources-2.4.20-r5 kernel it fails during 'make dep'.

-----------------------------------------------------------------------------
root@lair /usr/src/linux: make dep
make[1]: Entering directory `/usr/src/linux-2.4.20-gentoo-r5/arch/i386/boot'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r5/arch/i386/boot'
scripts/mkdep -- init/*.c > .depend
scripts/mkdep -- `find /usr/src/linux-2.4.20-gentoo-
r5/include/asm /usr/src/linux-2.4.20-gentoo-r5/include/linux /usr/src/linux-
2.4.20-gentoo-r5/include/scsi /usr/src/linux-2.4.20-gentoo-
r5/include/net /usr/src/linux-2.4.20-gentoo-r5/include/math-emu \( -name SCCS -
o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print` 
> .hdepend
make _sfdep_kernel _sfdep_drivers _sfdep_mm _sfdep_fs _sfdep_net _sfdep_ipc 
_sfdep_lib _sfdep_grsecurity _sfdep_crypto _sfdep_arch/i386/kernel 
_sfdep_arch/i386/mm _sfdep_arch/i386/lib _FASTDEP_ALL_SUB_DIRS="kernel drivers 
mm fs net ipc lib grsecurity crypto arch/i386/kernel arch/i386/mm arch/i386/lib"
make[1]: Entering directory `/usr/src/linux-2.4.20-gentoo-r5'
make -C kernel fastdep
make[2]: Entering directory `/usr/src/linux-2.4.20-gentoo-r5/kernel'
make[2]: *** No rule to make target `/usr/src/linux-2.4.20-gentoo-
r5/include/linux/autoconf.h', needed by `/usr/src/linux-2.4.20-gentoo-
r5/include/linux/modules/signal.ver'.  Stop.
make[2]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r5/kernel'
make[1]: *** [_sfdep_kernel] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r5'
make: *** [dep-files] Error 2
-----------------------------------------------------------------------------

This is a Athlon 1.2ghz system with 1gb of PC133 ram, and a Asus (I know, I 
know =P) A7V133 Motherboard.

I have included a copy of my .config file.
Comment 1 PJ 2003-05-10 03:05:21 UTC
Created attachment 11747 [details]
.config that causes make dep to fail
Comment 2 Jay Pfeifer (RETIRED) gentoo-dev 2003-05-10 09:54:33 UTC
did you do an make oldconfig?

i used your config - did make oldconfig then make dep...

no issues.

Jay