[Bug debugedit/33110] New: 35: debugedit build-id recompute FAILED (debugedit.at:896)
vt at altlinux dot org
sourceware-bugzilla@sourceware.org
Thu Jun 26 13:51:04 GMT 2025
https://sourceware.org/bugzilla/show_bug.cgi?id=33110
Bug ID: 33110
Summary: 35: debugedit build-id recompute
FAILED (debugedit.at:896)
Product: debugedit
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: debugedit
Assignee: unassigned at sourceware dot org
Reporter: vt at altlinux dot org
CC: debugedit at sourceware dot org
Target Milestone: ---
`debugedit build-id recompute` test fails. I think this is because the test is
doing this to extract build id:
$READELF -n main | grep Build.ID: | awk '{print $3}'
While GNU readelf (GNU Binutils) 2.43.1.20241025 prints this:
debugedit-5.1-alt1.ga6ba284$ readelf -n ./tests/testsuite.dir/35/main | grep
Build.ID:
GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID
bitstring) Build ID: 6ad4eaef23ca0112d154ecff464e75eef035d3dd
So the line prints `NT_GNU_BUILD_ID` instead of build id.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Debugedit
mailing list