Replies: 3 comments 6 replies
-
The Narwhal build involves the build of some protobuf files. This involves having the
How to install those depends on your exact distribution and the contents of your VM. /cc @Clay-Mysten / @randall-Mysten for the potential doc update. |
Beta Was this translation helpful? Give feedback.
-
When you say official doc, do you mean? And what instructions are you using to build? Sui or Narwhal? Please include the link. Finally, ensure all of your packages are up to date and include details about your environment. We do call for We do not call for |
Beta Was this translation helpful? Give feedback.
-
i resolve this problem,fullnode sui is start, thank
Vào Th 6, 12 thg 8, 2022 vào lúc 01:19 Clay-Mysten <
***@***.***> đã viết:
… i has problem too,suggest solve
Does upgrading your packages resolve this?
—
Reply to this email directly, view it on GitHub
<#3377 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2PD4DSTNVZQQ6IEFC7WY4LVYU74PANCNFSM54H23TMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hey there
I just recently discovered this project and decided to try it out ;)
I'm trying to build using my remote virtual machine. I was following all steps provided in building from the source(official doc) and I got an error
Compiling prost-build v0.10.4 Compiling openssl v0.10.40 Compiling openssl-sys v0.9.74 Compiling native-tls v0.2.10 Compiling zstd-sys v1.6.3+zstd.1.5.2 error: failed to run custom build command for
prost-build v0.10.4`Caused by:
process didn't exit successfully:
/root/sui/target/release/build/prost-build-94a76a751467268e/build-script-build
(exit status: 101)--- stdout
cargo:rerun-if-changed=/root/.cargo/registry/src/github.com-1ecc6299db9ec823/prost-build-0.10.4/third-party/protobuf/cmake
CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
HOST_CMAKE_TOOLCHAIN_FILE = None
CMAKE_TOOLCHAIN_FILE = None
CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
HOST_CMAKE_GENERATOR = None
CMAKE_GENERATOR = None
CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
HOST_CMAKE_PREFIX_PATH = None
CMAKE_PREFIX_PATH = None
CMAKE_x86_64-unknown-linux-gnu = None
CMAKE_x86_64_unknown_linux_gnu = None
HOST_CMAKE = None
CMAKE = None
running: "cmake" "/root/.cargo/registry/src/github.com-1ecc6299db9ec823/prost-build-0.10.4/third-party/protobuf/cmake" "-Dprotobuf_BUILD_TESTS=OFF" "-DCMAKE_INSTALL_PREFIX=/root/sui/target/release/build/prost-build-604a95da7246c98e/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"
-- 3.19.4.0
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
-- Configuring done
-- Generating done
-- Build files have been written to: /root/sui/target/release/build/prost-build-604a95da7246c98e/out/build
running: "cmake" "--build" "." "--target" "install" "--config" "Debug" "--parallel" "4"
--- stderr
[options] [-- [native-options]]Unknown argument --parallel
Unknown argument 4
Usage: cmake --build
Options:
= Project binary directory to be built.
--target = Build instead of default targets.
May only be specified once.
--config = For multi-configuration tools, choose .
--clean-first = Build target 'clean' first, then build.
(To clean only, use --target 'clean'.)
--use-stderr = Ignored. Behavior is default in CMake >= 3.0.
-- = Pass remaining options to the native tool.
thread 'main' panicked at '
command did not execute successfully, got: exit status: 1
build script failed, must exit now', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.48/src/lib.rs:975:5
note: run with
RUST_BACKTRACE=1
environment variable to display a backtracewarning: build failed, waiting for other jobs to finish...
error: build failed
`
What is the problem?
Beta Was this translation helpful? Give feedback.
All reactions