make check fails for tst-strxfrm2 and tst-strtod3
Steven Munroe
munroesj@us.ibm.com
Wed Jan 3 22:34:00 GMT 2007
I have seen make check failures in tst-strxfrm and tst-strtod3 since
they were added. Looking at tst-strxfrm, I see it fails with "setlocale
failed" in:
if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
{
puts ("setlocale failed");
res = 1;
}
The problem is that the glibc does not like any of the locale info on my
system (glibc-2.3.3). (See attached strace)
I can't tell if this a glibc bug or just any incompatibility between the
current glibc-2.5+ trunc and glibc-2.3.3 locale data.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tst-strxfrm-strace.txt
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20070103/2be14152/attachment.txt>
More information about the Libc-alpha
mailing list