*** This bug is a duplicate of bug 1019581 ***
https://bugs.launchpad.net/bugs/1019581
** This bug has been marked a duplicate of bug 1019581
update-apt-xapian-index crashed with ImportError in
/usr/share/apt-xapian-index/plugins/software-center.py: cannot import name
index_name
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1019535
Title:
apt-xapian-index plugin broken with software-center 5.3.3; breaks
quantal image builds
Status in “software-center” package in Ubuntu:
Confirmed
Bug description:
software-center 5.3.3 broke all quantal image builds that contain
software-center, with this error:
Traceback (most recent call last):
File "/usr/sbin/update-apt-xapian-index", line 101, in <module>
if not indexer.setupIndexing(force=opts.force, system=opts.pkgfile is
None):
File "/usr/lib/python2.7/dist-packages/axi/indexer.py", line 466, in
setupIndexing
self.plugins = Plugins(progress=self.progress, system=system)
File "/usr/lib/python2.7/dist-packages/axi/indexer.py", line 89, in __init__
addon = Addon(fullname, **kw)
File "/usr/lib/python2.7/dist-packages/axi/indexer.py", line 49, in __init__
self.module = imp.load_source("axi.plugin_" + self.name, fname)
File "/usr/share/apt-xapian-index/plugins/software-center.py", line 13, in
<module>
from softwarecenter.db.update import index_name
ImportError: cannot import name index_name
I think something like http://paste.ubuntu.com/1067313/ should fix
this, but I'm sort of guessing at the API change involved here.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1019535/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp