Root not working on mac

Hello,
$ uname -a
Darwin fcamac.home 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:13:00 PDT 2024; root:xnu-10063.141.2~1/RELEASE_X86_64 x86_64

$ sw_vers
ProductName: macOS
ProductVersion: 14.6.1
BuildVersion: 23G93

Root version:
root_v6.34.00-rc1.macos-14.7-x86_64-clang160.tar

$ root.exe
[/Users/fca] root.exe
input_line_1:1:2: fatal error: module file ‘/Users/sftnight/ROOT-CI/build/lib/DarwinFoundation.pcm’ not found: module file not found
#include
^
input_line_1:1:2: note: imported by module ‘std’ in ‘/usr/local/root/lib/std.pcm’
Warning in cling::IncrementalParser::CheckABICompatibility():
Failed to extract C++ standard library version.
Warning in cling::IncrementalParser::CheckABICompatibility():
Possible C++ standard library mismatch, compiled with _LIBCPP_ABI_VERSION ‘1’
Extraction of runtime standard library version was: ‘’
<<< cling interactive line includer >>>: fatal error: module file ‘/Users/sftnight/ROOT-CI/build/lib/DarwinFoundation.pcm’ not found: module file not found
<<< cling interactive line includer >>>: note: imported by module ‘Darwin’ in ‘/usr/local/root/lib/Darwin.pcm’


Please read tips for efficient and successful posting and posting code

Please fill also the fields below. Note that root -b -q will tell you this info, and starting from 6.28/06 upwards, you can call .forum bug from the ROOT prompt to pre-populate a topic.

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Hi Federico!

I believe there is at least a mismatch between the macOS versions, 14.6 vs 14.7. Would perhaps an update be possible on your side? Alternatively you can consider brew or a build from sources.

Cheers,
Danilo

Danilo, it is not a question of mismatch. Look at this error message

input_line_1:1:2: fatal error: module file ‘/Users/sftnight/ROOT-CI/build/lib/DarwinFoundation.pcm’ not found: module file not found

This reference is not location-independent. There is a problem with the localization of the module. Ciao,

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.