Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Amule - Non parte piu
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Fri May 12, 2006 7:21 am    Post subject: [RISOLTO] Amule - Non parte piu Reply with quote

Ciao a tutti.

Quando provo a far partire amule, esce questo bell' errore

Code:

amule: error while loading shared libraries: libdirectfb-0.9.so.22: cannot open shared object file: No such file or directory


Credo che sia una cavolata da risolvere, qualche link errato da qualche parte, ma non trovo dove sia l'errore.
Ho cercato nel forum ma senza grossi risultati :(


Last edited by maruscya on Mon May 15, 2006 8:34 am; edited 1 time in total
Back to top
View user's profile Send private message
makami
Guru
Guru


Joined: 10 Jul 2005
Posts: 321

PostPosted: Fri May 12, 2006 7:23 am    Post subject: Reply with quote

dai un revdep-rebuild, mi è successa la stessa cosa alcuni giorni fa, non ricordo cosa tu debba riemergere, con un revdep-rebuild risolvi
Back to top
View user's profile Send private message
pjphem
n00b
n00b


Joined: 09 Feb 2006
Posts: 64

PostPosted: Fri May 12, 2006 7:28 am    Post subject: Re: Amule - Non parte piu Reply with quote

maruscya wrote:
Ciao a tutti.

Quando provo a far partire amule, esce questo bell' errore

Code:

amule: error while loading shared libraries: libdirectfb-0.9.so.22: cannot open shared object file: No such file or directory


Credo che sia una cavolata da risolvere, qualche link errato da qualche parte, ma non trovo dove sia l'errore.
Ho cercato nel forum ma senza grossi risultati :(


Dopo l'upgrade del sistema sara' vento a mancare il link simbolico alla libreria, basta lanciare un revdep-rebuild per risolvere, o al limite crei il link simbolico a mano.


ciao :roll:
Back to top
View user's profile Send private message
ProT-0-TypE
Veteran
Veteran


Joined: 20 Dec 2003
Posts: 1624
Location: Cagliari

PostPosted: Fri May 12, 2006 7:55 am    Post subject: Reply with quote

dovresti ricompilare
Code:
dev-libs/DirectFB

ma forse è meglio fare direttamente un revdep-rebuild
_________________
[Vuoi guadagnare navigando?]
Back to top
View user's profile Send private message
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Fri May 12, 2006 8:20 am    Post subject: Reply with quote

Giusto per prova ho fatto un emerge di directfb, ed in effetti il pacchetto stesso consiglia di usare revdep-rebuild per sistemare un po' di link, ma provando con revdep-rebuild, il processo si blocca con questo errore :

Code:

All prepared. Starting rebuild...
emerge --oneshot  =app-cdr/k3b-0.12.14 =kde-base/kdeaddons-3.4.3 =media-gfx/imagemagick-6.2.5.5 =media-libs/libdv-0.102 =media-libs/libmpeg2-0.4.0b =media-libs/libsdl-1.2.8-r1 =media-libs/sdl-sound-1.0.1-r1 =media-libs/xine-lib-1.1.1-r3 =media-video/mjpegtools-1.6.2-r4 =media-video/mplayer-1.0.20060415 =media-video/transcode-0.6.14-r3
..........
Calculating dependencies -
emerge: there are no ebuilds to satisfy "=media-video/mjpegtools-1.6.2-r4".



Con un rapido controllo con esearch ecco il risultato

Code:

*  media-video/mjpegtools
      Latest version available: 1.8.0-r1
      Latest version installed: 1.6.2-r4
      Size of downloaded files: 4,324 kB
      Homepage:    http://mjpeg.sourceforge.net/
      Description: Tools for MJPEG video
      License:     as-is


Quindi il software e' installato in modo corretto , almeno cosi sembra :(
Risultato : Non posso far girare in modo corretto revdep-rebuild , come devo procedere ?

NB: Revdep-rebuild e' meglio usarlo dopo ogni aggiornamento del sistema?
Back to top
View user's profile Send private message
ProT-0-TypE
Veteran
Veteran


Joined: 20 Dec 2003
Posts: 1624
Location: Cagliari

PostPosted: Fri May 12, 2006 8:25 am    Post subject: Reply with quote

si ma mi sa che l'aggiornamento del sistema non l'hai fatto, visto che la versione installata di mjpegtools è vecchissima..

Prima fai l'upgrade di mjpegtools (forse sarebbe meglio l'upgrade di tutto il sistema?), poi cancelli i file temporanei di revdep rebuild (rm /root/.revdep-rebuild*) e poi lo rilanci
_________________
[Vuoi guadagnare navigando?]
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Fri May 12, 2006 9:07 am    Post subject: Reply with quote

Code:
# emerge -uDfN world && emerge -uDN world && rm /root/revdep* && revdep-rebuild -X


Coda
Back to top
View user's profile Send private message
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Mon May 15, 2006 8:01 am    Post subject: Reply with quote

codadilupo wrote:
Code:
# emerge -uDfN world && emerge -uDN world && rm /root/revdep* && revdep-rebuild -X


Coda


Ok dopo varie peripezie e problemi di compilazione di varia natura, il problema originale che era amule che non voleva partire e' stato risolto.

Per chiarimento, il mio scrippettino per l'aggiornamento del sistema e' questo

Code:

#!/bin/sh

esync
emerge -f world
revdep-rebuild
emerge -p world


Va bene... o e meglio aggiungere/togliere qualcosa ? Giusto per non trovarmi con il sistema aggiornato solo per meta' !
Back to top
View user's profile Send private message
ProT-0-TypE
Veteran
Veteran


Joined: 20 Dec 2003
Posts: 1624
Location: Cagliari

PostPosted: Mon May 15, 2006 8:29 am    Post subject: Reply with quote

per aggiornare il sistema basta syncare, emerge -uDvaN world ed eventualmente un revdep-rebuild finale per sistemare nel caso qualche dipendenza
_________________
[Vuoi guadagnare navigando?]
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Mon May 15, 2006 10:12 am    Post subject: Reply with quote

maruscya wrote:

esync
emerge -f world
revdep-rebuild
emerge -p world

:?:

esync -> fai il sync del portage
emerge -f world -> scarico i pacchetti sulla macchina e basta
revdep-rebuild -> controllo che le librerie siano ok
emerge -p world -> controllo che non ci sia null'altro da aggiornare.

effettivamente questi passaggi aiutano molto nell'upgrade del sistema. :lol:
Back to top
View user's profile Send private message
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Mon May 15, 2006 10:49 am    Post subject: Reply with quote

Ic3M4n wrote:

effettivamente questi passaggi aiutano molto nell'upgrade del sistema. :lol:


In effetti manca un comando fondamentale che faccio a mano...

emerge world.

Ora forse e' piu' completo :)
Back to top
View user's profile Send private message
nick_spacca
l33t
l33t


