Trouble Installing ROOT w/ Python3

I am trying to install ROOT to be able to use with python3 on a mac with the Big Sur operating system. I was trying the following:

git clone https://github.com/root-project/root.git
mkdir build
cd build
cmake ../root -Dvdt=OFF -Dbuiltin_vdt=OFF (I got a different error without these additions)
make -j8

I got the following error:
[ 0%] Built target xxhash
-- OPENSSL download command succeeded. See also /Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-download-*.log
[ 0%] Performing patch step for 'OPENSSL'
[ 0%] No update step for 'OPENSSL'
patching file Configurations/10-main.conf
[ 0%] Performing configure step for 'OPENSSL'
-- OPENSSL configure command succeeded. See also /Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-configure-*.log
[ 0%] Performing build step for 'OPENSSL'
[ 0%] Linking C shared library ../../lib/libGLEW.dylib
[ 0%] Built target GLEW
-- OPENSSL build command succeeded. See also /Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-build-*.log
[ 0%] Performing install step for 'OPENSSL'
-- OPENSSL install command succeeded. See also /Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-install-*.log
[ 0%] Completed 'OPENSSL'
[ 0%] Built target OPENSSL
make: *** [all] Error 2

Can you try to add -DCMAKE_VERBOSE_MAKEFILE=ON and try again, to see if it gives more information about why it fails?

Okay, here is the OPENSSL portion of the output when I do that:

[0%] No update step for 'OPENSSL'

[ 0%] Performing patch step for 'OPENSSL'

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E echo_append

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL" && patch -p1 < "/Users/Trevor 1/Desktop/Research/root/builtins/openssl/openssl-darwin64-aarch64-cc.diff"

patching file Configurations/10-main.conf

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E touch "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-update"

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E touch "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-patch"

[ 0%] Performing configure step for 'OPENSSL'

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -P "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-configure-Release.cmake"

-- OPENSSL configure command succeeded. See also /Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-configure-*.log

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E touch "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-configure"

[ 0%] Performing build step for 'OPENSSL'

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -P "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-build-Release.cmake"

[ 0%] Linking C shared library ../../lib/libGLEW.dylib

cd "/Users/Trevor 1/Desktop/Research/build/builtins/glew" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_link_script CMakeFiles/GLEW.dir/link.txt --verbose=1

/Library/Developer/CommandLineTools/usr/bin/cc -m64 -pipe -W -Wall -fsigned-char -fno-common -Qunused-arguments -pthread -O2 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -dynamiclib -Wl,-headerpad_max_install_names -m64 -single_module -Wl,-dead_strip_dylibs -o ../../lib/libGLEW.dylib -install_name @rpath/libGLEW.dylib CMakeFiles/GLEW.dir/src/glew.c.o /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/OpenGL.tbd /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/OpenGL.tbd /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/OpenGL.tbd

[ 0%] Built target GLEW

-- OPENSSL build command succeeded. See also /Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-build-*.log

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E touch "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-build"

[ 0%] Performing install step for 'OPENSSL'

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -P "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-install-Release.cmake"

-- OPENSSL install command succeeded. See also /Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-install-*.log

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E touch "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-install"

[ 0%] Completed 'OPENSSL'

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E make_directory "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/CMakeFiles"

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E touch "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/CMakeFiles/OPENSSL-complete"

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E touch "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-done"

[ 0%] Built target OPENSSL

make: *** [all] Error 2

@bellenot Sorry I realized I forgot to @ you and not sure if it notifies otherwise

That’s weird. Maybe a MacOS user could give some advise about what to look for (@couet @Axel)

I have no idea. My installation on BigSur works without problems. I do not see this OPENSSL issue.

Hi,
in case it helps, note that you don’t have to compile ROOT from source, you can quickly install it from conda/hombrew/macports, see https://root.cern/install . I am pretty sure all these packages come with Python 3.

Cheers,
Enrico

…and openssl isn’t the issue. Make doesn’t tell us what the real issue is. Are you always pasting the full log, or are you skipping output?

@Axel I was skipping the portion before that. The full output before what I posted is:

(optenv) Trevs-MacBook:build Trevor$ cmake ../root -Dvdt=OFF -Dbuiltin_vdt=OFF -DCMAKE_VERBOSE_MAKEFILE=ON

-- The C compiler identification is AppleClang 12.0.0.12000031

-- The CXX compiler identification is AppleClang 12.0.0.12000031

