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 > /root/rpmbuild/BUILDROO

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

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

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: macro for checking endianess (#365)

2017-12-07 Thread Jun Aruga
@ignatenkobrain I agree with you. I think showing the little or big endian information by rpm helps the debugging. I did debug writing below code in a source directly. I want to check it more casually. ``` + /* + int n = 1; + if(*(char *)&n == 1) { +printf("debug the system is little endia