glibc-2.10.1 make check fails
Bruce Dubbs
bruce.dubbs at gmail.com
Sun May 24 21:31:07 MDT 2009
Trent Shea wrote:
> On Sunday 24 May 2009 16:31:12 Trent Shea wrote:
>> I'll see if I can hack jhalfs to keep my build directories and provide up
>> to date information this week.
Thanks, Trent.
> I'm just running a jhalfs build right now. A bunch of errors:
What version of the book did you use? Are you using gcc-4.4.0? I did not run
into the make -k check aborting problem with GCC-4.3.2.
> grep Error 068-glibc
> make[3]: *** [/sources/glibc-build/libio/tst-fgetwc.out] Error 1
> make[2]: *** [libio/tests] Error 2
I've traced this down to a locale problem, but I don't have a fix. The code is
doing this:
if (setlocale (LC_ALL, "de_DE.utf8") == NULL)
{
puts ("setlocale failed");
return 1;
}
And the error file does have 'setlocale failed'.
> make[3]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
> make[3]: *** [/sources/glibc-build/nptl/tst-mutex5.out] Error 1
> make[3]: *** [/sources/glibc-build/nptl/tst-mutex9.out] Error 1
> make[3]: *** [/sources/glibc-build/nptl/tst-mutex5a.out] Error 1
> make[2]: *** [nptl/tests] Error 2
> make[3]: *** [/sources/glibc-build/rt/tst-mqueue5.out] Error 1
> make[2]: *** [rt/tests] Error 2
> make[1]: *** [check] Error 2
>
> The host is a LFS 6.4 system. As mentioned I've kept the build directories and
> can provide details upon request. I'll set up a build on an ubuntu host
> tonight too and report any errors.
I'm still investigating too.
-- Bruce
More information about the lfs-dev
mailing list