Re: [PATCH] config: Enable Debuginfod RPM sig checking and eu-stacktrace in spec

2024-10-25 Thread Mark Wielaard
Hi Aaron, On Thu, 2024-10-24 at 10:23 -0400, Aaron Merey wrote: > On Thu, Oct 24, 2024 at 5:34 AM Mark Wielaard wrote: > > > > For testing that the eu-stacktrace and debuginfod ima verification > > code builds correctly explicitly add --enable-stacktrace and > > --enable-debuginfod-ima-verificat

[PATCH] stacktrace: Init elf_fd in sysprof_init_dwfl

2024-10-25 Thread Mark Wielaard
When building with LTO gcc believes elf_fd can be used uninitialized: In function ‘sysprof_init_dwfl’, inlined from ‘sysprof_unwind_cb’ at stacktrace.c:1235:16: stacktrace.c:1087:7: error: ‘elf_fd’ may be used uninitialized [-Werror=maybe-uninitialized] 1087 | close (elf_fd); |

[Bug debuginfod/32294] configure fails without json-c support

2024-10-25 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32294 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

Re: ☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)

2024-10-25 Thread Mark Wielaard
On Wed, 2024-10-23 at 23:51 +, buil...@sourceware.org wrote: > A new failure has been detected on builder elfutils-fedora-s390x while > building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/43/builds/367 > > Build state: failed test (f

Re: [PATCH] stacktrace: Init elf_fd in sysprof_init_dwfl

2024-10-25 Thread Aaron Merey
On Thu, Oct 24, 2024 at 5:08 AM Mark Wielaard wrote: > > When building with LTO gcc believes elf_fd can be used uninitialized: > > In function ‘sysprof_init_dwfl’, > inlined from ‘sysprof_unwind_cb’ at stacktrace.c:1235:16: > stacktrace.c:1087:7: error: ‘elf_fd’ may be used uninitialized > [-