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

Issues with the mac os brew install #22

Open
ghost opened this issue Mar 22, 2020 · 4 comments
Open

Issues with the mac os brew install #22

ghost opened this issue Mar 22, 2020 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Mar 22, 2020

*Description
The brew installer does not work since there is a SHA256 mismatch.
Looks like it try to download the cloudstate-0.4.1-osx.tar.gz and the 0.5 one (my guess)

To Reproduce
Steps to reproduce the behavior:

  1. Run brew tap sleipnir/cloudstate-cli
  2. Run brew install cloudstate-cli
==> Installing cloudstate-cli from sleipnir/cloudstate-cli
Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or
https://developer.apple.com/download/more/.

==> Downloading https://github.com/sleipnir/cloudstate-cli/releases/download/0.4.1/cloudstate-0.4.1-osx.tar.gz
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/216043821/0d033800-1516-11ea-9a1c-3f8dec95a28b?X-Amz-Algorithm=AWS4
######################################################################## 100.0%
Error: An exception occurred within a child process:
  ChecksumMismatchError: SHA256 mismatch
Expected: 670917342415bbcf5f70e9170c611804927f99d0bdb43c1fcf353bdf6339baf7
  Actual: 23571e80c78c0bfb646ecfbc46f7ddc0559073c472ce39f8eefb941f107a4c9d
 Archive: /Users/jp/Library/Caches/Homebrew/downloads/298a07fb32b563f4353da34471741dde4b51540decaf902269a1f29f574b1032--cloudstate-0.4.1-osx.tar.gz
To retry an incomplete download, remove the file above.

Expected behavior
It seems that the version brew is downloading is the 0.4.1 and not the 0.5. The documentation refer to 0.5.

Hope you can help,

PS. Thanks again for the great work, sounds like amazing tool to start working with cloudstate

@sleipnir sleipnir self-assigned this Mar 23, 2020
@sleipnir sleipnir added the bug Something isn't working label Mar 23, 2020
@sleipnir
Copy link
Collaborator

Hi @jealeroux!
Thank you for opening this issue and thank you for believing in Cloudstate Cli.
Unfortunately, an update to the CLI's Rust libraries broke the cross-compiling used by travis to generate binaries for MacOS. I'm trying to resolve this as soon as possible so that we have MacOS support again available.

@ghost
Copy link
Author

ghost commented Mar 24, 2020

Thanks in advance looking forward to use it

@sleipnir
Copy link
Collaborator

sleipnir commented Mar 24, 2020

You're welcome @jealeroux. Thank you for looking at the Cloudstate CLI.
By the weekend I must fix this. But, if you want and have a Linux system available, you can get a version in the Linux. Just use the installer with:

curl https://raw.githubusercontent.com/sleipnir/cloudstate-cli/master/bin/cloudstate-installer.sh | sh -

@sleipnir
Copy link
Collaborator

Hi! @jealeroux Try again with 0.5.4 version

brew tap sleipnir/cloudstate-cli
brew install sleipnir/cloudstate-cli/cloudstate-cli

Sorry for the delay I was a little busy in the past few weeks. I believe everything is ok now but let me know if there are still any problems or questions.

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

1 participant