libgpg-error t-lock-single-posix failure on Hurd (was: libgpg-error t-printf test fails on powerpc and ppc64)

NIIBE Yutaka gniibe at fsij.org
Tue Sep 1 04:27:14 CEST 2026


Hello,

Thank you for your suggestion.

Samuel Thibault <sthibault at debian.org> wrote:
> This hardcoding can be extended with checking for GNU/Hurd with glibc ≥
> 2.43:
>
>         gnu*)
>           AC_EGREP_CPP([Lucky user],
>             [#include <features.h>
>              #ifdef __GNU_LIBRARY__
>               #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 43) || (__GLIBC__ > 2)
>                Lucky user
>               #endif
>              #endif
>             ],
>             [gl_pthread_in_glibc=yes],
>             [])
>           ;;
>
> and then it should just all work fine.

Yes, it works.  I created a branch for libgpg-error (gniibe/t8430), and
tested it on exodar.debian.net.  It built well and make check went
successfully.

I created a ticket to track this issue: https://dev.gnupg.org/T8430

I will merge the changes to master.

Thank you again.
-- 


More information about the Gnupg-devel mailing list