update-software-center AttributeError during upgrade from 12.10 to 13.04
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
aptdaemon (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Won't Fix
|
High
|
Unassigned | ||
Raring |
Fix Released
|
Undecided
|
Unassigned | ||
Saucy |
Fix Released
|
Undecided
|
Unassigned | ||
pygobject (Ubuntu) |
Fix Released
|
Undecided
|
Martin Pitt | ||
Quantal |
Invalid
|
Undecided
|
Unassigned | ||
Raring |
Fix Released
|
Undecided
|
Iain Lane | ||
Saucy |
Fix Released
|
Undecided
|
Martin Pitt | ||
software-center (Ubuntu) |
Fix Released
|
High
|
dobey | ||
Quantal |
Won't Fix
|
Undecided
|
Unassigned | ||
Raring |
Won't Fix
|
Critical
|
Unassigned | ||
Saucy |
Fix Released
|
High
|
dobey |
Bug Description
During upgrade from Ubuntu 12.10 to Ubuntu 13.04, this can happen when update-
Traceback (most recent call last):
File "/usr/sbin/
result = rebuild_
File "/usr/share/
cache = get_pkg_info()
File "/usr/share/
from softwarecenter.
File "/usr/share/
from aptdaemon.client import AptClient
File "/usr/lib/
class MemoizedMixInMe
File "/usr/lib/
return getattr(
File "/usr/lib/
self.__name__, name))
AttributeError: 'gi.repository.
description: | updated |
Changed in aptdaemon (Ubuntu Raring): | |
status: | New → Fix Released |
Changed in aptdaemon (Ubuntu): | |
status: | New → Fix Released |
no longer affects: | aptdaemon |
Changed in pygobject (Ubuntu Quantal): | |
status: | New → Invalid |
Changed in pygobject (Ubuntu Raring): | |
assignee: | nobody → Iain Lane (laney) |
status: | New → Triaged |
Changed in pygobject (Ubuntu Saucy): | |
status: | New → Triaged |
Changed in pygobject (Ubuntu Raring): | |
milestone: | none → ubuntu-13.04-month-6 |
Changed in software-center (Ubuntu Raring): | |
assignee: | nobody → Rodney Dawes (dobey) |
importance: | Undecided → Critical |
status: | New → Triaged |
Changed in software-center (Ubuntu Saucy): | |
assignee: | nobody → Rodney Dawes (dobey) |
importance: | Undecided → High |
status: | New → Triaged |
Changed in aptdaemon (Ubuntu Quantal): | |
importance: | Undecided → High |
status: | New → Triaged |
summary: |
- /usr/share/software-center/update-software- - center:AttributeError:/usr/sbin/update-software- - center@170:rebuild_database:get_pkg_info:/usr/share/software- - center/softwarecenter/db/pkginfo_impl/aptcache.py@30:/usr/lib/python2.7/dist- - packages/aptdaemon/client.py@70:__getattr__:__getattr__ + update-software-center AttributeError during upgrade from 12.10 to 13.04 |
tags: | added: patch |
Changed in pygobject (Ubuntu Raring): | |
status: | Fix Committed → Fix Released |
Changed in software-center (Ubuntu Raring): | |
assignee: | Rodney Dawes (dobey) → nobody |
tags: | added: raring |
tags: | removed: raring |
Changed in software-center (Ubuntu Raring): | |
status: | Fix Committed → Won't Fix |
Changed in software-center (Ubuntu Quantal): | |
status: | Confirmed → Won't Fix |
Here is a debdiff of changes to pygobject to add Breaks of old aptdaemon and software-center (older than the version currently uploaded to raring-proposed, to fix postinst to deal with this issue), to avoid running the postinst with the old code which causes this issue.