We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building the SDK in OSX 14.12.2, I receive the error
tar -c vendor/ | sha1sum | cut -d' ' -f1 > vendor-deps /bin/sh: sha1sum: command not found
Follow Gaia/Cosmos-SDK build instructions here: https://cosmos.network/docs/gaia/installation.html#install-gaia
Building and installation will work fine but the error will appear in the log.
In order to avoid this problem, the dependency could be installed using: brew install md5sha1sum
brew install md5sha1sum
The text was updated successfully, but these errors were encountered:
Closing in favor of #3368
Sorry, something went wrong.
alessio
No branches or pull requests
Summary of Bug
When building the SDK in OSX 14.12.2, I receive the error
Steps to Reproduce
Follow Gaia/Cosmos-SDK build instructions here:
https://cosmos.network/docs/gaia/installation.html#install-gaia
Building and installation will work fine but the error will appear in the log.
In order to avoid this problem, the dependency could be installed using:
brew install md5sha1sum
For Admin Use
The text was updated successfully, but these errors were encountered: