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 r.david.murray
Recipients coconutrb, doko, r.david.murray
Date 2010-04-12.16:54:35
SpamBayes Score 0.0016864472
Marked as misclassified No
Message-id <1271091277.41.0.247827561357.issue8326@psf.upfronthosting.co.za>
In-reply-to
Content
I guess I wasn't clear.  The error you are seeing is exactly the error that issue 3770 talks about.  The *build* process wasn't able to find a functioning sem_open implementation, and therefore you see that error.  Now, clearly your platform does have a functioning sem_open implementation, so something must have gone wrong during the build process.  Since the build works fine on our Ubuntu buildbots (http://www.python.org/dev/buildbot/builders/i386%20Ubuntu%203.1/builds/475), and since you are working from a prepackaged Lucid binary, I conclude that this is most likely an Ubuntu packaging problem.
History
Date User Action Args
2010-04-12 16:54:37r.david.murraysetrecipients: + r.david.murray, doko, coconutrb
2010-04-12 16:54:37r.david.murraysetmessageid: <1271091277.41.0.247827561357.issue8326@psf.upfronthosting.co.za>
2010-04-12 16:54:36r.david.murraylinkissue8326 messages
2010-04-12 16:54:35r.david.murraycreate