bugGNU 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:  Not a Bug
Privacy:  Public Assigned to:  haible
Open/Closed:  Closed

Fri 18 Oct 2024 07:43:00 PM UTC, comment #1: 

We set msgfmt to ':' at configure time, so that tarballs can be built without this requirement to have gettext installed. If we were to change that, to get a better error message for users who build from git, it would be a serious regression for users who build the tarball.

Building a tarball is the primary means for GNU packages; building from git is only supported as a convenience.

Bruno Haible <haible>
Group administrator
Fri 23 Apr 2021 08:40:11 AM UTC, original submission:  

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]:


mv: cannot stat 't-ar.gmo': No such file or directory



Christopher Yeleighton <yecril71pl>

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by haible (Posted a comment)
  • -email is unavailable- added by yecril71pl (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-10-18 haible StatusNone Not a Bug
        Assigned toNone haible
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.14-f13d.
    Corresponding source code