filecoin-project / venus

Filecoin Full Node Implementation in Go
https://venus.filecoin.io
Other
2.06k stars 462 forks source link

compile failed #2235

Closed ohash-eth closed 5 years ago

ohash-eth commented 5 years ago

Describe the bug

Switch to devnet branch compile time:

git fetch origin devnet-user -f
git checkout devnet-user

error info:

./scripts/install-rust-proofs.sh
using precompiled rust-proofs
$GITHUB_TOKEN not set
failed to find or obtain precompiled rust-proofs, falling back to local
Submodule 'bls-signatures/bls-signatures' (git@github.com:filecoin-project/bls-signatures.git) registered for path 'bls-signatures/bls-signatures'
Submodule 'proofs/rust-proofs' (git@github.com:filecoin-project/rust-proofs.git) registered for path 'proofs/rust-proofs'
Cloning into '/home/karl/projects/go/src/github.com/filecoin-project/go-filecoin/proofs/rust-proofs'...

There are rust-fil-proofs projects under the filecoin project, no rust-proofs projects

compile failed. Thanks!

travisperson commented 5 years ago

What actually failed here?

anorth commented 5 years ago

Thank you, I think this is the same issue identified in #2211. We're treating that as high priority, so please follow along there for a fix.