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

2023-03-27 Thread Philip Prindeville
Running into this issue [on my fork of containerd-packaging](https://github.com/pprindeville/containerd-packaging/tree/centos-build-w-debuginfo) -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/367#issuecomment-1486000878 You are

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

2018-03-14 Thread Panu Matilainen
I looked a bit into this yesterday, just to see what sort of effort we'd be talking about to have rpm understand the buildid from go (as opposed to gnu): - The go-buildid appears to be ASCII SHA1(based on its length), this would require modifications to debugedit and librpmbuild side as both

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

2018-03-14 Thread Panu Matilainen
Closed #367. -- 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#event-1520407368___ Rpm-maint mailing list Rpm-maint@lists.rpm.org

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

2017-12-10 Thread Mark Wielaard
On Sun, Dec 10, 2017 at 09:34:25AM +0100, Tzafrir Cohen wrote: > On Fri, Dec 08, 2017 at 12:35:44AM +0100, Mark Wielaard wrote: > > At least the Fedora go toolchain should be able to generate proper > > build-ids these days. > > If not, see these (old) notes: > >

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

2017-12-10 Thread Tzafrir Cohen
On Fri, Dec 08, 2017 at 12:35:44AM +0100, Mark Wielaard wrote: > Hi Eli, > > On Thu, Dec 07, 2017 at 03:20:01PM -0800, Eli Uriegas wrote: > > ``` > > 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:

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

2017-12-08 Thread Kirill Kolyshkin
Here is a simple reproducer for the case, on a clean fresh Fedora 27 install: ```spec # Name this gotst.spec Name: gotst Version:1.0 Release:1%{?dist} Summary:Go binary to demonstrate build-id problem Group: Applications License:GPL

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

2017-12-07 Thread Eli Uriegas
@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

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

2017-12-07 Thread Mark Wielaard
Hi Eli, On Thu, Dec 07, 2017 at 03:20:01PM -0800, Eli Uriegas wrote: > ``` > 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 >