MantisBT - CMake
View Issue Details
0014101CMakeCPackpublic2013-04-20 06:062016-06-10 14:31
jupiter 
Kitware Robot 
normalminorsometimes
closedmoved 
LinuxCentOS 6.2
CMake 2.8.10.2 
 
0014101: Run "cpack -G RPM" changed binary file permission from wrx-rx-rx to wrx-r-r
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.
No tags attached.
Issue History
2013-04-20 06:06jupiterNew Issue
2013-04-20 21:30jupiterNote Added: 0032914
2014-03-24 18:14Ben BoeckelNote Added: 0035498
2016-06-10 14:28Kitware RobotNote Added: 0042269
2016-06-10 14:28Kitware RobotStatusnew => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0032914)
jupiter   
2013-04-20 21:30   
It happened inconsistent, sometime just one of binary files permission was changed.
(0035498)
Ben Boeckel   
2014-03-24 18:14   
Are any of the *PERMISSION* options passed to the install directive for CreateSystemObject?
(0042269)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.