On May 21, 2026 6:44:58 AM GMT+02:00, Orion Poplawski <[email protected]> wrote: >binary octave packages create shared libraries with a .oct extension. >rpminspect is complaining that they still contain debug symbols (see >https://artifacts.dev.testing-farm.io/0b323ef4-fd4b-490a-960c-ed58066320f6/) > >I've spent some time looking at the debuginfo/strip process but can't figure >out why they are not getting stripped. They do have the execute bit set. > >Any ideas?
Mkoctfile does seem to support debug symbol stripping, but I do not see it connected in the autotools [1]. Afaict these are built during the make phase right? Don't know if there is a generic flag where you can pass more flags to mkoctfile. [1]: <https://github.com/search?q=repo%3Agnu-octave%2Foctave+strip+debug&type=code> -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
