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

Cannot run cargo build or make in main, from root #1093

Closed
MeerKatDev opened this issue Nov 16, 2022 · 4 comments
Closed

Cannot run cargo build or make in main, from root #1093

MeerKatDev opened this issue Nov 16, 2022 · 4 comments
Assignees

Comments

@MeerKatDev
Copy link

% make                                                                                                       
cargo build
    Updating crates.io index
    Updating git repository `https://github.com/filecoin-project/builtin-actors`                                                                  
    Updating git repository `https://github.com/filecoin-project/near-blake2.git`
error: failed to select a version for the requirement `funty = "~1.2"`
candidate versions found which didn't match: 2.0.0, 1.1.0, 1.0.1, ...
location searched: crates.io index
required by package `bitvec v0.22.3`
    ... which satisfies dependency `bitvec = "^0.22.3"` of package `ec-gpu-gen v0.3.0`
    ... which satisfies dependency `ec-gpu-gen = "^0.3.0"` of package `bellperson v0.22.0`
    ... which satisfies dependency `bellperson = "^0.22.0"` of package `filecoin-hashers v7.0.0`
    ... which satisfies dependency `filecoin-hashers = "~7.0.0"` of package `filecoin-proofs v12.0.0`
    ... which satisfies dependency `filecoin-proofs-v1 = "~12.0.0"` of package `filecoin-proofs-api v12.0.0`
    ... which satisfies dependency `filecoin-proofs-api = "^12"` of package `fvm v3.0.0-alpha.8 (/../../ref-fvm/fvm)`
    ... which satisfies path dependency `fvm` of package `fvm_conformance_tests v0.1.0 (/../../ref-fvm/testing/conformance)
@Stebalien Stebalien self-assigned this Nov 16, 2022
@Stebalien
Copy link
Member

I'm going to switch to https://crates.io/crates/blake2-rfc.

@Stebalien
Copy link
Member

And... I can't use that.

@raulk
Copy link
Member

raulk commented Nov 16, 2022

The upstream was yanked: ferrilab/funty#7

@raulk
Copy link
Member

raulk commented Nov 16, 2022

Seems like upgrading bitvec to 1.0.0 should fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants