Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35190 - xfs-sources 2.4.23 : make xconfig doesn't work
Summary: xfs-sources 2.4.23 : make xconfig doesn't work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Andrea Luzzardi
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-06 03:33 UTC by Cahya
Modified: 2003-12-06 08:00 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 Cahya 2003-12-06 03:33:25 UTC
when I try to configure the new xfs-sources 2.4.23 with make xconfig, it just quit 
with following message:
#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.23-xfs/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o
tkparse.cgcc -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
fs/Config.in: 13: unknown command
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.23-xfs/scripts'
make: *** [xconfig] Error 2

menu xconfig with xfs-sources 2.4.20-r* works fine.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Andrea Luzzardi 2003-12-06 08:00:44 UTC
Fixed in CVS, thank you for submitting the bug