Joined: 29 May 2004
Posts: 689
Location: Paris/France

PostPosted: Mon May 15, 2006 2:09 pm    Post subject: Reply with quote

maruscya wrote:
Ic3M4n wrote:

effettivamente questi passaggi aiutano molto nell'upgrade del sistema. :lol:


In effetti manca un comando fondamentale che faccio a mano...

emerge world.

Ora forse e' piu' completo :)


In questo modo però aggiorni SOLO i pacchetti inclusi nel tuo world-file.. è importante usare (come ti è gia stato suggerito) l'opzione "-D" per effettuare un controllo approfondito (Deep) di tutte le DIPENDENZE dei programmi in world...può essere questo il motivo per cui ti trovavi con un programma (probabilmente una dipendenza...) non aggiornato da molto tempo...
_________________
I can resist anything but temptation.
(O. Wilde)
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Mon May 15, 2006 2:14 pm    Post subject: Reply with quote

personalmente, mi limito a syncare e aggiornare, ed eventualmente lancio revdep-rebuild.

Diciamo che quando faccio le pulizie di primavera i passaggi sono, piu' o meno:

Code:
# emerge --sync ; eupdatedb ; updatedb ; update-pciids ; update-usbids ; fixpackages ; emerge -uDfN world ; emerge -uDpvtN world


se tutto è a posto, aggiorno, e con revdep-rebuild controllo di non aver perso dei pezzi per strada

Coda


Last edited by codadilupo on Mon May 15, 2006 4:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
ProT-0-TypE
Veteran
Veteran


Joined: 20 Dec 2003
Posts: 1624
Location: Cagliari

PostPosted: Mon May 15, 2006 3:50 pm    Post subject: Reply with quote

a che serve scaricare i pacchetti prima quando puoi usare la feature "parallel-fetch"?
_________________
[Vuoi guadagnare navigando?]
Back to top
View user's profile Send private message
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Mon May 15, 2006 4:02 pm    Post subject: Reply with quote

ProT-0-TypE wrote:
a che serve scaricare i pacchetti prima quando puoi usare la feature "parallel-fetch"?


Emmm... sarebbe ???
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Mon May 15, 2006 4:06 pm    Post subject: Reply with quote

che roba è
Quote:
update-pciids ; upda-usbids

:?:
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
ProT-0-TypE
Veteran
Veteran


Joined: 20 Dec 2003
Posts: 1624
Location: Cagliari

PostPosted: Mon May 15, 2006 4:06 pm    Post subject: Reply with quote

se usi
Code:
FEATURES="parallel-fetch"

nel frattempo che compila emerge si occupa pure di scaricare i restanti pacchetti in background.
Feature molto comoda per non sprecare tempo :D
_________________
[Vuoi guadagnare navigando?]
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Mon May 15, 2006 4:10 pm    Post subject: Reply with quote

ProT-0-TypE wrote:
a che serve scaricare i pacchetti prima quando puoi usare la feature "parallel-fetch"?


ad essere sicuro di avere tutti i pacchetti e nessun md5 failed prima di cominciare a compilare ;-)

Cazzantonio wrote:
che roba è
Quote:
update-pciids ; upda-usbids
:?:


aggiorna il db delle periferiche pci e usb ( quello che vien letto da lspci e lsusb, per intenderci)


Coda
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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