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

Make deps returns error on Mac #4347

Closed
Fatman13 opened this issue Feb 24, 2021 · 1 comment
Closed

Make deps returns error on Mac #4347

Fatman13 opened this issue Feb 24, 2021 · 1 comment
Labels
C-bug Category: This is a bug

Comments

@Fatman13
Copy link
Contributor

Describe the bug:

While following getting started guide here, make deps returns the following error...

Users-MacBook-Pro:venus user$ make deps
git submodule update --init
go run ./build/*.go smartdeps
pkg-config --version
0.29.2
Installing dependencies...
go mod download
./scripts/install-filecoin-ffi.sh
+ auth_header=()
+ '[' -n '' ']'
++ dirname ./install-filcrypto
+ cd .
+ rust_sources_dir=rust
++ jq -r '.[].check_cpu_for_feature | select(. != null)'
./install-filcrypto: line 28: jq: command not found
+ cpu_features_required_for_optimized_release=
Command './scripts/install-filecoin-ffi.sh' failed: exit status 127
exit status 1
make: *** [deps] Error 1

Expected behavior:

Diagnostic information:

  • Filecoin Version:
  • Filecoin Inspect Output:
  • Initialization Command:
@Fatman13 Fatman13 added the C-bug Category: This is a bug label Feb 24, 2021
@Fatman13
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

1 participant