_On my end, after today’s sequoia 15.4 update. Homebrew failed to correctly build root (I tried to reinstall but no luck either.) I suspect it is a change of library or some C++ patches in the new MAC OS system. Also please see the following command line when I tried to open root after the installation:
/opt/homebrew/Cellar/root/6.34.06/etc/root/cling/std_darwin.modulemap:540:12: error: header ‘experimental/__memory’ not found
header “experimental/__memory”
^
input_line_1:1:10: note: submodule of top-level module ‘std’ implicitly imported here
#include
^
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: ‘’
input_line_2:1:2: fatal error: module file '/tmp/root-20250327-18543-ll7y48/root-6.34.06/builddir/lib/mach_port_t.pcm’ not found: module file not found
#include <cling/Interpreter/RuntimeUniverse.h>
^
input_line_2:1:2: note: imported by module ‘pthread’ in ‘/opt/homebrew/Cellar/root/6.34.06/lib/root/pthread.pcm’
input_line_2:1:2: note: imported by module ‘std’ in ‘/opt/homebrew/Cellar/root/6.34.06/lib/root/std.pcm’
input_line_2:1:2: note: imported by module ‘Cling_Runtime_Extra’ in ‘/opt/homebrew/Cellar/root/6.34.06/lib/root/Cling_Runtime_Extra.pcm’
input_line_2:1:2: note: imported by module ‘Cling_Runtime’ in ‘/opt/homebrew/Cellar/root/6.34.06/lib/root/Cling_Runtime.pcm’
<<< cling interactive line includer >>>: fatal error: module file ‘/opt/homebrew/Cellar/root/6.34.06/lib/root/std.pcm’ is out of date and needs to be rebuilt
<<< cling interactive line includer >>>: note: imported by module ‘Darwin’ in ‘/opt/homebrew/Cellar/root/6.34.06/lib/root/Darwin.pcm’
Failed to load module Darwin
ROOT Version: 6.34.06
Platform: MacOS sequoia 15.4
Compiler: homebrew (xcode 16.3)