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 richmose
Recipients richmose
Date 2012-07-25.16:50:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343235007.8.0.870502159269.issue15448@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-25 16:50:08richmosesetrecipients: + richmose
2012-07-25 16:50:07richmosesetmessageid: <1343235007.8.0.870502159269.issue15448@psf.upfronthosting.co.za>
2012-07-25 16:50:07richmoselinkissue15448 messages
2012-07-25 16:50:07richmosecreate