mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* xconfig broken in 2.5.44?
@ 2002-10-21 12:55 jbradford
  2002-10-21 13:01 ` Brad Hards
  0 siblings, 1 reply; 2+ messages in thread
From: jbradford @ 2002-10-21 12:55 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: xconfig broken in 2.5.44?
  2002-10-21 12:55 xconfig broken in 2.5.44? jbradford
@ 2002-10-21 13:01 ` Brad Hards
  0 siblings, 0 replies; 2+ messages in thread
From: Brad Hards @ 2002-10-21 13:01 UTC (permalink / raw)
  To: jbradford, linux-kernel

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

On Mon, 21 Oct 2002 22:55, jbradford@dial.pipex.com 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-----


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-21 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-21 12:55 xconfig broken in 2.5.44? jbradford
2002-10-21 13:01 ` Brad Hards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome