fix warnings in MODULES.html

2017-04-20 Thread Bruno Haible
This patch fixes a couple of warnings in MODULES.html. 2017-04-20 Bruno Haible Remove red warnings from the generated MODULES.html. * modules/fcntl (Description): Disambiguate function references. * modules/getcwd-lgpl (Description): Likewise. * modules/hostent

Re: vma-iter: support Solaris

2017-04-20 Thread Tom G. Christensen
On 20/04/17 02:31, Paul Eggert wrote: On 04/19/2017 09:12 AM, Tom G. Christensen wrote: builds have now completed on Solaris 2.6 and 7 Out of curiosity, what are these old builds used for? Sun stopped supporting Solaris 2.6 in 2006, for example. I build various opensource packages for my ow

Re: test suite fails when run in parallel

2017-04-20 Thread Bruno Haible
Adam James Stewart wrote in : > I'm trying to install gettext 0.19.8.1 with Intel 17.0.2 on CentOS 6.8 but > `make -j16 check` fails on the `test-verify` test: > > FAIL: test-verify > = > > icc: error #10236: F

Re: %a format in tests-ulc*.c

2017-04-20 Thread Gisle Vanem
Paul Eggert wrote: On 04/19/2017 05:13 AM, Gisle Vanem wrote: With "%.3a %d", I do get the expected "0x1.922p+1 33". So are these tests somewhat gcc-centric or what? Yes. It looks to me like MSVC-2015 is right and glibc is wrong, at least in the sense of acting like standard printf. It see