View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013045CMakeCMakepublic2012-03-17 00:092012-04-21 01:48
ReporterMichael Champigny 
Assigned ToEric NOULARD 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformLinuxOSLinux UbuntuOS Version11.10
Product VersionCMake 2.8.7 
Target VersionFixed in Version 
Summary0013045: Archive library is not stripped with CPACK_STRIP_FILES set to ON.
DescriptionSET (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.
TagsNo tags attached.
Attached Files

 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!

 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


Copyright © 2000 - 2018 MantisBT Team