On 29/11/17 00:06, Paul Eggert wrote:
On 11/27/2017 12:17 PM, Tom G. Christensen wrote:
A full gnulib snapshot can now again be built on CentOS 5 and
testresults are good, only two testsuite errors:
Thanks, the first one is because CentOS 5 conforms only to pre-2001
POSIX, and the second one is due to a bug in glibc 2.9-and-earlier
strverscmp. I installed the attached to document both issues and to fix
the test case for the former issue. You're welcome to submit a patch for
the latter issue, though I expect it's low priority.
Thanks Paul.
Unfortunately test-nstrftime still fails because <unistd.h> on CentOS 5
contains:
#define _POSIX_VERSION 200112L
-tgc