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

The Dusty Plasm binary files are not recognized as an "xz" file. #133

Closed
kmn opened this issue Apr 19, 2020 · 2 comments
Closed

The Dusty Plasm binary files are not recognized as an "xz" file. #133

kmn opened this issue Apr 19, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@kmn
Copy link

kmn commented Apr 19, 2020

Describe the bug
Both plasm-node-macOS-0.8-x86_64.tar.xz and plasm-node-ubuntu-0.8-x86_64.tar.xz are not recoginized as an xz file, and I could not extract them correctly.

To Reproduce
Steps to reproduce the behavior:

$ wget https://github.com/staketechnologies/Plasm/releases/download/v0.8.0/plasm-node-ubuntu-0.8-x86_64.tar.xz 
$ tar Jxfv  plasm-node-ubuntu-0.8-x86_64.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now

$file  plasm-node-ubuntu-0.8-x86_64.tar.xz
plasm-node-ubuntu-0.8-x86_64.tar.xz: Zip archive data, at least v2.0 to extract

Expected behavior

Extracting correctly by tar Jxfv ....

Additional context

The plasm-0.7.0-linux-x86_64.tar.xz , which is its previous version, is recognized as XZ file.

$ file plasm-0.7.0-linux-x86_64.tar.xz
plasm-0.7.0-linux-x86_64.tar.xz: XZ compressed data
@akru akru added the bug Something isn't working label Apr 19, 2020
@akru
Copy link
Member

akru commented Apr 19, 2020

Confirm, assets reloaded. Please check again.

@kmn
Copy link
Author

kmn commented Apr 19, 2020

Thx for quick response.

Checked and seems fine, I could extract it.

$ file plasm-node-ubuntu-0.8.0-x86_64.tar.xz
plasm-node-ubuntu-0.8.0-x86_64.tar.xz: XZ compressed data

$ file plasm-node-macOS-0.8.0-x86_64.tar.xz
plasm-node-macOS-0.8.0-x86_64.tar.xz: XZ compressed data

$ cat plasm-node-macOS-0.8.0-x86_64.tar.xz | sha256sum
48fa0f660c63d2cd84527873feb82b4d599988b70afd4912b6657390c14ac707  -

$ cat plasm-node-ubuntu-0.8.0-x86_64.tar.xz | sha256sum
cb8d13453c23b057d03f5747f0fcc31c8e2f9a98e02b244cb54431f76c3dc705  -

Close

@kmn kmn closed this as completed Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants