On 09/03/17 23:22, Pádraig Brady wrote: >> BTW, I had only one test FAIL in "make check": tests/misc/sort-debug- >> keys >> Is this related to the above? > I'm guessing that "failure" might be locale related. > Could you attach the tests/test-suite.log file generated with: > make TESTS=tests/misc/sort-debug-keys.sh SUBDIRS=. VERBOSE=yes check Best keep all responses on the list. The log you sent privately, did indeed indicate a locale issue. In particular sort was operating in LC_ALL=C mode when it should have been in fr_FR.utf8. This is the only test that sets LC_MESSAGES separately to LC_COLLATE etc. so perhaps if we use LC_ALL for each sort invocation in this test, it avoids this particular issue on your system? Can you try running the above make check command again, with the attached patch applied. thanks, Pádraig