Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Il sistema nn si aggiorna
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
Alucard13
Tux's lil' helper
Tux's lil' helper


Joined: 18 Feb 2005
Posts: 87
Location: Pisa

PostPosted: Tue May 03, 2005 6:29 pm    Post subject: Il sistema nn si aggiorna Reply with quote

Ciao
stavo aggirnando il sistema con:
"emerge --update world"
ma dopo un po mi compare il seguiente errore::x

!!! Error: the <www-client/mozilla-1.7.3-r3 package conflicts with another package.
!!! both can't be installed on the same system together.
!!! Please use 'emerge --pretend' to determine blockers.

Sapete aiutarmi??
anzi vi dico che ho anche provato a fare::evil:
"emerge --pretend --update world"
e mi da la segunte risposta:

[blocks B ] <www-client/mozilla-1.7.3-r3 (from pkg media-libs/freetype-2.1.9-r1)
[blocks B ] <x11-base/xorg-x11-6.8.0-r4 (from pkg x11-base/opengl-update-2.1.1-r1)
[ebuild U ] sys-apps/groff-1.19.1-r2 [1.18.1-r4]
[ebuild U ] sys-devel/gnuconfig-20050223 [20040214]
........

e gli atri tutti ok!!
lo stesso identico problema se faccio "emerge --update gnome":evil:
probabilemente dipende da quello.
Ma come faccio a rimediare??:?:
Back to top
View user's profile Send private message
Opossum
Tux's lil' helper
Tux's lil' helper


Joined: 21 Apr 2005
Posts: 104

PostPosted: Tue May 03, 2005 7:07 pm    Post subject: Reply with quote

Ciao!

Tutte le volte che ho avuto un problema simile mi sono limitato a unmergere il pacchetto incriminato
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Tue May 03, 2005 7:14 pm    Post subject: Re: Il sistema nn si aggiorna Reply with quote

Alucard13 wrote:

Ma come faccio a rimediare??:?:


Sei partito da vidalinux vero? 8)
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
Alucard13
Tux's lil' helper
Tux's lil' helper


Joined: 18 Feb 2005
Posts: 87
Location: Pisa

PostPosted: Tue May 03, 2005 8:16 pm    Post subject: Reply with quote

Si ho vidalinux!!
Cmq in che senso devo "unmergere il pacchetto incriminato"
che faccio elimino:
[blocks B ] <www-client/mozilla-1.7.3-r3 (from pkg media-libs/freetype-2.1.9-r1)
[blocks B ] <x11-base/xorg-x11-6.8.0-r4 (from pkg x11-base/opengl-update-2.1.1-r1)

???
[/b]
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


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

PostPosted: Tue May 03, 2005 10:47 pm    Post subject: Reply with quote

semplicemente
Code:

emerge -C media-libs/freetype-2.1.9-r1 x11-base/opengl-update-2.1.1-r1

il tutto semplicemente risolvibile con un
Code:
man emerge

(probabilmente dopo averli tolti dovrai rimettere le versioni aggiornate)
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


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

PostPosted: Tue May 03, 2005 10:48 pm    Post subject: Reply with quote

semplicemente
Code:

emerge -C media-libs/freetype-2.1.9-r1 x11-base/opengl-update-2.1.1-r1

il tutto semplicemente risolvibile con un
Code:
man emerge

(probabilmente dopo averli tolti dovrai rimettere le versioni aggiornate)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31483
Location: here

PostPosted: Tue May 03, 2005 10:57 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic-p-2026169.html#2026169
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Tue May 03, 2005 11:05 pm    Post subject: Reply with quote

search search search :evil: :evil:
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
Alucard13
Tux's lil' helper
Tux's lil' helper


Joined: 18 Feb 2005
Posts: 87
Location: Pisa

PostPosted: Wed May 04, 2005 1:05 pm    Post subject: Reply with quote

ok ho letto tutto ma nn ho capito tanto
allora devo seguire i seguenti comandi:
codice:
Code:
  emerge -O freetype
  emerge mozilla
  emerge freetype

Faccio "emerge -O freetype" tutto ok
ma quando passo a " emerge mozilla"
mi da sempre:
Code:

!!! Error: the <x11-base/xorg-x11-6.8.0-r4 package conflicts with another package.
!!!        both can't be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.

forse c'è scritto in quel forum inglese ma nn ho ben capito!!
help me!!!:(
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed May 04, 2005 1:09 pm    Post subject: Reply with quote

leggi la guida a portage sul forum per favore,
in ogni caso l'output è molto eloquente
un
Code:
emerge -p nomepacchetto

ti fornirà il nome del pkg che va in conflitto con quello che
cerchi di installare, ed è proprio quello che devi disinstallare
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
Alucard13
Tux's lil' helper
Tux's lil' helper


Joined: 18 Feb 2005
Posts: 87
Location: Pisa

PostPosted: Wed May 04, 2005 1:24 pm    Post subject: Reply with quote

scusa la mia ignoranza!!
cmq mi dice:
Code:


[blocks B     ] <x11-base/xorg-x11-6.8.0-r4 (from pkg x11-base/opengl-update-2.1.1-r1)

devo fare:
Code:
 emerge --unmerge apengl-update

poi riprovare:
Code:
emerge --update mozilla

e se va bene rifare:
Code:
emerge apengl-update


giusto???
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed May 04, 2005 1:29 pm    Post subject: Reply with quote

per l'ignoranza c'è sempre una soluzione!
il fatto è dato che queste informazioni sono reperibili nelle
FAQ prodotte con tanta fatica dai mod.

Quindi non sapere una cosa non è un delitto!
il delitto è non utilizzare le risorse messe a disposizione (search,faq)


tornando al tuo problema:
[code]emerge -C opengl-update #rimuovi il pkg blocker
emerge -u pacchetto/code]

