-
Notifications
You must be signed in to change notification settings - Fork 152
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
FTBFS on RHEL-7 with rustc 1.24.0 #73
Comments
Looks like you have a bad cache. You have 2 versions of std, as if you have the one of 1.24 and 1.23. |
So, what should I do? |
|
hmm, that didn't help much. Now it failed somewhere else:
|
I suspect you have a messed up rust installation. You may try
|
Ah, got it, https://bugzilla.redhat.com/show_bug.cgi?id=1546541 (or rust-lang/rust#48319) |
Yeah, looks relevant. |
It does, it fixed it for me. |
I was trying to build LanguageClient-neovim by @autozimu and failed (see autozimu/LanguageClient-neovim#315 ), but by looking at the issue with fresh eyes, it seems to me that actual problem is with
structopt-derive
, isn't it?The text was updated successfully, but these errors were encountered: