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

Building in OSX - shasum1 might not be installed #3410

Closed
4 tasks
jleni opened this issue Jan 28, 2019 · 1 comment
Closed
4 tasks

Building in OSX - shasum1 might not be installed #3410

jleni opened this issue Jan 28, 2019 · 1 comment
Assignees
Labels

Comments

@jleni
Copy link
Member

jleni commented Jan 28, 2019

Summary of Bug

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

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

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants