-- Looking for lzma_auto_decoder in /opt/vesoft/third-party/lib/liblzma.a
-- Looking for lzma_auto_decoder in /opt/vesoft/third-party/lib/liblzma.a - not found
-- Looking for lzma_easy_encoder in /opt/vesoft/third-party/lib/liblzma.a
-- Looking for lzma_easy_encoder in /opt/vesoft/third-party/lib/liblzma.a - not found
-- Looking for lzma_lzma_preset in /opt/vesoft/third-party/lib/liblzma.a
-- Looking for lzma_lzma_preset in /opt/vesoft/third-party/lib/liblzma.a - not found
CMake Error at /opt/vesoft/toolset/cmake-3.15.5-Linux-x86_64/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find LibLZMA (missing: LIBLZMA_HAS_AUTO_DECODER
LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET) (found version "5.2.4")
Call Stack (most recent call first):
/opt/vesoft/toolset/cmake-3.15.5-Linux-x86_64/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/opt/vesoft/toolset/cmake-3.15.5-Linux-x86_64/share/cmake-3.15/Modules/FindLibLZMA.cmake:72 (find_package_handle_standard_args)
cmake/nebula/ThirdPartyConfig.cmake:106 (find_package)
CMakeLists.txt:48 (include)
-- Configuring incomplete, errors occurred!
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /opt/vesoft/toolset/gcc/7.5.0/bin/gcc
-- Check for working C compiler: /opt/vesoft/toolset/gcc/7.5.0/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /opt/vesoft/toolset/gcc/7.5.0/bin/g++
-- Check for working CXX compiler: /opt/vesoft/toolset/gcc/7.5.0/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /bin/git (found version "1.8.3.1")
-- Cloning from https://github.com/vesoft-inc/nebula-common.git
Cloning into '/**********/nebula2.0/nebula-graph-2.0.0-beta/modules/common'...
/home/apps/oliver/NG_clion_remote/nebula-common-2.0.1/cmake-install-new/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=/opt/vesoft/toolset/gcc/7.5.0/bin/g++ -DENABLE_BUILD_STORAGE=on -DENABLE_TESTING=on -DMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local/nebula-remote-debug -DNEBULA_STORAGE_SOURCE_DIR=/home/apps/oliver/NG_clion_remote/nebula-storage-2.0.1 -DNEBULA_COMMON_SOURCE_DIR=/home/apps/oliver/NG_clion_remote/nebula-common-2.0.1 -DNEBULA_THIRDPARTY_ROOT=/opt/vesoft/third-party -G “CodeBlocks - Unix Makefiles” /home/apps/oliver/NG_clion_remote/nebula-graph-2.0.1
– The C compiler identification is GNU 4.4.7
– The CXX compiler identification is GNU 7.5.0
– Check for working C compiler: /usr/bin/cc
– Check for working C compiler: /usr/bin/cc – works
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Detecting C compile features
– Detecting C compile features - done
– Check for working CXX compiler: /opt/vesoft/toolset/gcc/7.5.0/bin/g++
– Check for working CXX compiler: /opt/vesoft/toolset/gcc/7.5.0/bin/g++ – works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Detecting CXX compile features
– Detecting CXX compile features - done
– Found Git: /bin/git (found version “2.4.5”)
– NEBULA_COMMON_SOURCE_DIR: /home/apps/oliver/NG_clion_remote/nebula-common-2.0.1
Options of Nebula Graph <<<<
– ENABLE_ASAN : OFF (Build with AddressSanitizer)
– ENABLE_BUILD_STORAGE : on (Whether to build storage)
– ENABLE_CCACHE : ON (Use ccache to speed up compiling)
– ENABLE_CLANG_TIDY : OFF (Enable clang-tidy if present)
– ENABLE_COMPRESSED_DEBUG_INFO : ON (Compress debug info to reduce binary size)
– ENABLE_COVERAGE : OFF (Build with coverage report)
– ENABLE_FRAME_POINTER : OFF (Build with frame pointer)
– ENABLE_FUZZY_TESTING : OFF (Enable Fuzzy tests)
– ENABLE_GDB_SCRIPT_SECTION : OFF (Add .debug_gdb_scripts section)
– ENABLE_JEMALLOC : ON (Use jemalloc as memory allocator)
– ENABLE_MODULE_UPDATE : OFF (Automatically update module)
– ENABLE_PACK_ONE : ON (Whether to package into one)
– ENABLE_PIC : OFF (Build with -fPIC)
– ENABLE_STATIC_ASAN : OFF (Statically link against libasan)
– ENABLE_STATIC_UBSAN : OFF (Statically link against libubsan)
– ENABLE_STRICT_ALIASING : OFF (Build with -fstrict-aliasing)
– ENABLE_TESTING : on (Build unit tests)
– ENABLE_TSAN : OFF (Build with ThreadSanitizer)
– ENABLE_UBSAN : OFF (Build with UndefinedBehaviourSanitizer)
– ENABLE_VERBOSE_BISON : OFF (Enable Bison to report state)
– ENABLE_WERROR : ON (Regard warnings as errors)
– CMAKE_BUILD_TYPE : Debug (Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel …)
– CMAKE_INSTALL_PREFIX : /usr/local/nebula-remote-debug (Install path prefix, prepended onto install directories.)
– CMAKE_CXX_STANDARD : 14
– CMAKE_CXX_COMPILER : /opt/vesoft/toolset/gcc/7.5.0/bin/g++
– CMAKE_CXX_COMPILER_ID : GNU
– NEBULA_USE_LINKER : bfd
– CCACHE : Enabled but not found
Configuring third party for ‘Nebula Graph’ <<<<
– NEBULA_THIRDPARTY_ROOT : /opt/vesoft/third-party
– CMAKE_INCLUDE_PATH : /opt/vesoft/third-party/include
– CMAKE_LIBRARY_PATH : /opt/vesoft/third-party/lib64;/opt/vesoft/third-party/lib
– CMAKE_PROGRAM_PATH : /opt/vesoft/third-party/bin
– GLIBC_VERSION : 2.17
– Mstch_INCLUDE_DIR : /opt/vesoft/third-party/include
– Mstch_LIBRARY : /opt/vesoft/third-party/lib/libmstch.a
– Found ZLIB: /opt/vesoft/third-party/lib/libz.a (found version “1.2.11”)
– Found OpenSSL: /opt/vesoft/third-party/lib/libcrypto.a (found version “1.1.1c”)
– found krb5-config here /opt/vesoft/third-party/bin/krb5-config
– Found kerberos 5 headers: /opt/vesoft/third-party/include
– Found kerberos 5 libs: /opt/vesoft/third-party/lib/libgssapi_krb5.a;/opt/vesoft/third-party/lib/libkrb5.a;/opt/vesoft/third-party/lib/libk5crypto.a;/opt/vesoft/third-party/lib/libcom_err.a;/opt/vesoft/third-party/lib/libkrb5support.a
– Found Boost: /opt/vesoft/third-party/include (found version “1.67.0”)
– Found GPERF: /opt/vesoft/third-party/bin/gperf (found suitable version “3.1”, minimum required is “2.8”)
– Found Libunwind: /opt/vesoft/third-party/lib/libunwind.a
– Found BISON: /opt/vesoft/third-party/bin/bison (found suitable version “3.0.5”, minimum required is “3.0.5”)
– Found FLEX: /opt/vesoft/third-party/bin/flex (found version “2.6.4”)
– Looking for lzma_auto_decoder in /opt/vesoft/third-party/lib/liblzma.a
– Looking for lzma_auto_decoder in /opt/vesoft/third-party/lib/liblzma.a - not found
– Looking for lzma_easy_encoder in /opt/vesoft/third-party/lib/liblzma.a
– Looking for lzma_easy_encoder in /opt/vesoft/third-party/lib/liblzma.a - not found
– Looking for lzma_lzma_preset in /opt/vesoft/third-party/lib/liblzma.a
– Looking for lzma_lzma_preset in /opt/vesoft/third-party/lib/liblzma.a - not found
CMake Error at /home/apps/oliver/NG_clion_remote/nebula-common-2.0.1/cmake-install-new/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find LibLZMA (missing: LIBLZMA_HAS_AUTO_DECODER
LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET) (found version “5.2.4”)
Call Stack (most recent call first):
/home/apps/oliver/NG_clion_remote/nebula-common-2.0.1/cmake-install-new/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/home/apps/oliver/NG_clion_remote/nebula-common-2.0.1/cmake-install-new/share/cmake-3.15/Modules/FindLibLZMA.cmake:72 (find_package_handle_standard_args)
/home/apps/oliver/NG_clion_remote/nebula-common-2.0.1/cmake/nebula/ThirdPartyConfig.cmake:104 (find_package)
CMakeLists.txt:94 (include)
– Configuring incomplete, errors occurred!
See also “/home/apps/oliver/NG_clion_remote/nebula-graph-2.0.1/cmake-build-debug-remote-host/CMakeFiles/CMakeOutput.log”.
See also “/home/apps/oliver/NG_clion_remote/nebula-graph-2.0.1/cmake-build-debug-remote-host/CMakeFiles/CMakeError.log”.
Cannot resolve path: D:\05_Project\02_Nebula_clion_mapping\nebula-graph-2.0.1\cmake-build-debug-remote-host