Skip to content
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

Centos8环境编译部署PlatONE失败 #53

Open
xymoc opened this issue Sep 18, 2021 · 0 comments
Open

Centos8环境编译部署PlatONE失败 #53

xymoc opened this issue Sep 18, 2021 · 0 comments

Comments

@xymoc
Copy link

xymoc commented Sep 18, 2021

主机环境:centos8
根据安装部署文档的说明,安装gcc、g++、cmake、go 后进入PlatONE-Go目录执行make all后报以下错误:

-- Using WASM clang => /root/PlatONE-Go/cmd/SysContracts/external/bin/clang
-- Using WASM llc => /root/PlatONE-Go/cmd/SysContracts/external/bin/llc
-- Using WASM llvm-link => /root/PlatONE-Go/cmd/SysContracts/external/bin/llvm-link
-- Configuring done
-- Generating done
-- Build files have been written to: /root/PlatONE-Go/cmd/SysContracts/build
make[1]: Entering directory '/root/PlatONE-Go/cmd/SysContracts/build'
make[2]: Entering directory '/root/PlatONE-Go/cmd/SysContracts/build'
make[3]: Entering directory '/root/PlatONE-Go/cmd/SysContracts/build'
make[3]: Leaving directory '/root/PlatONE-Go/cmd/SysContracts/build'
make[3]: Entering directory '/root/PlatONE-Go/cmd/SysContracts/build'
[ 1%] Generating JSON .abi.json
/root/PlatONE-Go/cmd/SysContracts/external/bin/bcwasm-abigen: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
make[3]: *** [systemContract/cnsManager/CMakeFiles/cnsManager.cpp.abi.json.dir/build.make:74: systemContract/cnsManager/cnsManager.cpp.abi.json] Error 127
make[3]: Leaving directory '/root/PlatONE-Go/cmd/SysContracts/build'
make[2]: *** [CMakeFiles/Makefile2:295: systemContract/cnsManager/CMakeFiles/cnsManager.cpp.abi.json.dir/all] Error 2
make[2]: Leaving directory '/root/PlatONE-Go/cmd/SysContracts/build'
make[1]: *** [Makefile:91: all] Error 2
make[1]: Leaving directory '/root/PlatONE-Go/cmd/SysContracts/build'
not found /root/PlatONE-Go/cmd/SysContracts/build/systemContract/cnsManager/cnsManager.wasm
make: *** [Makefile:35: all] Error 1

请问该如何处理,望回复!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant