[Bug libdw/32929] 0.193 regression: dwarf_srclang_check: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory

2025-05-02 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32929 Mark Wielaard changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[COMMITTED] libdw: Add RPATH to MAIN_CHECK programs

2025-05-02 Thread Mark Wielaard
We want to test the program against the just build libelf.so not the system installed one. So add an RPATH to ../libelf. * libdw/Makefile.am (CHECK_DEF_FLAGS): Add -Wl,-rpath,../libelf. https://sourceware.org/bugzilla/show_bug.cgi?id=32929 Signed-off-by: Mark Wielaard --- libdw/Makefile

[Bug libdw/32929] 0.193 regression: dwarf_srclang_check: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory

2025-05-02 Thread slyich at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32929 --- Comment #2 from Sergei Trofimovich --- Yes, the change fixes the test failure and all tests pass now locally. Thank you! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug general/32930] compile failure in i386_init.c asm/perf_regs.h: No such file or directory

2025-05-02 Thread serhei at serhei dot io
https://sourceware.org/bugzilla/show_bug.cgi?id=32930 Serhei Makarov changed: What|Removed |Added CC||serhei at serhei dot io --- Comment

[Bug general/32930] compile failure in i386_init.c asm/perf_regs.h: No such file or directory

2025-05-02 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32930 --- Comment #1 from Sam James --- Ditto alpha: https://bugs.gentoo.org/955065. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug general/32930] compile failure in i386_init.c asm/perf_regs.h: No such file or directory

2025-05-02 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32930 Sam James changed: What|Removed |Added CC||matoro_bugzilla_glibc@mator

[Bug libdw/32929] 0.193 regression: dwarf_srclang_check: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory

2025-05-02 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32929 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

[Bug general/32930] New: compile failure in i386_init.c asm/perf_regs.h: No such file or directory

2025-05-02 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32930 Bug ID: 32930 Summary: compile failure in i386_init.c asm/perf_regs.h: No such file or directory Product: elfutils Version: unspecified Status: NEW Severity:

Re: [PATCH] libdw: Fix eu_search_tree TOCTOU bugs

2025-05-02 Thread Mark Wielaard
Hi Aaron, On Tue, 2025-04-15 at 17:04 -0400, Aaron Merey wrote: > eu_tfind is used to facilitate lazy loading throughout libdw. > If a result is not found via eu_tfind, work is done to load > the result and cache it in an eu_search_tree. > > Some calls to eu_tfind allow for TOCTOU bugs. Multiple

[Bug libdw/32929] New: 0.193 regression: dwarf_srclang_check: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory

2025-05-02 Thread slyich at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32929 Bug ID: 32929 Summary: 0.193 regression: dwarf_srclang_check: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory