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: unassignedb...@nondot.org
          Reporter: richard-l...@metafoo.co.uk
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to