[OT] trying to build glibc and test nptl/ under f8

Les hlhowell at pacbell.net
Wed Apr 30 00:15:41 UTC 2008


On Tue, 2008-04-22 at 14:10 -0400, Robert P. J. Day wrote:
>   make[2]: *** [/home/rpjday/glibc-build/nptl/tst-mutex8.out] Error 1
If you havenot solved this yet, check the program source for tst-mutex8.
It looks like this is testing the mutex locks which are required for
pthreads to work successfully without collisions in data space.  You may
also need an additional library for the mutex stuff, and there were some
changes I believe when ANSII redid some of the specs about mid 2006 to
handle some exceptions better to help prevent race conditions.  It may
be that the code in this example predates those changes and is calling
something that has been deprecated or removed.

Regards,
Les H




More information about the fedora-list mailing list