John Regehr via llvm-dev
2016-Jul-20 20:20 UTC
[llvm-dev] is clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz truncated?
I'm only getting 2 MB of data when I download this file: http://llvm.org/releases/3.8.1/clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz Could someone double check that this binary hasn't gotten truncated somehow? Thanks, John $ wget http://llvm.org/releases/3.8.1/clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz --2016-07-20 14:19:51-- http://llvm.org/releases/3.8.1/clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz Resolving llvm.org (llvm.org)... 192.17.58.186 Connecting to llvm.org (llvm.org)|192.17.58.186|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2011136 (1.9M) [application/x-tar] Saving to: ‘clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz.3’ 100%[=============================================================================>] 2,011,136 4.48MB/s in 0.4s 2016-07-20 14:19:51 (4.48 MB/s) - ‘clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz.3’ saved [2011136/2011136] regehr at hawking:~$
Hans Wennborg via llvm-dev
2016-Jul-22 13:43 UTC
[llvm-dev] is clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz truncated?
Should be fixed now, thanks for reporting. It seems the file got truncated when uploaded to the release respository. (It's in svn, probably not the best choice.) Tom: these two were truncated: -rw-r----- 1 hwennborg eng 7.5M Jul 18 09:06 clang+llvm-3.8.1-x86_64-linux-gnu-debian8.tar.xz -rw-r----- 1 hwennborg eng 2.0M Jul 18 09:06 clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz I've committed the versions from the sftp and double-checked that they match your .sig files. Cheers, Hans On Wed, Jul 20, 2016 at 4:20 PM, John Regehr via llvm-dev <llvm-dev at lists.llvm.org> wrote:> I'm only getting 2 MB of data when I download this file: > > http://llvm.org/releases/3.8.1/clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz > > Could someone double check that this binary hasn't gotten truncated somehow? > > Thanks, > > John > > > > $ wget > http://llvm.org/releases/3.8.1/clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz > --2016-07-20 14:19:51-- > http://llvm.org/releases/3.8.1/clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz > Resolving llvm.org (llvm.org)... 192.17.58.186 > Connecting to llvm.org (llvm.org)|192.17.58.186|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 2011136 (1.9M) [application/x-tar] > Saving to: ‘clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz.3’ > > 100%[=============================================================================>] > 2,011,136 4.48MB/s in 0.4s > > 2016-07-20 14:19:51 (4.48 MB/s) - > ‘clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz.3’ saved > [2011136/2011136] > > regehr at hawking:~$ > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev