Page 1 of 1
linux archive problem with 3.1.0.2
Posted: Wed Mar 04, 2015 6:56 pm
by AlexP
Opening Linux64 archive I get crc error. Isn't something wrong with tar.gz?
Re: linux archive problem with 3.1.0.2
Posted: Wed Mar 04, 2015 7:42 pm
by Miguel
Uhmm, weird, tar xzvf maxwell-3.1.0.2-Linux64.tar.gz decompresses nicely it with no warnings/errors.
Check the downloaded size is 316201815 bytes.
Cheerios.
M.
Re: linux archive problem with 3.1.0.2
Posted: Thu Mar 05, 2015 6:26 pm
by AlexP
zip: stdin: invalid compressed data--crc error
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Re: linux archive problem with 3.1.0.2
Posted: Thu Mar 05, 2015 6:51 pm
by Miguel
Ah, it's compressed with gzip, not zip.
Was the size 316201815 bytes right?
Try first gzip -d maxwell-3.1.0.2-Linux64.tar.gz
and then
tar xvf maxwell-3.1.0.2-Linux64.tar
Re: linux archive problem with 3.1.0.2
Posted: Fri Mar 06, 2015 12:16 am
by AlexP
Indeed, thanx!