openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.81k stars 1.68k forks source link

build failed, waiting for other jobs to finish... #11852

Closed The-Python-One closed 4 years ago

The-Python-One commented 4 years ago

Before filing a new issue, please provide the following information.

If you think that your issue is an exploitable security vulnerability, please mail your bugreport to security@parity.io instead; your submission might be eligible for our Bug Bounty. You can find mode info on the reporting process in SECURITY.md

PREFIX : /root/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out BINDIR : /root/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/bin DATADIR : /root/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/share INCLUDEDIR : /root/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/include LIBDIR : /root/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/lib MANDIR : /root/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/share/man

srcroot : /root/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/jemalloc/ abs_srcroot : /root/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/jemalloc/ objroot : abs_objroot : /root/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/build/

JEMALLOC_PREFIX : rjem JEMALLOC_PRIVATE_NAMESPACE : _rjemje install_suffix : malloc_conf : autogen : 0 debug : 0 stats : 1 prof : 0 prof-libunwind : 0 prof-libgcc : 0 prof-gcc : 0 fill : 1 utrace : 0 xmalloc : 0 log : 0 lazy_lock : 0 cache-oblivious : 1 cxx : 0

running: "make" "srcroot=../jemalloc/" "-j" "6"

--- stderr thread 'main' panicked at 'failed to execute command: No such file or directory (os error 2)', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/jemalloc-sys-0.3.2/build.rs:389:19 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

warning: build failed, waiting for other jobs to finish... error: build failed

Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue. I just follow the proccess of the page -- https://github.com/openethereum/openethereum. When I use the command :$ cargo build --release --features final,the error happended, and I try to use $ ~/.cargo/bin/cargo build --release, the error sitll shows . How to fix it ? What should I do?

The-Python-One commented 4 years ago

and cannot find openethereum in ./target/release/

rakita commented 4 years ago

Hi, try to install these dependencies: OpenEthereum also requires clang (>= 9.0), clang++, pkg-config, file, make, and cmake packages to be installed.

it seems you are missing make in there

The-Python-One commented 4 years ago

Hi, try to install these dependencies: OpenEthereum also requires clang (>= 9.0), clang++, pkg-config, file, make, and cmake packages to be installed.

it seems you are missing make in there

Wow,it woked! Thank you sir!