View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013045 | CMake | CMake | public | 2012-03-17 00:09 | 2012-04-21 01:48 | ||||
Reporter | Michael Champigny | ||||||||
Assigned To | Eric NOULARD | ||||||||
Priority | low | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | won't fix | ||||||
Platform | Linux | OS | Linux Ubuntu | OS Version | 11.10 | ||||
Product Version | CMake 2.8.7 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013045: Archive library is not stripped with CPACK_STRIP_FILES set to ON. | ||||||||
Description | SET (CPACK_STRIP_FILES ON) should strip archive as well as shared libraries. It is not working for archive libraries. The workaround is to manually strip the files after installing the package with CPack. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0029279) Eric NOULARD (developer) 2012-04-20 15:02 |
make install/strip does not do this either, (and SET (CPACK_STRIP_FILES ON) is just handling this by calling "install/strip" instead of "install". This is not done because it does not seem to be a reasonable request, see: http://www.cmake.org/pipermail/cmake/2012-March/049739.html [^] can you give a useful example where stripping archive is needed? |
(0029290) Michael Champigny (reporter) 2012-04-20 22:37 |
Sorry, please close this issue. Had I actually tried to link with the stripped library I would have found the symbols are missing. Duh! |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2012-03-17 00:09 | Michael Champigny | New Issue | |
2012-04-20 15:02 | Eric NOULARD | Note Added: 0029279 | |
2012-04-20 15:02 | Eric NOULARD | Assigned To | => Eric NOULARD |
2012-04-20 15:02 | Eric NOULARD | Status | new => feedback |
2012-04-20 22:37 | Michael Champigny | Note Added: 0029290 | |
2012-04-20 22:37 | Michael Champigny | Status | feedback => assigned |
2012-04-21 01:48 | Eric NOULARD | Status | assigned => closed |
2012-04-21 01:48 | Eric NOULARD | Resolution | open => won't fix |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |