View previous topic :: View next topic |
Author |
Message |
VegetaSSJ5 Apprentice
Joined: 30 Dec 2005 Posts: 238
|
Posted: Thu Sep 14, 2006 5:41 pm Post subject: [RISOLTO] emerge --depclean fallisce! |
|
|
Ragazzi ogni tanto dò un
emerge --sync
emerge -DNu world
emerge --depclean
ora però da quando ho aggiornato il gcc e il profilo al 2006.1 quando dò l'emerge --depclean mi dice...
Quote: | Calculating dependencies... done!
Dependencies could not be completely resolved due to
the following required packages not being installed:
>=sys-libs/db-3.1 required by dev-lang/python-2.3.5-r2
Have you forgotten to run `emerge --update --deep world` prior to depclean? |
eppure prima del depclean ho dato l'emerge -DNu world.... come mai dice così?
Last edited by VegetaSSJ5 on Fri Sep 15, 2006 5:08 pm; edited 1 time in total |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Thu Sep 14, 2006 5:58 pm Post subject: Re: emerge --depclean fallisce! |
|
|
la vera domanda da 1.000.000 di dollari è un'altra.
perché hai installato python 2.3?
perché la gente non legge quello che il povero portage dice?
Quote: | If you have just upgraded from an older version of python you will
need to run:
/usr/sbin/python-updater
This will automatically rebuild all the python dependent modules
to run with python-${PYVER}.
Your original Python is still installed and can be accessed via
/usr/bin/python2.x. |
|
|
Back to top |
|
|
VegetaSSJ5 Apprentice
Joined: 30 Dec 2005 Posts: 238
|
Posted: Thu Sep 14, 2006 6:17 pm Post subject: |
|
|
python 2.3 non l'ho installato esplicitamente, evidentemente è richiesto come dipendenza da qualche altro programma.
ho lanciato python-updater ma il depclean mi restituisce sempre lo stesso output.
inoltre non sapevo di dover lanciare il python-updater, non so neanche dove hai letto quella notifica che hai postato... |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Thu Sep 14, 2006 6:29 pm Post subject: |
|
|
VegetaSSJ5 wrote: | python 2.3 non l'ho installato esplicitamente, evidentemente è richiesto come dipendenza da qualche altro programma. |
in realtá credo che nel post di k.gothmog manchi un "ancora"...
Un anno fa python é passato alla 2.4 stabile e, dopo aver lanciato i vari updater e prese le cautele del caso poteva essere disinstallato. _________________ Ciao da me! |
|
Back to top |
|
|
VegetaSSJ5 Apprentice
Joined: 30 Dec 2005 Posts: 238
|
Posted: Thu Sep 14, 2006 6:33 pm Post subject: |
|
|
quindi tu mi consigli di disinstallare python? |
|
Back to top |
|
|
MeMyselfAndI l33t
Joined: 15 Nov 2005 Posts: 784 Location: Between the monitor and the chair
|
Posted: Thu Sep 14, 2006 6:48 pm Post subject: |
|
|
se hai installato la versione 2.4 si togli pure la 2.3 dopo aver dato un python-updater |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Thu Sep 14, 2006 7:03 pm Post subject: |
|
|
VegetaSSJ5 wrote: | quindi tu mi consigli di disinstallare python? |
di disinstallare python-2.3 non di disinstallare python (senza python emerge non funziona). _________________ Ciao da me! |
|
Back to top |
|
|
VegetaSSJ5 Apprentice
Joined: 30 Dec 2005 Posts: 238
|
Posted: Thu Sep 14, 2006 10:54 pm Post subject: |
|
|
ragazzi ora che sto controllando il python-2.3 non è installato!
ma allora perchè il depclean mi dà quel messaggio? |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Thu Sep 14, 2006 10:55 pm Post subject: |
|
|
esegui python-updater (come scritto nel messaggio di aggiornamento di portage che io ho postato)
e poi emerge -C dev-lang/python-2.3 |
|
Back to top |
|
|
VegetaSSJ5 Apprentice
Joined: 30 Dec 2005 Posts: 238
|
Posted: Thu Sep 14, 2006 11:03 pm Post subject: |
|
|
k.gothmog wrote: | esegui python-updater (come scritto nel messaggio di aggiornamento di portage che io ho postato)
e poi emerge -C dev-lang/python-2.3 |
niente, non è installato...
Quote: | emerge -C dev-lang/python-2.3
--- Couldn't find 'dev-lang/python-2.3' to unmerge.
>>> No packages selected for removal by unmerge. |
|
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Fri Sep 15, 2006 8:20 am Post subject: |
|
|
k.gothmog wrote: | Code: | emerge -C dev-lang/python-2.3 |
|
Quando si specifica la versione del pacchetto bisogna mettere l'= davanti. Inoltre va bene anche un:
Code: | # emerge -Pa python |
_________________ Running Fast! |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Fri Sep 15, 2006 8:25 am Post subject: |
|
|
Luca89 wrote: |
Quando si specifica la versione del pacchetto bisogna mettere l'= davanti.
|
Non è necessario, infatti:
Code: |
giskard ~ # emerge -Ca media-sound/listen-0.4.3-r2
>>> These are the packages that would be unmerged:
media-sound/listen
selected: 0.4.3-r2
protected: none
omitted: none
>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.
Would you like to unmerge these packages? [Yes/No] |
_________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Fri Sep 15, 2006 8:31 am Post subject: |
|
|
gutter wrote: | Non � necessario, infatti: |
Non lo sapevo, devono averlo aggiunto con il nuovo portage. _________________ Running Fast! |
|
Back to top |
|
|
Cazzantonio Bodhisattva
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Fri Sep 15, 2006 8:49 am Post subject: |
|
|
solo con l'emerge -C (e lo fa da praticamente sempre ) _________________ 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 |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Fri Sep 15, 2006 9:39 am Post subject: |
|
|
Cazzantonio wrote: | solo con l'emerge -C (e lo fa da praticamente sempre ) |
Esatto. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
VegetaSSJ5 Apprentice
Joined: 30 Dec 2005 Posts: 238
|
Posted: Fri Sep 15, 2006 11:23 am Post subject: |
|
|
ho provato a dare un emerge -ep world | grep python ma il 2.3 non è presente... |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Fri Sep 15, 2006 11:25 am Post subject: Re: emerge --depclean fallisce! |
|
|
scusa ma perché non vai a cercare direttamente il file che causa questi problemi? |
|
Back to top |
|
|
VegetaSSJ5 Apprentice
Joined: 30 Dec 2005 Posts: 238
|
Posted: Fri Sep 15, 2006 2:18 pm Post subject: Re: emerge --depclean fallisce! |
|
|
k.gothmog wrote: | scusa ma perché non vai a cercare direttamente il file che causa questi problemi? |
scusa ma come faccio a sapere quale sia il file in questione? l'emerge --depclean mi dà un warning abbastanza vago che riguarda il pacchetto db che deve essere installato come dipendenza di python-2.3 (che peraltro non è installato) e non di qualche file in particolare... |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Fri Sep 15, 2006 2:40 pm Post subject: Re: emerge --depclean fallisce! |
|
|
è scritto nell'output di revdep.rebuild
e anche nei vari files .revdep-rebuild* |
|
Back to top |
|
|
VegetaSSJ5 Apprentice
Joined: 30 Dec 2005 Posts: 238
|
Posted: Fri Sep 15, 2006 5:07 pm Post subject: |
|
|
ragazzi ho dato emerge -C dev-lang/python-2.3.5-r2 e finalmente si è disinstallato. il file che dava problemi si trovava in /usr/lib/python2.3
ora l'errore nell'emerge --depclean non c'è più
grazie a tutti! |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Fri Sep 15, 2006 11:36 pm Post subject: |
|
|
te l'avevo detto che avevi installato la 2.3 |
|
Back to top |
|
|
VegetaSSJ5 Apprentice
Joined: 30 Dec 2005 Posts: 238
|
Posted: Sat Sep 16, 2006 7:46 am Post subject: |
|
|
k.gothmog wrote: | te l'avevo detto che avevi installato la 2.3 |
si ma allora perchè non è apparsa nell'emerge -ep world | grep python-2.3 ?! |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Sat Sep 16, 2006 9:19 am Post subject: |
|
|
VegetaSSJ5 wrote: |
si ma allora perchè non è apparsa nell'emerge -ep world | grep python-2.3 ?! |
Semplicemente perchè ti avrebbe installato la versione 2.4 e non la 2.3, non essendo quest'ultima più necessaria. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
VegetaSSJ5 Apprentice
Joined: 30 Dec 2005 Posts: 238
|
Posted: Sat Sep 16, 2006 9:29 am Post subject: |
|
|
gutter wrote: | Semplicemente perchè ti avrebbe installato la versione 2.4 e non la 2.3, non essendo quest'ultima più necessaria. |
il fatto è che dando emerge -e world pensavo mi visualizzasse tutti i pacchetti installati sul mio sistema, ma non è così. come si fa a visualzzare la lista di tutti i pacchetti installati? |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Sat Sep 16, 2006 9:31 am Post subject: |
|
|
oltretutto python non dovrebbe nemmeno comparire in world. fa parte di system e non viene esplicitamente installato |
|
Back to top |
|
|
|