GNU gettext - Bugs: bug #60446, AM_GNU_GETTEXT: GMSGFMT succeeds...
You are not allowed to post comments on this tracker with your current authentication level.
bug #60446: AM_GNU_GETTEXT: GMSGFMT succeeds when msgfmt is not installed
Submitter: | Christopher Yeleighton <yecril71pl> | ||
Submitted: | Fri 23 Apr 2021 08:40:11 AM UTC | ||
Category: | Programmer tools | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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.
No changes have been made to this item
If msgfmt is not installed, it is assumed that it will never be called] by make . If that is not the case, like when you build from git , it should be replaced by a meaningful failing assertion , not by : . Otherwise you get the following confusing error from make [2]: