[Rpm-maint] [rpm-software-management/rpm] Ignore object files as they do not have a build id (#604)

Sean Young notifications at github.com
Thu Nov 22 22:22:08 UTC 2018


The v4l-utils package contains some compiled BPF IR decoders. These
are stored in ELF relocation file. The build fails on this, see:

https://kojipkgs.fedoraproject.org//work/tasks/5458/31055458/build.log

For now, we have this workaround:

https://src.fedoraproject.org/rpms/v4l-utils/c/f86cf18b6bb6dc0d84b62256bd0460394702515c?branch=master

build ids generated by the linker, so out of the four ELF types,
just select executables and shared objects. We should not be
packaging core files or extracting debug information from them.
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/604

-- Commit Summary --

  * Ignore object files as they do not have a build id

-- File Changes --

    M scripts/find-debuginfo.sh (2)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/604.patch
https://github.com/rpm-software-management/rpm/pull/604.diff

-- 
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/pull/604
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20181122/62563ac2/attachment.html>


More information about the Rpm-maint mailing list