MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014318 | CMake | CMake | public | 2013-07-26 19:44 | 2014-10-06 10:33 |
|
Reporter | irwin | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | duplicate | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
|
Summary | 0014318: ExternalProject module needs small patch to allow unpacking of *.tar.xz files |
Description | The CMake logic in ExternalProject.cmake does tests for filename patterns which currently do not contain the pattern for *.tar.xz. The attached patch fixes this issue so that ExternalProject_Add correctly unpacks *.tar.xz files on Linux.
|
Steps To Reproduce | Use ExternalProject_Add to attempt to unpack a *.tar.xz tarball on Linux. |
Additional Information | Note there is a related fix (consisting of importing the latest libarchive source code into CMake) in the works that should allow "cmake -E tar xfz *.tar.xz" to work properly on MSYS. When that fix is combined with the present one the result will be that ExternalProject_Add correctly unpacks *.tar.xz files on MSYS (as well as Linux). |
Tags | No tags attached. |
Relationships | duplicate of | 0013515 | closed | | ExternalProject doesn’t handle .tar.xz | related to | 0014504 | closed | | libarchive supports 7-Zip, Add 7-Zip support to cmake |
|
Attached Files | ExternalProject.cmake.patch (1,682) 2013-07-26 19:44 https://public.kitware.com/Bug/file/4828/ExternalProject.cmake.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2013-07-26 19:44 | irwin | New Issue | |
2013-07-26 19:44 | irwin | File Added: ExternalProject.cmake.patch | |
2014-04-09 15:20 | Brad King | Relationship added | related to 0014504 |
2014-04-09 15:20 | Brad King | Relationship added | duplicate of 0013515 |
2014-04-10 13:57 | Brad King | Note Added: 0035671 | |
2014-04-10 13:57 | Brad King | Status | new => resolved |
2014-04-10 13:57 | Brad King | Resolution | open => duplicate |
2014-10-06 10:33 | Robert Maynard | Note Added: 0036966 | |
2014-10-06 10:33 | Robert Maynard | Status | resolved => closed |