https://sourceware.org/bugzilla/show_bug.cgi?id=33723
--- Comment #21 from David Abdurachmanov <david.abdurachmanov at gmail dot com>
---
Finally I modified find-debuginfo again in do_ar_file function I comment out:
debugedit -b "$debug_base_name" -d "$debug_dest_name" \
-l "$SOURCEFILE" "$tmpdir/$member_dn$member_bn"
and replaced with echo command.
So basically it recreates the archive file with exactly the same object files,
but does not run debugedit on them.
I did dnf distro-sync to revert previous experimental tcl builds, verified that
environment modules are failing again the same way. Installed a new tcl, and
rebuild environment modules again. It worked.
So debugedit is doing something to the object files in the archive that later
once linked in environment modules have a broken DWARF that debugedit itself is
failing on.
--
You are receiving this mail because:
You are on the CC list for the bug.