Skip to content

[Question]: In the building phase: FAILED: third_party/snappy/CMakeFiles/snappy.dir/snappy-sinksource.cc.o.ddi #2595

Open
@raphael10-collab

Description

@raphael10-collab

Describe your problem

Following the indications found here: https://infiniflow.org/docs/build_from_source#build-the-source-code

(base) raphy@raohy:~/infinity/cmake-build-debug$ export CC=/usr/bin/clang-18
(base) raphy@raohy:~/infinity/cmake-build-debug$ export CXX=/usr/bin/clang++-18
(base) raphy@raohy:~/infinity/cmake-build-debug$ 
(base) raphy@raohy:~/infinity/cmake-build-debug$ cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_VERBOSE_MAKEFILE=ON ..
-- The C compiler identification is Clang 18.1.3
-- The CXX compiler identification is Clang 18.1.3
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang-18 - 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/clang++-18 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CXX: /usr/bin/clang++-18
-- Building infinity with CMake version: 3.31.20241217-gabb3d39 On CLANG-18.1
-- Performing Test HAVE_FFI_CALL
-- Performing Test HAVE_FFI_CALL - Success
-- Found FFI: /usr/lib/x86_64-linux-gnu/libffi.so
-- Could NOT find LibEdit (missing: LibEdit_INCLUDE_DIRS LibEdit_LIBRARIES) 
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3")
-- Found zstd: /usr/lib/x86_64-linux-gnu/libzstd.so
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.14")
-- Found CURL: /usr/local/lib/cmake/CURL/CURLConfig.cmake (found version "8.8.0-DEV")
-- Found LLVM 19.1.1
-- Using LLVM Header in: /usr/lib/llvm-19/include
-- Using LLVM Library in: /usr/lib/llvm-19/lib
-- Build time = "2025-05-10 16:49.47"
-- Found Git: /usr/bin/git (found version "2.43.0")
-- Branch name = main
-- Commit-id = nightly-0-dcc24c90f
-- Disable jemalloc in Debug mode
-- Build type = Debug
-- Code Coverage = OFF
-- Enable Address Sanitizer in target: infinity
-- Enable Sanitizer in target: infinity
-- C++ Compilation flags:  -O0 -g -fno-stack-protector -fno-var-tracking  -Wall -Werror -Wno-asm-operand-widths -Wno-unused-command-line-argument -Wno-deprecated-declarations -Wextra -Wno-unused-parameter -Wno-unused-private-field -pthread -fcolor-diagnostics
-- Found CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CMake Warning (dev) at /usr/local/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:436 (message):
  The package name passed to find_package_handle_standard_args() (LZ4) does
  not match the name of the calling package (Lz4).  This can lead to problems
  in calling code that expects find_package() result variables (e.g.,
  `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindLz4.cmake:19 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:228 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found LZ4: /usr/lib/x86_64-linux-gnu/liblz4.so
-- Found LZ4: /usr/lib/x86_64-linux-gnu/liblz4.so
-- Using Python3 from 'which python3': /home/raphy/miniconda3/bin/python3
-- Found Python3: /home/raphy/miniconda3/bin/python3 (found version "3.12.8") found components: Interpreter Development Development.Module Development.Embed
-- Python3 specified. Version found: 3.12.8
-- Using Python executable: /home/raphy/miniconda3/bin/python3
-- Could NOT find Python3 (missing: Module) (found version "3.12.8")
-- Found python include directory /home/raphy/miniconda3/include/python3.12
-- Found python static library /usr/lib/x86_64-linux-gnu/libpython3.12.a
-- Python3 specified. Version found: 3.12.8
-- Using Python executable: /home/raphy/miniconda3/bin/python3
-- Could NOT find Python3 (missing: Module) (found version "3.12.8")
-- Found python include directory /home/raphy/miniconda3/include/python3.12
-- Found python static library /usr/lib/x86_64-linux-gnu/libpython3.12.a
Compiled by AVX2 or AVX512
Compiled by AVX2 or AVX512
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/uio.h
-- Looking for sys/uio.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for zlibVersion in z
-- Looking for zlibVersion in z - found
-- Looking for lzo1x_1_15_compress in lzo2
-- Looking for lzo1x_1_15_compress in lzo2 - not found
-- Looking for LZ4_compress_default in lz4
-- Looking for LZ4_compress_default in lz4 - found
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX - Failed
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 - Failed
-- Performing Test HAVE_CLANG_MAVX
-- Performing Test HAVE_CLANG_MAVX - Success
-- Performing Test HAVE_CLANG_MBMI2
-- Performing Test HAVE_CLANG_MBMI2 - Success
-- Performing Test SNAPPY_HAVE_NO_MISSING_FIELD_INITIALIZERS
-- Performing Test SNAPPY_HAVE_NO_MISSING_FIELD_INITIALIZERS - Success
-- Performing Test HAVE_BUILTIN_EXPECT
-- Performing Test HAVE_BUILTIN_EXPECT - Success
-- Performing Test HAVE_BUILTIN_CTZ
-- Performing Test HAVE_BUILTIN_CTZ - Success
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE - Success
-- Performing Test SNAPPY_HAVE_SSSE3
-- Performing Test SNAPPY_HAVE_SSSE3 - Failed
-- Performing Test SNAPPY_HAVE_X86_CRC32
-- Performing Test SNAPPY_HAVE_X86_CRC32 - Failed
-- Performing Test SNAPPY_HAVE_NEON_CRC32
-- Performing Test SNAPPY_HAVE_NEON_CRC32 - Failed
-- Performing Test SNAPPY_HAVE_BMI2
-- Performing Test SNAPPY_HAVE_BMI2 - Failed
-- Performing Test SNAPPY_HAVE_NEON
-- Performing Test SNAPPY_HAVE_NEON - Failed
-- Looking for mmap
-- Looking for mmap - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Building using CMake version: 3.31.20241217-gabb3d39
-- Arrow version: 18.0.0 (full: '18.0.0-SNAPSHOT')
-- Arrow SO version: 1800 (full: 1800.0.0)
-- clang-tidy  not found
-- clang-format  not found
-- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN) 
-- infer not found
-- Found Python3: /home/raphy/miniconda3/bin/python3 (found version "3.12.8") found components: Interpreter
-- Using ccache: /usr/bin/ccache
-- Found cpplint executable at CPPLINT_BIN-NOTFOUND
-- System processor: x86_64
-- Performing Test CXX_SUPPORTS_SSE4_2
-- Performing Test CXX_SUPPORTS_SSE4_2 - Success
-- Performing Test CXX_SUPPORTS_AVX2
-- Performing Test CXX_SUPPORTS_AVX2 - Success
-- Performing Test CXX_SUPPORTS_AVX512
-- Performing Test CXX_SUPPORTS_AVX512 - Success
-- Arrow build warning level: CHECKIN
-- Using ld linker
-- Build Type: DEBUG
-- Performing Test CXX_LINKER_SUPPORTS_VERSION_SCRIPT
-- Performing Test CXX_LINKER_SUPPORTS_VERSION_SCRIPT - Success
-- CMAKE_C_FLAGS:  -O0 -g -Qunused-arguments  -Wall -Wextra -Wdocumentation -DARROW_WARN_DOCUMENTATION -Wshorten-64-to-32 -Wno-missing-braces -Wno-unused-parameter -Wno-constant-logical-operand -Wno-return-stack-address -Wdate-time -Wno-unknown-warning-option -Wno-pass-failed -msse4.2 
-- CMAKE_CXX_FLAGS:   -O0 -g -fno-stack-protector -fno-var-tracking  -Wall -Werror -Wno-asm-operand-widths -Wno-unused-command-line-argument -Wno-deprecated-declarations -Wextra -Wno-unused-parameter -Wno-unused-private-field -pthread -fcolor-diagnostics -fPIC -Qunused-arguments -fcolor-diagnostics  -Wall -Wextra -Wdocumentation -DARROW_WARN_DOCUMENTATION -Wshorten-64-to-32 -Wno-missing-braces -Wno-unused-parameter -Wno-constant-logical-operand -Wno-return-stack-address -Wdate-time -Wno-unknown-warning-option -Wno-pass-failed -msse4.2 
-- CMAKE_C_FLAGS_DEBUG: -g -Werror -O0 
-- CMAKE_CXX_FLAGS_DEBUG: -g -Werror -O0 
-- ARROW_BUILD_STATIC: ON
-- Building arrow with CMake version: 3.31.20241217-gabb3d39 On CLANG-18.1
-- Could NOT find LibEdit (missing: LibEdit_INCLUDE_DIRS LibEdit_LIBRARIES) 
-- Found LLVM 19.1.1
-- Using LLVM Header in: /usr/lib/llvm-19/include
-- Using LLVM Library in: /usr/lib/llvm-19/lib
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /usr/include
-- ---------------------------------------------------------------------
-- Arrow version:                                 18.0.0-SNAPSHOT
-- 
-- Build configuration summary:
--   Generator: Ninja
--   Build type: DEBUG
--   Source directory: /home/raphy/infinity/third_party/arrow
--   Install prefix: /usr/local
-- 
-- Compile and link options:
-- 
--   ARROW_CXXFLAGS="" [default=""]
--       Compiler flags to append when compiling Arrow
--   ARROW_BUILD_STATIC=ON [default=ON]
--       Build static libraries
--   ARROW_BUILD_SHARED=OFF [default=OFF]
--       Build shared libraries
--   ARROW_PACKAGE_KIND="" [default=""]
--       Arbitrary string that identifies the kind of package
--       (for informational purposes)
--   ARROW_GIT_ID=dcc24c90feb8ec988a53e5ca97ef1b80d36147c2 [default=""]
--       The Arrow git commit id (if any)
--   ARROW_GIT_DESCRIPTION=nightly [default=""]
--       The Arrow git commit description (if any)
--   ARROW_POSITION_INDEPENDENT_CODE=ON [default=ON]
--       Whether to create position-independent target
--   ARROW_USE_CCACHE=ON [default=ON]
--       Use ccache when compiling (if available)
--   ARROW_USE_SCCACHE=ON [default=ON]
--       Use sccache when compiling (if available),
--       takes precedence over ccache if a storage backend is configured
--   ARROW_USE_LD_GOLD=OFF [default=OFF]
--       Use ld.gold for linking on Linux (if available)
--   ARROW_USE_LLD=OFF [default=OFF]
--       Use the LLVM lld for linking (if available)
--   ARROW_USE_MOLD=OFF [default=OFF]
--       Use mold for linking on Linux (if available)
--   ARROW_USE_PRECOMPILED_HEADERS=OFF [default=OFF]
--       Use precompiled headers when compiling
--   ARROW_SIMD_LEVEL=SSE4_2 [default=DEFAULT|NONE|SSE4_2|AVX2|AVX512|NEON|SVE|SVE128|SVE256|SVE512]
--       Compile-time SIMD optimization level
--   ARROW_RUNTIME_SIMD_LEVEL=MAX [default=MAX|NONE|SSE4_2|AVX2|AVX512]
--       Max runtime SIMD optimization level
--   ARROW_ALTIVEC=ON [default=ON]
--       Build with Altivec if compiler has support
--   ARROW_RPATH_ORIGIN=OFF [default=OFF]
--       Build Arrow libraries with RATH set to $ORIGIN
--   ARROW_INSTALL_NAME_RPATH=ON [default=ON]
--       Build Arrow libraries with install_name set to @rpath
--   ARROW_GGDB_DEBUG=OFF [default=OFF]
--       Pass -ggdb flag to debug builds
--   ARROW_WITH_MUSL=OFF [default=OFF]
--       Whether the system libc is musl or not
--   ARROW_ENABLE_THREADING=ON [default=ON]
--       Enable threading in Arrow core
-- 
-- Test and benchmark options:
-- 
--   ARROW_BUILD_EXAMPLES=OFF [default=OFF]
--       Build the Arrow examples
--   ARROW_BUILD_TESTS=OFF [default=OFF]
--       Build the Arrow googletest unit tests
--   ARROW_ENABLE_TIMING_TESTS=OFF [default=OFF]
--       Enable timing-sensitive tests
--   ARROW_BUILD_INTEGRATION=OFF [default=OFF]
--       Build the Arrow integration test executables
--   ARROW_BUILD_BENCHMARKS=OFF [default=OFF]
--       Build the Arrow micro benchmarks
--   ARROW_BUILD_BENCHMARKS_REFERENCE=OFF [default=OFF]
--       Build the Arrow micro reference benchmarks
--   ARROW_BUILD_OPENMP_BENCHMARKS=OFF [default=OFF]
--       Build the Arrow benchmarks that rely on OpenMP
--   ARROW_BUILD_DETAILED_BENCHMARKS=OFF [default=OFF]
--       Build benchmarks that do a longer exploration of performance
--   ARROW_TEST_LINKAGE=static [default=static|shared]
--       Linkage of Arrow libraries with unit tests executables.
--   ARROW_FUZZING=OFF [default=OFF]
--       Build Arrow Fuzzing executables
--   ARROW_LARGE_MEMORY_TESTS=OFF [default=OFF]
--       Enable unit tests which use large memory
-- 
-- Lint options:
-- 
--   ARROW_ONLY_LINT=OFF [default=OFF]
--       Only define the lint and check-format targets
--   ARROW_VERBOSE_LINT=OFF [default=OFF]
--       If off, 'quiet' flags will be passed to linting tools
--   ARROW_GENERATE_COVERAGE=OFF [default=OFF]
--       Build with C++ code coverage enabled
-- 
-- Checks options:
-- 
--   ARROW_TEST_MEMCHECK=OFF [default=OFF]
--       Run the test suite using valgrind --tool=memcheck
--   ARROW_USE_ASAN=OFF [default=OFF]
--       Enable Address Sanitizer checks
--   ARROW_USE_TSAN=OFF [default=OFF]
--       Enable Thread Sanitizer checks
--   ARROW_USE_UBSAN=OFF [default=OFF]
--       Enable Undefined Behavior sanitizer checks
-- 
-- Project component options:
-- 
--   ARROW_ACERO=OFF [default=OFF]
--       Build the Arrow Acero Engine Module
--   ARROW_AZURE=OFF [default=OFF]
--       Build Arrow with Azure support (requires the Azure SDK for C++)
--   ARROW_BUILD_UTILITIES=OFF [default=OFF]
--       Build Arrow commandline utilities
--   ARROW_COMPUTE=OFF [default=OFF]
--       Build all Arrow Compute kernels
--   ARROW_CSV=OFF [default=OFF]
--       Build the Arrow CSV Parser Module
--   ARROW_CUDA=OFF [default=OFF]
--       Build the Arrow CUDA extensions (requires CUDA toolkit)
--   ARROW_DATASET=OFF [default=OFF]
--       Build the Arrow Dataset Modules
--   ARROW_FILESYSTEM=OFF [default=OFF]
--       Build the Arrow Filesystem Layer
--   ARROW_FLIGHT=OFF [default=OFF]
--       Build the Arrow Flight RPC System (requires GRPC, Protocol Buffers)
--   ARROW_FLIGHT_SQL=OFF [default=OFF]
--       Build the Arrow Flight SQL extension
--   ARROW_GANDIVA=OFF [default=OFF]
--       Build the Gandiva libraries
--   ARROW_GCS=OFF [default=OFF]
--       Build Arrow with GCS support (requires the GCloud SDK for C++)
--   ARROW_HDFS=OFF [default=OFF]
--       Build the Arrow HDFS bridge
--   ARROW_IPC=ON [default=ON]
--       Build the Arrow IPC extensions
--   ARROW_JSON=OFF [default=OFF]
--       Build Arrow with JSON support (requires RapidJSON)
--   ARROW_MIMALLOC=OFF [default=OFF]
--       Build the Arrow mimalloc-based allocator
--   ARROW_PARQUET=ON [default=ON]
--       Build the Parquet libraries
--   ARROW_ORC=OFF [default=OFF]
--       Build the Arrow ORC adapter
--   ARROW_PYTHON=OFF [default=OFF]
--       Build some components needed by PyArrow.
--       (This is a deprecated option. Use CMake presets instead.)
--   ARROW_S3=OFF [default=OFF]
--       Build Arrow with S3 support (requires the AWS SDK for C++)
--   ARROW_SKYHOOK=OFF [default=OFF]
--       Build the Skyhook libraries
--   ARROW_SUBSTRAIT=OFF [default=OFF]
--       Build the Arrow Substrait Consumer Module
--   ARROW_TENSORFLOW=OFF [default=OFF]
--       Build Arrow with TensorFlow support enabled
--   ARROW_TESTING=OFF [default=OFF]
--       Build the Arrow testing libraries
-- 
-- Thirdparty toolchain options:
-- 
--   ARROW_DEPENDENCY_SOURCE=CONDA [default=CONDA|AUTO|BUNDLED|SYSTEM|VCPKG|BREW]
--       Method to use for acquiring arrow's build dependencies
--   ARROW_VERBOSE_THIRDPARTY_BUILD=OFF [default=OFF]
--       Show output from ExternalProjects rather than just logging to files
--   ARROW_DEPENDENCY_USE_SHARED=OFF [default=OFF]
--       Link to shared libraries
--   ARROW_BOOST_USE_SHARED=OFF [default=OFF]
--       Rely on Boost shared libraries where relevant
--   ARROW_BROTLI_USE_SHARED=OFF [default=OFF]
--       Rely on Brotli shared libraries where relevant
--   ARROW_BZ2_USE_SHARED=OFF [default=OFF]
--       Rely on Bz2 shared libraries where relevant
--   ARROW_GFLAGS_USE_SHARED=OFF [default=OFF]
--       Rely on GFlags shared libraries where relevant
--   ARROW_GRPC_USE_SHARED=OFF [default=OFF]
--       Rely on gRPC shared libraries where relevant
--   ARROW_JEMALLOC_USE_SHARED=OFF [default=OFF]
--       Rely on jemalloc shared libraries where relevant
--   ARROW_LLVM_USE_SHARED=OFF [default=OFF]
--       Rely on LLVM shared libraries where relevant
--   ARROW_LZ4_USE_SHARED=OFF [default=OFF]
--       Rely on lz4 shared libraries where relevant
--   ARROW_OPENSSL_USE_SHARED=OFF [default=OFF]
--       Rely on OpenSSL shared libraries where relevant
--   ARROW_PROTOBUF_USE_SHARED=OFF [default=OFF]
--       Rely on Protocol Buffers shared libraries where relevant
--   ARROW_SNAPPY_USE_SHARED=OFF [default=OFF]
--       Rely on snappy shared libraries where relevant
--   ARROW_THRIFT_USE_SHARED=OFF [default=OFF]
--       Rely on thrift shared libraries where relevant
--   ARROW_UTF8PROC_USE_SHARED=OFF [default=OFF]
--       Rely on utf8proc shared libraries where relevant
--   ARROW_ZSTD_USE_SHARED=OFF [default=OFF]
--       Rely on zstd shared libraries where relevant
--   ARROW_USE_GLOG=OFF [default=OFF]
--       Build libraries with glog support for pluggable logging
--   ARROW_WITH_BACKTRACE=ON [default=ON]
--       Build with backtrace support
--   ARROW_WITH_OPENTELEMETRY=OFF [default=OFF]
--       Build libraries with OpenTelemetry support for distributed tracing
--   ARROW_WITH_BROTLI=OFF [default=OFF]
--       Build with Brotli compression
--   ARROW_WITH_BZ2=OFF [default=OFF]
--       Build with BZ2 compression
--   ARROW_WITH_LZ4=OFF [default=OFF]
--       Build with lz4 compression
--   ARROW_WITH_SNAPPY=ON [default=ON]
--       Build with Snappy compression
--   ARROW_WITH_ZLIB=OFF [default=OFF]
--       Build with zlib compression
--   ARROW_WITH_ZSTD=OFF [default=OFF]
--       Build with zstd compression
--   ARROW_WITH_UCX=OFF [default=OFF]
--       Build with UCX transport for Arrow Flight
--       (only used if ARROW_FLIGHT is ON)
--   ARROW_WITH_UTF8PROC=ON [default=ON]
--       Build with support for Unicode properties using the utf8proc library
--       (only used if ARROW_COMPUTE is ON or ARROW_GANDIVA is ON)
--   ARROW_WITH_RE2=ON [default=ON]
--       Build with support for regular expressions using the re2 library
--       (only used if ARROW_COMPUTE or ARROW_GANDIVA is ON)
-- 
-- Parquet options:
-- 
--   PARQUET_MINIMAL_DEPENDENCY=OFF [default=OFF]
--       Depend only on Thirdparty headers to build libparquet.
--       Always OFF if building binaries
--   PARQUET_BUILD_EXECUTABLES=OFF [default=OFF]
--       Build the Parquet executable CLI tools. Requires static libraries to be built.
--   PARQUET_BUILD_EXAMPLES=OFF [default=OFF]
--       Build the Parquet examples. Requires static libraries to be built.
--   PARQUET_REQUIRE_ENCRYPTION=OFF [default=OFF]
--       Build support for encryption. Fail if OpenSSL is not found
-- 
-- Gandiva options:
-- 
--   ARROW_GANDIVA_STATIC_LIBSTDCPP=OFF [default=OFF]
--       Include -static-libstdc++ -static-libgcc when linking with
--       Gandiva static libraries
--   ARROW_GANDIVA_PC_CXX_FLAGS="" [default=""]
--       Compiler flags to append when pre-compiling Gandiva operations
-- 
-- Advanced developer options:
-- 
--   ARROW_EXTRA_ERROR_CONTEXT=OFF [default=OFF]
--       Compile with extra error context (line numbers, code)
--   ARROW_OPTIONAL_INSTALL=OFF [default=OFF]
--       If enabled install ONLY targets that have already been built. Please be
--       advised that if this is enabled 'install' will fail silently on components
--       that have not been built
--   ARROW_GDB_INSTALL_DIR="" [default=""]
--       Use a custom install directory for GDB plugin.
--       In general, you don't need to specify this because the default
--       (CMAKE_INSTALL_FULL_BINDIR on Windows, CMAKE_INSTALL_FULL_LIBDIR otherwise)
--       is reasonable.
--   Outputting build configuration summary to /home/raphy/infinity/cmake-build-debug/third_party/arrow/cmake_summary.json
CMake Deprecation Warning at third_party/googletest/CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


CMake Deprecation Warning at third_party/googletest/googletest/CMakeLists.txt:49 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- Found Python3: /home/raphy/miniconda3/bin/python3 (found version "3.12.8") found components: Interpreter Development Development.Module Development.Embed
-- Python3 specified. Version found: 3.12.8
-- Using Python executable: /home/raphy/miniconda3/bin/python3
-- Could NOT find Python3 (missing: Module) (found version "3.12.8")
-- Found python include directory /home/raphy/miniconda3/include/python3.12
-- Found python static library /usr/lib/x86_64-linux-gnu/libpython3.12.a
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Build spdlog: 1.10.0
-- Build type: Debug
-- The ASM compiler identification is Clang with GNU-like command-line
-- Found assembler: /usr/bin/clang-18
CMake Deprecation Warning at third_party/thrift/CMakeLists.txt:20 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- Configuring infinity 0.20.0
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
CMake Warning (dev) at third_party/thrift/cmake/DefineOptions.cmake:120 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  third_party/thrift/CMakeLists.txt:44 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at third_party/thrift/cmake/DefineOptions.cmake:121 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  third_party/thrift/CMakeLists.txt:44 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/local/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:436 (message):
  The package name passed to find_package_handle_standard_args() (clang-tidy)
  does not match the name of the calling package (ClangTools).  This can lead
  to problems in calling code that expects find_package() result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  third_party/thrift/cmake/FindClangTools.cmake:16 (find_package_handle_standard_args)
  third_party/thrift/cmake/StaticCodeAnalysis.cmake:1 (find_package)
  third_party/thrift/CMakeLists.txt:51 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find clang-tidy (missing: clang-tidy_BINARY) 
CMake Warning (dev) at /usr/local/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:436 (message):
  The package name passed to find_package_handle_standard_args()
  (clang-apply-replacements) does not match the name of the calling package
  (ClangTools).  This can lead to problems in calling code that expects
  find_package() result variables (e.g., `_FOUND`) to follow a certain
  pattern.
Call Stack (most recent call first):
  third_party/thrift/cmake/FindClangTools.cmake:16 (find_package_handle_standard_args)
  third_party/thrift/cmake/StaticCodeAnalysis.cmake:1 (find_package)
  third_party/thrift/CMakeLists.txt:51 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find clang-apply-replacements (missing: clang-apply-replacements_BINARY) 
CMake Warning (dev) at /usr/local/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:436 (message):
  The package name passed to find_package_handle_standard_args()
  (run-clang-tidy) does not match the name of the calling package
  (ClangTools).  This can lead to problems in calling code that expects
  find_package() result variables (e.g., `_FOUND`) to follow a certain
  pattern.
Call Stack (most recent call first):
  third_party/thrift/cmake/FindClangTools.cmake:24 (find_package_handle_standard_args)
  third_party/thrift/cmake/StaticCodeAnalysis.cmake:1 (find_package)
  third_party/thrift/CMakeLists.txt:51 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find run-clang-tidy (missing: run-clang-tidy_BINARY) 
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for netdb.h
-- Looking for netdb.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/un.h
-- Looking for sys/un.h - found
-- Looking for poll.h
-- Looking for poll.h - found
-- Looking for sys/poll.h
-- Looking for sys/poll.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sched.h
-- Looking for sched.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Performing Test HAVE_AF_UNIX_H
-- Performing Test HAVE_AF_UNIX_H - Failed
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for sched_get_priority_max
-- Looking for sched_get_priority_max - found
-- Looking for sched_get_priority_min
-- Looking for sched_get_priority_min - found
-- Performing Test STRERROR_R_CHAR_P
-- Performing Test STRERROR_R_CHAR_P - Success
CMake Warning (dev) at third_party/thrift/cmake/BoostMacros.cmake:23 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

Call Stack (most recent call first):
  third_party/thrift/lib/cpp/CMakeLists.txt:22 (REQUIRE_BOOST_HEADERS)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so
-- ----------------------------------------------------------
-- Thrift version:                               0.20.0 (0.20.0)
-- Thrift package version:                       0.20.0
-- 
-- Build configuration summary
--   Build compiler:                             ON
--   Build libraries:                            ON
--   Build tests:                                ON
--   Build type:                                 Debug
-- 
-- Language libraries:
-- 
--   Build as3 library:                          OFF
--    - Adobe Flex compc was not found - did you set env var FLEX_HOME?
-- 
--   Build with OpenSSL:                         ON
--     Version:                                  3.0.13
-- 
--   Build C++ library:                          ON
--     C++ Language Level:                       C++20 [compiler must support it]
--     Build shared libraries:                   OFF
--     Build with libevent support:              ON
--     Build with Qt5 support:                   OFF
--     Build with ZLIB support:                  ON
-- 
--   Build C (GLib) library:                     ON
-- 
--   Build Java library:                         OFF
--    - Java Runtime missing
--    - Gradle missing
--   Build Javascript library:                   ON
--   Build NodeJS library:                       ON
-- 
--   Build Python library:                       ON
-- 
-- 
-- ----------------------------------------------------------

############################################################################
## oatpp module compilation config:

OATPP_DISABLE_ENV_OBJECT_COUNTERS=OFF
OATPP_THREAD_HARDWARE_CONCURRENCY=AUTO
OATPP_COMPAT_BUILD_NO_THREAD_LOCAL=OFF

############################################################################

oatpp version: '1.3.0'
-- Performing Test CXXFLAG_Wno_return_std_move_in_c_11
-- Performing Test CXXFLAG_Wno_return_std_move_in_c_11 - Failed
OATPP_ADD_LINK_LIBS=atomic

############################################################################
## oatpp-module-install.cmake

OATPP_THIS_MODULE_NAME=oatpp
OATPP_THIS_MODULE_VERSION=1.3.0
OATPP_THIS_MODULE_LIBRARIES=oatpp
OATPP_THIS_MODULE_TARGETS=oatpp
OATPP_THIS_MODULE_DIRECTORIES=oatpp

############################################################################

-- CMAKE_BUILD_TYPE: Debug
-- Performing Test SUPPORT_SSE42
-- Performing Test SUPPORT_SSE42 - Success
-- Performing Test SUPPORT_AVX
-- Performing Test SUPPORT_AVX - Success
-- Performing Test SUPPORT_AVX2
-- Performing Test SUPPORT_AVX2 - Success
-- CMAKE_CXX_FLAGS_DEBUG: -Wall -Wcast-align -ggdb  -std=c++11 -DHAVE_CXX0X -msse4.1 -march=native
-- CMAKE_CXX_FLAGS_RELEASE: -Wall -Wcast-align -O3 -DNDEBUG -std=c++11 -DHAVE_CXX0X -msse4.1 -march=native
-- CMAKE_C_FLAGS_DEBUG: -Wall -Wcast-align -ggdb  -std=c99 -msse4.1 -march=native
-- CMAKE_C_FLAGS_RELEASE: -Wall -Wcast-align -O3 -DNDEBUG -std=c99 -msse4.1 -march=native
-- Performing Test Iconv_IS_BUILT_IN
-- Performing Test Iconv_IS_BUILT_IN - Success
-- Found Iconv: built in to C library
-- Looking for include file ctype.h
-- Looking for include file ctype.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for getenv
-- Looking for getenv - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for include file io.h
-- Looking for include file io.h - not found
-- Looking for pthread_create;pthread_join;pthread_mutex_lock in pthread
-- Looking for pthread_create;pthread_join;pthread_mutex_lock in pthread - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for opendir
-- Looking for opendir - found
-- Looking for setjmp
-- Looking for setjmp - found
-- Looking for include file setjmp.h
-- Looking for include file setjmp.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file sys/times.h
-- Looking for include file sys/times.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
CMake Deprecation Warning at third_party/pugixml/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- Using CMake version 3.31.20241217-gabb3d39
-- CMake platform flags: UNIX
-- curl version=[8.9.1]
-- Picky compiler options: -Werror-implicit-function-declaration -Wextra -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-conversion -Wno-error=sign-conversion -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wshift-sign-overflow -Wshorten-64-to-32 -Wlanguage-extension-token -Wformat=2 -Wdouble-promotion -Wenum-conversion -Wpragmas -Wunused-const-variable -Wunreachable-code-break -Wheader-guard -Wsometimes-uninitialized -Wcomma -Wmissing-variable-declarations -Wassign-enum -Wextra-semi-stmt -Wimplicit-fallthrough
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_ADDR
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_ADDR - Success
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID - Success
-- Found Perl: /usr/bin/perl (found version "5.38.2")
-- Looking for connect in socket
-- Looking for connect in socket - not found
-- Looking for gethostname
-- Looking for gethostname - found
-- Performing Test USE_UNIX_SOCKETS
-- Performing Test USE_UNIX_SOCKETS - Success
-- Looking for include file sys/eventfd.h
-- Looking for include file sys/eventfd.h - found
-- Looking for include files sys/eventfd.h, sys/filio.h
-- Looking for include files sys/eventfd.h, sys/filio.h - not found
-- Looking for include files sys/eventfd.h, sys/wait.h
-- Looking for include files sys/eventfd.h, sys/wait.h - found
-- Looking for 9 include files sys/eventfd.h, ..., sys/sockio.h
-- Looking for 9 include files sys/eventfd.h, ..., sys/sockio.h - not found
-- Looking for 13 include files sys/eventfd.h, ..., sys/utime.h
-- Looking for 13 include files sys/eventfd.h, ..., sys/utime.h - not found
-- Looking for 13 include files sys/eventfd.h, ..., sys/xattr.h
-- Looking for 13 include files sys/eventfd.h, ..., sys/xattr.h - found
-- Looking for 17 include files sys/eventfd.h, ..., ifaddrs.h
-- Looking for 17 include files sys/eventfd.h, ..., ifaddrs.h - found
-- Looking for 18 include files sys/eventfd.h, ..., libgen.h
-- Looking for 18 include files sys/eventfd.h, ..., libgen.h - found
-- Looking for 19 include files sys/eventfd.h, ..., locale.h
-- Looking for 19 include files sys/eventfd.h, ..., locale.h - found
-- Looking for 20 include files sys/eventfd.h, ..., net/if.h
-- Looking for 20 include files sys/eventfd.h, ..., net/if.h - found
-- Looking for 23 include files sys/eventfd.h, ..., netinet/tcp.h
-- Looking for 23 include files sys/eventfd.h, ..., netinet/tcp.h - found
-- Looking for 24 include files sys/eventfd.h, ..., netinet/udp.h
-- Looking for 24 include files sys/eventfd.h, ..., netinet/udp.h - found
-- Looking for linux/tcp.h
-- Looking for linux/tcp.h - found
-- Looking for 26 include files sys/eventfd.h, ..., pwd.h
-- Looking for 26 include files sys/eventfd.h, ..., pwd.h - found
-- Looking for 27 include files sys/eventfd.h, ..., stdatomic.h
-- Looking for 27 include files sys/eventfd.h, ..., stdatomic.h - found
-- Looking for 28 include files sys/eventfd.h, ..., stdbool.h
-- Looking for 28 include files sys/eventfd.h, ..., stdbool.h - found
-- Looking for 30 include files sys/eventfd.h, ..., stropts.h
-- Looking for 30 include files sys/eventfd.h, ..., stropts.h - not found
-- Looking for 30 include files sys/eventfd.h, ..., termio.h
-- Looking for 30 include files sys/eventfd.h, ..., termio.h - found
-- Looking for 31 include files sys/eventfd.h, ..., termios.h
-- Looking for 31 include files sys/eventfd.h, ..., termios.h - found
-- Looking for 33 include files sys/eventfd.h, ..., utime.h
-- Looking for 33 include files sys/eventfd.h, ..., utime.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of long long
-- Check size of long long - done
-- Check size of long
-- Check size of long - done
-- Check size of int
-- Check size of int - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of time_t
-- Check size of time_t - done
-- Check size of suseconds_t
-- Check size of suseconds_t - done
-- Looking for fnmatch
-- Looking for fnmatch - found
-- Looking for basename
-- Looking for basename - found
-- Looking for socket
-- Looking for socket - found
-- Looking for sched_yield
-- Looking for sched_yield - found
-- Looking for socketpair
-- Looking for socketpair - found
-- Looking for recv
-- Looking for recv - found
-- Looking for send
-- Looking for send - found
-- Looking for sendmsg
-- Looking for sendmsg - found
-- Looking for select
-- Looking for select - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for stricmp
-- Looking for stricmp - not found
-- Looking for strcmpi
-- Looking for strcmpi - not found
-- Looking for memrchr
-- Looking for memrchr - not found
-- Looking for alarm
-- Looking for alarm - found
-- Looking for arc4random
-- Looking for arc4random - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for getppid
-- Looking for getppid - found
-- Looking for utimes
-- Looking for utimes - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for closesocket
-- Looking for closesocket - not found
-- Looking for sigsetjmp
-- Looking for sigsetjmp - found
-- Looking for getpass_r
-- Looking for getpass_r - not found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for getpwuid_r
-- Looking for getpwuid_r - found
-- Looking for geteuid
-- Looking for geteuid - found
-- Looking for utime
-- Looking for utime - found
-- Looking for gmtime_r
-- Looking for gmtime_r - found
-- Looking for signal
-- Looking for signal - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for siginterrupt
-- Looking for siginterrupt - found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for freeaddrinfo
-- Looking for freeaddrinfo - found
-- Looking for pipe
-- Looking for pipe - found
-- Looking for eventfd
-- Looking for eventfd - found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for _fseeki64
-- Looking for _fseeki64 - not found
-- Looking for getpeername
-- Looking for getpeername - found
-- Looking for getsockname
-- Looking for getsockname - found
-- Looking for if_nametoindex
-- Looking for if_nametoindex - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for setmode
-- Looking for setmode - not found
-- Looking for setrlimit
-- Looking for setrlimit - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for mach_absolute_time
-- Looking for mach_absolute_time - not found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Looking for fsetxattr
-- Looking for fsetxattr - found
-- Performing Test HAVE_FSETXATTR_5
-- Performing Test HAVE_FSETXATTR_5 - Success
-- Performing Test HAVE_FSETXATTR_6
-- Performing Test HAVE_FSETXATTR_6 - Failed
-- Check size of sa_family_t
-- Check size of sa_family_t - done
-- Performing Test HAVE_FCNTL_O_NONBLOCK
-- Performing Test HAVE_FCNTL_O_NONBLOCK - Success
-- Performing Test HAVE_IOCTLSOCKET
-- Performing Test HAVE_IOCTLSOCKET - Failed
-- Performing Test HAVE_IOCTLSOCKET_CAMEL
-- Performing Test HAVE_IOCTLSOCKET_CAMEL - Failed
-- Performing Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO
-- Performing Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO - Failed
-- Performing Test HAVE_IOCTLSOCKET_FIONBIO
-- Performing Test HAVE_IOCTLSOCKET_FIONBIO - Failed
-- Performing Test HAVE_IOCTL_FIONBIO
-- Performing Test HAVE_IOCTL_FIONBIO - Success
-- Performing Test HAVE_IOCTL_SIOCGIFADDR
-- Performing Test HAVE_IOCTL_SIOCGIFADDR - Success
-- Performing Test HAVE_SETSOCKOPT_SO_NONBLOCK
-- Performing Test HAVE_SETSOCKOPT_SO_NONBLOCK - Failed
-- Performing Test HAVE_O_NONBLOCK
-- Performing Test HAVE_O_NONBLOCK - Failed
-- Performing Test HAVE_GETHOSTBYNAME_R_3
-- Performing Test HAVE_GETHOSTBYNAME_R_3 - Failed
-- Performing Test HAVE_GETHOSTBYNAME_R_5
-- Performing Test HAVE_GETHOSTBYNAME_R_5 - Failed
-- Performing Test HAVE_GETHOSTBYNAME_R_6
-- Performing Test HAVE_GETHOSTBYNAME_R_6 - Success
-- Performing Test HAVE_GETHOSTBYNAME_R_3_REENTRANT
-- Performing Test HAVE_GETHOSTBYNAME_R_3_REENTRANT - Failed
-- Performing Test HAVE_GETHOSTBYNAME_R_5_REENTRANT
-- Performing Test HAVE_GETHOSTBYNAME_R_5_REENTRANT - Failed
-- Performing Test HAVE_GETHOSTBYNAME_R_6_REENTRANT
-- Performing Test HAVE_GETHOSTBYNAME_R_6_REENTRANT - Success
-- Performing Test HAVE_IN_ADDR_T
-- Performing Test HAVE_IN_ADDR_T - Success
-- Performing Test HAVE_BOOL_T
-- Performing Test HAVE_BOOL_T - Success
-- Performing Test STDC_HEADERS
-- Performing Test STDC_HEADERS - Success
-- Performing Test HAVE_FILE_OFFSET_BITS
-- Performing Test HAVE_FILE_OFFSET_BITS - Success
-- Performing Test HAVE_ATOMIC
-- Performing Test HAVE_ATOMIC - Success
-- Check size of off_t
-- Check size of off_t - done
-- Looking for fseeko
-- Looking for fseeko - found
-- Check size of curl_off_t
-- Check size of curl_off_t - done
-- Check size of curl_socket_t
-- Check size of curl_socket_t - done
-- Performing Test HAVE_WRITABLE_ARGV
-- Performing Test HAVE_WRITABLE_ARGV - Success
-- Performing Test HAVE_GLIBC_STRERROR_R
-- Performing Test HAVE_GLIBC_STRERROR_R - Failed
-- Performing Test HAVE_POSIX_STRERROR_R
-- Performing Test HAVE_POSIX_STRERROR_R - Success
-- Performing Test HAVE_CLOCK_GETTIME_MONOTONIC
-- Performing Test HAVE_CLOCK_GETTIME_MONOTONIC - Success
-- Check size of struct sockaddr_storage
-- Check size of struct sockaddr_storage - done
-- Performing Test HAVE_MSG_NOSIGNAL
-- Performing Test HAVE_MSG_NOSIGNAL - Success
-- Performing Test HAVE_STRUCT_TIMEVAL
-- Performing Test HAVE_STRUCT_TIMEVAL - Success
-- Performing Test HAVE_POLL_FINE
-- Performing Test HAVE_POLL_FINE - Success
-- Performing Test HAVE_H_ERRNO
-- Performing Test HAVE_H_ERRNO - Success
-- Performing Test HAVE_CLOCK_GETTIME_MONOTONIC_RAW
-- Performing Test HAVE_CLOCK_GETTIME_MONOTONIC_RAW - Success
-- Protocols: http ipfs ipns
-- Features: alt-svc AsynchDNS IPv6 Largefile libz threadsafe UnixSockets
-- Enabled SSL backends: 
CMake Deprecation Warning at third_party/pcre2/CMakeLists.txt:108 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.8")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
CMake Warning at third_party/pcre2/CMakeLists.txt:136 (FIND_PACKAGE):
  By not providing "FindReadline.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Readline",
  but CMake did not find one.

  Could not find a package configuration file provided by "Readline" with any
  of the following names:

    ReadlineConfig.cmake
    readline-config.cmake

  Add the installation prefix of "Readline" to CMAKE_PREFIX_PATH or set
  "Readline_DIR" to a directory containing one of the above files.  If
  "Readline" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at third_party/pcre2/CMakeLists.txt:137 (FIND_PACKAGE):
  By not providing "FindEditline.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Editline",
  but CMake did not find one.

  Could not find a package configuration file provided by "Editline" with any
  of the following names:

    EditlineConfig.cmake
    editline-config.cmake

  Add the installation prefix of "Editline" to CMAKE_PREFIX_PATH or set
  "Editline_DIR" to a directory containing one of the above files.  If
  "Editline" provides a separate development package or SDK, be sure it has
  been installed.


-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memfd_create
-- Looking for memfd_create - not found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for secure_getenv
-- Looking for secure_getenv - not found
-- Looking for strerror
-- Looking for strerror - found
-- Performing Test HAVE_REALPATH
-- Performing Test HAVE_REALPATH - Success
-- Performing Test HAVE_BUILTIN_MUL_OVERFLOW
-- Performing Test HAVE_BUILTIN_MUL_OVERFLOW - Success
-- Performing Test HAVE_ATTRIBUTE_UNINITIALIZED
-- Performing Test HAVE_ATTRIBUTE_UNINITIALIZED - Success
-- Performing Test HAVE_VISIBILITY
-- Performing Test HAVE_VISIBILITY - Success
-- Performing Test INTEL_CET_ENABLED
-- Performing Test INTEL_CET_ENABLED - Failed
-- 
-- 
-- PCRE2-10.44 configuration summary:
-- 
--   Install prefix .................. : /usr/local
--   C compiler ...................... : /usr/bin/clang-18
--   C compiler flags ................ :  -O0 -g -g
-- 
--   Build 8 bit PCRE2 library ....... : ON
--   Build 16 bit PCRE2 library ...... : OFF
--   Build 32 bit PCRE2 library ...... : OFF
--   Enable JIT compiling support .... : OFF
--   Use SELinux allocator in JIT .... : OFF
--   Enable Unicode support .......... : ON
--   Newline char/sequence ........... : LF
--   \R matches only ANYCRLF ......... : OFF
--   \C is disabled .................. : OFF
--   EBCDIC coding ................... : OFF
--   EBCDIC coding with NL=0x25 ...... : OFF
--   Rebuild char tables ............. : OFF
--   Internal link size .............. : 2
--   Maximum variable lookbehind ..... : 255
--   Parentheses nest limit .......... : 250
--   Heap limit ...................... : 20000000
--   Match limit ..................... : 10000000
--   Match depth limit ............... : MATCH_LIMIT
--   Build shared libs ............... : OFF
--   Build static libs ............... : ON
--      with PIC enabled ............. : ON
--   Build pcre2grep ................. : OFF
--   Enable JIT in pcre2grep ......... : OFF
--   Enable callouts in pcre2grep .... : ON
--   Enable callout fork in pcre2grep. : ON
--   Buffer size for pcre2grep ....... : 20480
--   Build tests (implies pcre2test .. : OFF
--                and pcre2grep)
--   Link pcre2grep with libz ........ : ON
--   Link pcre2grep with libbz2 ...... : ON
--   Link pcre2test with libeditline . : Library not found
--   Link pcre2test with libreadline . : Library not found
--   Support Valgrind .................: OFF
--   Use %zu and %td ..................: AUTO
-- 
CMake Warning at third_party/rocksdb/CMakeLists.txt:41 (project):
  VERSION keyword not followed by a value or was followed by a value that
  expanded to nothing.


-- Performing Test BUILTIN_ATOMIC
-- Performing Test BUILTIN_ATOMIC - Failed
-- Performing Test HAVE_FALLOCATE
-- Performing Test HAVE_FALLOCATE - Success
-- Performing Test HAVE_SYNC_FILE_RANGE_WRITE
-- Performing Test HAVE_SYNC_FILE_RANGE_WRITE - Success
-- Performing Test HAVE_PTHREAD_MUTEX_ADAPTIVE_NP
-- Performing Test HAVE_PTHREAD_MUTEX_ADAPTIVE_NP - Success
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - found
-- Looking for sched_getcpu
-- Looking for sched_getcpu - found
-- Looking for getauxval
-- Looking for getauxval - found
-- Looking for F_FULLFSYNC
-- Looking for F_FULLFSYNC - not found
/home/raphy/infinity/benchmark/common/base_profiler.cpp;/home/raphy/infinity/benchmark/common/query_profiler.cpp
-- Configuring done (23.5s)
-- Generating done (0.7s)
-- Build files have been written to: /home/raphy/infinity/cmake-build-debug
(base) raphy@raohy:~/infinity/cmake-build-debug$ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions