bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26044: coreutils-8.27 fails to build


From: Pádraig Brady
Subject: bug#26044: coreutils-8.27 fails to build
Date: Fri, 10 Mar 2017 23:11:03 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

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

Attachment: sort-debug-osx.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]