public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] packages/libunistring: bump to version 1.4.2
@ 2026-02-25 17:51 Paul Kocialkowski
  2026-02-26 15:45 ` Peter Korsgaard
  2026-03-06 12:46 ` Thomas Perale via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Kocialkowski @ 2026-02-25 17:51 UTC (permalink / raw)
  To: buildroot; +Cc: Pedro Aguilar, Paul Kocialkowski

This minor release contains a fix for building with host glibc 2.43,
which fails otherwise.

Signed-off-by: Paul Kocialkowski <paulk@sys-base.io>
---
 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] packages/libunistring: bump to version 1.4.2
  2026-02-25 17:51 [Buildroot] [PATCH] packages/libunistring: bump to version 1.4.2 Paul Kocialkowski
@ 2026-02-26 15:45 ` Peter Korsgaard
  2026-03-06 12:46 ` Thomas Perale via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2026-02-26 15:45 UTC (permalink / raw)
  To: Paul Kocialkowski; +Cc: buildroot, Pedro Aguilar

>>>>> "Paul" == Paul Kocialkowski <paulk@sys-base.io> writes:

 > This minor release contains a fix for building with host glibc 2.43,
 > which fails otherwise.

 > Signed-off-by: Paul Kocialkowski <paulk@sys-base.io>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] packages/libunistring: bump to version 1.4.2
  2026-02-25 17:51 [Buildroot] [PATCH] packages/libunistring: bump to version 1.4.2 Paul Kocialkowski
  2026-02-26 15:45 ` Peter Korsgaard
@ 2026-03-06 12:46 ` Thomas Perale via buildroot
  2026-03-06 16:41   ` Paul Kocialkowski
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Perale via buildroot @ 2026-03-06 12:46 UTC (permalink / raw)
  To: Paul Kocialkowski; +Cc: Thomas Perale, buildroot, Pedro Aguilar

Hi Paul,

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'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.

Thanks,
PERALE Thomas

> Signed-off-by: Paul Kocialkowski <paulk@sys-base.io>

> ---
>  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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] packages/libunistring: bump to version 1.4.2
  2026-03-06 12:46 ` Thomas Perale via buildroot
@ 2026-03-06 16:41   ` Paul Kocialkowski
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Kocialkowski @ 2026-03-06 16:41 UTC (permalink / raw)
  To: Thomas Perale; +Cc: buildroot, Pedro Aguilar


[-- Attachment #1.1: Type: text/plain, Size: 3362 bytes --]

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 <paulk@sys-base.io>
> 
> > ---
> >  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.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-06 16:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25 17:51 [Buildroot] [PATCH] packages/libunistring: bump to version 1.4.2 Paul Kocialkowski
2026-02-26 15:45 ` Peter Korsgaard
2026-03-06 12:46 ` Thomas Perale via buildroot
2026-03-06 16:41   ` Paul Kocialkowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox