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 Modified    Username       Field                    Change               
====================================================================== 
2013-04-20 06:06 jupiter        New 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

Reply via email to