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

BZip2 is required for compiling Nebula Graph #567

Closed
3 tasks done
JaySon-Huang opened this issue Jul 24, 2021 · 4 comments · Fixed by #595
Closed
3 tasks done

BZip2 is required for compiling Nebula Graph #567

JaySon-Huang opened this issue Jul 24, 2021 · 4 comments · Fixed by #595

Comments

@JaySon-Huang
Copy link
Contributor

JaySon-Huang commented Jul 24, 2021

Error Report

This repository is ONLY used to solve issues related to DOCS.

Please answer the following questions before submitting your issue. Thanks!

  1. What is the URL/path of the document related to this issue?

https://docs.nebula-graph.io/master/4.deployment-and-installation/1.resource-preparations/#software_requirements_for_compiling_nebula_graph

  1. How would you like to improve it?

BZip2 is required for compiling Nebula Graph[1], but it is not listed in the software requirements document

>  cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DENABLE_BUILD_STORAGE=ON -Wno-dev .. 
>>>> Options of Nebula Graph <<<<
...
>>>> Configuring third party for 'Nebula Graph' <<<<
-- Downloading prebuilt third party automatically...
-- cxx_cmd: /usr/local/bin/g++ -D_GLIBCXX_USE_CXX11_ABI=1
Downloading vesoft-third-party-2.0-x86_64-libc-2.17-gcc-7.1.0-abi-11.sh...
Downloading vesoft-third-party-2.0-x86_64-libc-2.17-gcc-7.1.0-abi-11.sh failed
-- CMAKE_INCLUDE_PATH              : 
-- CMAKE_LIBRARY_PATH              : 
-- CMAKE_PROGRAM_PATH              : 
-- GLIBC_VERSION                   : 2.17

CMake Error at modules/common/cmake/FindBzip2.cmake:31 (message):
  Bzip2 doesn't exist           <-- BZip2 is required
Call Stack (most recent call first):
  modules/common/cmake/nebula/ThirdPartyConfig.cmake:81 (find_package)
  CMakeLists.txt:97 (include)
...

Checklist

  • I searched for existing GitHub issues
  • I updated Nebula Graph to most recent version
  • I included all the necessary information above
@JaySon-Huang
Copy link
Contributor Author

BZip2 is listed in the Chinese version. But the English version missed it.
https://docs.nebula-graph.com.cn/2.0.1/4.deployment-and-installation/1.resource-preparations/#_4

@wey-gu
Copy link
Contributor

wey-gu commented Jul 26, 2021

Dear @JaySon-Huang ,
Thanks!
Would you mind creating PR for fixing this? :)
cc @randomJoe211

@JaySon-Huang
Copy link
Contributor Author

Sorry for the late response, I've created a PR for it. #595

@wey-gu
Copy link
Contributor

wey-gu commented Aug 12, 2021

Sorry for the late response, I've created a PR for it. #595

Thank you so much @JaySon-Huang :-) for your contribution to the nebula community.

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

Successfully merging a pull request may close this issue.

2 participants