This bug was fixed in the package apport - 2.10-0ubuntu3
---------------
apport (2.10-0ubuntu3) saucy; urgency=low
* data/general-hooks/cloud_archive.py: deal with the case where a bug is
being reported about a package that is not installed (LP: #1173240)
-- Brian Murray <[email protected]> Mon, 06 May 2013 08:29:51 -0700
** Changed in: apport (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1173240
Title:
hook error in cloud_archive.py
Status in “apport” package in Ubuntu:
Fix Released
Bug description:
Running ubuntu-bug ubiquity on a Raring install produces the following
traceback:
$ ubuntu-bug ubiquity
ERROR: hook /usr/share/apport/general-hooks/cloud_archive.py crashed:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport/report.py", line 197, in
_run_hook
symb['add_info'](report, ui)
File "/usr/share/apport/general-hooks/cloud_archive.py", line 18, in
add_info
if '~cloud' in packaging.get_version(package) and \
File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 123,
in get_version
raise ValueError('package %s does not exist' % package)
ValueError: package ubiquity does not exist
dpkg-query: no packages found matching ubiquity
Probably best to use a try except for getting information about the
package. This doesn't prevent bug filing regarding ubiquity, it just
raises this error.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1173240/+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