Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18907 - make xconfig doesn't work with gs-sources-2.4.21_pre7
Summary: make xconfig doesn't work with gs-sources-2.4.21_pre7
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bob Johnson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-07 11:12 UTC by Andreas Simon
Modified: 2003-04-10 17:06 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 Andreas Simon 2003-04-07 11:12:15 UTC
'make xconfig' doesn't work with the new gs-sources. 
Even a  'make mrproper' doesn't help here. 
 
'make menuconfig' works. 
 
linux # 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.21_pre7-gss/scripts' 
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o tkparse.c 
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkcond.o tkcond.c 
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkgen.o tkgen.c 
gcc -o tkparse tkparse.o tkcond.o tkgen.o 
cat header.tk >> ./kconfig.tk 
./tkparse < ../arch/i386/config.in >> kconfig.tk 
drivers/ide/Config.in: 46: 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.21_pre7-gss/scripts' 
make: *** [xconfig] Error 2 
 
 
This is with tcl-8.3.4 and tk-8.3.4-r1.
Comment 1 Bob Johnson (RETIRED) gentoo-dev 2003-04-10 17:06:18 UTC
this is broken on pre7 vanilla, next patch (maybe next is 2.4.21 final) 
should fix.