CMake Deprecation Warning at CMakeLists.txt:32 (cmake_policy): The OLD behavior for policy CMP0116 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- The C compiler identification is GNU 15.1.1 -- The CXX compiler identification is GNU 15.1.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/sbin/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/sbin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Git: /usr/sbin/git (found version "2.49.0") -- Building ROOT version 6.36.000 -- Looking for a CUDA compiler -- Looking for a CUDA compiler - NOTFOUND -- Found GCC. Major version 15, minor version 1 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test GLIBCXX_USE_CXX11_ABI -- Performing Test GLIBCXX_USE_CXX11_ABI - Success -- ROOT default compression algorithm: zlib -- Checking internet connectivity -- Checking internet connectivity - found -- Looking for ZLib -- Found ZLIB: /usr/lib64/libz.so (found version "1.3.1") -- Looking for nlohmann/json.hpp -- nlohmann/json.hpp not found. Switching on builtin_nlohmannjson option -- Looking for Unuran -- Could NOT find Unuran (missing: UNURAN_LIBRARY UNURAN_INCLUDE_DIR) -- Unuran not found. Switching on builtin_unuran option -- Looking for Freetype -- Found Freetype: /usr/lib64/libfreetype.so (found version "2.13.3") -- Looking for PCRE -- Found PCRE2: /usr/include (found version "10.45") -- Looking for LZMA -- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so -- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so - found -- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so -- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so - found -- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so -- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so - found -- Found LibLZMA: /usr/lib64/liblzma.so (found version "5.8.1") -- Looking for xxHash -- Could NOT find xxHash (missing: xxHash_LIBRARY xxHash_INCLUDE_DIR) (Required is at least version "0.8") -- xxHash not found. Switching on builtin_xxhash option -- Looking for ZSTD -- Found ZSTD: /usr/lib64/libzstd.so -- Looking for LZ4 -- Could NOT find LZ4 (missing: LZ4_LIBRARY LZ4_INCLUDE_DIR) -- LZ4 not found. Switching on builtin_lz4 option -- Looking for X11 -- Found X11: /usr/include found components: Xpm Xft Xext -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- X11_INCLUDE_DIR: /usr/include -- X11_LIBRARIES: /usr/lib64/libX11.so;/usr/lib64/libXext.so -- X11_Xpm_INCLUDE_PATH: /usr/include -- X11_Xpm_LIB: /usr/lib64/libXpm.so -- X11_Xft_INCLUDE_PATH: /usr/include -- X11_Xft_LIB: /usr/lib64/libXft.so -- X11_Xext_INCLUDE_PATH: /usr/include -- X11_Xext_LIB: /usr/lib64/libXext.so -- Could NOT find GIF (missing: GIF_LIBRARY GIF_INCLUDE_DIR) -- Found PNG: /usr/lib64/libpng.so (found version "1.6.44") -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR) -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) -- Looking for GSL -- Found GSL: /usr/include (found suitable version "2.8", minimum required is "1.10") -- Looking for Python -- Found Python3: /usr/sbin/python3.13 (found suitable version "3.13.3", minimum required is "3.8") found components: Interpreter Development NumPy Development.Module Development.Embed -- Looking for OpenGL -- Found OpenGL: /usr/lib64/libOpenGL.so -- Looking for GLEW -- Found GLEW: /usr/include (found version "2.2.0") -- Looking for gl2ps -- Could NOT find gl2ps (missing: GL2PS_LIBRARY GL2PS_INCLUDE_DIR) -- gl2ps not found. Switching on builtin_gl2ps option -- Looking for Graphviz -- Found Graphviz: /usr/include -- Looking for LibXml2 -- Found LibXml2: /usr/lib64/libxml2.so (found version "2.12.10") -- Found OpenSSL: /usr/lib64/libcrypto.so (found version "3.2.4") found components: SSL -- Looking for FastCGI -- Could NOT find FastCGI (missing: FASTCGI_LIBRARY FASTCGI_INCLUDE_DIR) -- FastCGI not found. Switching off fcgi option -- Looking for SQLite -- Found PkgConfig: /usr/sbin/pkg-config (found version "2.3.0") -- Could NOT find Sqlite (missing: SQLITE_INCLUDE_DIR SQLITE_LIBRARIES) -- SQLite not found. Switching off sqlite option -- Looking for Pythia8 -- Could NOT find Pythia8 (missing: PYTHIA8_INCLUDE_DIR PYTHIA8_LIBRARY) -- Pythia8 not found. Switching off pythia8 option -- Looking for FFTW3 -- Found fftw3 includes at /usr/include -- Found fftw3 library at /usr/lib64/libfftw3.so -- Looking for CFITSIO -- Found CFITSIO: /usr/lib64/libcfitsio.so (found version "4.6") -- Looking for XROOTD -- Found XRootD: /usr/lib64/cmake/XRootD/XRootDConfig.cmake (found version "5.8.2") CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:441 (message): The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (Arrow). 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): /usr/share/cmake/Modules/FindPkgConfig.cmake:114 (find_package_handle_standard_args) cmake/modules/FindArrow.cmake:50 (include) cmake/modules/SearchInstalledSoftware.cmake:80 (_find_package) cmake/modules/SearchInstalledSoftware.cmake:1065 (find_package) CMakeLists.txt:287 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Checking for module 'arrow' -- Package 'arrow' not found -- Could NOT find Arrow (missing: ARROW_INCLUDE_DIR ARROW_LIB_DIR ARROW_FULL_SO_VERSION ARROW_SO_VERSION) -- Apache Arrow API not found. Set variable ARROW_HOME to point to your Arrow installation, or include the installation of Arrow in the CMAKE_PREFIX_PATH. -- For the time being switching OFF 'arrow' option -- Could NOT find DCAP (missing: DCAP_INCLUDE_DIR DCAP_LIBRARY) -- dCap library not found. Set variable DCAP_DIR to point to your dCache installation -- For the time being switching OFF 'dcache' option -- Found FTGL: /usr/include -- Looking for R -- Found R: /usr/sbin/R found components: Rcpp RInside -- Checking for module 'davix>=0.6.4' -- Package 'davix' not found -- Looking for uuid_generate_random in uuid -- Looking for uuid_generate_random in uuid - found -- Found libuuid: /usr/include -- Found OpenSSL: /usr/lib64/libcrypto.so (found version "3.2.4") -- Davix not found, switching ON 'builtin_davix' option. -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for TBB -- Could NOT find TBB (missing: TBB_ROOT_DIR TBB_INCLUDE_DIR) (Required is at least version "2020") -- TBB not found, enabling 'builtin_tbb' option -- Vc library not found, support for it disabled. -- Please enable the option 'builtin_vc' to build Vc internally. -- Looking for VDT -- Found Vdt: /opt/root/pro/include (found suitable version "0.4", minimum required is "0.4") -- Looking for VecGeom -- Could NOT find VecGeom (missing: VecGeom_DIR) -- VecGeom not found. Ensure that the installation of VecGeom is in the CMAKE_PREFIX_PATH -- example: CMAKE_PREFIX_PATH=/lib/cmake/VecGeom -- For the time being switching OFF 'vecgeom' option -- Looking for BLAS for optional parts of TMVA -- Using GSL CBLAS for optional parts of TMVA -- PyROOT: development package found. Building for version 3.13.3 -- Looking for ZeroMQ (libzmq) -- Could NOT find ZeroMQ (missing: ZeroMQ_LIBRARIES ZeroMQ_INCLUDE_DIRS) (Required is at least version "4.3.5") -- ZeroMQ not found. Switching on builtin_zeromq option -- Performing Test ROOT_HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test ROOT_HAVE_CXX_ATOMICS_WITHOUT_LIB - Success -- Building LLVM in 'Release' mode. CMake Deprecation Warning at interpreter/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): interpreter/llvm-project/llvm/CMakeLists.txt:6 (include) CMake Deprecation Warning at interpreter/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy): The OLD behavior for policy CMP0116 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): interpreter/llvm-project/llvm/CMakeLists.txt:6 (include) CMake Deprecation Warning at interpreter/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): interpreter/llvm-project/clang/CMakeLists.txt:6 (include) CMake Deprecation Warning at interpreter/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy): The OLD behavior for policy CMP0116 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): interpreter/llvm-project/clang/CMakeLists.txt:6 (include) CMake Warning (dev) at interpreter/llvm-project/clang/CMakeLists.txt:405 (install): Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run "cmake --help-policy CMP0177" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at interpreter/llvm-project/clang/lib/Tooling/CMakeLists.txt:58 (add_custom_command): COMMENT requires exactly one argument, but multiple values or COMMENT keywords have been given. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at interpreter/llvm-project/clang/lib/Tooling/CMakeLists.txt:79 (add_custom_command): COMMENT requires exactly one argument, but multiple values or COMMENT keywords have been given. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at interpreter/llvm-project/llvm/tools/opt-viewer/CMakeLists.txt:10 (install): Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run "cmake --help-policy CMP0177" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at interpreter/llvm-project/llvm/tools/opt-viewer/CMakeLists.txt:10 (install): Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run "cmake --help-policy CMP0177" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at interpreter/llvm-project/llvm/tools/opt-viewer/CMakeLists.txt:10 (install): Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run "cmake --help-policy CMP0177" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at interpreter/llvm-project/llvm/tools/opt-viewer/CMakeLists.txt:10 (install): Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run "cmake --help-policy CMP0177" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at interpreter/llvm-project/llvm/tools/opt-viewer/CMakeLists.txt:10 (install): Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run "cmake --help-policy CMP0177" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at interpreter/llvm-project/llvm/tools/opt-viewer/CMakeLists.txt:10 (install): Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run "cmake --help-policy CMP0177" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Building Cling as part of ROOT -- Cling version (from VERSION file): ROOT_1.3~dev -- Cling will look for C++ headers in '/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/x86_64-redhat-linux:/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/backward' at runtime. -- And then fallback to: 'c++' -- Building with -fPIC -- Performing Test CXX_HAS_fno_rtti -- Performing Test CXX_HAS_fno_rtti - Success -- Performing Test found_arc4 -- Performing Test found_arc4 - Success -- Found arc4random_buf in stdlib.h -- Performing Test C_HAS_Wno_strict_overflow -- Performing Test C_HAS_Wno_strict_overflow - Success -- Performing Test C_HAS_Wno_maybe_uninitialized -- Performing Test C_HAS_Wno_maybe_uninitialized - Success -- Performing Test C_HAS_Wno_parentheses_equality -- Performing Test C_HAS_Wno_parentheses_equality - Success -- Performing Test C_HAS_Wno_alloc_size_larger_than -- Performing Test C_HAS_Wno_alloc_size_larger_than - Success -- Looking for m -- Looking for m - not found -- Use SSL API VERSION 3.2 for civetweb -- Performing Test GCC_HAS_BIDI_CHARS_FLAG -- Performing Test GCC_HAS_BIDI_CHARS_FLAG - Success -- Could NOT find Qt6 (missing: Qt6_DIR) CMake Warning at gui/qt6webdisplay/CMakeLists.txt:17 (message): Qt6 (WebEngineCore, WebEngineWidgets) not found, disabling option 'qt6web' -- Distributed RDataFrame enabled -- Performing Test CXX_HAS_Wno_cast_function_type -- Performing Test CXX_HAS_Wno_cast_function_type - Success -- Performing Test CXX_HAS_Wno_overloaded_virtual -- Performing Test CXX_HAS_Wno_overloaded_virtual - Success -- Performing Test CXX_HAS_DHAS_X11 -- Performing Test CXX_HAS_DHAS_X11 - Success -- Found Firefox browser executable /usr/sbin/firefox -- Performing Test found_setresuid -- Performing Test found_setresuid - Success -- Performing Test found_attribute_always_inline -- Performing Test found_attribute_always_inline - Success -- Performing Test has_found_attribute_noinline -- Performing Test has_found_attribute_noinline - Success -- Performing Test found_hardware_interference_size -- Performing Test found_hardware_interference_size - Failed Running /opt/root-6.36.00/cmake/unix/compiledata.sh Making /opt/root_build/ginclude/compiledata.h -- ROOT Configuration System: Linux-6.14.9-300.fc42.x86_64 ROOT Platform: linux ROOT Architecture: linuxx8664gcc Processor: 4 core Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz (x86_64) Build type: Release Install path: /opt/root/pro Compiler: GNU 15.1.1 C++ standard: 17 Compiler flags: -- - C: -Wno-implicit-fallthrough -pipe -Wall -W -pthread - C (build type specific): -O3 -DNDEBUG - C++: -Wno-implicit-fallthrough -Wno-noexcept-type -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread - C++ (build type specific): -O3 -DNDEBUG -- Linker flags: - Executable: -rdynamic - Module: - Shared: -Wl,--no-undefined -Wl,--hash-style="both" -- Enabled support for: asimage builtin_clang builtin_cling builtin_cppzmq builtin_davix builtin_gif builtin_gl2ps builtin_jpeg builtin_llvm builtin_lz4 builtin_nlohmannjson builtin_openui5 builtin_tbb builtin_unuran builtin_xxhash builtin_zeromq cefweb clad dataframe davix fftw3 fitsio fortran gdml geom gviz http imt mathmore opengl pyroot r roofit roofit_multiprocess root7 rpath runtime_cxxmodules shadowpw shared spectrum ssl tmva tmva-cpu tmva-cudnn tmva-pymva tmva-rmva tpython unuran use_gsl_cblas vdt veccore webgui x11 xml xrootd -- Configuring done (15.3s) -- Generating done (2.7s) -- Build files have been written to: /opt/root_build