Ainsi parlait Robert Fox :
> After a fresh install and fresh kernel-source package - i tried to run a
> "make xconfig" and got this:
>
>
> -- [EMAIL PROTECTED] linux]# make xconfig
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> if [ -f .need_mrproper ]; then \
>         rm .need_mrproper; \
>         make mrproper;  \
>         make preconfig;  \
> fi
> make -C scripts kconfig.tk
> make[1]: Entering directory `/usr/src/linux-2.4.22-6mdk/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
> 3rdparty/lufs/Config.in: 2: unknown command
> make[1]: *** [kconfig.tk] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.4.22-6mdk/scripts'
> make: *** [xconfig] Error 2
Quick fix: edit 3rdparty/Config.in, and remove lufs reference.

BTW, this kind of error appears very often. I really think we should find some 
generic way of testing taht xconfig works that could be included in the 
kernel spec.
-- 
Never tell the Captain or Deputy Captain you have nothing to do
                -- Murphy's Military Laws n°61


Reply via email to