See Cooker ml archive from Thomas Backlund dated 2003-09-06 12:50:01 ::
( why has this fix not made it into cooker yet??? )

> its a typo...
> change "xtristate..." -> "tristate..."
> 
> Juan,
> the tarball.patch: MC41_lufs_0.9.6.tar
> 
> in my patchset:
>  http://www.iki.fi/tmb/Cooker/2.4.22-3.tmb.2mdk_patches.tar.bz2
> 
> has this fixed (I fixed it already at 2.4.22.1.tmb.1mdk)
> 
> Thomas

tony

################################################################################
On Mon, 15 Sep 2003 16:12:18 +0200
Guillaume Rousse <[EMAIL PROTECTED]> wrote:

> 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