# Overview

I'm experiencing a consistent issue with the latest `rpm` version `4.14.0` with 
the output:

```
error: Missing build-id in 
/root/rpmbuild/BUILDROOT/docker-ce-17.12.0.ce-0.1.rc1.fc27.x86_64/usr/bin/docker-containerd-shim
error: Generating build-id links failed
    Missing build-id in 
/root/rpmbuild/BUILDROOT/docker-ce-17.12.0.ce-0.1.rc1.fc27.x86_64/usr/bin/docker-containerd-shim
    Generating build-id links failed
```

This is not experienced in `rpm` version `4.13.0.2`.

I believe it may have something to do with this commit: 
https://github.com/rpm-software-management/rpm/commit/5e82c7e8a8fc05195cdf622d0a120b9e70a9371b

# Steps to reproduce:

```
git clone -b 17.12 g...@github.com:docker/docker-ce
make -C components/packaging/rpm VERSION=$(cat VERSION) fedora-27
```

Link to spec file: 
https://github.com/docker/docker-ce/blob/17.12/components/packaging/rpm/fedora-27/docker-ce.spec

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/367
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to