"make check" fails on ubuntu 14.04

Carlos O'Donell carlos@redhat.com
Wed May 21 13:47:00 GMT 2014


On 05/21/2014 03:34 AM, Konstantin Serebryany wrote:
> Not setting prefix makes no difference for me:
> ../glibc/configure  --disable-sanity-checks && make -j 8 && make -j 8 check
> <same failures>

The failure indicates the problem. If the runtime can't load libgcc_s.so.1
then you won't have functioning unwind support and therefore no cancellation
support.

If you strace the test where is it looking for libgcc_s.so.1?

Do you have a libgcc_s.so.1 there?

On a Ubuntu system they've installed these libraries in odd places that
may not match the expectations of a default glibc making testing harder.

Cheers,
Carlos.



More information about the Libc-help mailing list