This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "make check" fails on ubuntu 14.04


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]