[Rpm-maint] [rpm-software-management/rpm] Why find-debuginfo script only operates on executable files? (Discussion #3195)

Shreenidhi Shedi notifications at github.com
Fri Jul 5 09:45:56 UTC 2024


Previously find-debuginfo was a part of RPM, so I hope it's okay to ask this question here.

I want to know the history behind why find-debuginfo.sh operates only on exec files.

https://sourceware.org/git/?p=debugedit.git;a=blob;f=scripts/find-debuginfo.in;h=ae0818fb6bfc8ef96bc3f24c3156455d50c91506;hb=HEAD#l437

This makes things a bit difficult while generating debuginfo package of kernels.
`make modules_install` in kernel install all `.ko` (kernel objects) under `<buildroot>/lib/modules` but find-debuginfo won't operate on it due to 644 permissions. Is there any reason to operate only on exec files? Why can't we operate on all ELF files?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/discussions/3195
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/repo-discussions/3195 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240705/72c19f24/attachment-0001.html>


More information about the Rpm-maint mailing list