[issue10062] Python 3.2 does not build on systems which do not have sem_timedwait

Akira Kitada report at bugs.python.org
Sun Oct 10 09:51:20 CEST 2010


New submission from Akira Kitada <akitada at gmail.com>:

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

----------
components: Build
messages: 118315
nosy: akitada
priority: normal
severity: normal
status: open
title: Python 3.2 does not build on systems which do not have sem_timedwait
type: compile error
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10062>
_______________________________________


More information about the Python-bugs-list mailing list