Subject: lib/30940: gettext-0.11.5nb5 fails on IRIX
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <stuart@zeus.com>
List: netbsd-bugs
Date: 08/08/2005 09:30:00
>Number:         30940
>Category:       lib
>Synopsis:       gettext-0.11.5nb5 fails on IRIX
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    lib-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 08 09:30:00 +0000 2005
>Originator:     Stuart Shelton
>Release:        n/a
>Organization:
>Environment:
IRIX64 octane 6.5 01062343 IP30 mips
>Description:

Trying to build gettext with the SGI MIPSpro compiler suite outputs:

> cc-1054 cc: ERROR File = po-lex.c, Line = 517
>   There are not enough arguments in a macro invocation.
> 
>                     po_gram_error (_("invalid multibyte sequence"));
>                                                                   ^

> cc-1054 cc: ERROR File = po-lex.c, Line = 544
>   There are not enough arguments in a macro invocation.
> 
>   incomplete multibyte sequence at end of file"));
>                                                 ^

> cc-1054 cc: ERROR File = po-lex.c, Line = 1049
>   There are not enough arguments in a macro invocation.
> 
>                                            _("end-of-line within
string"));
>                                                                          ^

>How-To-Repeat:
"bmake" in pkgsrc/devel/gettext on IRIX
>Fix:
Unknown