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 koobs
Recipients Arfrever, jnoller, koobs, python-dev, sbt
Date 2014-08-25.06:55:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408949767.31.0.0394359385523.issue21704@psf.upfronthosting.co.za>
In-reply-to
Content
For reference and breadcrumbs, this also occurs when:

checking for sem_open... yes
checking for sem_timedwait... yes
checking for sem_getvalue... yes
checking for sem_unlink... yes
<snip>
checking whether POSIX semaphores are enabled... no
checking for broken sem_getvalue... yes
<snip>
*** WARNING: renaming "_multiprocessing" since importing it failed: build/lib.freebsd-8.4-RELEASE-i386-3.4/_multiprocessing.so: Undefined symbol "_PyMp_sem_unlink"

This can occur on FreeBSD jails, among other things, when host & jail versions differ.

Attaching full QA log from RedPorts on FreeBSD 8.4-RELEASE
History
Date User Action Args
2014-08-25 06:56:08koobssetrecipients: + koobs, jnoller, Arfrever, python-dev, sbt
2014-08-25 06:56:07koobssetmessageid: <1408949767.31.0.0394359385523.issue21704@psf.upfronthosting.co.za>
2014-08-25 06:56:07koobslinkissue21704 messages
2014-08-25 06:56:07koobscreate