View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014318CMakeCMakepublic2013-07-26 19:442014-10-06 10:33
Reporterirwin 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0014318: ExternalProject module needs small patch to allow unpacking of *.tar.xz files
DescriptionThe 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 ReproduceUse ExternalProject_Add to attempt to unpack a *.tar.xz tarball on Linux.
Additional InformationNote 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).
TagsNo tags attached.
Attached Filespatch file icon ExternalProject.cmake.patch [^] (1,682 bytes) 2013-07-26 19:44 [Show Content]

 Relationships
duplicate of 0013515closed ExternalProject doesn’t handle .tar.xz 
related to 0014504closed libarchive supports 7-Zip, Add 7-Zip support to cmake 

  Notes
(0035671)
Brad King (manager)
2014-04-10 13:57

Resolving as duplicate of 0013515. I mentioned this patch in 0013515:0035670 along with an explanation of the underlying problem with fixing the issue.
(0036966)
Robert Maynard (manager)
2014-10-06 10:33

Closing resolved issues that have not been updated in more than 4 months.

 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


Copyright © 2000 - 2018 MantisBT Team