Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
make xconfig
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
MrIch
Apprentice
Apprentice


Joined: 25 May 2002
Posts: 204

PostPosted: Fri Jun 28, 2002 4:34 pm    Post subject: make xconfig Reply with quote

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
View user's profile Send private message
qnx
l33t
l33t


Joined: 25 Jun 2002
Posts: 638
Location: Göteborg, Sweden

PostPosted: Fri Jun 28, 2002 9:38 pm    Post subject: Reply with quote

Yeah, you're missing tk/tcl. Just type
Code:
emerge tk

and it'll be fixed!
ps. sorry, but I don't speak german :lol:
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
View user's profile Send private message
MrIch
Apprentice
Apprentice


Joined: 25 May 2002
Posts: 204

PostPosted: Fri Jun 28, 2002 10:34 pm    Post subject: Reply with quote

thx, I have no problem with english!
Back to top
View user's profile Send private message
MrIch
Apprentice
Apprentice


Joined: 25 May 2002
Posts: 204

PostPosted: Fri Jun 28, 2002 10:44 pm    Post subject: Reply with quote

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
View user's profile Send private message
maystorm
Apprentice
Apprentice


Joined: 02 Jun 2002
Posts: 222
Location: Germany, not far away

PostPosted: Fri Jun 28, 2002 10:44 pm    Post subject: Reply with quote

qnx wrote:
sorry, but I don't speak german :lol:

WOW, welch ein Enthusiast: kein Deutsch sprechen, aber trotzdem das deutsche Forum lesen! Bemerkenswert, ein absolutes Vorbild!

Weiter so... :P
_________________
Linux user #216018
Back to top
View user's profile Send private message
maystorm
Apprentice
Apprentice


Joined: 02 Jun 2002
Posts: 222
Location: Germany, not far away

PostPosted: Fri Jun 28, 2002 10:52 pm    Post subject: Reply with quote

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
View user's profile Send private message
qnx
l33t
l33t


Joined: 25 Jun 2002
Posts: 638
Location: Göteborg, Sweden

PostPosted: Sat Jun 29, 2002 8:15 am    Post subject: Reply with quote

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
View user's profile Send private message
qnx
l33t
l33t


Joined: 25 Jun 2002
Posts: 638
Location: Göteborg, Sweden

PostPosted: Sat Jun 29, 2002 8:17 am    Post subject: Reply with quote

Ohhh. I don't know if it's possible but you need Tcl/TK, so try
Code:
emerge tcl
this time :D
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
View user's profile Send private message
jaso
n00b
n00b


Joined: 13 Jul 2002
Posts: 30
Location: Germany

PostPosted: Sat Jul 13, 2002 8:49 pm    Post subject: Reply with quote

Ich stand gerade vor dem gleichen Problem und habe hier

https://forums.gentoo.org/viewtopic.php?t=5055&highlight=deptristate

die Lösung gefunden.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum