View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014101CMakeCPackpublic2013-04-20 06:062016-06-10 14:31
Reporterjupiter 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilitysometimes
StatusclosedResolutionmoved 
PlatformLinuxOSCentOS OS Version6.2
Product VersionCMake 2.8.10.2 
Target VersionFixed in Version 
Summary0014101: Run "cpack -G RPM" changed binary file permission from wrx-rx-rx to wrx-r-r
DescriptionWhen 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0032914)
jupiter (reporter)
2013-04-20 21:30

It happened inconsistent, sometime just one of binary files permission was changed.
(0035498)
Ben Boeckel (developer)
2014-03-24 18:14

Are any of the *PERMISSION* options passed to the install directive for CreateSystemObject?
(0042269)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2013-04-20 06:06 jupiter New Issue
2013-04-20 21:30 jupiter Note Added: 0032914
2014-03-24 18:14 Ben Boeckel Note Added: 0035498
2016-06-10 14:28 Kitware Robot Note Added: 0042269
2016-06-10 14:28 Kitware Robot Status new => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team