bug-findutils
[Top][All Lists]
Advanced

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

[patch #10203] build error on musl due to old gettext infrastructure


From: Andreas Metzler
Subject: [patch #10203] build error on musl due to old gettext infrastructure
Date: Sat, 23 Apr 2022 08:14:00 -0400 (EDT)

URL:
  <https://savannah.gnu.org/patch/?10203>

                 Summary: build error on musl due to old gettext
infrastructure
                 Project: findutils
            Submitted by: ametzler
            Submitted on: Sat 23 Apr 2022 02:13:58 PM CEST
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: None
         Discussion Lock: Any
           Fixed Release: None

    _______________________________________________________

Details:

Hello,

in https://bugs.debian.org/1009874 Helmut Grohne reported that findutils fails
to build on musl since the gettext version requirement was too low, we need
gettext 0.19.8:

Version 0.19.8 - June 2016
[...]
  - The AM_GNU_GETTEXT Autoconf macro can now detect musl-libc's
    gettext as a compatible implementation.


Suggested patch:
-AM_GNU_GETTEXT_VERSION([0.19.3])
+AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])

AM_GNU_GETTEXT_REQUIRE_VERSION makes autopoint pull the latest available
version instead of the exact specified version.

cu Andreas




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?10203>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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