nebula icon indicating copy to clipboard operation
nebula copied to clipboard

Downloading vesoft-third-party-3.0-x86_64-libc-2.34-gcc-10.1.0-abi-11.sh failed

Open hackereye opened this issue 11 months ago • 1 comments

[root@localhost nebula]# cmake -DCMAKE_INSTALL_PREFIX=/usr/local/nebula -DENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release CMake Warning: No source or binary directory provided. Both will be assumed to be the same as the current working directory, but note that this warning will become a fatal error in future CMake releases.

-- The C compiler identification is GNU 10.3.1 -- The CXX compiler identification is GNU 10.3.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done

Options of Nebula Graph <<<< -- 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_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.34-gcc-10.1.0-abi-11.sh... Downloading vesoft-third-party-3.0-x86_64-libc-2.34-gcc-10.1.0-abi-11.sh failed -- CMAKE_INCLUDE_PATH : -- CMAKE_LIBRARY_PATH : -- CMAKE_PROGRAM_PATH : -- GLIBC_VERSION : 2.34

CMake Error at cmake/FindDoubleConversion.cmake:28 (message): Double-conversion doesn't exist Call Stack (most recent call first): cmake/nebula/ThirdPartyConfig.cmake:95 (find_package) CMakeLists.txt:49 (include)

Downloading vesoft-third-party-3.0-x86_64-libc-2.34-gcc-10.1.0-abi-11.sh failed

hackereye avatar Mar 08 '24 09:03 hackereye

glibc 2.34 appeared in ubuntu 21.10. We have provided limited support for GCC 9.3.0/11.2.0. If you need to use it in the GCC 10.1.0 environment, you can try to pull vesoft-inc/nebula-third- [email protected] tries to build it by itself

Shinji-IkariG avatar Mar 11 '24 02:03 Shinji-IkariG