www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17497] New: [REG] OSX: tar.xz doesn't decompress correctly

https://issues.dlang.org/show_bug.cgi?id=17497

          Issue ID: 17497
           Summary: [REG] OSX: tar.xz doesn't decompress correctly (from
                    http://dlang.org/download.html)
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: timothee.cour2 gmail.com

after (manually) downloading dmd.2.074.1.osx.tar.xz from
http://dlang.org/download.html
(http://downloads.dlang.org/releases/2.x/2.074.1/dmd.2.074.1.osx.tar.xz),
normally double clicking on the downloaded tar.xz correctly decompresses the
archive, but with this release it creates a dmd.2.074.1.osx.tar.xz.cpgz
instead.

Doing it via cmd line works though: `tar -xvf dmd.2.074.1.osx.tar.xz`

--
Jun 13 2017