On 27/11/17 00:27, Bruno Haible wrote:
2017-11-26 Bruno Haible <br...@clisp.org>
strfmon_l: Fix compilation error with glibc 2.25.
Reported by Tom G. Christensen <t...@jupiterrise.com>
in <https://lists.gnu.org/r/bug-gnulib/2017-11/msg00051.html>.
* lib/monetary.in.h: Include also <locale.h>.
Thank you.
A full gnulib snapshot can now again be built on CentOS 5 and
testresults are good, only two testsuite errors:
...
<-00>0: expected "1970-01-01 00:00:00 -0000 (-00)", got "1970-01-01
00:00:00 +0000 ()"
<-00>0: expected "1985-11-05 00:53:21 -0000 (-00)", got "1985-11-05
00:53:21 +0000 ()"
<-00>0: expected "2001-09-09 01:46:42 -0000 (-00)", got "2001-09-09
01:46:42 +0000 ()"
FAIL: test-nstrftime
...
test-strverscmp.c:52: assertion 'strverscmp (a, c) < 0' failed
FAIL: test-strverscmp
...
=======================
2 of 1137 tests failed
(20 tests were not run)
=======================
-tgc