This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] ldconfig: set LC_COLLATE to C
On 11/27/2017 05:36 PM, Carlos O'Donell wrote:
A quick brainstorm:
* Do nothing. A minimal number of users have broken systems because of collation
in their locale breaks certain packages adding known to sort incorrectly entries
from their distribution for ld.so.conf.d/.
* Switch to C collation and have an unknown number of users with broken systems
because they used locale specific sorting for files they added to the
ld.so.conf.d/ directory to configure their systems.
We can also enumerate twice and warn if there are any differences.
Or provide a tool like (glibc-system-check?) which reports this and
could be extended over time to also check for use of deprecated
features/APIs and so on.
Thanks,
Florian