Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release monero-linux-x64-v0.14.1.0.tar.bz2 == invalid bzip2 file (rather gzip) #5730

Closed
jonathancross opened this issue Jul 3, 2019 · 4 comments · Fixed by #5764
Closed
Labels

Comments

@jonathancross
Copy link
Contributor

It seems the Linux cli v0.14.1.0 release has been compressed using gzip rather than bzip2:

$ curl https://downloads.getmonero.org/cli/monero-linux-x64-v0.14.1.0.tar.bz2 --output monero-linux-x64-v0.14.1.0.tar.bz2

$ openssl dgst -sha256 monero-linux-x64-v0.14.1.0.tar.bz2
SHA256(monero-linux-x64-v0.14.1.0.tar.bz2)= 2b95118f53d98d542a85f8732b84ba13b3cd20517ccb40332b0edd0ddf4f8c62

$ bunzip2 monero-linux-x64-v0.14.1.0.tar.bz2
bunzip2: monero-linux-x64-v0.14.1.0.tar.bz2 is not a bzip2 file.

$ file monero-linux-x64-v0.14.1.0.tar.bz2
monero-linux-x64-v0.14.1.0.tar.bz2: gzip compressed data, max compression, from Unix

Note: gzip rather than bzip2 as in previous releases.

@moneromooo-monero
Copy link
Collaborator

Yes, it is known. I expect it'll change for next release. You can file it on the monero-site repo also since that's where those files live.

+invalid

@jonathancross
Copy link
Contributor Author

@jonathancross
Copy link
Contributor Author

jonathancross commented Jul 4, 2019

Seems this should be fixed in the gitian yml files (eg /contrib/gitian/gitian-linux.yml), so it might make more sense to have this open here?

@ghost
Copy link

ghost commented Jul 17, 2019

I noticed this as well, caught me by surprise.

Nice change, not a big fan of bzip2. xz would make sense if you wanted better compression than gzip, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants