"make check" fails on ubuntu 14.04

Konstantin Serebryany konstantin.s.serebryany@gmail.com
Wed May 21 07:34:00 GMT 2014


Not setting prefix makes no difference for me:
../glibc/configure  --disable-sanity-checks && make -j 8 && make -j 8 check
<same failures>

On Wed, May 21, 2014 at 10:53 AM, Carlos O'Donell <carlos@redhat.com> wrote:
> On 05/21/2014 02:47 AM, Konstantin Serebryany wrote:
>> Hi,
>>
>> I am trying to build and test fresh glibc trunk on ubuntu.
>> Running 'make check' produces this:
>>
>> ../glibc/configure --prefix=`pwd`/../inst
>
> You told glibc to use prefix, but didn't provide the requisite
> runtimes in prefix for cancellation to work?
>
> The requisite runtimes include libgcc_s.so to do the unwinding
> required by cancellation. Copy it into your prefix and try
> testing again.
>
> Generally setting --prefix to something other than /usr is
> considered advanced sorcery.
>
> See:
> https://sourceware.org/glibc/wiki/Testing/Builds
>
> Cheers,
> Carlos.
>



More information about the Libc-help mailing list