[Rpm-maint] [rpm-software-management/rpm] Missing build id, Generating build-id links failed (#367)

Eli Uriegas notifications at github.com
Thu Dec 7 23:55:49 UTC 2017


@Mark it's the only reference I could find to the error message, and it was included in `14.4.0` which is where we first experienced the issue.

So I think the problem lies with `docker-containerd-shim` being compiled with `CGO_ENABLED=0`.

When compiled without `CGO` the binary does not have a `build-id` but is still considered an executable.

Our current workaround to get around this is to set:

```
%global _missing_build_ids_terminate_build 0
```

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/367#issuecomment-350131349
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20171207/e08106f3/attachment.html>


More information about the Rpm-maint mailing list