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

Richard Moseley report at bugs.python.org
Wed Jul 25 18:50:07 CEST 2012


New submission from Richard Moseley <dickie.moseley at virgin.net>:

When building on a ASUS Eee PC 1000 running the original Xandros O/S with libc-2.7-13, the various utimes() functions are being detected as available for use, everything compiles. However, during installation of the lib-dynload libraries, the error 'Error: Function not implemented' is given and the installation halts.

This problem has been tracked down to the fact that some of the utimes() functions will return ENOSYS rather than the expected result.

I have now patched the configure.ac script to check for the seven variants of the function, which is attached. This patch would ideally have made use of the same model as the AC_CHCEK_FUNCS macro but this would require adding a new file to the source tree.

----------
components: Build
files: configure.ac.diff
keywords: patch
messages: 166413
nosy: richmose
priority: normal
severity: normal
status: open
title: utimes() functions fail with ENOSYS even when detected by configure
type: compile error
versions: Python 3.3
Added file: http://bugs.python.org/file26514/configure.ac.diff

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


More information about the Python-bugs-list mailing list