-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc

-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Detecting C compile features

-- Detecting C compile features - done

-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++

-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Found Git: /usr/local/bin/git (found version "2.27.0")

-- Detected ROOT_VERSION 6.23.01

-- Looking for Python

-- Could NOT find Python3 (missing: Python3_NumPy_INCLUDE_DIRS NumPy) (found version "3.8.2")

-- Found Python2: /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 (found version "2.7.9") found components: Interpreter Development NumPy

-- Looking for pthread.h

-- Looking for pthread.h - found

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success

-- Found Threads: TRUE

-- Found a macOS system 11.2

-- Found an x86_64 system

-- Performing Test GLIBCXX_USE_CXX11_ABI

-- Performing Test GLIBCXX_USE_CXX11_ABI - Failed

-- ROOT Platform: macosx

-- ROOT Compiler: AppleClang 12.0.0.12000031

-- ROOT Processor: x86_64

-- ROOT Architecture: macosx64

-- Build Type: 'Release' (flags = '-O2')

-- Compiler Flags: -std=c++11 -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -m64 -pipe -W -Wall -Woverloaded-virtual -fsigned-char -fno-common -Qunused-arguments -pthread -stdlib=libc++ -O2

-- ROOT default compression algorithm: zlib

-- PyROOT will be built for versions 3.8.2 (Main) and 2.7.9

-- Looking for ZLib

-- Found ZLIB: /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/lib/libz.tbd (found version "1.2.11")

-- Building freetype version 2.6.1 included in ROOT itself

-- Looking for PCRE

-- Found PCRE: /usr/local/include (found version "8.44")

-- Looking for LZMA

-- Looking for lzma_auto_decoder in /usr/local/lib/liblzma.dylib

-- Looking for lzma_auto_decoder in /usr/local/lib/liblzma.dylib - found

-- Looking for lzma_easy_encoder in /usr/local/lib/liblzma.dylib

-- Looking for lzma_easy_encoder in /usr/local/lib/liblzma.dylib - found

-- Looking for lzma_lzma_preset in /usr/local/lib/liblzma.dylib

-- Looking for lzma_lzma_preset in /usr/local/lib/liblzma.dylib - found

-- Found LibLZMA: /usr/local/lib/liblzma.dylib (found version "5.2.5")

-- Looking for ZSTD

-- Found ZSTD: /usr/local/lib/libzstd.dylib

-- Looking for xxHash

-- Could NOT find xxHash (missing: xxHash_LIBRARY xxHash_INCLUDE_DIR)

-- xxHash not found. Switching on builtin_xxhash option

-- Looking for LZ4

-- Found LZ4: /usr/local/lib/liblz4.dylib (found version "1.9.2")

-- Performing Test GIF_GifFileType_UserData

-- Performing Test GIF_GifFileType_UserData - Success

-- Could NOT find GIF (missing: GIF_LIBRARY) (found version "4")

-- Found TIFF: /usr/local/lib/libtiff.dylib (found version "4.1.0")

-- Found PNG: /usr/local/lib/libpng.dylib (found version "1.6.37")

-- Found JPEG: /usr/local/lib/libjpeg.dylib (found version "90")

-- 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

-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

-- Found GSL: /usr/local/include (found suitable version "2.6", minimum required is "1.10")

-- Looking for OpenGL

-- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework

-- Looking for GLEW

-- Could NOT find GLEW (missing: GLEW_INCLUDE_DIRS GLEW_LIBRARIES)

-- GLEW not found. Switching on builtin_glew option

-- Looking for gl2ps

-- Found gl2ps: /usr/local/lib/libgl2ps.dylib

-- Looking for LibXml2

-- Found LibXml2: /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/lib/libxml2.tbd (found version "2.9.4")

-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)

-- OpenSSL not found, switching ON 'builtin_openssl' option.

-- Found OpenSSL: /Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/include (found version "1.1.1g")

-- 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 PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

-- Found Sqlite: /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/include

-- 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

-- Found fftw3 includes at /usr/local/include

-- Found fftw3 library at /usr/local/lib/libfftw3.dylib

-- Looking for CFITSIO

-- Found CFITSIO: /usr/local/lib/libcfitsio.dylib (found version "3.48")

-- Looking for XROOTD

-- Found Xrootd version num: 4.12.3 (setting -DROOTXRDVERS=400120003)

