Re: [PATCH 4/6] fts: cache dirent_inode_sort_may_be_useful too

2017-08-11 Thread Tom G. Christensen
On 10/08/17 15:10, Paul Eggert wrote: Tom G. Christensen wrote: This broke the build on CentOS 6 since it has glibc 2.12 which is from before the introduction of the internal __fsword_t type. Thanks for reporting that. I reproduced the problem on a nearby old server and fixed it by installing

Re: [PATCH 4/6] fts: cache dirent_inode_sort_may_be_useful too

2017-08-11 Thread Bruno Haible
Tom G. Christensen wrote: > /usr/tgcware/gcc45/bin/gcc -std=gnu99 -g -O2 -L/usr/tgcware/lib > -R/usr/tgcware/lib -o test-fts test- > fts.o ../gllib/libgnu.a -lm -lm -lm-lm -lm -lm > Undefined first referenced > symbol in file > libi

Re: [PATCH 4/6] fts: cache dirent_inode_sort_may_be_useful too

2017-08-11 Thread Paul Eggert
On 08/11/2017 11:21 AM, Tom G. Christensen wrote: This exposed another problem when using external gettext: /usr/tgcware/gcc45/bin/gcc -std=gnu99 -g -O2 -L/usr/tgcware/lib -R/usr/tgcware/lib -o test-fts test- fts.o ../gllib/libgnu.a -lm -lm -lm-lm -lm -lm Undefined

Re: [PATCH 4/6] fts: cache dirent_inode_sort_may_be_useful too

2017-08-11 Thread Paul Eggert
On 08/11/2017 11:46 AM, Bruno Haible wrote: This should fix it: Ah, thanks, please ignore my previous message on this topic.

Re: [PATCH] maint: set LANG=C instead of LC_ALL=C

2017-08-11 Thread Bruno Haible
Eric Blake wrote: > Still, if we are advocating mixed locale > execution, we MUST ensure sane defaults for ALL of the LC_* variables. In theory all the LC_* variables, yes. In practice, only those locale categories that the programs actually uses (e.g. test-quotearg.c). Which rarely goes beyond LC