FYI

-------- Original Message --------
Subject: Bug#699657: cmake: cmake -E touch truncates time
Resent-Date: Sun, 03 Feb 2013 01:21:01 +0000
Resent-From: Arnaud Giersch <[email protected]>
Resent-To: [email protected]
Resent-CC: [email protected], Modestas Vainius <[email protected]>
Date: Sun, 03 Feb 2013 02:10:37 +0100
From: Arnaud Giersch <[email protected]>
Reply-To: Arnaud Giersch <[email protected]>, [email protected]
To: Debian Bug Tracking System <[email protected]>

Package: cmake
Version: 2.8.9-1
Severity: normal

Dear Maintainer,

When using "cmake -E touch" on an existing file, the modification time
is truncated at the precision of a second.  This can be seen e.g. on an
ext4 filesystem.

How to reproduce (file1 is used with "touch", and file2 is used with
"cmake -E touch"):

# In an empty directory...
$ ls -l
total 0

# Create the two files: file1 and file2
$ touch file1 ; cmake -E touch file2 ; ls -l --full-time
-rw-r----- 1 xxxx xxxx 0 2013-02-03 02:00:57.827669619 +0100 file1
-rw-r----- 1 xxxx xxxx 0 2013-02-03 02:00:57.831669779 +0100 file2

# Note that the times look good here (file1 < file2)

# Touch the two files again
$ touch file1 ; cmake -E touch file2 ; ls -l --full-time
-rw-r----- 1 xxxx xxxx 0 2013-02-03 02:01:01.595819478 +0100 file1
-rw-r----- 1 xxxx xxxx 0 2013-02-03 02:01:01.000000000 +0100 file2


Now, the modification time of file2 is *before* that of file1, but file2
was touched *after* file1.

Regards,

Arnaud Giersch




--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to