View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014101 | CMake | CPack | public | 2013-04-20 06:06 | 2016-06-10 14:31 | ||||
Reporter | jupiter | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | minor | Reproducibility | sometimes | ||||
Status | closed | Resolution | moved | ||||||
Platform | Linux | OS | CentOS | OS Version | 6.2 | ||||
Product Version | CMake 2.8.10.2 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014101: 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |