[Bug libdw/32548] musl/error-standalone incompatibility (error.h)

2025-01-29 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32548 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[PATCH] stacktrace: Add missing locale.h

2025-01-29 Thread parona
Hi, While building elfutils on musl with different features enabled I hit this. Curiously this also affects glibc if you explicitly build without optimizations. I didn't observe any explicit order with the headers, so I just added it after the rest.From 4a11af08aea00cbe6362e82a14010ca3ea5fa9e7

Re: [PATCH] Link against standalone error library if available

2025-01-29 Thread parona
Hi, On Wednesday, January 29th, 2025 at 2:40 PM, Mark Wielaard wrote: > I definitely like this patch. But when doing an autoreconf -f -v -i > (autoconf 2.27) I get: > > autoheader: warning: missing template: HAVE_ERROR_H > autoheader: warning: Use AC_DEFINE([HAVE_ERROR_H], [], [Description]) >

Re: [PATCH] Link against standalone error library if available

2025-01-29 Thread Mark Wielaard
Hi, On Wed, Jan 29, 2025 at 07:57:37AM +, parona wrote: > On Monday, January 27th, 2025 at 10:40 PM, Mark Wielaard > wrote: > > So maybe our configure check is wrong and it should just test whether > > there is an error.h but also if you can link the result? > > Included patch that checks i