[issue15448] utimes() functions fail with ENOSYS even when detected by configure

Bohuslav "Slavek" Kabrda report at bugs.python.org
Thu Jan 17 12:28:56 CET 2013


Bohuslav "Slavek" Kabrda added the comment:

I have a similar problem with python 3.3.0. During installation, I get

<snip>
running install_lib
creating /builddir/build/BUILDROOT/python33-python-3.3.0-3.el6.i386/opt/rh/python33/root/usr/lib/python3.3/lib-dynload
copying build/lib.linux-i686-3.3-pydebug/_codecs_cn.cpython-33dm.so -> /builddir/build/BUILDROOT/python33-python-3.3.0-3.el6.i386/opt/rh/python33/root/usr/lib/python3.3/lib-dynload
[?1034herror: Function not implemented
</snip>

I tracked it down to distutils calling os.utime. When I comment the two lines [1] that use utime, everything works fine (well, except all the tests using utime fail, too). I'm running RHEL 6.4. Any chance to fix this? Richard's patch doesn't work for me.

Thanks.

[1] http://hg.python.org/cpython/file/f3e348ab08c6/Lib/distutils/file_util.py#l149

----------
nosy: +bkabrda

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


More information about the Python-bugs-list mailing list