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 srid
Recipients jnoller, loewis, srid
Date 2009-12-09.00:05:59
SpamBayes Score 0.0020576562
Marked as misclassified No
Message-id <1260317161.3.0.275873794517.issue7454@psf.upfronthosting.co.za>
In-reply-to
Content
After ./configure step, I made the following changes to pyconfig.h in 
order to fix this issue:

$ diff  pyconfig.h.orig pyconfig.h
561c561
< /* #undef HAVE_SEM_TIMEDWAIT */
---
> #undef HAVE_SEM_TIMEDWAIT

Ideally, something needs to be changed in configure.in I believe. 

It seems that this bug was introduced in r71009. Any idea Jesse/Martin?
History
Date User Action Args
2009-12-09 00:06:01sridsetrecipients: + srid, loewis, jnoller
2009-12-09 00:06:01sridsetmessageid: <1260317161.3.0.275873794517.issue7454@psf.upfronthosting.co.za>
2009-12-09 00:05:59sridlinkissue7454 messages
2009-12-09 00:05:59sridcreate