Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problema con emerge -Nu world
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
light108
n00b
n00b


Joined: 20 Dec 2005
Posts: 45
Location: italy

PostPosted: Sat Mar 03, 2007 2:39 pm    Post subject: problema con emerge -Nu world Reply with quote

ho un problema, mi dice
Code:
# emerge libX11
Calculating dependencies... done!

!!! Error: the >=x11-proto/xproto-7.0.6 package conflicts with another package;
!!!        the two packages cannot be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.


come posso risolvere questo problema ed aggiornare il sistema?
_________________
Compaq nx 7300
Intel celeron m 430 @ 1.73 Ghz
Broadcom dell 1390 wireless mini-pci (pci-ex)
intel Corporation Mobile 945GM Graphics Controller
HD sata 60 gb
Gentoo linux 2006.1
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Sat Mar 03, 2007 3:21 pm    Post subject: Re: problema con emerge -Nu world Reply with quote

light108 wrote:
!!! Please use 'emerge --pretend' to determine blockers.
come posso risolvere questo problema ed aggiornare il sistema?


La risposta c'è già nel tuo post, basta leggerla :wink: .
Una volta visto chi è che blocca cosa ti consiglio di cercare nel forum, sicuramente qualcun'altro avrà avuto lo stesso problema...
(in genere i blocchi si risolvono con un emerge -C del bloccante ).

Byez

p.s. è altamente sconsigliato emergere una libreria (che è ovviamente una dipendenza di qualcos'altro) direttamente così, senza utilizzare l'opzione --oneshot di emerge. Se vuoi sapere perchè, beh, anche in questo caso ti basta cercare nel forum :wink:
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
light108
n00b
n00b


Joined: 20 Dec 2005
Posts: 45
Location: italy

PostPosted: Sat Mar 03, 2007 3:30 pm    Post subject: Reply with quote

lo avevo fatto ma non posso eliminare libX11, c'è qualche altro modo per superare i blocchi?
_________________
Compaq nx 7300
Intel celeron m 430 @ 1.73 Ghz
Broadcom dell 1390 wireless mini-pci (pci-ex)
intel Corporation Mobile 945GM Graphics Controller
HD sata 60 gb
Gentoo linux 2006.1
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Mar 03, 2007 3:44 pm    Post subject: Reply with quote

light108 wrote:
lo avevo fatto ma non posso eliminare libX11, c'è qualche altro modo per superare i blocchi?


ma libX11 è il package che vuoi installare, non quello da eliminare.

Posta, per favore, l'output di emerge -pv libX11 così vediamo chi blocca cosa
_________________
Ciao da me!
Back to top
View user's profile Send private message
light108
n00b
n00b


Joined: 20 Dec 2005
Posts: 45
Location: italy

PostPosted: Sat Mar 03, 2007 3:54 pm    Post subject: Reply with quote

ecco qui
Code:
 emerge -pv libX11

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B     ] >=x11-proto/xproto-7.0.6 (is blocking x11-libs/libX11-1.0.1-r1)
[ebuild  N    ] x11-proto/xproto-7.0.7  USE="-debug" 131 kB
[ebuild     U ] x11-libs/libX11-1.0.3 [1.0.1-r1] USE="ipv6 -debug" 1,416 kB

Total: 2 packages (1 upgrade, 1 new, 1 block), Size of downloads: 1,547 kB

_________________
Compaq nx 7300
Intel celeron m 430 @ 1.73 Ghz
Broadcom dell 1390 wireless mini-pci (pci-ex)
intel Corporation Mobile 945GM Graphics Controller
HD sata 60 gb
Gentoo linux 2006.1
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Mar 03, 2007 4:13 pm    Post subject: Reply with quote

light108 wrote:
ecco qui
Code:
 emerge -pv libX11

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B     ] >=x11-proto/xproto-7.0.6 (is blocking x11-libs/libX11-1.0.1-r1)
[ebuild  N    ] x11-proto/xproto-7.0.7  USE="-debug" 131 kB
[ebuild     U ] x11-libs/libX11-1.0.3 [1.0.1-r1] USE="ipv6 -debug" 1,416 kB

Total: 2 packages (1 upgrade, 1 new, 1 block), Size of downloads: 1,547 kB


Avevamo ragione entrambi :roll:

In poche parole, xproto versione maggiore di 7.0.6 richiede una versione di libX11 superiore alla 1.0.1.
Ma per installare la libX11 1.0.3 (che quindi soddisfa i requisiti di xproto) hai bisogno di xproto e quindi emerge da solo non riesce ad andare a vanti.
La via da seguire sarebbe disinstallare e reinstallare subito:
Code:
emerge -C libX11 && emerge libX11

_________________
Ciao da me!
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