dist upgrade quirk for linux metapackage crashes if package is not in cache
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-release-upgrader (Ubuntu) |
Fix Released
|
High
|
Brian Murray | ||
Wily |
Fix Released
|
High
|
Brian Murray |
Bug Description
The Ubuntu Error Tracker has some reports indicating the release upgrader can crash when running the install_
Traceback (most recent call last):
File "/tmp/ubuntu-
sys.
File "/tmp/ubuntu-
if app.run():
File "/tmp/ubuntu-
return self.fullUpgrade()
File "/tmp/ubuntu-
if not self.askDistUpg
File "/tmp/ubuntu-
if not self.cache.
File "/tmp/ubuntu-
res = f(*args, **kwargs)
File "/tmp/ubuntu-
self.
File "/tmp/ubuntu-
self.
File "/tmp/ubuntu-
func()
File "/tmp/ubuntu-
self.
File "/tmp/ubuntu-
if not cache[linux_
File "/usr/lib/
raise KeyError('The cache has no package named %r' % key)
KeyError: "The cache has no package named 'linux-rpi2'"
These are the buckets:
https:/
https:/
https:/
Related branches
Changed in ubuntu-release-upgrader (Ubuntu): | |
importance: | Undecided → High |
status: | New → Triaged |
tags: | added: wily xenial |
Changed in ubuntu-release-upgrader (Ubuntu): | |
assignee: | nobody → Brian Murray (brian-murray) |
status: | Triaged → In Progress |
Changed in ubuntu-release-upgrader (Ubuntu Wily): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in ubuntu-release-upgrader (Ubuntu Wily): | |
assignee: | nobody → Brian Murray (brian-murray) |
status: | Triaged → In Progress |
This bug was fixed in the package ubuntu- release- upgrader - 1:16.04.2
--------------- release- upgrader (1:16.04.2) xenial; urgency=medium
ubuntu-
* DistUpgrade/ DistUpgradeQuir ks.py: protect against the linux metapackage
not being available in the cache. (LP: #1511831)
-- Brian Murray <email address hidden> Mon, 02 Nov 2015 09:50:02 -0800