-- libXrdMain not found: xproofd will be a wrapper around xrootd

-- include_dirs: /usr/local/include/xrootd;/usr/local/include/xrootd/private

-- libraries: /usr/local/lib/libXrdUtils.dylib;/usr/local/lib/libXrdClient.dylib;/usr/local/lib/libXrdCl.dylib

-- 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

-- Could NOT find FTGL (missing: FTGL_INCLUDE_DIR FTGL_LIBRARY)

-- ftgl library not found. Set variable FTGL_ROOT_DIR to point to your installation

-- For the time being switching ON 'builtin_ftgl' option

-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

-- Looking for uuid_generate_random in uuid

-- Looking for uuid_generate_random in uuid - not found

-- Found libuuid: /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/include

-- Davix dependencies not found, switching OFF 'davix' option.

-- Looking for TBB

-- Found TBB: /usr/local (found suitable version "2020.2", minimum required is "2018")

-- 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

-- Looking for dgemm_

-- Looking for dgemm_ - found

-- Found BLAS: /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/Accelerate.framework

-- TMVA: Numpy or Python development package not found for python /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8. Switching off tmva-pymva option

-- 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 Clang

-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc

-- Found libtool - /Library/Developer/CommandLineTools/usr/bin/libtool

-- Looking for backtrace

-- Looking for backtrace - found

-- backtrace facility detected in default set of libraries

-- Found Backtrace: /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/include

-- Native target architecture is X86

-- Threads disabled.

-- Doxygen disabled.

-- Go bindings disabled.

-- Found ld64 - /Library/Developer/CommandLineTools/usr/bin/ld

-- LLVM host triple: x86_64-apple-darwin20.3.0

-- LLVM default target triple: x86_64-apple-darwin20.3.0

-- Building with -fPIC

-- Found PythonInterp: /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8 (found version "3.8.2")

-- Constructing LLVMBuild project information

-- SysLibs: curses;/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/lib/libz.tbd

-- Targeting X86

-- Targeting NVPTX

-- Clang version: 5.0.0

-- Cling version (from VERSION file): ROOT_0.9~dev

-- Cling will look for C++ headers in '/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1' at runtime.

-- And if not found, will invoke: '/Library/Developer/CommandLineTools/usr/bin/c++ ' for them.

-- Performing Test __result

-- Performing Test __result - Failed

-- Performing Test CXX_HAS_fno_rtti

-- Performing Test CXX_HAS_fno_rtti - Success

-- Performing Test CXX_HAS_Wno_conditional_uninitialized

-- Performing Test CXX_HAS_Wno_conditional_uninitialized - 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 - Failed

-- 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 found_setresuid

-- Performing Test found_setresuid - Failed

-- 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 - Failed

-- Performing Test found_stdinvoke

-- Performing Test found_stdinvoke - Failed

-- Performing Test found_stdindexsequence

-- Performing Test found_stdindexsequence - Failed

-- 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

rm: /Users/Trevor: is a directory

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 105: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 106: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 107: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 108: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 109: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 110: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 111: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 113: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 118: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 122: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 123: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 124: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 125: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 126: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 127: ${COMPILEDATA}.tmp: ambiguous redirect

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 128: ${COMPILEDATA}.tmp: ambiguous redirect

Running /Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh

Making /Users/Trevor 1/Desktop/Research/build/ginclude/compiledata.h

