Cmake error at 72%: '/Applications/Xcode.app/Contents/Developer/usr/bin/make' make: *** [all] Error 2

Hi, I am trying to build ROOT from source with Pythia.
When tying to execute the make -j4 command, i get the following cmake error:

[ 73%] Built target LLVMRES
CMake Error at /progs/ROOT/builtins/xrootd/XROOTD-prefix/src/XROOTD-stamp/XROOTD-build-Release.cmake:49 (message):
Command failed: 2

‘/Applications/Xcode.app/Contents/Developer/usr/bin/make’

See also

/progs/ROOT/builtins/xrootd/XROOTD-prefix/src/XROOTD-stamp/XROOTD-build-*.log

make[2]: *** [builtins/xrootd/XROOTD-prefix/src/XROOTD-stamp/XROOTD-build] Error 1
make[1]: *** [builtins/xrootd/CMakeFiles/XROOTD.dir/all] Error 2
make: *** [all] Error 2

_ROOT Version: 6.24.10
_Platform: macOS 13.2 (M1 chip, 16GB)
_Compiler: Xcode 14.2

1 Like

I just tried and I still get the same error, now at 65% instead.

You need to remove the old build and configure it from scratch again.