Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13605 - tk needs to be an optional DEPEND on the kernel sources for make xconfig
Summary: tk needs to be an optional DEPEND on the kernel sources for make xconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High critical
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-09 16:55 UTC by Seemant Kulleen (RETIRED)
Modified: 2003-01-09 17:04 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 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-09 16:55:07 UTC
<marie> rm -f include/asm
<marie> ( cd include ; ln -sf asm-i386 asm)
<marie> make -C scripts kconfig.tk
<marie> make[1]: Entering directory `/usr/src/linux-2.4.20/scripts'
<marie> cat header.tk >> ./kconfig.tk
<marie> ./tkparse < ../arch/i386/config.in >> kconfig.tk
<marie> echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk
<marie> echo "set ARCH \"i386\"" >> kconfig.tk
<marie> cat tail.tk >> kconfig.tk
<marie> chmod 755 kconfig.tk
<marie> make[1]: Leaving directory `/usr/src/linux-2.4.20/scripts'
<marie> wish -f scripts/kconfig.tk
<marie> make: wish: Command not found
<marie> make: *** [xconfig] Error 127

Marked critical, coz it's a QA issue
Comment 1 Brandon Low (RETIRED) gentoo-dev 2003-01-09 16:57:47 UTC
do we have a USE var for tk?  I think so... so I'll do this in the
kernel.eclass... :)
Comment 2 Brandon Low (RETIRED) gentoo-dev 2003-01-09 17:04:38 UTC
fixed in CVS