View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013046 | CMake | CMake | public | 2012-03-17 00:13 | 2012-09-03 16:00 | ||||
Reporter | Michael Champigny | ||||||||
Assigned To | Eric NOULARD | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | Linux | OS | Linux Ubuntu | OS Version | 11.10 | ||||
Product Version | CMake 2.8.7 | ||||||||
Target Version | CMake 2.8.8 | Fixed in Version | CMake 2.8.8 | ||||||
Summary | 0013046: Component install with STGZ archive generator not setting execute permission on package | ||||||||
Description | When setting the CPack generator to STGZ and enabling component installs, the archive generator is only setting execute permission on the first listed *.sh package. The remaining packages do not have execute permission set. | ||||||||
Steps To Reproduce | SET (CPACK_GENERATOR STGZ) SET (CPACK_ARCHIVE_COMPONENT_INSTALL ON) SET (CPACK_COMPONENTS_GROUPING IGNORE) INCLUDE (CPack) The first *.sh for the first component listed in CPACK_COMPONENTS_ALL will have execute permission. Any remaining *.sh generated will not have execute permissions. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0028930) Eric NOULARD (developer) 2012-03-18 12:56 |
Nice catch, We forgot to iterate over all packages generated by our superclass (TGZ generator). This is fixed now. |
(0028931) Eric NOULARD (developer) 2012-03-18 12:57 |
Fetching upstream next Merge topic 'CPack-fixSTGZpermission-bug13046' into next 4576f40 CPack STGZ put execute permission on all packages files (component case) |
(0030837) David Cole (manager) 2012-09-03 16:00 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2012-03-17 00:13 | Michael Champigny | New Issue | |
2012-03-18 12:52 | Eric NOULARD | Assigned To | => Eric NOULARD |
2012-03-18 12:52 | Eric NOULARD | Status | new => assigned |
2012-03-18 12:54 | Eric NOULARD | Target Version | => CMake 2.8.8 |
2012-03-18 12:56 | Eric NOULARD | Note Added: 0028930 | |
2012-03-18 12:57 | Eric NOULARD | Note Added: 0028931 | |
2012-03-18 12:57 | Eric NOULARD | Status | assigned => resolved |
2012-03-18 12:57 | Eric NOULARD | Fixed in Version | => CMake 2.8.8 |
2012-03-18 12:57 | Eric NOULARD | Resolution | open => fixed |
2012-09-03 16:00 | David Cole | Note Added: 0030837 | |
2012-09-03 16:00 | David Cole | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |