[issue8326] Cannot import name SemLock on Ubuntu

Matthias Klose report at bugs.python.org
Tue Apr 26 23:45:53 CEST 2011


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

> Barry A. Warsaw<barry at python.org>  added the comment:
> 
> I'm closing this as invalid for Python, since I believe this is strictly an
> Ubuntu bug caused by an out-of-date kernel on the build farm.

that's where I disagree. a configure check should not be dependent on the running kernel.  I assume in the majority of cases you won't build against a current kernel, so the a fix in python maybe could be a runtime check.  Such configure checks will fail for cross builds too.

Note that packages on Ubuntu are always built on the current kernel of the current LTS release, on Debian on current kernels of the current stable release.  So there is nothing "out-of-date".

----------

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


More information about the Python-bugs-list mailing list