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 bkabrda
Recipients bkabrda, richmose
Date 2013-01-17.11:28:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358422136.95.0.600203108358.issue15448@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-01-17 11:28:57bkabrdasetrecipients: + bkabrda, richmose
2013-01-17 11:28:56bkabrdasetmessageid: <1358422136.95.0.600203108358.issue15448@psf.upfronthosting.co.za>
2013-01-17 11:28:56bkabrdalinkissue15448 messages
2013-01-17 11:28:56bkabrdacreate