"make check" fails on ubuntu 14.04

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


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