[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-10-17 Thread Matthias Klose
*** This bug is a duplicate of bug 56779 ***

rejected for breezy

** Changed in: Ubuntu Breezy
 Assignee: (unassigned) => Matthias Klose
   Status: Unconfirmed => Rejected

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-10-17 Thread Matthias Klose
*** This bug is a duplicate of bug 56779 ***

fixed in 0.5.6ubuntu2.

** Changed in: Ubuntu
   Status: In Progress => Fix Released

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-10-17 Thread Matthias Klose
*** This bug is a duplicate of bug 56779 ***

rejected for dapper

** Changed in: Ubuntu Dapper
 Assignee: (unassigned) => Matthias Klose
   Status: Unconfirmed => Fix Released

** Changed in: Ubuntu Dapper
   Status: Fix Released => Rejected

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-10-16 Thread Matthias Klose
*** This bug is a duplicate of bug 56779 ***

please could you recheck with debugging output enabled?

sudo sh -c "PYCENTRAL=debug apt-get dist-upgrade"

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-10-07 Thread John
*** This bug is a duplicate of bug 56779 ***

I'm still having problems to upgrade to 2.5 (it used to be with 2.4) :

Linking and byte-compiling packages for runtime python2.5...
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 1336, in ?
main()
  File "/usr/bin/pycentral", line 1330, in main
rv = action.run(global_options)
  File "/usr/bin/pycentral", line 965, in run
requested = list(pyversions.requested_versions(vstring, version_only=True))
  File "/usr/share/pycentral-data/pyversions.py", line 149, in 
requested_versions
raise ValueError, 'empty set of versions'
ValueError: empty set of versions
dpkg : erreur de traitement de python2.5-minimal (--configure) :
 le sous-processus post-installation script a retourné une erreur de sortie 
d'état 1
dpkg : des problèmes de dépendances empêchent la configuration de python2.5 :
 python2.5 dépend de python2.5-minimal (= 2.5-2ubuntu2); cependant :
  Package python2.5-minimal is not configured yet.
dpkg : erreur de traitement de python2.5 (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg : des problèmes de dépendances empêchent la configuration de python2.5-dev 
:
 python2.5-dev dépend de python2.5 (= 2.5-2ubuntu2); cependant :
  Package python2.5 is not configured yet.
dpkg : erreur de traitement de python2.5-dev (--configure) :
 problèmes de dépendances - laissé non configuré
Des erreurs ont été rencontrées pendant l'exécution :
 python2.5-minimal
 python2.5
 python2.5-dev


(sorry part of it are in french).

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-10-05 Thread Michael Vogt
*** This bug is a duplicate of bug 56779 ***

@Dean Loros:
This particular problem is fixed with the latest python-central upload.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-09-30 Thread John
*** This bug is a duplicate of bug 56779 ***

I still had the same problem from an edgy upgrade yesterday (edgy ->
edgy, but the edgy came from an older dapper a month ago).

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-09-23 Thread Dean Loros
*** This bug is a duplicate of bug 56779 ***

Well-I "fixed" my problem with a sudo dpkg -i --force-all
/var/cache/apt/archives/python-minimal_2.4.3-11ubuntu3_all.deb


"seems" to have cured my update problems---

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-09-23 Thread Dean Loros
*** This bug is a duplicate of bug 56779 ***

After changing the /usr/share/python/pyversions.py as above, I still
get---

[EMAIL PROTECTED]:~$ sudo dpkg --configure -a
Setting up python2.4-minimal (2.4.3-8ubuntu1) ...
Linking and byte-compiling packages for runtime python2.4...
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 1329, in ?
main()
  File "/usr/bin/pycentral", line 1319, in main
if action.check_args(global_options):
  File "/usr/bin/pycentral", line 945, in check_args
for rt in get_installed_runtimes():
  File "/usr/bin/pycentral", line 196, in get_installed_runtimes
supported = pyversions.supported_versions()
  File "/usr/share/python/pyversions.py", line 71, in supported_versions
value = config.get('DEFAULT', 'supported-versions')
  File "/usr/lib/python2.4/ConfigParser.py", line 520, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'supported-versions' in section: 'DEFAULT'
dpkg: error processing python2.4-minimal (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python2.4:
 python2.4 depends on python2.4-minimal (= 2.4.3-8ubuntu1); however:
  Package python2.4-minimal is not configured yet.
dpkg: error processing python2.4 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.4-minimal
 python2.4

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-09-21 Thread DanShearer
*** This bug is a duplicate of bug 56779 ***

I fixed this in a slightly more futureproof way (let the experts do the
work), see
http://shearer.org/Debugging_Dpkg_Problems#Package_Error:_Failing_Python_Upgrade

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-09-12 Thread Yan
*** This bug is a duplicate of bug 56779 ***

I found that applying 'aptitude' eventually resolved the dependency
problems:

sudo aptitude update && sudo aptitude dist-upgrade

I selected solutions that removed python2.3.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-09-05 Thread Michael Vogt
*** This bug is a duplicate of bug 56779 ***

Setting to 'High' because it breaks upgrades.

** Changed in: Ubuntu
   Importance: Medium => High
   Target: None => ubuntu-6.10

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-09-03 Thread kuscsik
*** This bug is a duplicate of bug 56779 ***

Hmm, it is probabli not the best solution but works for me:

in the pycentral script a changed the line 954

 requested = list(pyversions.requested_versions(vstring,v
ersion_only=True))

to

 requested = "python2.3"

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-27 Thread John
*** This bug is a duplicate of bug 56779 ***

well I've copied /usr/share/pythoncentral-date/pyversions.py to /python,
and it seems to work .. I've commented the requested lines too of
course.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-27 Thread John
*** This bug is a duplicate of bug 56779 ***

Same problem here.

I have tried lots of things that were no good.
I've tried Martin Scheid suggestion but it did not help.
And I cannot do the other twek because my /usr/share/python is empty ...

If anyone has an idea, cause I'm scared to reboot now ;)

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-25 Thread Martin Scheid
*** This bug is a duplicate of bug 56779 ***

Hi, I managed to uninstall python2.3 - again I edited the pycentral script,
lines 1002 and 1003 needed to be commented out like here:
 
#if self.runtime.short_name in requested:
#needed_packages.append((pkgname, vstring, requested))

and lines 992 to 994, like here:

 #if not self.runtime:
#self.error('installed runtime %s not found' % self.rtname)
#return self.errors_occured

I am not sure about any side-effects (say, I'm not sure it has none),
but for me, python still works and I got rid of that python2.3 package.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-25 Thread Patrick McFarland
*** This bug is a duplicate of bug 56779 ***

The above fix fixed python2.4-minimal for me, but I also cannot
uninstall python2.3

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-25 Thread Jukka
*** This bug is a duplicate of bug 56779 ***

Thanks, but commenting those lines don't work. I still get the same
error message.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-25 Thread Nil Parra
*** This bug is a duplicate of bug 56779 ***

Jukka : The 2 bugs are attached. For upgrade or reintall :


sudo vi /usr/share/python/pyversions.py

and

/empty

( you arrived to : )

if not versions:
raise ValueError, 'empty set of versions'

change to :


#if not versions:
#raise ValueError, 'empty set of versions'

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-25 Thread Jukka
*** This bug is a duplicate of bug 56779 ***

Although meqwtkil's tip fixes python2.4-minimal, I can't remove or
reinstall python2.3. Is this a different bug?

 sudo dpkg --remove python2.3
(Reading database ... 125221  files and directories currently installed.)
Removing python2.3 ...
pycentral: pycentral rtremove: installed runtime python2.3 not found
pycentral rtremove: installed runtime python2.3 not found
dpkg: error processing python2.3 (--remove):
 subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
 python2.3

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-25 Thread Bert Vorenholt
*** This bug is a duplicate of bug 56779 ***

Worked like a charm :-)

Thanks!

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-24 Thread Erdal Ronahi
*** This bug is a duplicate of bug 56779 ***

Yep, worked. Thanx.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-24 Thread [EMAIL PROTECTED]
*** This bug is a duplicate of bug 56779 ***

works for me as well, thanks meqwtkil.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-24 Thread Stefan Horning
*** This bug is a duplicate of bug 56779 ***

To comment this lines seems to fix that bug. I had the same problem
before. Thanks for the help, you saved my day. ;-)

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-24 Thread Sarah Hobbs
*** This bug is a duplicate of bug 56779 ***

if in doubt, you could comment them, upgrade, then uncomment them again,
i expect.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-24 Thread meqwtkil
*** This bug is a duplicate of bug 56779 ***

I commented lines

if not versions:
raise ValueError, 'empty set of versions'

in /usr/share/python/pyversions.py and the installation was successful.
I'm not sure if it was a proper thing to do. Everything seems to work
ok, though.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-23 Thread [EMAIL PROTECTED]
*** This bug is a duplicate of bug 56779 ***

I'm having the exact same issue. I've tried everything suggested to
resolve this issue with the same results as above.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-23 Thread Eoghan Gaffney
*** This bug is a duplicate of bug 56779 ***

Tried to remove python and got this error:

:~$ sudo dpkg --remove python2.3
(Reading database ... 111985 files and directories currently installed.)
Removing python2.3 ...
pycentral: pycentral rtremove: installed runtime python2.3 not found
pycentral rtremove: installed runtime python2.3 not found
dpkg: error processing python2.3 (--remove):
 subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
 python2.3

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-23 Thread Matthias Klose
*** This bug is a duplicate of bug 56779 ***

** Changed in: Ubuntu
   Importance: Untriaged => Medium
 Assignee: (unassigned) => Matthias Klose
   Status: Unconfirmed => In Progress

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-23 Thread kuscsik
*** This bug is a duplicate of bug 56779 ***

It seems to be a compatibility problem between  the 
/usr/bin/pycentral and  /usr/share/pycentral-data/pyversions.py. 
There is a proble I think if you have  python2.3 and python2.4 simultaneously 
installed. Maybe you can try uninstall python2.3, upgrade to edgy and install 
python2.3 (if you allready installed python2.3)

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-21 Thread Eoghan Gaffney
*** This bug is a duplicate of bug 56779 ***

Tried that as well, and still get the same output as before.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-21 Thread John Vivirito
*** This bug is a duplicate of bug 56779 ***

python has changed from dapper to edgy as the policy has changed. try
running "sudo apt-get -f install".

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-21 Thread Simon Law
*** This bug is a duplicate of bug 56779 ***

** This bug has been marked a duplicate of bug 56779
   Error during Dapper-->Edgy update

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-21 Thread Eoghan Gaffney
This failed again, full output is in the attachment, however it appears
to be a similar problem to what was encountered before...

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-21 Thread John Vivirito
try running "sudo dpkg --configure -a" see if that helps if not please
give the output it gives you here thank you.

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs