MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0004993 | CMake | CMake | public | 2007-05-08 12:09 | 2008-03-27 21:39 |
Reporter | irwin | ||||
Assigned To | Bill Hoffman | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0004993: "make package" fails to work for absolute INSTALL DESTINATIONs | ||||
Description | The result (on Unix systems) is a compressed tarball of NULL characters. A fix that works for PLplot is to apply the following patch (suggested on list) to the CMake source code: --- cmCPackGenericGenerator.cxx_original 2007-01-12 11:41:24.000000000 -0800 +++ cmCPackGenericGenerator.cxx 2007-01-12 11:41:50.000000000 -0800 @@ -164,7 +164,7 @@ return 0; } - bool movable = true; + bool movable = false; if ( movable ) { // Make sure there is no destdir I am not sure of the full implications of this fix, but it does work for PLplot so my vote would be to go ahead and make this change. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2008-03-27 21:39 | Bill Hoffman | Note Added: 0010938 | |||
2008-03-27 21:39 | Bill Hoffman | Status | assigned => closed | ||
2008-03-27 21:39 | Bill Hoffman | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|