/Users/Trevor 1/Desktop/Research/root/build/unix/compiledata.sh: line 131: [: /Users/Trevor: binary operator expected

usage: mv [-f | -i | -n] [-v] source target

mv [-f | -i | -n] [-v] source ... directory

-- ROOT Configuration

System Darwin-20.3.0

Processor 4 core Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz (x86_64)

Build type Release

Install path /usr/local

Compiler AppleClang 12.0.0.12000031

Compiler flags:

C -m64 -pipe -W -Wall -fsigned-char -fno-common -Qunused-arguments -pthread -O2 -DNDEBUG

C++ -std=c++11 -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -m64 -pipe -W -Wall -Woverloaded-virtual -fsigned-char -fno-common -Qunused-arguments -pthread -stdlib=libc++ -O2 -DNDEBUG

Linker flags:

Executable -mmacosx-version-min=11.2

Module

Shared

-- Enabled support for: asimage builtin_afterimage builtin_clang builtin_freetype builtin_ftgl builtin_glew builtin_llvm builtin_nlohmannjson builtin_openssl builtin_openui5 builtin_xxhash clad cocoa dataframe exceptions fftw3 fitsio gdml http imt libcxx mathmore mlp opengl pyroot roofit runtime_cxxmodules shared sqlite ssl tmva tmva-cpu spectrum xml xrootd

-- Configuring done

-- Generating done

-- Build files have been written to: /Users/Trevor 1/Desktop/Research/build

(optenv) Trevs-MacBook:build Trevor$ make -j8

/usr/local/Cellar/cmake/3.17.3/bin/cmake -S"/Users/Trevor 1/Desktop/Research/root" -B"/Users/Trevor 1/Desktop/Research/build" --check-build-system CMakeFiles/Makefile.cmake 0

/usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_progress_start "/Users/Trevor 1/Desktop/Research/build/CMakeFiles" "/Users/Trevor 1/Desktop/Research/build/CMakeFiles/progress.marks"

/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all

/Library/Developer/CommandLineTools/usr/bin/make -f io/xml/CMakeFiles/move_header_io_xml.dir/build.make io/xml/CMakeFiles/move_header_io_xml.dir/depend

/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/copymodulemap.dir/build.make CMakeFiles/copymodulemap.dir/depend

/Library/Developer/CommandLineTools/usr/bin/make -f builtins/nlohmann/CMakeFiles/builtin_nlohmann_json_incl.dir/build.make builtins/nlohmann/CMakeFiles/builtin_nlohmann_json_incl.dir/depend

/Library/Developer/CommandLineTools/usr/bin/make -f builtins/xxhash/CMakeFiles/xxhash.dir/build.make builtins/xxhash/CMakeFiles/xxhash.dir/depend

/Library/Developer/CommandLineTools/usr/bin/make -f builtins/glew/CMakeFiles/move_header_builtins_glew.dir/build.make builtins/glew/CMakeFiles/move_header_builtins_glew.dir/depend

/Library/Developer/CommandLineTools/usr/bin/make -f builtins/glew/CMakeFiles/GLEW.dir/build.make builtins/glew/CMakeFiles/GLEW.dir/depend

/Library/Developer/CommandLineTools/usr/bin/make -f builtins/openssl/CMakeFiles/OPENSSL.dir/build.make builtins/openssl/CMakeFiles/OPENSSL.dir/depend

cd "/Users/Trevor 1/Desktop/Research/build" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" "/Users/Trevor 1/Desktop/Research/root" "/Users/Trevor 1/Desktop/Research/root" "/Users/Trevor 1/Desktop/Research/build" "/Users/Trevor 1/Desktop/Research/build" "/Users/Trevor 1/Desktop/Research/build/CMakeFiles/copymodulemap.dir/DependInfo.cmake" --color=

cd "/Users/Trevor 1/Desktop/Research/build" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" "/Users/Trevor 1/Desktop/Research/root" "/Users/Trevor 1/Desktop/Research/root/builtins/nlohmann" "/Users/Trevor 1/Desktop/Research/build" "/Users/Trevor 1/Desktop/Research/build/builtins/nlohmann" "/Users/Trevor 1/Desktop/Research/build/builtins/nlohmann/CMakeFiles/builtin_nlohmann_json_incl.dir/DependInfo.cmake" --color=

cd "/Users/Trevor 1/Desktop/Research/build" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" "/Users/Trevor 1/Desktop/Research/root" "/Users/Trevor 1/Desktop/Research/root/io/xml" "/Users/Trevor 1/Desktop/Research/build" "/Users/Trevor 1/Desktop/Research/build/io/xml" "/Users/Trevor 1/Desktop/Research/build/io/xml/CMakeFiles/move_header_io_xml.dir/DependInfo.cmake" --color=

/Library/Developer/CommandLineTools/usr/bin/make -f graf2d/asimage/CMakeFiles/move_header_graf2d_asimage.dir/build.make graf2d/asimage/CMakeFiles/move_header_graf2d_asimage.dir/depend

cd "/Users/Trevor 1/Desktop/Research/build" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" "/Users/Trevor 1/Desktop/Research/root" "/Users/Trevor 1/Desktop/Research/root/builtins/xxhash" "/Users/Trevor 1/Desktop/Research/build" "/Users/Trevor 1/Desktop/Research/build/builtins/xxhash" "/Users/Trevor 1/Desktop/Research/build/builtins/xxhash/CMakeFiles/xxhash.dir/DependInfo.cmake" --color=

cd "/Users/Trevor 1/Desktop/Research/build" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" "/Users/Trevor 1/Desktop/Research/root" "/Users/Trevor 1/Desktop/Research/root/builtins/glew" "/Users/Trevor 1/Desktop/Research/build" "/Users/Trevor 1/Desktop/Research/build/builtins/glew" "/Users/Trevor 1/Desktop/Research/build/builtins/glew/CMakeFiles/move_header_builtins_glew.dir/DependInfo.cmake" --color=

cd "/Users/Trevor 1/Desktop/Research/build" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" "/Users/Trevor 1/Desktop/Research/root" "/Users/Trevor 1/Desktop/Research/root/builtins/glew" "/Users/Trevor 1/Desktop/Research/build" "/Users/Trevor 1/Desktop/Research/build/builtins/glew" "/Users/Trevor 1/Desktop/Research/build/builtins/glew/CMakeFiles/GLEW.dir/DependInfo.cmake" --color=

cd "/Users/Trevor 1/Desktop/Research/build" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" "/Users/Trevor 1/Desktop/Research/root" "/Users/Trevor 1/Desktop/Research/root/builtins/openssl" "/Users/Trevor 1/Desktop/Research/build" "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/CMakeFiles/OPENSSL.dir/DependInfo.cmake" --color=

cd "/Users/Trevor 1/Desktop/Research/build" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" "/Users/Trevor 1/Desktop/Research/root" "/Users/Trevor 1/Desktop/Research/root/graf2d/asimage" "/Users/Trevor 1/Desktop/Research/build" "/Users/Trevor 1/Desktop/Research/build/graf2d/asimage" "/Users/Trevor 1/Desktop/Research/build/graf2d/asimage/CMakeFiles/move_header_graf2d_asimage.dir/DependInfo.cmake" --color=

Scanning dependencies of target move_header_io_xml

Scanning dependencies of target xxhash

Scanning dependencies of target copymodulemap

Scanning dependencies of target move_header_builtins_glew

Scanning dependencies of target builtin_nlohmann_json_incl

Scanning dependencies of target GLEW

/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/copymodulemap.dir/build.make CMakeFiles/copymodulemap.dir/build

/Library/Developer/CommandLineTools/usr/bin/make -f builtins/glew/CMakeFiles/move_header_builtins_glew.dir/build.make builtins/glew/CMakeFiles/move_header_builtins_glew.dir/build

/Library/Developer/CommandLineTools/usr/bin/make -f builtins/nlohmann/CMakeFiles/builtin_nlohmann_json_incl.dir/build.make builtins/nlohmann/CMakeFiles/builtin_nlohmann_json_incl.dir/build

Scanning dependencies of target OPENSSL

/Library/Developer/CommandLineTools/usr/bin/make -f builtins/xxhash/CMakeFiles/xxhash.dir/build.make builtins/xxhash/CMakeFiles/xxhash.dir/build

Scanning dependencies of target move_header_graf2d_asimage

/Library/Developer/CommandLineTools/usr/bin/make -f io/xml/CMakeFiles/move_header_io_xml.dir/build.make io/xml/CMakeFiles/move_header_io_xml.dir/build

/Library/Developer/CommandLineTools/usr/bin/make -f graf2d/asimage/CMakeFiles/move_header_graf2d_asimage.dir/build.make graf2d/asimage/CMakeFiles/move_header_graf2d_asimage.dir/build

/Library/Developer/CommandLineTools/usr/bin/make -f builtins/openssl/CMakeFiles/OPENSSL.dir/build.make builtins/openssl/CMakeFiles/OPENSSL.dir/build

[ 0%] Generating include/module.modulemap

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/builtins/glew/inc/GL/eglew.h to /Users/Trevor 1/Desktop/Research/build/include

/usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/build/unix/module.modulemap /Users/Trevor\ 1/Desktop/Research/build/include/module.modulemap

cd "/Users/Trevor 1/Desktop/Research/build/builtins/glew" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/builtins/glew/inc/GL/eglew.h /Users/Trevor\ 1/Desktop/Research/build/include/GL/eglew.h

[ 0%] Copying nlohmann/json.hpp header to /Users/Trevor 1/Desktop/Research/build/include

cd "/Users/Trevor 1/Desktop/Research/build/builtins/nlohmann" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/builtins/nlohmann/json.hpp /Users/Trevor\ 1/Desktop/Research/build/include/nlohmann/json.hpp

[ 0%] Building C object builtins/xxhash/CMakeFiles/xxhash.dir/xxhash.c.o

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/graf2d/asimage/inc/TASImage.h to /Users/Trevor 1/Desktop/Research/build/include

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/io/xml/inc/TBufferXML.h to /Users/Trevor 1/Desktop/Research/build/include

cd "/Users/Trevor 1/Desktop/Research/build/builtins/xxhash" && /Library/Developer/CommandLineTools/usr/bin/cc -m64 -pipe -W -Wall -fsigned-char -fno-common -Qunused-arguments -pthread -O2 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -fPIC -fvisibility=hidden -o CMakeFiles/xxhash.dir/xxhash.c.o -c "/Users/Trevor 1/Desktop/Research/root/builtins/xxhash/xxhash.c"

cd "/Users/Trevor 1/Desktop/Research/build/io/xml" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/io/xml/inc/TBufferXML.h /Users/Trevor\ 1/Desktop/Research/build/include/TBufferXML.h

cd "/Users/Trevor 1/Desktop/Research/build/graf2d/asimage" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/graf2d/asimage/inc/TASImage.h /Users/Trevor\ 1/Desktop/Research/build/include/TASImage.h

[ 0%] Creating directories for 'OPENSSL'

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E make_directory "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL"

cat /Users/Trevor\\ 1/Desktop/Research/build/include/module.modulemap.extra >> /Users/Trevor\\ 1/Desktop/Research/build/include/module.modulemap

/bin/sh: /Users/Trevor\: Permission denied

/Library/Developer/CommandLineTools/usr/bin/make -f builtins/glew/CMakeFiles/GLEW.dir/build.make builtins/glew/CMakeFiles/GLEW.dir/build

make[2]: *** [include/module.modulemap] Error 1

make[2]: *** Deleting file `include/module.modulemap'

make[1]: *** [CMakeFiles/copymodulemap.dir/all] Error 2

make[1]: *** Waiting for unfinished jobs....

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E make_directory "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL"

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/builtins/glew/inc/GL/glew.h to /Users/Trevor 1/Desktop/Research/build/include

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/graf2d/asimage/inc/TASImagePlugin.h to /Users/Trevor 1/Desktop/Research/build/include

cd "/Users/Trevor 1/Desktop/Research/build/builtins/glew" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/builtins/glew/inc/GL/glew.h /Users/Trevor\ 1/Desktop/Research/build/include/GL/glew.h

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/io/xml/inc/TKeyXML.h to /Users/Trevor 1/Desktop/Research/build/include

[ 0%] Building C object builtins/glew/CMakeFiles/GLEW.dir/src/glew.c.o

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/io/xml/inc/TXMLEngine.h to /Users/Trevor 1/Desktop/Research/build/include

cd "/Users/Trevor 1/Desktop/Research/build/graf2d/asimage" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/graf2d/asimage/inc/TASImagePlugin.h /Users/Trevor\ 1/Desktop/Research/build/include/TASImagePlugin.h

cd "/Users/Trevor 1/Desktop/Research/build/io/xml" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/io/xml/inc/TKeyXML.h /Users/Trevor\ 1/Desktop/Research/build/include/TKeyXML.h

cd "/Users/Trevor 1/Desktop/Research/build/builtins/glew" && /Library/Developer/CommandLineTools/usr/bin/cc -DGLEW_EXPORTS -I"/Users/Trevor 1/Desktop/Research/root/builtins/glew/inc" -iframework /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks -m64 -pipe -W -Wall -fsigned-char -fno-common -Qunused-arguments -pthread -O2 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -fPIC -fPIC -o CMakeFiles/GLEW.dir/src/glew.c.o -c "/Users/Trevor 1/Desktop/Research/root/builtins/glew/src/glew.c"

cd "/Users/Trevor 1/Desktop/Research/build/io/xml" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/io/xml/inc/TXMLEngine.h /Users/Trevor\ 1/Desktop/Research/build/include/TXMLEngine.h

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E make_directory "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix"

[ 0%] Built target builtin_nlohmann_json_incl

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/builtins/glew/inc/GL/glxew.h to /Users/Trevor 1/Desktop/Research/build/include

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E make_directory "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/tmp"

cd "/Users/Trevor 1/Desktop/Research/build/builtins/glew" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/builtins/glew/inc/GL/glxew.h /Users/Trevor\ 1/Desktop/Research/build/include/GL/glxew.h

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/graf2d/asimage/inc/TASPaletteEditor.h to /Users/Trevor 1/Desktop/Research/build/include

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/io/xml/inc/TXMLFile.h to /Users/Trevor 1/Desktop/Research/build/include

cd "/Users/Trevor 1/Desktop/Research/build/io/xml" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/io/xml/inc/TXMLFile.h /Users/Trevor\ 1/Desktop/Research/build/include/TXMLFile.h

cd "/Users/Trevor 1/Desktop/Research/build/graf2d/asimage" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/graf2d/asimage/inc/TASPaletteEditor.h /Users/Trevor\ 1/Desktop/Research/build/include/TASPaletteEditor.h

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/io/xml/inc/TXMLPlayer.h to /Users/Trevor 1/Desktop/Research/build/include

cd "/Users/Trevor 1/Desktop/Research/build/io/xml" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/io/xml/inc/TXMLPlayer.h /Users/Trevor\ 1/Desktop/Research/build/include/TXMLPlayer.h

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/graf2d/asimage/inc/TASPluginGS.h to /Users/Trevor 1/Desktop/Research/build/include

cd "/Users/Trevor 1/Desktop/Research/build/graf2d/asimage" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/graf2d/asimage/inc/TASPluginGS.h /Users/Trevor\ 1/Desktop/Research/build/include/TASPluginGS.h

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E make_directory "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp"

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E make_directory "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src"

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/builtins/glew/inc/GL/wglew.h to /Users/Trevor 1/Desktop/Research/build/include

cd "/Users/Trevor 1/Desktop/Research/build/builtins/glew" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/builtins/glew/inc/GL/wglew.h /Users/Trevor\ 1/Desktop/Research/build/include/GL/wglew.h

[ 0%] Copying header /Users/Trevor 1/Desktop/Research/root/io/xml/inc/TXMLSetup.h to /Users/Trevor 1/Desktop/Research/build/include

cd "/Users/Trevor 1/Desktop/Research/build/io/xml" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E copy /Users/Trevor\ 1/Desktop/Research/root/io/xml/inc/TXMLSetup.h /Users/Trevor\ 1/Desktop/Research/build/include/TXMLSetup.h

[ 0%] Built target move_header_graf2d_asimage

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E make_directory "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp"

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E touch "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-mkdir"

[ 0%] Built target move_header_builtins_glew

[ 0%] Built target move_header_io_xml

[ 0%] Performing download step (download, verify and extract) for 'OPENSSL'

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -P "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-download-Release.cmake"

[ 0%] Linking C static library ../../lib/libxxhash.a

cd "/Users/Trevor 1/Desktop/Research/build/builtins/xxhash" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -P CMakeFiles/xxhash.dir/cmake_clean_target.cmake

cd "/Users/Trevor 1/Desktop/Research/build/builtins/xxhash" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E cmake_link_script CMakeFiles/xxhash.dir/link.txt --verbose=1

/Library/Developer/CommandLineTools/usr/bin/ar qc ../../lib/libxxhash.a CMakeFiles/xxhash.dir/xxhash.c.o

/Library/Developer/CommandLineTools/usr/bin/ranlib ../../lib/libxxhash.a

[ 0%] Built target xxhash

-- OPENSSL download command succeeded. See also /Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-download-*.log

cd "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src" && /usr/local/Cellar/cmake/3.17.3/bin/cmake -E touch "/Users/Trevor 1/Desktop/Research/build/builtins/openssl/OPENSSL-prefix/src/OPENSSL-stamp/OPENSSL-download"

I don’t think it’s an issue specific to big sur because I had the same problem before I updated and was never able to resolve it, I just figured I would try again in case it worked better after updating

Just to make sure…can you try again from a directory the full path of which does not contain spaces? :confused:

(again unless you have very specific needs you don’t need to compile ROOT from source, however)

That’s the culprit. Indeed as @eguiraud said, the space is likely killing the build. That’s still a bug, though.@oshadura might be interested :slight_smile:

This is now Cannot build ROOT is some paths contain spaces · Issue #7311 · root-project/root · GitHub

1 Like