-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Failing to build packages with Cargo nightly #61192
Comments
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
problem: homeless-shelter or github.com unreachable see: * NixOS/nixpkgs#61192 * NixOS/nixpkgs#61618
Is this still an issue? |
Issue description
As of rust-lang/cargo#6880, cargo now creates locks in
$CARGO_HOME/.cargo/.package-cache
. When trying to build some cargo packages using Rust nightly (from https://github.com/mozilla/nixpkgs-mozilla/), I've gotten failures such as https://gist.github.com/glasserc/ec065e3cf7706c13742dc16fb79a931b.Steps to reproduce
I hit this while trying to build Gecko using mozilla/nixpkgs-mozilla#175. With that patch applied, from within a checkout of Gecko, I ran:
nix-shell ../nixpkgs-mozilla/release.nix -A gecko.x86_64-linux.gcc --command fish
(and got the output shown above).Technical details
The text was updated successfully, but these errors were encountered: