There is error on ./scripts/cli/start_cli_testnet.sh with output of:
Compiling grpcio-sys v0.4.4
error: failed to run custom build command for `grpcio-sys v0.4.4`
Just follow the instruction
git clone https://github.com/libra/libra.git./scripts/dev_setup.sh./scripts/cli/start_cli_testnet.sh* Stack trace/error message *
Compiling grpcio-sys v0.4.4
error: failed to run custom build command for `grpcio-sys v0.4.4`
Caused by:
process didn't exit successfully: `/root/libra/libra/target/debug/build/grpcio-sys-18712f499919ddc1/build-script-build` (exit code: 101)
--- stdout
cargo:rerun-if-changed=grpc_wrap.cc
cargo:rerun-if-changed=grpc
cargo:rerun-if-env-changed=GRPCIO_SYS_USE_PKG_CONFIG
cargo:rerun-if-env-changed=CARGO_CFG_TARGET_OS
For details, please refer to below link:
error_in_testnet_script.txt
Please complete the following information:
Add any other context about the problem here.
@MattWangming #76 There is the same problem. Maybe you need to install cmake3.
Hi @csunny, thanks for your info.
One more thing to emphasize is that the h/w resources consumption is really high during the compiling state, even my laptop with latest core i5 could not make it easy.
So what I suggest is to make full use of h/w with high level configuration, and other s/w configuration could be ignored compared to this.
@MattWangming Yes, I used my mac with 4core 8G mem, It's very slow. So I build this with 8core 16G Centos7.6