Hello,
I have a package that build fine for years on Feodra. And now, on Fedora 42, the binary segfault and I am not able to load the debug symbols in gdb.
I suspect a corruption problem.
For Fedora 41, the messages related to debug symbolds extraction are the following:
find-debuginfo: starting
Extracting debug info from 7 files
DWARF-compressing 7 files
On Fedora 42, the messages are the following:
find-debuginfo: starting
Extracting debug info from 7 files
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.note.gnu.build-id' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.init' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.plt' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.plt.sec' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.text' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.fini' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.interp' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.gnu.hash' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.dynsym' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.gnu.version' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.gnu.version_r' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.rela.dyn' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.rela.plt' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.relr.dyn' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.rodata' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.eh_frame_hdr' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.eh_frame' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.gcc_except_table' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.note.gnu.property' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.note.ABI-tag' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.note.package' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.init_array' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.fini_array' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.data.rel.ro' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.got' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.data' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.dynstr' not in segment
objcopy: /builddir/build/BUILD/BespokeSynth-weekly-1.3.10-build/BUILDROOT/usr/bin/stBaNPZD: warning: allocated section `.dynamic' not in segment
DWARF-compressing 7 files
The link to the COPR build:
Is this a known problem ?
I tried both gcc and clang and the problem is the same.
I saw a build of a package with a failure during link … Don’t remember which one.