Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[gelöst]sys-apps/net-tools-1.60-r13 kann nicht kompiliert...
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
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 517
Location: Heidelberg

PostPosted: Thu Aug 16, 2007 7:34 am    Post subject: [gelöst]sys-apps/net-tools-1.60-r13 kann nicht kompiliert.. Reply with quote

Hallo.

Habe ein frisch aufgesetztes System. Wollte nun ein Update machen mittels 'emerge -uD world'.
Bei dem Paket net-tools bleibt das update mit folgender Meldung hängen.
Code:
xgettext: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
make[1]: *** [net-tools.pot] Error 127
make[1]: *** Waiting for unfinished jobs....
de.po: warning: Charset "iso8859-1" is not a portable encoding name.
                        Message conversion to user´s charset might not work.
...
!!! ERROR: sys-apps/net-tools-1.60-r13 failed.
Call stack:
....


Was muss ich tun, damit er das Paket endlich durch kompiliert?

Gruss Sewulba :wink:
_________________
System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 13.0-ppc32
System2:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul


Last edited by sewulba on Thu Aug 16, 2007 12:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Thu Aug 16, 2007 7:51 am    Post subject: Reply with quote

Code:
libexpat.so.0: cannot open shared object file: No such file or directory


Da fehlt wohl das Paket expat.
Bitte mach einen Bugreport auf, damit das Paket auch in die Deps kommt.

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
NightDragon
Veteran
Veteran


Joined: 21 Aug 2004
Posts: 1156
Location: Vienna (Austria)

PostPosted: Thu Aug 16, 2007 7:53 am    Post subject: Reply with quote

Kann es sein, dass gettext noch nicht neu compiliert wurde? (nach einem expat update)
_________________
You are the problem too all my solutions ;)
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5206

PostPosted: Thu Aug 16, 2007 7:59 am    Post subject: Reply with quote

Finswimmer wrote:
Code:
libexpat.so.0: cannot open shared object file: No such file or directory


Da fehlt wohl das Paket expat.
Bitte mach einen Bugreport auf, damit das Paket auch in die Deps kommt.

Tobi

falsch

das build-system von net-tools ruft das tool xgettext auf und dieses braucht libexpat.so.0

Quote:
xgettext: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory


sewulba: kann es sein das du expat auf 2.0.1 aktuallisiert hast?
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 517
Location: Heidelberg

PostPosted: Thu Aug 16, 2007 8:02 am    Post subject: Reply with quote

Danke für die rege Beteiligung.

Die Lösung: Es war nur 'gettext' was gefehlt hat. Fehlt wohl einen Abhängigkeit! EXPAT habe ich nicht anrüren müssen... Werde Bugreport schreiben, damit es in die Abhängigkeiten aufgenommen wird. :P

Gruss Sewulba
_________________
System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 13.0-ppc32
System2:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Thu Aug 16, 2007 8:25 am    Post subject: Reply with quote

firefly wrote:
Finswimmer wrote:
Code:
libexpat.so.0: cannot open shared object file: No such file or directory


Da fehlt wohl das Paket expat.
Bitte mach einen Bugreport auf, damit das Paket auch in die Deps kommt.

Tobi

falsch

das build-system von net-tools ruft das tool xgettext auf und dieses braucht libexpat.so.0

Quote:
xgettext: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory


sewulba: kann es sein das du expat auf 2.0.1 aktuallisiert hast?


Hmm. Ich hab nur darauf geachtet, welche Datei fehlt, und laut Portage File Search gehört libexpat.so.0 zu expat.
Hilft der re-merge von gettext, weil er sich auf eine falsche Lib gestützt hat?

BTW: "Mein" Weg müsste doch auch gehen, oder? Schließlich ist das der Grund warum xgettext nicht geht.

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
NightDragon
Veteran
Veteran


Joined: 21 Aug 2004
Posts: 1156
Location: Vienna (Austria)

PostPosted: Thu Aug 16, 2007 8:48 am    Post subject: Reply with quote

Das Problem hierbei ist, dass wenn gettext schon installiert ist, und sich auf die alten expat Libs bezieht, es nach dem Update nicht mehr funktioniert.
Daher immer nach lib-updates, und auch von Zeit zu Zeit revdep-rebuild laufen lassen.

Das ist bei Gentoo eben so. (und bringt mich ab und an auf die Palme... )
_________________
You are the problem too all my solutions ;)
Back to top
View user's profile Send private message
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 517
Location: Heidelberg

PostPosted: Thu Aug 16, 2007 12:14 pm    Post subject: Reply with quote

Bugreport erstellt. :lol:
_________________
System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 13.0-ppc32
System2:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul
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