Re: [PATCH] stacktrace: Add missing locale.h

2025-01-30 Thread Mark Wielaard
On Thu, Jan 30, 2025 at 11:05:20AM +, parona wrote: > > Could you show the configure/build flags and the error the compiler > > gives? I think the patch is correct, but I have trouble replicating > > the issue. > > export CFLAGS="-O0 -pipe" > autoreconf -fi > ./configure --enable-stacktrace --

Re: [PATCH] stacktrace: Add missing locale.h

2025-01-30 Thread parona
Hello, On Thursday, January 30th, 2025 at 12:59 PM, Mark Wielaard wrote: > Hi, > > On Thu, Jan 30, 2025 at 12:05:59AM +, parona wrote: > > > While building elfutils on musl with different features enabled I > > hit this. > > > > Curiously this also affects glibc if you explicitly build w

Re: [PATCH] stacktrace: Add missing locale.h

2025-01-30 Thread Mark Wielaard
rom: Alfred Wingate > Date: Wed, 29 Jan 2025 10:06:22 +0200 > Subject: [PATCH] stacktrace: Add missing locale.h > > The missing header is only obvious on musl and on glibc when you don't > have optimizations enabled. > > Normally the header would transitively come fro

[PATCH] stacktrace: Add missing locale.h

2025-01-29 Thread parona
.From 4a11af08aea00cbe6362e82a14010ca3ea5fa9e7 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Wed, 29 Jan 2025 10:06:22 +0200 Subject: [PATCH] stacktrace: Add missing locale.h The missing header is only obvious on musl and on glibc when you don't have optimizations enabled. Normally the header would transitively come fro