opengl-update in questo caso è dipendenza del pacchetto (xorg-x11)
e quindi lui stesso andra ad emergere la corretta
versione di tale pacchetto per poi passare a mozilla
ciao
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
Alucard13
Tux's lil' helper
Tux's lil' helper


Joined: 18 Feb 2005
Posts: 87
Location: Pisa

PostPosted: Wed May 04, 2005 1:38 pm    Post subject: Reply with quote

Hai ragione!!!
cmq ho seguito le tue istruzione ma nn siamo andati molto avanti
Allora ora ti posto tutto quello che ho fatto:

Code:
root@Linux alucard # emerge -C opengl-update

!!! Your current profile is deprecated and not supported anymore.
!!! Please upgrade to the following profile if possible:
        default-linux/x86/2005.0

To upgrade do the following steps:
# Gentoo has switched to 2.6 as the defaults for headers/kernels.  If you wish
# to use 2.4 headers/kernels, then you should do the following to upgrade:
# emerge -n '>=sys-apps/portage-2.0.51'
# cd /etc/
# rm make.profile
# ln -s ../usr/portage/profiles/default-linux/x86/2005.0/2.4 make.profile

# If you wish to use the default 2.6 kernel, do the following:
# emerge -n '>=sys-apps/portage-2.0.51'
# cd /etc/
# rm make.profile
# ln -s ../usr/portage/profiles/default-linux/x86/2005.0 make.profile

# More information can be found at the following URLs:
# http://www.gentoo.org/doc/en/gentoo-upgrading.xml
# http://www.gentoo.org/doc/en/migration-to-2.6.xml



 x11-base/opengl-update
    selected: 1.8.2
   protected: none
     omitted: none

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging x11-base/opengl-update-1.8.2...
No package files given... Grabbing a set.
<<<        obj /usr/sbin/opengl-update
<<<        obj /usr/lib/opengl/global/include/glext.h
<<<        dir /usr/lib/opengl/global/include
<<<        dir /usr/lib/opengl/global
--- !empty dir /usr/sbin
--- !empty dir /usr/lib/opengl
--- !empty dir /usr/lib
--- !empty dir /usr
>>> Regenerating /etc/ld.so.cache...
 * Caching service dependencies...

 * GNU info directory index is up-to-date.
 * IMPORTANT: 6 config files in /etc need updating.
 * Type emerge --help config to learn how to update config files.

root@Linux alucard # emerge xorg-x11

!!! Your current profile is deprecated and not supported anymore.
!!! Please upgrade to the following profile if possible:
        default-linux/x86/2005.0

To upgrade do the following steps:
# Gentoo has switched to 2.6 as the defaults for headers/kernels.  If you wish
# to use 2.4 headers/kernels, then you should do the following to upgrade:
# emerge -n '>=sys-apps/portage-2.0.51'
# cd /etc/
# rm make.profile
# ln -s ../usr/portage/profiles/default-linux/x86/2005.0/2.4 make.profile

# If you wish to use the default 2.6 kernel, do the following:
# emerge -n '>=sys-apps/portage-2.0.51'
# cd /etc/
# rm make.profile
# ln -s ../usr/portage/profiles/default-linux/x86/2005.0 make.profile

# More information can be found at the following URLs:
# http://www.gentoo.org/doc/en/gentoo-upgrading.xml
# http://www.gentoo.org/doc/en/migration-to-2.6.xml


Calculating dependencies ...done!

!!! Error: the <x11-base/xorg-x11-6.8.0-r4 package conflicts with another package.
!!!        both can't be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.

root@Linux alucard # emerge -p xorg-x11

!!! Your current profile is deprecated and not supported anymore.
!!! Please upgrade to the following profile if possible:
        default-linux/x86/2005.0

To upgrade do the following steps:
# Gentoo has switched to 2.6 as the defaults for headers/kernels.  If you wish
# to use 2.4 headers/kernels, then you should do the following to upgrade:
# emerge -n '>=sys-apps/portage-2.0.51'
# cd /etc/
# rm make.profile
# ln -s ../usr/portage/profiles/default-linux/x86/2005.0/2.4 make.profile

# If you wish to use the default 2.6 kernel, do the following:
# emerge -n '>=sys-apps/portage-2.0.51'
# cd /etc/
# rm make.profile
# ln -s ../usr/portage/profiles/default-linux/x86/2005.0 make.profile

# More information can be found at the following URLs:
# http://www.gentoo.org/doc/en/gentoo-upgrading.xml
# http://www.gentoo.org/doc/en/migration-to-2.6.xml



These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] <x11-base/xorg-x11-6.8.0-r4 (from pkg x11-base/opengl-update-2.1.1-r1)
[ebuild  N    ] x11-base/opengl-update-2.1.1-r1
[ebuild     U ] x11-base/xorg-x11-6.8.2-r1 [6.8.0-r3]


MI da lo stesso errore xke??
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed May 04, 2005 1:43 pm    Post subject: Reply with quote

allora per installare xorg-x11-6.8.2-r1
devi prima disinstallare xorg-x11-6.8.0-r4
quindi
Code:
emerge -C xorg-x11
emerge -xorg-x11




NOTA:dal tuo output vedo che dovresti switchare profilo cerca sul forum come
o cmq segui le istruzioni fornite da portage
_________________
"...There are two sort of lies, lies and benchmarks..."
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