This patch here might fix the issue, but I would like to get a idea
about the root cause of it first (hence the apt-cache policy output).
=== modified file 'DistUpgrade/DistUpgradeCache.py'
--- DistUpgrade/DistUpgradeCache.py 2009-10-09 13:26:52 +0000
+++ DistUpgrade/DistUpgradeCache.py 2009-11-06 08:58:57 +0000
@@ -557,7 +557,10 @@
not (pkg.isInstalled or pkg.markedInstall) and
not pkg.name in removeEssentialOk and
pkg.priority in need):
- self.markInstall(pkg.name, "priority in required set '%s' but
not scheduled for install" % need)
+ try:
+ self.markInstall(pkg.name, "priority in required set '%s'
but not scheduled for install" % need)
+ except:
+ logging.exception("markIntall failed")
# FIXME: make this a decorator (just like the withResolverLog())
def updateGUI(self, view, lock):
** Also affects: update-manager (Ubuntu Lucid)
Importance: Undecided
Status: Incomplete
** Summary changed:
- Unresolvable problem occurred while calculating the upgrade to 9.10
+ Priority check can cause problems with belocs-locales-bin if its still
considered downloadable (cdrom source?)
** Summary changed:
- Priority check can cause problems with belocs-locales-bin if its still
considered downloadable (cdrom source?)
+ checkPriority can cause problems with belocs-locales-bin if its still
considered downloadable (cdrom source?)
** Changed in: update-manager (Ubuntu Lucid)
Milestone: None => lucid-alpha-1
--
checkPriority can cause problems with belocs-locales-bin if its still
considered downloadable (cdrom source?)
https://bugs.launchpad.net/bugs/474543
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs