Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

cant build #10

Closed
whyrusleeping opened this issue Jan 27, 2019 · 6 comments
Closed

cant build #10

whyrusleeping opened this issue Jan 27, 2019 · 6 comments

Comments

@whyrusleeping
Copy link
Member

why@why-MS-7B46 ~/g/s/g/f/replication-game> cargo build --release --bin replication-game
    Updating crates.io index
    Updating git repository `ssh://[email protected]/filecoin-project/rust-proofs.git`
error: failed to load source for a dependency on `filecoin-proofs`

Caused by:
  Unable to update ssh://[email protected]/filecoin-project/rust-proofs.git#51df01e9

Caused by:
  failed to clone into: /home/why/.cargo/git/db/rust-proofs-e06c0682a2ef6285

Caused by:
  failed to authenticate when downloading repository
attempted ssh-agent authentication, but none of the usernames `git` succeeded

Caused by:
  error authenticating: no auth sock variable; class=Ssh (23)
@nicola
Copy link
Collaborator

nicola commented Jan 27, 2019

Try

eval `ssh-agent -s`
ssh-add

@whyrusleeping
Copy link
Member Author

ran it again. it worked... not sure why. I had just cloned this repo successfully before this failure.

@bruinxs
Copy link

bruinxs commented Feb 20, 2019

I have the same problem

➜  bin git:(master) cargo +nightly build --release --bin replication-game
    Updating git repository `ssh://[email protected]/filecoin-project/rust-proofs.git`
error: failed to load source for a dependency on `filecoin-proofs`

Caused by:
  Unable to update ssh://[email protected]/filecoin-project/rust-proofs.git#372ed716

Caused by:
  failed to fetch into /home/sinonet/.cargo/git/db/rust-proofs-e06c0682a2ef6285

Caused by:
  failed to authenticate when downloading repository
attempted ssh-agent authentication, but none of the usernames `git` succeeded

Caused by:
  no authentication available

Try

eval `ssh-agent -s`
ssh-add

Try but also fail

@whyrusleeping
Copy link
Member Author

@bruinxs maybe try changing the git references in the Cargo.toml to be git://github.com/... instead of ssh://[email protected]/.... Not 100% sure if that will work, but something is definitely messed up here

@whyrusleeping
Copy link
Member Author

cc @porcuquine @dignifiedquire

@dignifiedquire
Copy link
Contributor

I have pushed some changes to master which should improve the situation, can you please try again? If that doesn't work please try the following

> cargo clean
> rm Cargo.lock
> cargo update
> cargo build

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

No branches or pull requests

4 participants