Notes |
|
(0029819)
|
Chandler Carruth
|
2012-06-25 05:02
|
|
FYI, this is impacting LLVM developers who are trying out CMake for use by that project. See http://llvm.org/PR4500 [^] which was just hit yet again by one of our developers. |
|
|
(0029820)
|
Chandler Carruth
|
2012-06-25 05:03
|
|
Also, just to add the reason why this bug kind-of matters: The installing user did not have permission to change the permissions of the already existing directory. The user *did* have permission to perform the install though. So this bug actually caused installs that otherwise might succeed to fail. =/ |
|
|
(0029829)
|
Brad King
|
2012-06-25 14:28
|
|
Moving to backlog awaiting contributed patch.
|
|
|
(0034996)
|
Brad King
|
2014-01-27 10:24
|
|
AFAICT CMake does not actually try to set permissions on directories except when using the install(DIRECTORY) command. The install(FILES) and install(TARGETS) modes only set permissions on files they install. They do create directories needed to contain those files, but only with a standard "mkdir" call that sets permissions according to umask.
The install(DIRECTORY) command documents how it sets permissions, so it is up to the project CMake code to use the command accordingly. |
|
|
(0041728)
|
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. |
|