[elfutils] update contacts#14184
Merged
DavidKorczynski merged 1 commit intogoogle:masterfrom Oct 27, 2025
Merged
Conversation
|
evverx has previously contributed to projects/elfutils. The previous PR was #13997 |
Contributor
Author
|
The CI fails with clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Makefile:761: nm] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x25
../backends/libebl_backends.a(x86_64_initreg_sample.o): in function `x86_64_sample_sp_pc':
x86_64_initreg_sample.c:(.text.x86_64_sample_sp_pc[x86_64_sample_sp_pc]+0x41): undefined reference to `x86_sample_sp_pc'
/usr/bin/ld: ../backends/libebl_backends.a(x86_64_initreg_sample.o): in function `x86_64_sample_perf_regs_mapping':
x86_64_initreg_sample.c:(.text.x86_64_sample_perf_regs_mapping[x86_64_sample_perf_regs_mapping]+0x40): undefined reference to `x86_sample_perf_regs_mapping'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Makefile:793: strip] Error 1It seems it has just been introduced. https://sourceware.org/git/?p=elfutils.git;a=commit;h=3ce0d5ed6f878be84ff6a9962885fbe8101b1acb hasn't been picked up by OSS-Fuzz yet so it doesn't even fail there. Either way it's unrelated to this PR. |
b2c26f3 to
faabd83
Compare
Contributor
Author
|
It was addressed in https://sourceware.org/git/?p=elfutils.git;a=commit;h=cde995de0ae996fc68e4a983a48f8d027e11a472 so the CI is green. OSS-Fuzz picked up that commit as well and the latest build succeeded there: https://oss-fuzz-build-logs.storage.googleapis.com/log-7eb87b08-934a-483c-91fc-df30abfba0b9.txt |
DavidKorczynski
approved these changes
Oct 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discussed in https://sourceware.org/bugzilla/show_bug.cgi?id=33491