Activity log for bug #626600

Date Who What changed Old value New value Message
2010-08-30 05:09:42 Gary Lasker bug added bug
2010-08-30 05:10:02 Gary Lasker software-center (Ubuntu): status New In Progress
2010-08-30 05:10:06 Gary Lasker software-center (Ubuntu): importance Undecided High
2010-08-30 05:10:11 Gary Lasker software-center (Ubuntu): assignee Gary Lasker (gary-lasker)
2010-08-30 05:13:22 Launchpad Janitor branch linked lp:~gary-lasker/software-center/a-x-i-plugin-fix
2010-08-30 05:26:01 Gary Lasker software-center (Ubuntu): importance High Medium
2010-08-30 05:29:21 Launchpad Janitor branch linked lp:software-center
2010-08-30 05:30:01 Gary Lasker software-center (Ubuntu): status In Progress Fix Committed
2010-08-30 05:36:01 Gary Lasker description Binary package hint: software-center software-center version 2.1.14.1 To reproduce, just run update-apt-xapian-index from the command line. It crashes with the following output: $ sudo update-apt-xapian-index -f Reading .desktop files from /usr/share/app-install/desktop/: done. Rebuilding Xapian index... 7% Traceback (most recent call last): File "/usr/sbin/update-apt-xapian-index", line 104, in <module> indexer.rebuild(opts.pkgfile) File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 681, in rebuild self.buildIndex(dbdir, generator) File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 656, in buildIndex for doc in documents: File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 538, in gen_documents_apt yield self.get_document_from_apt(pkg) File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 506, in get_document_from_apt addon.obj.index(document, pkg) File "/usr/share/apt-xapian-index/plugins/software-center.py", line 103, in index if CUSTOM_KEY_THUMBNAIL_URL in ver.record: NameError: global name 'CUSTOM_KEY_THUMBNAIL_URL' is not defined Binary package hint: software-center software-center version 2.1.14.1 This crash only occurs if a package is encountered that defines custom metadata fields as defined for new apps on a stable release. To reproduce, just run update-apt-xapian-index from the command line. It crashes with the following output: $ sudo update-apt-xapian-index -f Reading .desktop files from /usr/share/app-install/desktop/: done. Rebuilding Xapian index... 7% Traceback (most recent call last):   File "/usr/sbin/update-apt-xapian-index", line 104, in <module>     indexer.rebuild(opts.pkgfile)   File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 681, in rebuild     self.buildIndex(dbdir, generator)   File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 656, in buildIndex     for doc in documents:   File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 538, in gen_documents_apt     yield self.get_document_from_apt(pkg)   File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 506, in get_document_from_apt     addon.obj.index(document, pkg)   File "/usr/share/apt-xapian-index/plugins/software-center.py", line 103, in index     if CUSTOM_KEY_THUMBNAIL_URL in ver.record: NameError: global name 'CUSTOM_KEY_THUMBNAIL_URL' is not defined
2010-09-01 22:26:55 Gary Lasker software-center (Ubuntu): status Fix Committed Fix Released
2010-09-03 09:16:28 Launchpad Janitor branch linked lp:ubuntu/software-center