[llvm-bugs] [Bug 34794] New: Mac OS .tar.xz release tarball hard to unpack on a Mac

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Oct 1 00:13:13 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=34794

            Bug ID: 34794
           Summary: Mac OS .tar.xz release tarball hard to unpack on a Mac
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: binary tarballs
          Assignee: unassignedbugs at nondot.org
          Reporter: richard-llvm at metafoo.co.uk
                CC: llvm-bugs at lists.llvm.org

Steps to reproduce:

On macOS 10.12, download the release .tar.xz file and try to open it from
Finder. Amazingly, the Mac "Archiver" tool runs and *compresses* the release to
a .tar.xz.cpio file.

As it happens, the Mac OS "tar" utility will automatically uncompress .xz
compression when extracting (whether you ask it to or not)... but even this is
an undocumented feature of the tar program.

Could/should we ship a file format that the tools installed by default on the
system are able to handle properly? .tar.gz files appear to be handled properly
by default.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171001/3edacaa6/attachment.html>


More information about the llvm-bugs mailing list