View previous topic :: View next topic |
Author |
Message |
MrIch Apprentice
Joined: 25 May 2002 Posts: 204
|
Posted: Fri Jun 28, 2002 4:34 pm Post subject: make xconfig |
|
|
Hallo!
Ich kann seit einem gentoo kernel soruces update kein make xconfig mehr aufrufen! Wieso?
root@plinux011:/usr/src/linux# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.19-gentoo-r7/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
-: 309: can't handle dep_bool/dep_mbool/dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.19-gentoo-r7/scripts'
make: *** [xconfig] Error 2
thx |
|
Back to top |
|
|
qnx l33t
Joined: 25 Jun 2002 Posts: 638 Location: Göteborg, Sweden
|
Posted: Fri Jun 28, 2002 9:38 pm Post subject: |
|
|
Yeah, you're missing tk/tcl. Just type
and it'll be fixed!
ps. sorry, but I don't speak german
Regards, Jacob W. _________________ Registred Linux user #191143!
Abit NF7-S rev. 2.00 (BIOS v. 2.7)
AMD AthlonXP 2500+ (Barton)
PATA Seagate ST3120022A
SATA Seagate ST3200822AS & Silicon Image 3112 chipset
Gentoo Linux |
|
Back to top |
|
|
MrIch Apprentice
Joined: 25 May 2002 Posts: 204
|
Posted: Fri Jun 28, 2002 10:34 pm Post subject: |
|
|
thx, I have no problem with english! |
|
Back to top |
|
|
MrIch Apprentice
Joined: 25 May 2002 Posts: 204
|
Posted: Fri Jun 28, 2002 10:44 pm Post subject: |
|
|
but the problem is still alive...
aber das Problem besteht weiterhin...
* dev-lang/tk
Latest version Available: 8.3.3
Latest version Installed: 8.3.3
Homepage: http://dev.scriptics.com/software/tcltk/
Description:
Tk Widget Set
plinux011 linux # make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.19-gentoo-r7/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
-: 309: can't handle dep_bool/dep_mbool/dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.19-gentoo-r7/scripts'
make: *** [xconfig] Error 2
Hat noch jemand eine Idee? |
|
Back to top |
|
|
maystorm Apprentice
Joined: 02 Jun 2002 Posts: 222 Location: Germany, not far away
|
Posted: Fri Jun 28, 2002 10:44 pm Post subject: |
|
|
qnx wrote: | sorry, but I don't speak german |
WOW, welch ein Enthusiast: kein Deutsch sprechen, aber trotzdem das deutsche Forum lesen! Bemerkenswert, ein absolutes Vorbild!
Weiter so... _________________ Linux user #216018 |
|
Back to top |
|
|
maystorm Apprentice
Joined: 02 Jun 2002 Posts: 222 Location: Germany, not far away
|
Posted: Fri Jun 28, 2002 10:52 pm Post subject: |
|
|
MrIch wrote: | Hat noch jemand eine Idee? |
Ich hab make xconfig mal bei mir ausprobiert, und ich bekomme exakt denselben Fehler. Ich benutze z.Zt. folgende Kernel-Version:
linux-2.4.19-gentoo-r7
Du auch? Sieht so aus, als ob diese Version broken ist? Gibt's noch andere mit dem Problem? _________________ Linux user #216018 |
|
Back to top |
|
|
qnx l33t
Joined: 25 Jun 2002 Posts: 638 Location: Göteborg, Sweden
|
Posted: Sat Jun 29, 2002 8:15 am Post subject: |
|
|
MrIch wrote: | Hat noch jemand eine Idee? |
You might try upgrading to the latest kernel, not only gentoo kernels, go to www.kernel.org and pick up something there.
Best wishes, Jacob W. _________________ Registred Linux user #191143!
Abit NF7-S rev. 2.00 (BIOS v. 2.7)
AMD AthlonXP 2500+ (Barton)
PATA Seagate ST3120022A
SATA Seagate ST3200822AS & Silicon Image 3112 chipset
Gentoo Linux |
|
Back to top |
|
|
qnx l33t
Joined: 25 Jun 2002 Posts: 638 Location: Göteborg, Sweden
|
Posted: Sat Jun 29, 2002 8:17 am Post subject: |
|
|
Ohhh. I don't know if it's possible but you need Tcl/TK, so try this time
Regards, Jacob W. _________________ Registred Linux user #191143!
Abit NF7-S rev. 2.00 (BIOS v. 2.7)
AMD AthlonXP 2500+ (Barton)
PATA Seagate ST3120022A
SATA Seagate ST3200822AS & Silicon Image 3112 chipset
Gentoo Linux |
|
Back to top |
|
|
jaso n00b
Joined: 13 Jul 2002 Posts: 30 Location: Germany
|
|
Back to top |
|
|
|