MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015163 | CMake | (No Category) | public | 2014-09-18 11:44 | 2016-06-10 14:31 |
Reporter | Ilya Rusyanov | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | x86 | OS | Debian GNU/Linux | OS Version | 7.0 |
Product Version | CMake 2.8.11.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015163: wrong permissions on base files with nonstandard umask setting | ||||
Description | If umask is different from 022, CPack will generate wrong permission on base directories. | ||||
Steps To Reproduce | umask 027 cmake ../src make cpack -G DEB dpkg -c test.deb drwxr-x--- root/root 0 2014-09-18 19:40 ./usr/ drwxr-x--- root/root 0 2014-09-18 19:40 ./usr/share/ drwxr-x--- root/root 0 2014-09-18 19:40 ./usr/share/testproj/ drwxr-x--- root/root 0 2014-09-18 19:40 ./usr/share/testproj/data/ drwxr-xr-x root/root 0 2014-09-18 19:40 ./usr/share/testproj/data/180-188-189/ -rw-r--r-- root/root 16 2014-09-18 15:22 ./usr/share/testproj/data/180-188-189/general.ini | ||||
Additional Information | Please notice directory permissions on /usr, /usr/share, /usr/share/testproj, /usr/share/testproj/data. Everything is fine with supplied inner directories and files. INSTALL command is not given any PERMISSIONS options, and, as documentation says they should be default: 755 for directories and 644 for regular files. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-09-18 11:44 | Ilya Rusyanov | New Issue | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042633 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|