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

Cargo fails on more than one dependency of the same user. #65

Closed
Denommus opened this issue Jun 26, 2014 · 4 comments
Closed

Cargo fails on more than one dependency of the same user. #65

Denommus opened this issue Jun 26, 2014 · 4 comments

Comments

@Denommus
Copy link

We're trying to build a project with the following Cargo.toml: https://gist.github.com/Denommus/a6d5be6e28ac29546b9e

But it fails with 'Temporarily, Cargo only supports a single result for a dependency'.

We think it's an issue with multiple repositories of the same user, because if we use from other users it compiles fine.

Is cargo parsing the URL wrongly and thinking that the same user is the same repo?

@wycats
Copy link
Contributor

wycats commented Jun 26, 2014

Seems bad! Do several of these dependencies depend on the same thing?

@bvssvni
Copy link

bvssvni commented Jun 26, 2014

When I first got the error I had not updated Rust-Graphics yet. Rust-Graphics had these dependencies:

[dependencies.gl]

git = "https://github.com/bjz/gl-rs"

[dependencies.image]

git = "https://github.com/pistondevelopers/rust-image"

PistonDevelopers/graphics@0b9882a

@bvssvni
Copy link

bvssvni commented Jun 26, 2014

  • same error when using a fresh clone
  • same error after updating Cargo
  • same error after building and updating Cargo with Rust nightly

@alexcrichton
Copy link
Member

I believe this has been fixed now, but please reopen if you run into it again!

ehuss pushed a commit to ehuss/cargo that referenced this issue Nov 19, 2023
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

4 participants