rest@debian:~$ cd git/ rest@debian:~/git$ git clone https://github.com/root-project/root.git Cloning into 'root'... remote: Enumerating objects: 812081, done. remote: Counting objects: 100% (14/14), done. remote: Total 812081 (delta 13), reused 13 (delta 13), pack-reused 812067 Receiving objects: 100% (812081/812081), 932.68 MiB | 7.07 MiB/s, done. Resolving deltas: 100% (577490/577490), done. Updating files: 100% (21452/21452), done. rest@debian:~/git$ cd root/ rest@debian:~/git/root$ git fetch rest@debian:~/git/root$ git checkout v6-26-00 Note: switching to 'v6-26-00'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 54a757ac45 "Update ROOT version files to v6.26/00." rest@debian:~/git/root$ git log commit 54a757ac45e84b2ffbc5d0bcbdfa11fa58b6d8ee (HEAD, tag: v6-26-00) Author: Axel Naumann Date: Thu Mar 3 07:39:52 2022 +0100 "Update ROOT version files to v6.26/00." commit f46a182655fcba21e88d5bbd14fea542d379d2d7 Author: Axel Naumann Date: Wed Mar 2 15:55:32 2022 +0100 [relnotes] Add latecomer issue. commit bd0718d5e77cf4c9b1df7fa106d63bc36e14eedd Author: Lorenzo Moneta Date: Wed Mar 2 11:46:06 2022 +0100 [TMVA] Use a unique XML file for the trained model used in the test This should fixe some sporadic failures observed in the CI builds commit 1687a8878f92223853d6e60eb99e2c7f33a02624 Author: Enrico Guiraud Date: Wed Mar 2 18:56:57 2022 +0100 rest@debian:~/git/root$ cd build/ rest@debian:~/git/root/build$ ls ASan_blacklist.txt gdbPrinters rmkdepend version_number CMakeLists.txt misc unix win rest@debian:~/git/root/build$ cmake -Droot7=OFF -DCMAKE_CXX_STANDARD=17 -Dxrootd=OFF -Dgdml=ON -DCMAKE_BUILD_TYPE=Release .. -- The C compiler identification is GNU 10.2.1 -- The CXX compiler identification is GNU 10.2.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 -- Found Git: /usr/bin/git (found version "2.30.2") -- Detected ROOT_VERSION 6.26.00 -- Checking internet connectivity... -- Yes -- Looking for Python -- Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Python3_NumPy_INCLUDE_DIRS Development NumPy Development.Module Development.Embed) (found version "3.9.2") -- Could NOT find Python2 (missing: Python2_INCLUDE_DIRS Python2_LIBRARIES Python2_NumPy_INCLUDE_DIRS Development NumPy Development.Module Development.Embed) (found version "2.7.18") CMake Warning at cmake/modules/SearchRootCoreDeps.cmake:223 (message): No supported Python 2 or 3 development packages were found; PyROOT will not be built. Call Stack (most recent call first): CMakeLists.txt:155 (include) -- Found GCC. Major version 10, minor version 2 -- 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 -- Performing Test GLIBCXX_USE_CXX11_ABI -- Performing Test GLIBCXX_USE_CXX11_ABI - Success -- ROOT Platform: linux -- ROOT Compiler: GNU 10.2.1 -- ROOT Processor: x86_64 -- ROOT Architecture: linuxx8664gcc -- Build Type: 'Release' (flags = '-O3 -DNDEBUG') -- Compiler Flags: -std=c++17 -Wno-implicit-fallthrough -Wno-noexcept-type -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -O3 -DNDEBUG -- ROOT default compression algorithm: zlib -- PyROOT will be built for version -- Looking for ZLib -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Looking for nlohmann/json.hpp -- nlohmann/json.hpp not found. Switching on builtin_nlohmannjson option -- Looking for Freetype -- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.10.4") -- Looking for PCRE -- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR PCRE_PCRE_LIBRARY) -- PCRE not found. Switching on builtin_pcre option -- Looking for LZMA -- Could NOT find LibLZMA (missing: LIBLZMA_LIBRARY LIBLZMA_INCLUDE_DIR LIBLZMA_HAS_AUTO_DECODER LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET) -- LZMA not found. Switching on builtin_lzma option -- Building LZMA version 5.2.4 included in ROOT itself -- Looking for xxHash -- Could NOT find xxHash (missing: xxHash_LIBRARY xxHash_INCLUDE_DIR) -- xxHash not found. Switching on builtin_xxhash option -- Looking for ZSTD -- Could NOT find ZSTD (missing: ZSTD_LIBRARIES ZSTD_INCLUDE_DIR ZSTD_VERSION) -- ZSTD not found. Switching on builtin_zstd option -- Performing Test CXX_FLAG_STD_CPLUSPLUS11 -- Performing Test CXX_FLAG_STD_CPLUSPLUS11 - Success -- Performing Test C_FLAG_STD_C99 -- Performing Test C_FLAG_STD_C99 - Success -- Performing Test C_FLAG_WALL -- Performing Test C_FLAG_WALL - Success -- Performing Test CXX_FLAG_WALL -- Performing Test CXX_FLAG_WALL - Success -- Performing Test C_FLAG_WEXTRA -- Performing Test C_FLAG_WEXTRA - Success -- Performing Test CXX_FLAG_WEXTRA -- Performing Test CXX_FLAG_WEXTRA - Success -- Performing Test C_FLAG_WUNDEF -- Performing Test C_FLAG_WUNDEF - Success -- Performing Test CXX_FLAG_WUNDEF -- Performing Test CXX_FLAG_WUNDEF - Success -- Performing Test C_FLAG_WSHADOW -- Performing Test C_FLAG_WSHADOW - Success -- Performing Test CXX_FLAG_WSHADOW -- Performing Test CXX_FLAG_WSHADOW - Success -- Performing Test C_FLAG_WCAST_ALIGN -- Performing Test C_FLAG_WCAST_ALIGN - Success -- Performing Test CXX_FLAG_WCAST_ALIGN -- Performing Test CXX_FLAG_WCAST_ALIGN - Success -- Performing Test C_FLAG_WCAST_QUAL -- Performing Test C_FLAG_WCAST_QUAL - Success -- Performing Test CXX_FLAG_WCAST_QUAL -- Performing Test CXX_FLAG_WCAST_QUAL - Success -- Performing Test C_FLAG_WSTRICT_PROTOTYPES -- Performing Test C_FLAG_WSTRICT_PROTOTYPES - Success -- 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 -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/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/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -- X11_Xpm_INCLUDE_PATH: /usr/include -- X11_Xpm_LIB: /usr/lib/x86_64-linux-gnu/libXpm.so -- X11_Xft_INCLUDE_PATH: /usr/include -- X11_Xft_LIB: /usr/lib/x86_64-linux-gnu/libXft.so -- X11_Xext_INCLUDE_PATH: /usr/include -- X11_Xext_LIB: /usr/lib/x86_64-linux-gnu/libXext.so -- Could NOT find GIF (missing: GIF_LIBRARY GIF_INCLUDE_DIR) -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.37") -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR) -- Looking for AfterImage -- Could NOT find AfterImage (missing: AFTERIMAGE_INCLUDE_DIR AFTERIMAGE_LIBRARIES) -- AfterImage not found. Switching on builtin_afterimage option -- Building AfterImage library included in ROOT itself -- Looking for GSL -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Could NOT find GSL: Found unsuitable version "", but required is at least "1.10" (found GSL_INCLUDE_DIR-NOTFOUND) -- GSL not found. Set variable GSL_ROOT_DIR to point to your GSL installation -- Alternatively, you can also enable the option 'builtin_gsl' to build the GSL libraries internally' -- For the time being switching OFF 'mathmore' option -- Looking for OpenGL -- Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY OPENGL_INCLUDE_DIR) -- OpenGL (with GLU) not found. Switching off opengl option -- Looking for LibXml2 -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) -- LibXml2 not found. Switching off xml option -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.1n") -- Looking for MySQL -- Could NOT find MySQL (missing: MYSQL_INCLUDE_DIR MYSQL_LIBRARIES) -- MySQL not found. Switching off mysql option -- Looking for Oracle -- Oracle not found. -- Oracle: You can specify includes: -DORACLE_PATH_INCLUDES=/usr/include/oracle/10.2.0.3/client -- currently found includes: -- Oracle: You can specify libs: -DORACLE_PATH_LIB=/usr/lib/oracle/10.2.0.3/client/lib -- currently found libs: ORACLE_LIBRARY_OCCI-NOTFOUND;ORACLE_LIBRARY_CLNTSH-NOTFOUND;ORACLE_LIBRARY_LNNZ-NOTFOUND -- Oracle not found. Switching off oracle option -- Looking for PostgreSQL -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR) -- PostgreSQL not found. Switching off pgsql option -- Looking for SQLite -- Could NOT find Sqlite (missing: SQLITE_INCLUDE_DIR SQLITE_LIBRARIES) -- SQLite not found. Switching off sqlite option -- Looking for Pythia6 -- Pythia6 not found. Switching off pythia6 option -- Looking for Pythia8 -- Could NOT find Pythia8 (missing: PYTHIA8_INCLUDE_DIR PYTHIA8_LIBRARY) -- Pythia8 not found. Switching off pythia8 option -- Looking for FFTW3 -- FFTW3 not found. Set [environment] variable FFTW_DIR to point to your FFTW3 installation -- Alternatively, you can also enable the option 'builtin_fftw3' to build FFTW3 internally' -- For the time being switching OFF 'fftw3' option -- Looking for CFITSIO -- Could NOT find CFITSIO (missing: CFITSIO_LIBRARY CFITSIO_INCLUDE_DIR) -- CFITSIO not found. You can enable the option 'builtin_cfitsio' to build the library internally' -- For the time being switching off 'fitsio' option -- Could NOT find GFAL (missing: GFAL_INCLUDE_DIR SRM_IFCE_INCLUDE_DIR GFAL_LIBRARY) -- GFAL library not found. Set variable GFAL_DIR to point to your gfal installation and the variable SRM_IFCE_DIR to the srm_ifce installation -- For the time being switching OFF 'gfal' option -- Checking for module 'davix>=0.6.4' -- No package 'davix' found -- Looking for uuid_generate_random in uuid -- Looking for uuid_generate_random in uuid - found -- Found libuuid: /usr/include -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) -- Davix dependencies not found, switching OFF 'davix' option. -- Looking for TBB -- Could NOT find TBB (missing: TBB_ROOT_DIR TBB_INCLUDE_DIR TBB_LIBRARY) (Required is at least version "2018") -- TBB not found, enabling 'builtin_tbb' option -- Performing Test CXX_HAS_mno_rtm -- Performing Test CXX_HAS_mno_rtm - Success -- Looking for VDT -- Could NOT find Vdt (missing: VDT_INCLUDE_DIR VDT_LIBRARY) (Required is at least version "0.4") -- VDT not found. Ensure that the installation of VDT is in the CMAKE_PREFIX_PATH -- Switching ON 'builtin_vdt' option -- Cannot select cudnn without selecting cuda or tmva-gpu. Option is ignored -- Looking for BLAS for optional parts of TMVA -- Looking for sgemm_ -- Looking for sgemm_ - not found -- Could NOT find BLAS (missing: BLAS_LIBRARIES) -- Performing Test ROOT_HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test ROOT_HAVE_CXX_ATOMICS_WITHOUT_LIB - Success -- Building LLVM in 'Release' mode. -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- Could NOT find Z3: Found unsuitable version "0.0.0", but required is at least "4.7.1" (found Z3_LIBRARIES-NOTFOUND) -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) -- Looking for backtrace -- Looking for backtrace - found -- backtrace facility detected in default set of libraries -- Found Backtrace: /usr/include -- Native target architecture is X86 -- Threads disabled. -- Doxygen disabled. -- Go bindings disabled. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- OCaml bindings disabled. -- Could NOT find Python module pygments -- Could NOT find Python module pygments.lexers.c_cpp -- Could NOT find Python module yaml -- LLVM host triple: x86_64-unknown-linux-gnu -- LLVM default target triple: x86_64-unknown-linux-gnu -- Building with -fPIC -- Found PythonInterp: /usr/bin/python3.9 (found version "3.9.2") -- Constructing LLVMBuild project information -- Linker detection: GNU ld -- Targeting X86 -- Targeting NVPTX -- Clang version: 9.0.1 -- Cling version (from VERSION file): ROOT_1.0~dev -- Cling will look for C++ headers in '/usr/include/c++/10:/usr/include/x86_64-linux-gnu/c++/10:/usr/include/c++/10/backward' at runtime. -- And then fallback to: 'x86_64-linux-gnu-g++-10' -- Performing Test CXX_HAS_fno_rtti -- Performing Test CXX_HAS_fno_rtti - Success -- 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 -- Looking for m -- Looking for m - not found -- Performing Test GCC_HAS_BIDI_CHARS_FLAG -- Performing Test GCC_HAS_BIDI_CHARS_FLAG - Failed -- Performing Test found_setresuid -- Performing Test found_setresuid - Success -- Performing Test found_stdstringview -- Performing Test found_stdstringview - Success -- Performing Test found_stod_stringview -- Performing Test found_stod_stringview - Failed -- Performing Test found_opplusequal_stringview -- Performing Test found_opplusequal_stringview - Success -- Performing Test found_stdapply -- Performing Test found_stdapply - Success -- Performing Test found_stdinvoke -- Performing Test found_stdinvoke - Success -- Performing Test found_stdindexsequence -- Performing Test found_stdindexsequence - 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 /home/rest/git/root/build/unix/compiledata.sh Making /home/rest/git/root/build/ginclude/compiledata.h -- ROOT Configuration System Linux-5.10.0-14-amd64 Processor 1 core Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz (x86_64) Build type Release Install path /usr/local Compiler GNU 10.2.1 Compiler flags: C -Wno-implicit-fallthrough -pipe -Wall -W -pthread -O3 -DNDEBUG C++ -std=c++17 -Wno-implicit-fallthrough -Wno-noexcept-type -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -O3 -DNDEBUG Linker flags: Executable -rdynamic Module Shared -Wl,--no-undefined -Wl,--hash-style="both" -- Enabled support for: asimage builtin_afterimage builtin_clang builtin_cling builtin_llvm builtin_lz4 builtin_lzma builtin_nlohmannjson builtin_openui5 builtin_pcre builtin_tbb builtin_vdt builtin_xxhash builtin_zstd clad dataframe exceptions gdml http imt mlp minuit2 roofit webgui rpath runtime_cxxmodules shared ssl tmva spectrum vdt x11 -- Configuring done -- Generating done -- Build files have been written to: /home/rest/git/root/build rest@debian:~/git/root/build$