Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Issue extracting the release gzipped tarball #84

Open
eddieoz opened this issue Jul 6, 2019 · 3 comments
Open

Issue extracting the release gzipped tarball #84

eddieoz opened this issue Jul 6, 2019 · 3 comments

Comments

@eddieoz
Copy link

eddieoz commented Jul 6, 2019

I had some issues trying to extract the new file on https://github.com/ethereumproject/go-ethereum/releases/tag/v6.0.6

# sudo tar zxvf geth-classic-v6.0.6-linux.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

I downloaded the sha256 and verified as also

# sha256sum -c geth-classic-v6.0.6-linux.sha256
geth-classic-v6.0.6-linux.tar.gz: OK
@eddieoz
Copy link
Author

eddieoz commented Jul 8, 2019

As people showed in the channel, it was gzipped twice. Doing a gunzip and then a tar xzf or tar xvf solved and it was able to extract the correct binary.
Probably it is something with the CI or some issue during the building process.

@soc1c
Copy link
Contributor

soc1c commented Jul 8, 2019

@soc1c
Copy link
Contributor

soc1c commented Jul 8, 2019

Also the sha256sum of the tar.gz mismatches on CI

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

No branches or pull requests

2 participants