help-libidn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#999510: libidn2 FTBFS for musl-linux-any: broken gettext check


From: Simon Josefsson
Subject: Bug#999510: libidn2 FTBFS for musl-linux-any: broken gettext check
Date: Tue, 23 Nov 2021 20:46:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Helmut Grohne <helmut@subdivi.de> writes:

> Source: libidn2
> Version: 2.3.2-2
> Tags: patch upstream
> User: helmutg@debian.org
> Usertags: rebootstrap
>
> libidn2 cannot be built for musl, because its gettext check is broken.
> That's fixed in the macro now, but libidn2 needs to opt into the fix.
> Please consider applying the attached patch.

Hi.  Thanks for the report.  I don't understand, what error message do
you get?  As far as I can tell, that idiom is used in many GNU packages,
and if we really should change, I think the change should be done in
many packages.  Is there anything unique to libidn2 here?

/Simon

> Helmut
>
> --- a/configure.ac
> +++ b/configure.ac
> @@ -90,7 +90,8 @@
>  ])
>
>  AM_GNU_GETTEXT([external])
> -AM_GNU_GETTEXT_VERSION([0.19.3])
> +AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
> +AM_GNU_GETTEXT_VERSION([0.19.6])
>
>  AX_CODE_COVERAGE
>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]