PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Gentoo installiert aber X will nicht



pixel
26.01.05, 13:02
Hi@all,

ich habe eine Gentoo-Installation von Stage1 durchgeführt und habe diese nun abgeschlossen. Hat zwar eine ganze Weile gedauert aber es war interessant. Das System ist jetzt also minimal installiert und bootet.

Als nächstens wollte ich mich gemäß der Doku an die X-Konfiguration machen. Der Aufruf von "emerge xorg-x11" endet jedoch in der Fehlermeldung:


* Applying ttmkfdir-3.0.9-encoding.patch ... [ ok ]
* Applying ttmkfdir-3.0.9-freetype_new_includes.patch ... [ ok ]
>>> Source unpacked.
libtool --mode=compile i686-pc-linux-gnu-g++ -Wall -pedantic -I/usr/include/freetype2 -march=i686 -fomit-frame-pointer -o ttmkfdir.o -c ttmkfdir.cpp
libtool --mode=compile i686-pc-linux-gnu-g++ -Wall -pedantic -I/usr/include/freetype2 -march=i686 -fomit-frame-pointer -o directory.o -c directory.cpp
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [ttmkfdir.o] Error 1
make: *** Waiting for unfinished jobs....
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [directory.o] Error 1

!!! ERROR: x11-misc/ttmkfdir-3.0.9-r2 failed.
!!! Function src_compile, Line 44, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.

Woran kann das liegen, ich habe mich exakt an die Installations-Anleitung gehalten? Nachdem das Grundsystem installiert war bin ich mit "Übersicht zur Desktop Konfiguration" fortgefahren. Ist das falsch?

Viele Grüße
pixel

pixel
26.01.05, 13:33
Hab's im Gentoo-Forum gefunden. Man muß vorher:

"emerge libtool"

machen. Steht nur leider nicht in der Doku.

DrunkenFreak
26.01.05, 18:35
hast du amd64? bei x86 sollte der fehler eigentlich nicht auftreten. ich hatte das problem auch mit dem amd64 zusammen aber mit dem x86 gab es da keine probleme

so long