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 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.


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