[cmake-developers] [CMake 0014101]: Run cpack -G RPM changed binary file permission from wrx-rx-rx to wrx-r-r

2013-04-20 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://public.kitware.com/Bug/view.php?id=14101 
== 
Reported By:jupiter
Assigned To:
== 
Project:CMake
Issue ID:   14101
Category:   CPack
Reproducibility:sometimes
Severity:   minor
Priority:   normal
Status: new
== 
Date Submitted: 2013-04-20 06:06 EDT
Last Modified:  2013-04-20 06:06 EDT
== 
Summary:Run cpack -G RPM changed binary file permission
from wrx-rx-rx to wrx-r-r
Description: 
When I ran config, make, make install the binary file in build directory with
permission wrx-rx-rx:

$ make
$ make install
$ ls -l Robotic/Robotic-prefix/src/robotic/bin/CreateSystemObject 
-rwxr-xr-x. 1 root root 15307640 Apr 19 12:01
Robotic/Robotic-prefix/src/robotic/bin/CreateSystemObject 

Then after running cpack -G RPM, the binary file changed to wrx-r-r:

$ cpack -G RPM
$ $ ls -l
_CPack_Packages/el6.x86_64/RPM/robotic/usr/local/bin/CreateSystemObject 
-rwxr--r--. 1 root root 15307640 Apr 19 16:22
_CPack_Packages/el6.x86_64/RPM/robotic/usr/local/bin/CreateSystemObject 

But it happens sometimes.
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2013-04-20 06:06 jupiterNew Issue
==

--

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


[CMake] Cannot restore timestamp error on Windows

2013-04-20 Thread Paul Smith
Hi all; I'm getting this error most, but not every, time I run cmake on
my main Windows build system:

28CUSTOMBUILD : CMake error : Cannot restore timestamp 
D:\build-dir\MASTER-BRANCHES30-WINDOWS\BaseTest\CMakeFiles\generate.stamp

It happens for different targets as well, not always the same one.

I looked up this message and found another report of this error which
was purported to be fixed in cmake by this patch:

commit 2dc17f88dd2de900154f153f521b803ec9b7c377
Author: Brad King brad.k...@kitware.com
Date:   2013-02-12 10:46:22 -0500

So, I've built a new cmake from 2.8.10 and cherry-picked that patch and
I'm using that cmake now.  However, even so I'm still seeing the above
error.

Anyone have any thoughts on this?

Cheers!

--

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://www.cmake.org/mailman/listinfo/cmake


[Cmake-commits] CMake branch, master, updated. v2.8.10.2-1001-gd37fe5b

2013-04-20 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  d37fe5bc5b328fae6b03af033ba69651f045df80 (commit)
  from  50e96802d2ad81f69d72dc87de80eee74d7a8dc9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d37fe5bc5b328fae6b03af033ba69651f045df80
commit d37fe5bc5b328fae6b03af033ba69651f045df80
Author: Kitware Robot kwro...@kitware.com
AuthorDate: Sun Apr 21 00:01:05 2013 -0400
Commit: Kitware Robot kwro...@kitware.com
CommitDate: Sun Apr 21 00:01:05 2013 -0400

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 81684e7..10908dc 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -2,5 +2,5 @@
 set(CMake_VERSION_MAJOR 2)
 set(CMake_VERSION_MINOR 8)
 set(CMake_VERSION_PATCH 10)
-set(CMake_VERSION_TWEAK 20130420)
+set(CMake_VERSION_TWEAK 20130421)
 #set(CMake_VERSION_RC 1)

---

Summary of changes:
 Source/CMakeVersion.cmake |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits