bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gettext: "make check" fails on NetBSD/sparc-1.5


From: Bruno Haible
Subject: Re: gettext: "make check" fails on NetBSD/sparc-1.5
Date: Thu, 7 Feb 2002 14:23:52 +0100 (CET)

Adrian Bunk writes:

> gettext-0.11 compiles fine under NetBSD/sparc-1.5 but the following three
> tests fail in "make check":
> 
> <--  snip  -->
> 
> 3c3
> < EUR remplace FF.
> ---
> >  $s remplace $s.

It means NetBSD's fprintf function is not POSIX compliant. In order to
be POSIX compliant, it should support the syntax "%5$s" that prints
the fifth argument as a string.

I won't work around this in gettext. Go fix NetBSD's libc.

Bruno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]