← Back to team overview

dx-packages team mailing list archive

[Bug 1233994] Re: hud apport hook fails with: File "/usr/share/apport/package-hooks/source_hud.py", line 4, in add_info NameError: global name 'apport' is not defined

 

This bug was fixed in the package hud -
13.10.1+14.04.20131029.1-0ubuntu1

---------------
hud (13.10.1+14.04.20131029.1-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Fix the ref counting of application sources The application sources
    are now entirely owned by the application-list's hash table.

  [ Ted Gould ]
  * Add apport dependencies to the package hook. (LP: #1233994)
  * Don't show disabled items in search results. (LP: #1192646)

  [ Charles Kerr ]
  * Add a nullptr safeguard to prevent a crash-on-null-ptr-reference.
    Also, move a QMap lookup outside of a for loop. Yay! . (LP:
    #1242032)
  * if we can't get the busname, log a g_critical and then exit
    gracefully instead of abort()ing in g_error. (LP: #1244688)
  * Add a null safeguard when accessing window SharedPtrs held in the
    m_windows QMap . (LP: #1243654)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 343
 -- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx>   Tue, 29 Oct 2013 11:17:56 +0000

** Changed in: hud (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to hud in Ubuntu.
https://bugs.launchpad.net/bugs/1233994

Title:
  hud apport hook fails with: File "/usr/share/apport/package-
  hooks/source_hud.py", line 4, in add_info NameError: global name
  'apport' is not defined

Status in Unity HUD:
  Fix Released
Status in “hud” package in Ubuntu:
  Fix Released
Status in “hud” source package in Saucy:
  New

Bug description:
  From the command line run:
    $ ubunt-bug hud

  The following error is displayed on the terminal

  ERROR: hook /usr/share/apport/package-hooks/source_hud.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)
  TypeError: add_info() takes 1 positional argument but 2 were given

  During handling of the above exception, another exception occurred:

  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/apport/report.py", line 202, in _run_hook
      symb['add_info'](report)
    File "/usr/share/apport/package-hooks/source_hud.py", line 4, in add_info
      if not apport.packaging.is_distro_package(report['Package'].split()[0]):
  NameError: global name 'apport' is not defined

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: hud 13.10.1+13.10.20130918-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: armhf
  Date: Wed Oct  2 06:05:00 2013
  InstallationDate: Installed on 2013-10-01 (0 days ago)
  InstallationMedia: Ubuntu Saucy Salamander (development branch) - armhf (20131001.3)
  MarkForUpload: True
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  SourcePackage: hud
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hud/+bug/1233994/+subscriptions


References