Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge
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
EmaDaCuz
n00b
n00b


Joined: 16 Sep 2004
Posts: 24

PostPosted: Sun Sep 19, 2004 1:23 pm    Post subject: Emerge Reply with quote

Ciao...ho reinstallato Gentoo ma ho un problema con emerge...
Come dipendenze va a cercare pacchetti di cui io però ho la versione successiva.
Mi spiego.
Emergendo ad esempio Gnome vuole le glib 2.4.4 quando in realtà nei distfiles ci sono le glib 2.4.5.
E questo capito con qualsiasi pacchetto tenti di emergere.
Come posso risolvere?
Grazie
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30925
Location: here

PostPosted: Sun Sep 19, 2004 1:40 pm    Post subject: Reply with quote

Forse con
Code:
# emerge sync

riesci a risolvere
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
EmaDaCuz
n00b
n00b


Joined: 16 Sep 2004
Posts: 24

PostPosted: Sun Sep 19, 2004 1:52 pm    Post subject: Reply with quote

ok,proverò...ma sul tutorial che sto eguendo è indicato che "emerge sync" si utilizza per una installazione via rete...che io non posso effettuare!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30925
Location: here

PostPosted: Sun Sep 19, 2004 1:54 pm    Post subject: Reply with quote

EmaDaCuz wrote:
ok,proverò...ma sul tutorial che sto eguendo è indicato che "emerge sync" si utilizza per una installazione via rete...che io non posso effettuare!

No non provare quello e' solo per la rete. se dai emerge -p glib che dice?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
EmaDaCuz
n00b
n00b


Joined: 16 Sep 2004
Posts: 24

PostPosted: Sun Sep 19, 2004 2:09 pm    Post subject: Reply with quote

emerge -p glib mi dà
These are the packages that I would merge,in order
calculating dependencies...done!
[ebuild N] dev-util/pkgconfig-0.15.0
[ebuild N] dev-libs/glib-2.4.4
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30925
Location: here

PostPosted: Sun Sep 19, 2004 2:13 pm    Post subject: Reply with quote

allora l'unica cosa da fare e' trovare un snapshoot (pero' dovresti scaricarlo da un tuo amico) piu' recente
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
EmaDaCuz
n00b
n00b


Joined: 16 Sep 2004
Posts: 24

PostPosted: Sun Sep 19, 2004 2:15 pm    Post subject: Reply with quote

ok.
Vediamo se funziona.
Grazie cmq.
Back to top
View user's profile Send private message
EmaDaCuz
n00b
n00b


Joined: 16 Sep 2004
Posts: 24

PostPosted: Sun Sep 19, 2004 2:20 pm    Post subject: Reply with quote

ehm...dove li trovo gli snapshots? :lol:
Back to top
View user's profile Send private message
ultimodruido
Apprentice
Apprentice


Joined: 11 Dec 2003
Posts: 253
Location: Muenchen

PostPosted: Sun Sep 19, 2004 2:31 pm    Post subject: Reply with quote

Ciao! ci ritroviamo anche qui! dai una sbirciata qui
Ciao nic
_________________
Account Jabber: ultimodruido@jabber.linux.it
Back to top
View user's profile Send private message
EmaDaCuz
n00b
n00b


Joined: 16 Sep 2004
Posts: 24

PostPosted: Sun Sep 19, 2004 2:44 pm    Post subject: Reply with quote

Ok,grazie.Ma per fare l'upgrade del snapshot precedente basta che scompatto il file che scarico?!?!?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30925
Location: here

PostPosted: Sun Sep 19, 2004 2:51 pm    Post subject: Reply with quote

EmaDaCuz wrote:
Ok,grazie.Ma per fare l'upgrade del snapshot precedente basta che scompatto il file che scarico?!?!?

In teoria si ma non so se devi prima cancellare tutta /usr/portage. Aspetta qualcuno che sappia meglio di me
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
_sys/sid
Guru
Guru


Joined: 27 Aug 2004
Posts: 346
Location: Asola (Mantova)

PostPosted: Sun Sep 19, 2004 3:20 pm    Post subject: Reply with quote

e se i pacchetti di cui dispone fossero della versione unstable ???

Prova Con:
Code:
ACCEPT_KEYWORDS="~x86" emerge -pv glib

e vedi che versione vuole...
_________________
http://th30z.netsons.org/
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30925
Location: here

PostPosted: Sun Sep 19, 2004 3:27 pm    Post subject: Reply with quote

@_sys/sid: si per lui sono instabili (causa portage tree vecchio) ma la 2.4.5 e' l'ultima stabile
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
EmaDaCuz
n00b
n00b


Joined: 16 Sep 2004
Posts: 24

PostPosted: Sun Sep 19, 2004 3:35 pm    Post subject: Reply with quote

così funziona!Ma in teoria non basterebbe inserire ACCEPT_KEYWORDS="~x86" in make.conf,come avevo fatto con successo la prima volta?
Comunque risolto.
Back to top
View user's profile Send private message
_sys/sid
Guru
Guru


Joined: 27 Aug 2004
Posts: 346
Location: Asola (Mantova)

PostPosted: Sun Sep 19, 2004 3:41 pm    Post subject: Reply with quote

se l'hai fatto una volta non vedo perche' non dovrebbe funzionare per una seconda.
_________________
http://th30z.netsons.org/
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Sun Sep 19, 2004 3:41 pm    Post subject: Reply with quote

EmaDaCuz wrote:
così funziona!Ma in teoria non basterebbe inserire ACCEPT_KEYWORDS="~x86" in make.conf,come avevo fatto con successo la prima volta?


Se vuoi l'intero sistema in versione testing/unstable allora si, ma non credo ti convenga. O meglio, liberissimo di farlo se poi sai risolvere i possibili problemi e incompatibilità che possono sorgere con pacchetti non ancora testati a sufficienza. Se invece vuoi un sistema stabile o non sei sicuro di poter risolvere eventuali problemi, usa il sistema stabile. Se poi ti serviranno per forza determinati pacchetti masked allora li emergerai di volta in volta "a mano".
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30925
Location: here

PostPosted: Sun Sep 19, 2004 3:46 pm    Post subject: Reply with quote

@EmaDaCuz: Alla fine anche se tieni quelli che hai non e' un problema visto che non sono cosi' vecchi
_________________
Questions are guaranteed in life; Answers aren't.
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