Matthias Klose <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue8326> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
