Skip to content

Cern ROOT installation OSX Sequoia 15.4 #134509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xorxex opened this issue Apr 5, 2025 · 3 comments
Closed

Cern ROOT installation OSX Sequoia 15.4 #134509

xorxex opened this issue Apr 5, 2025 · 3 comments
Labels
invalid Resolved as invalid, i.e. not a bug

Comments

@xorxex
Copy link

xorxex commented Apr 5, 2025

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

@DimitryAndric DimitryAndric added invalid Resolved as invalid, i.e. not a bug and removed new issue labels Apr 5, 2025
@DimitryAndric
Copy link
Collaborator

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?

@DimitryAndric DimitryAndric closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2025
@xorxex
Copy link
Author

xorxex commented Apr 5, 2025

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.

@asl
Copy link
Collaborator

asl commented Apr 6, 2025

Looks like cling-related. Tagging @vgvassilev – it would be great if cling would override the bug tracker link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Resolved as invalid, i.e. not a bug
Projects
None yet
Development

No branches or pull requests

4 participants