[Bug debugedit/33110] 35: debugedit build-id recompute FAILED (debugedit.at:896)
mark at klomp dot org
sourceware-bugzilla@sourceware.org
Fri Jun 27 13:40:42 GMT 2025
https://sourceware.org/bugzilla/show_bug.cgi?id=33110
Mark Wielaard <mark at klomp dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #9 from Mark Wielaard <mark at klomp dot org> ---
commit 468ff08295bc3b7926176c12f01b49891674c132
Author: Mark Wielaard <mark@klomp.org>
Date: Fri Jun 27 14:24:20 2025 +0200
debugedit.at: Deal with readelf with --wide default for buildid matching
We binutils readelf defaults to --wide it joins some lines when
printing ELF notes. This means the grep and awk to extract a buildid
don't work because the field numbers don't match up. Use grep -o to
only print out the matching (end) of the Build ID: line.
https://sourceware.org/bugzilla/show_bug.cgi?id=33110
Suggested-by: Vitaly Chikunov <vt@altlinux.org>
Signed-off-by: Mark Wielaard <mark@klomp.org>
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Debugedit
mailing list