[issue8326] Cannot import name SemLock on Ubuntu lucid

Matthias Klose report at bugs.python.org
Thu Apr 15 00:21:04 CEST 2010


Matthias Klose <doko at debian.org> added the comment:

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?

----------
nosy: +mark.dickinson

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


More information about the Python-bugs-list mailing list