[Bug 347939] Re: package python-mechanize 0.1.11-0ubuntu1 failed to install/upgrade and python-central gives misleading error message

2009-11-17 Thread Ubuntu QA Website
** Tags added: iso-testing -- package python-mechanize 0.1.11-0ubuntu1 failed to install/upgrade and python-central gives misleading error message https://bugs.launchpad.net/bugs/347939 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 347939] Re: package python-mechanize 0.1.11-0ubuntu1 failed to install/upgrade and python-central gives misleading error message

2009-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package python-central - 0.6.11ubuntu5 --- python-central (0.6.11ubuntu5) jaunty; urgency=low * pycentral.py: - when detecting already existing files check if those are local installs (via setup.py) or file conflicts from other packages and

[Bug 347939] Re: package python-mechanize 0.1.11-0ubuntu1 failed to install/upgrade and python-central gives misleading error message

2009-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package zope3 - 3.4.0-0ubuntu3 --- zope3 (3.4.0-0ubuntu3) jaunty; urgency=low * fix undeclared file conflicts that cause python-central to error in postinst (LP: #347939) -- Michael Vogt michael.v...@ubuntu.com Wed, 25 Mar 2009 17:59:15 +0100 **

[Bug 347939] Re: package python-mechanize 0.1.11-0ubuntu1 failed to install/upgrade and python-central gives misleading error message

2009-03-25 Thread Michael Vogt
I assign the python-central bug to doko for now, feel free to adjust priority etc. ** Changed in: python-central (Ubuntu Jaunty) Importance: Undecided = Medium ** Changed in: python-central (Ubuntu Jaunty) Status: New = Triaged ** Changed in: python-central (Ubuntu Jaunty)

[Bug 347939] Re: package python-mechanize 0.1.11-0ubuntu1 failed to install/upgrade and python-central gives misleading error message

2009-03-25 Thread Michael Vogt
I added code to python-central that detects if the files come from a package or from a local install now. ** Changed in: python-central (Ubuntu Jaunty) Status: Triaged = Fix Committed ** Changed in: python-central (Ubuntu Jaunty) Assignee: Matthias Klose (doko) = Michael Vogt (mvo)

[Bug 347939] Re: package python-mechanize 0.1.11-0ubuntu1 failed to install/upgrade and python-central gives misleading error message

2009-03-25 Thread Michael Vogt
I patched python-central now to give a more meaningful error message: $ sudo apt-get install zope3 Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: python-clientform python-mechanize

[Bug 347939] Re: package python-mechanize 0.1.11-0ubuntu1 failed to install/upgrade and python-central gives misleading error message

2009-03-25 Thread Michael Vogt
Possible fix: diff -u zope3-3.4.0/debian/changelog zope3-3.4.0/debian/changelog --- zope3-3.4.0/debian/changelog +++ zope3-3.4.0/debian/changelog @@ -1,3 +1,9 @@ +zope3 (3.4.0-0ubuntu3) jaunty; urgency=low + + * make it installable without pycentral error + + -- Michael Vogt