Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4226 - gentoo-sources-2.4.19-r7 - error making xconfig
Summary: gentoo-sources-2.4.19-r7 - error making xconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-27 06:13 UTC by Manolis Stamatogiannakis
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Manolis Stamatogiannakis 2002-06-27 06:13:00 UTC
I try to xconfigure the kernel and I get the following error:

coyote linux-2.4.19-gentoo-r7 # make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.19-gentoo-r7/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
-: 309: can't handle dep_bool/dep_mbool/dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.19-gentoo-r7/scripts'
make: *** [xconfig] Error 2

By changing "dep_tristate" to "tristate" on line 309 of arch/i386/config.in
the xconfiguration succeeded. Is this the correct solution to the problem?
Comment 1 delta407 2002-07-15 22:50:42 UTC
Duplicate of bug #3509.
Comment 2 Brandon Low (RETIRED) gentoo-dev 2002-09-06 17:55:22 UTC
works in 2.4.19-r9, please use it.