@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
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to