[Issue 17497] New: [REG] OSX: tar.xz doesn't decompress correctly (from http://dlang.org/download.html)
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Tue Jun 13 00:40:21 PDT 2017
    
    
  
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 at puremagic.com
          Reporter: timothee.cour2 at 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`
--
    
    
More information about the Digitalmars-d-bugs
mailing list