closing this report now:
- some outstanding issues with the removal of python2.3 are fixed in feisty
- the update should be more robust now.
we will have to recheck the upgrade from our current LTS release to the
next one.
** Changed in: python-central (Ubuntu)
Status: In Progress => Fix
** Tags added: edgy-upgrade
** Tags removed: edgy-upgrades
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
We can't fix this any better for Edgy. Matthias, if this has been
handled (I've lost track), please close it, otherwise please investigate
and fix any remaining issues early in Feisty (hence "later").
** Changed in: python-central (Ubuntu)
Target: ubuntu-6.10 => later
--
Error during Dapp
comment 29 is a different issue; openend #67556.
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
still have this problem and my python-central is updated.
[EMAIL PROTECTED]:/$ sudo apt-get install python-central
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-central is already the newest version.
You might want to run `apt-get -f install
I ran update-manager -c -d from a non-up-to-date dapper to Edgy and all
went well no errors at all. I did this on Fri Oct, 10 2006
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://l
reopening, http://people.ubuntu.com/~doko/edgy/python-central.debdiff
needed
** Changed in: python-central (Ubuntu)
Status: Fix Released => In Progress
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-b
fixed in 0.5.6ubuntu2.
** Changed in: python-central (Ubuntu)
Status: Needs Info => Fix Released
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/l
please could you recheck, with debugging output turned on:
sudo sh -c 'PYCENTRAL=debug apt-get dist-upgrade'
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailm
still doesn't work for me
~$ dpkg -l python-central python2.4 python2.4-minimal
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name
Just did the upgrade, and no problem found. Maybe the package is fixed
now
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Just did the upgrade, and no problem found. Maybe the package is fixed
now
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
yes. I have the problem with 0.5.6ubuntu1
Setting up python2.4-minimal (2.4.4~c1-0ubuntu1) ...
Linking and byte-compiling packages for runtime python2.4...
Traceback (most recent call last):
File "/usr/bin/pycentral", line 1336, in ?
main()
File "/usr/bin/pycentral", line 1330, in main
** Bug 63598 has been marked a duplicate of this bug
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
I get the same ValueError:
$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libgtkglext1
Use 'apt-get autoremove' to remove them.
0 upgraded, 0
Does anyone have this problem with python-central 0.5.6ubuntu1?
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Changed in: python-central (Ubuntu)
Assignee: Michael Vogt => Matthias Klose
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Tags added: edgy-upgrades
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
The "comment fix" worked for me, i.e. comment out the "if not versions:
Value Error empty set" exception in pyversions.py.
I haven't installed python 2.3, yet the configuration of
python2.4-minimal tested for just version 2.3. This of course raises the
empty set ValueError exception. Where comes t
> dpkg -l python-minimal python2.4-minimal python-central
ii python-central 0.5.5ubuntu4 register and build utility for Python packages
iF python2.4-minimal 2.4.3-8ubuntu2 A minimal subset of the Python language
(version 2.4)
iU python-minimal 2.4.3-11ubuntu3 A minimal subset of the Pytho
What versions of python-minimal and python-central are installed on the
machines that are messed up currently?
** Changed in: python-central (Ubuntu)
Status: In Progress => Needs Info
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
u
** Changed in: python2.4 (Ubuntu)
Sourcepackagename: python2.4 => python-central
Status: Fix Released => In Progress
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ub
I changed /usr/share/pycentral-data/pyversions.py:
< raise ValueError, 'empty set of versions'
> raise ValueError, 'empty set of versions (%s, %s)' % (vstring, version_only)
Now the error:
Setting up python2.4-minimal (2.4.3-8ubuntu2) ...
Linking and byte-compiling packages for runtime python2.4..
The above didn't work for me. I got the same ValueError as in my
previous comment with all the commands except update.
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.
This is fixed for people who do the upgrade now.
If your upgrade failed, please try:
$ sudo apt-get update
$ sudo apt-get install python-central
$ sudo apt-get install -f
$ sudo apt-get dist-upgrade
Cheers,
Michael
** Changed in: python2.4 (Ubuntu)
Status: Unconfirmed => Fix Released
--
How about "forcing" the updated package to install? I "fixed" my problem
with--
sudo dpkg -i --force-all /var/cache/apt/archives/python-
minimal_2.4.3-11ubuntu3_all.deb
using --force-all or --force-* is unsafe and shouldnt have to be used.
--
Error during Dapper-->Edgy update, problem removin
How about "forcing" the updated package to install? I "fixed" my problem
with--
sudo dpkg -i --force-all /var/cache/apt/archives/python-
minimal_2.4.3-11ubuntu3_all.deb
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing li
I still get an error.
$ sudo dpkg --configure -a
Setting up python2.4-minimal (2.4.3-8ubuntu2) ...
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 1323, in main
Thanks for your bugreport.
This problem should be fixed with the latest python-central upload
(python-central_0.5.5ubuntu4). Please reopen if there is still something
wrong.
Thanks,
Michael
** Changed in: python2.4 (Ubuntu)
Assignee: (unassigned) => Michael Vogt
Status: Needs Info =
** Changed in: python2.4 (Ubuntu)
Target: None => ubuntu-6.10
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Tried with and without the "fix" and with updates modules. Same error:
Preconfiguring packages ...
Setting up python2.4-minimal (2.4.3-8ubuntu2) ...
Linking and byte-compiling packages for runtime python2.4...
Traceback (most recent call last):
File "/usr/bin/pycentral", line 1329, in ?
main
seems to be a related problem so I'll post it here rather then a new bug
report.
tried to upgrade from Dapper (6.06.1) -> Edgy Beta
tried update-manager -c -d
Failed right after downloading all packages with a very no descriptive
error
since the sources.list had been updated (maybe update-manag
please recheck with today's updates installed.
** Changed in: python2.4 (Ubuntu)
Status: Confirmed => Needs Info
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubun
Running into the same problem during a normal update of Edgy--
will try "fix" proposed above--output below-
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 ?
This is not just happening in a Dapper->Edgy update. I have just done a
fresh install of Knot 3 and I have encountered the same issue after my
first 'apt-get update && apt-get dist-upgrade'. Aptitude seems to work
around part of the problem, but does not fix it completely.
--
Error during Dapper-
** Bug 59262 has been marked a duplicate of this bug
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Summary changed:
- Error during Dapper-->Edgy update
+ Error during Dapper-->Edgy update, problem removing python2.3
--
Error during Dapper-->Edgy update, problem removing python2.3
https://launchpad.net/bugs/56779
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubunt
37 matches
Mail list logo