Issue |
134509
|
Summary |
Cern ROOT installation OSX Sequoia 15.4
|
Labels |
new issue
|
Assignees |
|
Reporter |
xorxex
|
No way I can get ROOT installed on OSX Sequoia 15.4.
Procedure followed (worked perfectly for all previous OS versions):
$ git clone --branch latest-stable https://github.com/root-project/root.git root_src
$ mkdir root_build root_install && cd root_build
$ cmake -DCMAKE_INSTALL_PREFIX=../root_install ../root_src
$ cmake --build . --target install -j8 >>> stopped with errors <<< at ~55%
$ cmake --build . --target install >>> stopped with errors <<< at ~75%
Enclosed log.
[build_error.txt](https://github.com/user-attachments/files/19618474/build_error.txt)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs