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

bootstrap.py fails with "pop from empty list" when trying to bootstrap cargo >= 0.11.0 #24

Open
berolinux opened this issue May 15, 2018 · 1 comment

Comments

@berolinux
Copy link

Bootstrapping any cargo version >= 0.11.0 fails with

rand: Resolving dependencies for: rand-0.5.0-pre.2
rand: Skipping optional dep serde
rand: Skipping optional dep serde_derive
rand: Looking up info for rand_core 0.2.0-pre.0
rand: opening crate info: /tmp/index/ra/nd/rand_core

Exception:
 from ./bootstrap.py, line 1244:
 pop from empty list
@donbright
Copy link

same with me.
in my case, it's looking for crates-io version 0.18

this comes from the file ./Cargo.toml

  crates-io = { path = "src/crates-io", version = "0.18" }

but the index only shows crates-io versions up to 0.16

in fact, so does the website crates.io https://crates.io/crates/crates-io
it only shows version 0.16

so basically https://github.com/rust-lang/cargo is using versions of things that are not yet found in https://github.com/rust-lang/crates.io-index

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

2 participants