patchfindutils - Patches: patch #10203, build error on musl due to old...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

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

Submitter:  Andreas Metzler <ametzler>
Submitted:  Sat 23 Apr 2022 12:13:58 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  berny Originator Name: 
Open/Closed:  Closed Release:  4.9.0
Fixed Release:  4.10.0

Mon 25 Apr 2022 06:42:58 AM UTC, comment #2: 

Helmut sent a confirmation to Andreas and me in a private email.
Pushed here:
https://git.sv.gnu.org/cgit/findutils.git/commit/?id=a48d2ba8d7

Bernhard Voelker <berny>
Group administrator
Sun 24 Apr 2022 03:35:57 PM UTC, comment #1: 

Thanks for the patch.  I've wrapped it into a proper Git commit
in Helmut's name.  Is this okay for you?

(file #53144)

Bernhard Voelker <berny>
Group administrator
Sat 23 Apr 2022 12:13:58 PM UTC, original submission:  

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

Andreas Metzler <ametzler>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #53144:  0001-build-bump-gettext-version-to-0.19.8.patch added by berny (2KiB - text/x-patch - [PATCH] build: bump gettext version to 0.19.8)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by berny (Updated the item)
  • -email is unavailable- added by berny (Original patch author.)
  • -email is unavailable- added by ametzler (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 8 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-04-25 berny ReleaseNone 4.9.0
        Fixed ReleaseNone 4.10.0
    2022-04-25 berny StatusNeed Info Done
        Open/ClosedOpen Closed
    2022-04-24 berny Attached File- Added 0001-build-bump-gettext-version-to-0.19.8.patch, #53144
        StatusNone Need Info
        Assigned toNone berny
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code