You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure why you are reporting this here, instead of in root-project's bug tracker? As far as I can see from the build log, this looks like a problem in their configuration script, not an llvm issue.
I do see a segfault in there, maybe you can fish out the .sh and .cpp file from your /tmp directory, and create a separate issue for that?
Hi Dimitry, thanks for reacting. I submitted here because of the notification "PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace." in the error trace output. I understand it is a problem of ROOT installation scripts most likely. Cheers.
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
The text was updated successfully, but these errors were encountered: