[Bug 1600399] Re: dh_makegolangshlibs breaks audit

Michael Hudson-Doyle michael.hudson+lp at canonical.com
Mon Jul 11 01:34:12 UTC 2016


Just uploaded a fix for this that runs dh_makegolangshlibs after rather
than instead of dh_makeshlibs. Repeats a little bit of work but keeps
everything else working (even override_dh_makeshlibs).

** Changed in: dh-golang (Ubuntu)
       Status: Triaged => Fix Committed

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

Title:
  dh_makegolangshlibs breaks audit

Status in dh-golang package in Ubuntu:
  Fix Committed

Bug description:
  The latest archive rebuild test shows the audit package failing to
  build on all architectures with the following error:

  
  This is because audit uses the golang dh addon for its go bindings, and dh_makegolangshlibs bypasses dh_makeshlibs entirely, resulting in no shlibs for the C libraries in this package.

  I suggest that dh_makegolangshlibs needs a more subtle override, by
  generating its own golangshlibs as appropriate, but then calling
  dh_makeshlibs in a pass-through fashion in case there's anything
  that's not a go library that needs shlibs (so, calling dh_makeshlibs
  -X to exclude being rerun for the go shlibs).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1600399/+subscriptions



More information about the foundations-bugs mailing list