This repository was archived by the owner on Nov 6, 2020. It is now read-only.
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Error during compilation (Fedora) #9124
Closed
Description
Parity master
at 9dc512349a8dd33df4160d1bdd7b7e61f13c9604
, on Fedora.
Trying to run some benchmarks with home/user/.cargo/bin/cargo bench -p ethcore
, but hitting the following error during compilation:
Compiling ethcore v1.12.0 (file:///home/user/workspace/parity/ethcore)
error[E0463]: can't find crate for `util`
--> ethcore/benches/evm.rs:20:1
|
20 | extern crate ethcore_util as util;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
error: Could not compile `ethcore`.
warning: build failed, waiting for other jobs to finish...
Any help appreciated!