-- ENABLE_ASAN : OFF (Build with AddressSanitizer)
-- ENABLE_BREAKPAD : OFF (Whether to enable breakpad)
-- ENABLE_CCACHE : ON (Use ccache to speed up compiling)
-- ENABLE_CLANG_TIDY : OFF (Enable clang-tidy if present)
-- ENABLE_COMPILER_LAUNCHER : ON (Using compiler launcher if available)
-- ENABLE_COMPRESSED_DEBUG_INFO : ON (Compress debug info to reduce binary size)
-- ENABLE_CONSOLE_COMPILATION : OFF (Enable nebula-console compilation)
-- ENABLE_COVERAGE : OFF (Build with coverage report)
-- ENABLE_CREATE_GIT_HOOKS : ON (Enable create git hooks.)
-- 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_INCLUDE_WHAT_YOU_USE : OFF (Enable include-what-you-use find nouse include files)
-- ENABLE_JEMALLOC : ON (Use jemalloc as memory allocator)
-- ENABLE_PACKAGE_TAR : OFF (Enable package artifacts to tar.)
-- ENABLE_PACK_ONE : ON (Whether to package into one)
-- ENABLE_PIC : OFF (Build with -fPIC)
-- ENABLE_STANDALONE_VERSION : OFF (Enable standalone version build)
-- 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 : OFF (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 : Release (Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ...)
-- CMAKE_INSTALL_PREFIX : /usr/local/nebula (Install path prefix, prepended onto install directories.)
-- CMAKE_CXX_STANDARD : 17
-- CMAKE_CXX_COMPILER : /usr/bin/c++ (CXX compiler)
-- CMAKE_CXX_COMPILER_ID : GNU
-- NEBULA_USE_LINKER : bfd (Linker to be used)
CMake Warning at cmake/nebula/CompilerLauncher.cmake:28 (message):
ccache is enabled but was not found. Not using it
Call Stack (most recent call first):
CMakeLists.txt:48 (include)
>>>> Configuring third party for 'Nebula Graph' <<<<
-- Downloading prebuilt third party automatically...
-- cxx_cmd: /usr/bin/c++ -D_GLIBCXX_USE_CXX11_ABI=1
Downloading vesoft-third-party-3.0-x86_64-libc-2.28-gcc-8.3.0-abi-11.sh...
Nebula Third Party has been installed to /etc/yum.repos.d/nebula/build/third-party/install
-- NEBULA_THIRDPARTY_ROOT : /etc/yum.repos.d/nebula/build/third-party/install
-- Build info of nebula third party:
Package : Nebula Third Party
Version : 3.0
Date : Thu Jun 9 07:41:14 UTC 2022
glibc : 2.28
Arch : x86_64
Compiler : GCC 8.3.0
C++ ABI : 11
Vendor : VEsoft Inc.
-- CMAKE_INCLUDE_PATH : /etc/yum.repos.d/nebula/build/third-party/install/include
-- CMAKE_LIBRARY_PATH : /etc/yum.repos.d/nebula/build/third-party/install/lib64;/etc/yum.repos.d/nebula/build/third-party/install/lib
-- CMAKE_PROGRAM_PATH : /etc/yum.repos.d/nebula/build/third-party/install/bin
-- GLIBC_VERSION : 2.28
-- Found ZLIB: /etc/yum.repos.d/nebula/build/third-party/install/lib/libz.a (found version "1.2.11")
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found OpenSSL: /etc/yum.repos.d/nebula/build/third-party/install/lib64/libcrypto.a (found version "1.1.1l")
-- found krb5-config here /etc/yum.repos.d/nebula/build/third-party/install/bin/krb5-config
-- Found kerberos 5 headers: /etc/yum.repos.d/nebula/build/third-party/install/include
-- Found kerberos 5 libs: /etc/yum.repos.d/nebula/build/third-party/install/lib/libgssapi_krb5.a;/etc/yum.repos.d/nebula/build/third-party/install/lib/libkrb5.a;/etc/yum.repos.d/nebula/build/third-party/install/lib/libk5crypto.a;/etc/yum.repos.d/nebula/build/third-party/install/lib/libcom_err.a;/etc/yum.repos.d/nebula/build/third-party/install/lib/libkrb5support.a
-- Found Boost: /etc/yum.repos.d/nebula/build/third-party/install/include (found version "1.76.0")
-- Found Libunwind: /etc/yum.repos.d/nebula/build/third-party/install/lib/libunwind.a
-- Found BISON: /etc/yum.repos.d/nebula/build/third-party/install/bin/bison (found suitable version "3.7.6", minimum required is "3.0.5")
-- Found FLEX: /etc/yum.repos.d/nebula/build/third-party/install/bin/flex (found version "2.6.4")
-- Looking for lzma_auto_decoder in /etc/yum.repos.d/nebula/build/third-party/install/lib/liblzma.a
-- Looking for lzma_auto_decoder in /etc/yum.repos.d/nebula/build/third-party/install/lib/liblzma.a - found
-- Looking for lzma_easy_encoder in /etc/yum.repos.d/nebula/build/third-party/install/lib/liblzma.a
-- Looking for lzma_easy_encoder in /etc/yum.repos.d/nebula/build/third-party/install/lib/liblzma.a - found
-- Looking for lzma_lzma_preset in /etc/yum.repos.d/nebula/build/third-party/install/lib/liblzma.a
-- Looking for lzma_lzma_preset in /etc/yum.repos.d/nebula/build/third-party/install/lib/liblzma.a - found
-- Found LibLZMA: /etc/yum.repos.d/nebula/build/third-party/install/lib/liblzma.a (found version "5.2.5")
>>>> Configuring third party for 'Nebula Graph' done <<<<
-- Create the pre-commit hook
-- Creating pre-commit hook done
-- Found Git: /usr/bin/git (found version "2.27.0")
-- NEBULA_BUILD_VERSION :
-- HOST_SYSTEM_NAME : el
-- HOST_SYSTEM_VER : el8
-- CPACK_GENERATOR : RPM
-- CMAKE_HOST_SYSTEM_PROCESSOR : x86_64
-- Configuring done
-- Generating done
-- Build files have been written to: /etc/yum.repos.d/nebula/build