ROOT not working on Sequoia

Hello,

I am having the same issue as Root 6.32.06 Sequoia binary package not working?. Installation from binary 6.32.06. Any news on resolution of the issue?

Thank you!
P

Welcome to the ROOT forum

Have you tried the '“curl procedure” described on the post you pointed to ?

Hello,

Thank you for your reply.
What do you mean by the “curl procedure” ?

Best
P

Sorry I see now what you mean.
Thanks I missed that one. Let me try it

Thanks

No luck yet.

$ curl https://github.com/root-project/root/releases/download/v6-32-06/root_v6.32.06.macos-15.0-arm64-clang160.tar.gz -o clang160.tar.gz -L
tar xvf clang160.tar.gz
cd root
source bin/thisroot.sh
root -b
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  282M  100  282M    0     0  4494k      0  0:01:04  0:01:04 --:--:-- 7733k
x root/
x root/man/
[...]

x root/fonts/texgyreheros-italic.otf
x root/fonts/verdana.ttf
Fatal in <TROOT::InitInterpreter>: cannot load library dlopen(/Users/pier/root/lib/libCling.so, 0x0005): Library not loaded: /opt/local/lib/libzstd.1.dylib
  Referenced from: <899F4988-A8F7-3529-8A9B-B0EF2C47FED6> /Users/pier/root/lib/libCling.so
  Reason: tried: '/Users/pier/root/lib/libzstd.1.dylib' (no such file), '/opt/local/lib/libzstd.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/local/lib/libzstd.1.dylib' (no such file), '/opt/local/lib/libzstd.1.dylib' (no such file)

What kind of Mac do you have ?

MacBook Air M3, OSX 15.0.1

Hello,

I tried to include the brew path on LD_LIBRARY_PATH but it does not solve the issue. I then tried to add it also to the DYLD_LIBRARY_PATH and I have now a different error:

$ export LD_LIBRARY_PATH=/opt/homebrew/lib:$LD_LIBRARY_PATH
$ export DYLD_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_LIBRARY_PATH
$ root -l
input_line_1:1:2: fatal error: module file '/Users/sftnight/ROOT-CI/build/lib/DarwinFoundation.pcm' not found: module file not found
#include <new>
 ^
input_line_1:1:2: note: imported by module 'std' in '/Applications/root_v6.32.06/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 '/Applications/root_v6.32.06/lib/Darwin.pcm'
Failed to load module Darwin
Failed to load module std
Failed to load module _Builtin_intrinsics
Failed to load module ROOT_Foundation_C
[...]
 *** Break *** segmentation violation
[/usr/lib/system/libsystem_platform.dylib] _sigtramp (no debug info)
[/Applications/root_v6.32.06/lib/libCling.so] ROOT::TMetaUtils::TNormalizedCtxtImpl::keepTypedef(cling::LookupHelper const&, char const*, bool) (no debug info)
[/Applications/root_v6.32.06/lib/libCling.so] ROOT::TMetaUtils::TNormalizedCtxtImpl::TNormalizedCtxtImpl(cling::LookupHelper const&) (no debug info)
[/Applications/root_v6.32.06/lib/libCling.so] ROOT::TMetaUtils::TNormalizedCtxt::TNormalizedCtxt(cling::LookupHelper const&) (no debug info)
[/Applications/root_v6.32.06/lib/libCling.so] TCling::TCling(char const*, char const*, char const* const*, void*) (no debug info)
[/Applications/root_v6.32.06/lib/libCling.so] CreateInterpreter (no debug info)
[/Applications/root_v6.32.06/lib/libCore.so] TROOT::InitInterpreter() (no debug info)
[/Applications/root_v6.32.06/lib/libCore.so] ROOT::Internal::GetROOT2() (no debug info)
[/Applications/root_v6.32.06/lib/libCore.so] TApplication::TApplication(char const*, int*, char**, void*, int) (no debug info)
[/Applications/root_v6.32.06/lib/libRint.so] TRint::TRint(char const*, int*, char**, void*, int, bool, bool) (no debug info)
[/Applications/root_v6.32.06/bin/root.exe] main (no debug info)
[/usr/lib/dyld] start (no debug info)

Hope could help to find a solution.

Thank you

Which command line tools do you have ?

pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.

although I have installed and updated Xcode-select…

$xcode-select --version
xcode-select version 2409.

$xcode-select -p
/Applications/Xcode.app/Contents/Developer

I tried to change it to CommandLineTool

$sudo xcode-select --switch /Library/Developer/CommandLineTools 
$xcode-select -p                                               
/Library/Developer/CommandLineTools

but ROOT still gives me the same error

On Sequoia it should give something like that:

% pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 16.0.0.0.1.1724870825
volume: /
location: /
install-time: 1726649518

Hello,

I reinstalled Xcode and the command line tools

/usr/sbin/pkgutil --pkg-info com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 15.3.0.0.1.1708646388
volume: /
location: /
install-time: 1728393320
1 Like

I add this for reference. I had to update the command line tool and now everything is working!

pkgutil --pkg-info=com.apple.pkg.CLTools_Executables          
package-id: com.apple.pkg.CLTools_Executables
version: 16.0.0.0.1.1724870825
volume: /
location: /
install-time: 1728394070

Thank you very much for support!

1 Like

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