Re: 2.3.50 : make xconfig failes: can't read "CONFIG_SB_IRQ": no suchvariable

From: H. Peter Anvin (hpa@transmeta.com)
Date: Thu Mar 09 2000 - 00:39:15 EST


Followup to: <20000308141028.A1905@krakow.rks.harz.ni.schule.de>
By author: Christoph Hellwig <c0hellwi@rks.harz.ni.schule.de>
In newsgroup: linux.dev.kernel
>
> There is no such variable ...
> It's removed by my oss-cleanup patch in 2.3.50.
> Dunno why xconfig seraches for it.
>

Look at the error message:

: tazenda 2 ; make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory
`/export/home/hpa/kernel/linux-2.3.50/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk
echo "set ARCH \"i386\"" >> kconfig.tk
cat tail.tk >> kconfig.tk
chmod 755 kconfig.tk
make[1]: Leaving directory
`/export/home/hpa/kernel/linux-2.3.50/scripts'
wish -f scripts/kconfig.tk
Error in startup script: can't read "CONFIG_SB_IRQ": no such variable
    while executing
"set CONFIG_AEDSP16_SB_IRQ $CONFIG_SB_IRQ"
    (file "scripts/kconfig.tk" line 14004)
make: *** [xconfig] Error 1

: tazenda 10 ; find . -name Config.in | xargs grep -n SB_IRQ
./drivers/sound/lowlevel/Config.in:37: int 'Audio Excel DSP 16
IRQ 5, 7, 9, 10, 11' CONFIG_AEDSP16_SB_IRQ $CONFIG_SB_IRQ 5

        -hpa

-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:15 EST