[Bug 1581682] Re: Duplicate signature for Package problems missing info

Martin Pitt martin.pitt at ubuntu.com
Wed May 18 09:13:43 UTC 2016


Hello Brian, or anyone else affected,

Accepted apport into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/apport/2.20.1-0ubuntu2.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: apport (Ubuntu Xenial)
       Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1581682

Title:
  Duplicate signature for Package problems missing info

Status in apport package in Ubuntu:
  Fix Released
Status in apport source package in Xenial:
  Fix Committed

Bug description:
  The code in apport which creates a duplicate signature for package
  installation failures changed in Ubuntu 16.04 and as part of that
  change we are no longer starting the duplicate signature with the
  following:

  dupe_sig = 'package:%s:%s:%s' % (package, version,
  report['ErrorMessage'])

  This change was made because 'ErrorMessage' was too vague, however
  having 'package:%s:%s' was useful in the Ubuntu Error Tracker.  The
  Error Tracker buckets package installation failures based off the
  duplicate signature and without the string 'package:$package' its hard
  to know if a bucket is about about a package installation failure.
  Additionally, buckets end up containing a mish-mash of different
  packages.  In the following error notice how the package version table
  contains a bunch of unrelated version numbers:

  https://errors.ubuntu.com/problem/23630ea42dcd530db3633a250e04751630e2ac02

  The duplicate signature for problems with the type package should be
  changed to start with package and the package name at least.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1581682/+subscriptions



More information about the foundations-bugs mailing list