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 doko
Recipients coconutrb, doko, mark.dickinson, r.david.murray
Date 2010-04-14.22:21:02
SpamBayes Score 5.3124007e-09
Marked as misclassified No
Message-id <1271283664.51.0.270897057016.issue8326@psf.upfronthosting.co.za>
In-reply-to
Content
this was caused by r76567, introduction of the sem_open configure checks. The build machines building the binary packages for lucid use kernels from the last stable LTS release:

./a.out; echo $?
sem_open: Function not implemented
1
$ uname -r
2.6.24-25-server

I can work around this, but others may be affected as well. can't the required kernel version be checked at runtime?
History
Date User Action Args
2010-04-14 22:21:04dokosetrecipients: + doko, mark.dickinson, r.david.murray, coconutrb
2010-04-14 22:21:04dokosetmessageid: <1271283664.51.0.270897057016.issue8326@psf.upfronthosting.co.za>
2010-04-14 22:21:02dokolinkissue8326 messages
2010-04-14 22:21:02dokocreate