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

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