View previous topic :: View next topic |
Author |
Message |
emitrax Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 03 Nov 2004 Posts: 166
|
Posted: Sat Oct 20, 2007 4:18 pm Post subject: Python 2.5 |
|
|
Ho appena fatto l'aggiornamento a python 2.5 ed eseguito python-updater, ma ottengo il seguente errore.
Code: | * Can't determine any previous Python version(s). |
Da premettere che ho soltanto la 2.5.1-r2 installata.
Qualche idea? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Luca89 Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/15529267248502dd4c2bab.jpg)
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Sat Oct 20, 2007 4:42 pm Post subject: |
|
|
Non dovevi disinstallare python-2.4 senza aver eseguito python-updater. Comunque prova così:
Code: | # python-updater --old-version 2.4 |
_________________ Running Fast! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
emitrax Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 03 Nov 2004 Posts: 166
|
Posted: Sat Oct 20, 2007 5:22 pm Post subject: |
|
|
Gia fatto, ed ho risolto la maggior parte ricompilando a mano.
Code: | xartime emitrax # python-updater -o 2.4
* Starting Python Updater from 2.4 to 2.5 :
* Searching for packages with files in /usr/lib/python2.4 /usr/lib32/python2.4 /usr/lib64/python2.4 ..
* No packages needs to be remerged.
xartime emitrax #
|
Qualche altre idea?
Grazie. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Ic3M4n Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/108089865444d4c570e38bb.gif)
Joined: 02 Nov 2004 Posts: 3489 Location: Bergamo.
|
Posted: Sat Oct 20, 2007 11:27 pm Post subject: |
|
|
di sicuro è uno sbattimento ma potresti provare a vedere i file presenti nelle 3 directory in cui ricerca python-updater (le hai copiaincollate nel post precedente) e cercare di assegnarli ai singoli pacchetti con qfile. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
emitrax Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 03 Nov 2004 Posts: 166
|
Posted: Sun Oct 21, 2007 11:15 am Post subject: |
|
|
Non ho ben capito cosa intendi
Comunque mi sono accorto che adesso è anche sparita la directory 2.4 di python.
Code: | xartime emitrax # ls -l /usr/bin/ | grep python
lrwxrwxrwx 1 root root 9 Oct 20 18:24 python -> python2.5
lrwxrwxrwx 1 root root 17 Oct 20 18:24 python-config -> python-config-2.5
-rwxr-xr-x 1 root root 1418 Oct 20 18:23 python-config-2.5
lrwxrwxrwx 1 root root 9 Oct 20 18:24 python2 -> python2.5
-rwxr-xr-x 1 root root 3312 Oct 20 18:24 python2.5
|
Python-updater mi da sempre lo stesso errore. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Ic3M4n Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/108089865444d4c570e38bb.gif)
Joined: 02 Nov 2004 Posts: 3489 Location: Bergamo.
|
Posted: Sun Oct 21, 2007 12:20 pm Post subject: |
|
|
Code: | Searching for packages with files in /usr/lib/python2.4 /usr/lib32/python2.4 /usr/lib64/python2.4 .. |
gli script di python vengono messi in queste dir (principalmente) che sono quelle che scansiona python-updater. esistono? contengono dei file? a che pacchetto appartengono? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
emitrax Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 03 Nov 2004 Posts: 166
|
Posted: Sun Oct 21, 2007 10:01 pm Post subject: |
|
|
Code: | emitrax@xartime ~ $ ls -l /usr/lib/python2.4/site-packages/
total 4
lrwxrwxrwx 1 root root 13 Nov 17 2006 pygtk.pth -> pygtk.pth-2.0
lrwxrwxrwx 1 root root 12 Nov 17 2006 pygtk.py -> pygtk.py-2.0
drwxr-xr-x 3 root root 4096 Oct 20 16:38 twisted
emitrax@xartime ~ $ |
I link ovviamente sono _broken_. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Luca89 Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/15529267248502dd4c2bab.jpg)
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Wed Oct 24, 2007 12:22 pm Post subject: |
|
|
Se non ti vuole ricompilare nulla allora dovresti essere a posto. Ci sono programmi che non ti funzionano? _________________ Running Fast! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
emitrax Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 03 Nov 2004 Posts: 166
|
Posted: Thu Nov 01, 2007 1:53 pm Post subject: |
|
|
Piu che altro non riuscivo a compilare Gnome 2.20 , ma alla fine ho risolto.
Grazie per l'aiuto. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|