-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
error: crate librocksdb_sys
required to be available in rlib format, but was not found in this form
#5130
Labels
type/bug
The issue is confirmed as a bug.
Comments
Yes, there was a fix (rust-lang/cargo#7008) which landed somewhere around 2019-06-18. |
Thanks for the scoop @ehuss ! |
brson
added a commit
to brson/tikv
that referenced
this issue
Jul 24, 2019
Just a stab-in-the-dark to fix potential pipelining bug tikv#5130
I'm working on a rustup. |
brson
added a commit
to brson/tikv
that referenced
this issue
Jul 26, 2019
Just a stab-in-the-dark to fix potential pipelining bug tikv#5130 Signed-off-by: Brian Anderson <[email protected]>
brson
added a commit
to brson/tikv
that referenced
this issue
Aug 2, 2019
Just a stab-in-the-dark to fix potential pipelining bug tikv#5130 Signed-off-by: Brian Anderson <[email protected]>
Any solution please ? I get the same error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per @BusyJay:
My first guess is that this is a cargo pipelining bug, as it has only shown up recently and specifically happens with
make
(where pipelining is turned on). Reportedly the problem goes away by runningmake
again, which also makes me think its likely a pipelining-related concurrency bug.cc @nrc
Similar report rust-lang/cargo#6993, closed as unreproducible.
Our current toolchain is nightly-2019-06-14. Probably worth doing an upgrade just as a stab-in-the-dark.
cc @alexcrichton
The text was updated successfully, but these errors were encountered: