bugGNU gettext - Bugs: bug #40082, 0.18.3 AM_GNU_GETTEXT traced...

 
 

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

bug #40082: 0.18.3 AM_GNU_GETTEXT traced incorrectly

Submitter:  Gary V. Vaughan <gary>
Submitted:  Sun 22 Sep 2013 01:44:33 AM UTC
   
 
Category:  Programmer tools Severity:  3 - Normal
Item Group:  None Status:  Fix Released
Privacy:  Public Assigned to:  ueno
Open/Closed:  Closed

Tue 24 Sep 2013 03:54:26 AM UTC, comment #1: 
Daiki Ueno <ueno>
Group administrator
Sun 22 Sep 2013 01:44:33 AM UTC, original submission:  

If AM_GNU_GETTEXT has any additional arguments, intl subdir is always created by autopoint, e.g.

    AM_GNU_GETTEXT([external], [need-formatstring-macros])

The problem is that func_trace returns a colon separated list of arguments, "external:need-formatstring-macros", but does not set IFS appropriately to separate them before the loop that checks for "external", always resulting in a failed:

    if test 'external' = 'external:need-format-string-macros'; then
      omit_intl=yes
      break
    fi

I worked around it by moving the need-formatstring-macros declaration to AM_GNU_GETTEXT_NEED, but it would be nice to have it work as advertised :)

Gary V. Vaughan <gary>

 

(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 (Updated the item)
  • -email is unavailable- added by ueno (Posted a comment)
  • -email is unavailable- added by gary (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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-01-04 haible StatusFixed Fix Released
    2016-11-27 haible CategoryNone Programmer tools
        Assigned toNone ueno
    2013-09-24 ueno StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code