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

Andreas Metzler <[email protected]>
Newsgroups gmane.comp.gnu.findutils.bugs
Message-ID <[email protected]>
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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.