Hi Thomas, On Fri 06 Mar 26, 13:46, Thomas Perale wrote: > In reply of: > > This minor release contains a fix for building with host glibc 2.43, > > which fails otherwise. > > I'm looking at this commit to maybe cherry-pick it for the 2025.02.x branch. I think it would be good yes. > I'm running a host with glibc 2.43 and didn't manage to reproduce the build > issue. Can you point me to the commit that fixes it or an error log. Here is what the error looks like: /usr/bin/gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -I/home/paulk/projects/code/cardboard/build/buildroot/host/include -O2 -I/home/paulk/projects/code/cardboard/build/buildroot/host/include -c amemxfrm.c In file included from /usr/include/features.h:540, from /usr/include/errno.h:25, from amemxfrm.c:23: ./stdlib.h:807:20: error: expected identifier or ‘(’ before ‘_Generic’ 807 | _GL_EXTERN_C void *bsearch (const void *__key, And the email thread on the libunistring bug list: https://lists.gnu.org/archive/html/bug-libunistring/2026-02/msg00001.html Hope this helps, Paul > > Thanks, > PERALE Thomas > > > Signed-off-by: Paul Kocialkowski > > > --- > > package/libunistring/libunistring.hash | 4 ++-- > > package/libunistring/libunistring.mk | 2 +- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/package/libunistring/libunistring.hash b/package/libunistring/libunistring.hash > > index f86b6f94b02b..ef2f3da34147 100644 > > --- a/package/libunistring/libunistring.hash > > +++ b/package/libunistring/libunistring.hash > > @@ -1,6 +1,6 @@ > > # Locally calculated after checking pgp signature > > -# https://ftp.gnu.org/gnu/libunistring/libunistring-1.4.1.tar.xz.sig > > -sha256 67d88430892527861903788868c77802a217b0959990f7449f2976126a307763 libunistring-1.4.1.tar.xz > > +# https://ftp.gnu.org/gnu/libunistring/libunistring-1.4.2.tar.xz.sig > > +sha256 5b46e74377ed7409c5b75e7a96f95377b095623b689d8522620927964a41499c libunistring-1.4.2.tar.xz > > # Locally calculated > > sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING > > sha256 a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c COPYING.LIB > > diff --git a/package/libunistring/libunistring.mk b/package/libunistring/libunistring.mk > > index 1abbfde6da9e..57333a35bffc 100644 > > --- a/package/libunistring/libunistring.mk > > +++ b/package/libunistring/libunistring.mk > > @@ -4,7 +4,7 @@ > > # > > ################################################################################ > > > > -LIBUNISTRING_VERSION = 1.4.1 > > +LIBUNISTRING_VERSION = 1.4.2 > > LIBUNISTRING_SITE = $(BR2_GNU_MIRROR)/libunistring > > LIBUNISTRING_SOURCE = libunistring-$(LIBUNISTRING_VERSION).tar.xz > > LIBUNISTRING_INSTALL_STAGING = YES > > -- > > 2.53.0 > > > > _______________________________________________ > > buildroot mailing list > > buildroot@buildroot.org > > https://lists.buildroot.org/mailman/listinfo/buildroot -- Paul Kocialkowski, Independent contractor - sys-base - https://www.sys-base.io/ Free software developer - https://www.paulk.fr/ Expert in multimedia, graphics and embedded hardware support with Linux.