This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akitada
Recipients akitada
Date 2010-10-10.07:51:17
SpamBayes Score 4.6570126e-06
Marked as misclassified No
Message-id <1286697079.97.0.278086766223.issue10062@psf.upfronthosting.co.za>
In-reply-to
Content
Build fails on FreeBSD 4 due to the lack of sem_timedwait.

"""
gcc -pthread   -Wl,--export-dynamic -o python Modules/python.o libpython3.2.a -lutil   -lm  
libpython3.2.a(thread.o): In function `PyThread_acquire_lock_timed':
/home/akitada/src/py3k/Python/thread_pthread.h:315: undefined reference to `sem_timedwait'
gmake: *** [python] Error 1
"""
History
Date User Action Args
2010-10-10 07:51:20akitadasetrecipients: + akitada
2010-10-10 07:51:19akitadasetmessageid: <1286697079.97.0.278086766223.issue10062@psf.upfronthosting.co.za>
2010-10-10 07:51:18akitadalinkissue10062 messages
2010-10-10 07:51:17akitadacreate