bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

./m4/pthread.m4 causes coreutils build failure on FreeBSD 9


From: Richard Yao
Subject: ./m4/pthread.m4 causes coreutils build failure on FreeBSD 9
Date: Wed, 04 Jul 2012 22:18:34 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120628 Thunderbird/10.0.5

Dear everyone,

Commit a6322904ea944ba119aaa62c0c3ee7cfade8b59c in gnulib causes
coreutils to fail to build on FreeBSD 9. This broke the Gentoo Prefix
bootstrap process, for which there is an open bug:

https://bugs.gentoo.org/show_bug.cgi?id=415439

The build system assumes that the presence of pthread_join in libc
implies the presence of pthread_create in libc. On FreeBSD,
pthread_join() is in libc while pthread_create() is in libpthread.

Yours truly,
Richard Yao

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]