[Python-bugs-list] [ python-Bugs-786194 ] posixmodule uses utimes, which is broken in glibc-2.3.2

SourceForge.net noreply at sourceforge.net
Sun Aug 10 03:34:23 EDT 2003


Bugs item #786194, was opened at 2003-08-10 09:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=786194&group_id=5470

Category: Extension Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Nobody/Anonymous (nobody)
Summary: posixmodule uses utimes, which is broken in glibc-2.3.2

Initial Comment:
Maybe this is category 'Build' ... at least it results
in '1970/01/01-01:00:01' timestamps on all files copied
by distutils on glibc-2.3.2 based systems (2.3.1 seems
to be ok).

Disabling the detection of the utimes function in
configure works around this. As this function is a
wrapper around utime, why not use this one directly? Or
check, if utimes correctly works.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=786194&group_id=5470



More information about the Python-bugs-list mailing list