2002-10-21 12:39:38

by jbradford

[permalink] [raw]
Subject: xconfig broken in 2.5.44?

Maybe I'm missing something obvious, but:

make xconfig
make -f scripts/Makefile scripts/kconfig.tk
gcc -Wp,-MD,scripts/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/fixdep scripts/fixdep.c
gcc -Wp,-MD,scripts/.tkparse.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/tkparse.o scripts/tkparse.c
gcc -Wp,-MD,scripts/.tkcond.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/tkcond.o scripts/tkcond.c
gcc -Wp,-MD,scripts/.tkgen.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/tkgen.o scripts/tkgen.c
gcc -o scripts/tkparse scripts/tkparse.o scripts/tkcond.o scripts/tkgen.o
Generating scripts/kconfig.tk
drivers/pnp/Config.in: 7: can't handle dep_bool/dep_mbool/dep_tristate condition
wish -f scripts/kconfig.tk
Error in startup script: invalid command name "clear_choices"
while executing
"clear_choices"
(procedure "read_config" line 3)
invoked from within
"read_config $defaults"
invoked from within
"if { [file readable .config] == 1} then {
if { $argc > 0 } then {
if { [lindex $argv 0] != "-D" } then {
read_config .config
}
else
{
r..."
(file "scripts/kconfig.tk" line 646)
make: *** [xconfig] Error 1


2002-10-21 13:03:39

by Brad Hards

[permalink] [raw]
Subject: Re: xconfig broken in 2.5.44?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 21 Oct 2002 22:55, [email protected] wrote:
> Maybe I'm missing something obvious, but:
Here is what I did:

diff -Naur -X dontdiff linux-2.5.44-clean/drivers/pnp/Config.in linux-2.5.44/drivers/pnp/Config.in
- --- linux-2.5.44-clean/drivers/pnp/Config.in 2002-10-19 14:01:07.000000000 +1000
+++ linux-2.5.44/drivers/pnp/Config.in 2002-10-21 22:59:50.000000000 +1000
@@ -4,7 +4,7 @@
mainmenu_option next_comment
comment 'Plug and Play configuration'

- -dep_bool 'Plug and Play support' CONFIG_PNP
+bool 'Plug and Play support' CONFIG_PNP

dep_bool ' Plug and Play device name database' CONFIG_PNP_NAMES $CONFIG_PNP
dep_bool ' PnP Debug Messages' CONFIG_PNP_DEBUG $CONFIG_PNP

- --
http://linux.conf.au. 22-25Jan2003. Perth, Aust. I'm registered. Are you?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9s/qQW6pHgIdAuOMRAkDrAKCfYYDhcCBNZFRAip1mvxnWkpoUHACgtUuq
HNzML3G7tpgj3sW807a1WEw=
=Ptzi
-----END PGP SIGNATURE-----