-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustc panic trying to unwrap error "failed to open archive" #26774
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
Comments
Reproduced as well, also on apple-darwin : OS X version 10.9.5 |
I've narrowed it down to the following:
All three parts seem necessary: Since it appears to be related to libz, maybe the following information is helpful:
On a hunch, I rebuild libz ( So I guess the cause identified, but the fix is still unknown |
It may be the case that |
Hi ! Is this still a problem ? |
With no substantial comments since 2015, and no response to the 2017 comment asking if this is still an issue, I'm going to close this. Please let us know if you're still seeing this! |
I was trying to build cargo using the latest rustc nightly, and encountered the following error while building libgit2-sys:
I had configured Cargo using
./configure --local-cargo=/usr/local/bin/cargo
.The text was updated successfully, but these errors were encountered: