Downloading binary for macOS Big Sur version 11.0.1


Is there a binary version I could download for macOS Big Sur v 11.0.1 and if yes, please indicate the name to click on among the binary distributions. Thanks,
Elemer

ROOT Version: Not Provided
Platform: macOS BIG SUR v 11.0.1
Compiler: Not Provided


1 Like

I don’t think we had released any binaries for macos Big Sur (@Axel can you please confirm or if maybe we will have one released for latest release this weekend https://github.com/root-project/root/releases/tag/v6-22-06 )

https://root.cern/download/?C=M;O=A;P=*[mM][aA][cC]*-11*

Hi @Axel,
it’d be a great help to have the binary to use it out-of-the-box on my new MacBook Pro which has been provided with macOS Big Sur v 11.0.1.
Thanks in advance,
Elemer

Hi Elemer,

As @Wile_E_Coyote showed, https://root.cern/download/root_v6.22.06.macos-11.0-x86_64-clang120.tar.gz has it! (I’m working on the announcement of 6.22/06.)

Does it work to run curl -O https://root.cern/download/root_v6.22.06.macos-11.0-x86_64-clang120.tar.gz in a terminal, and then untarring that file?

Cheers, Axel.

Hi Axel,
unfortunately, I have got a segmentation fault, probably I need to make some more as you described. I have downloaded Xcode v 12.2, but maybe more needed.
Below is the output I got:
elemer@admins-mbp ~ % root

ERROR in cling::CIFactory::createCI(): cannot extract standard library include paths!

Invoking:

LC_ALL=C /Library/Developer/CommandLineTools/usr/bin/c++ -O3 -DNDEBUG -xc++ -E -v /dev/null 2>&1 | sed -n -e ‘/^.include/,${’ -e ‘/^ /.*++/p’ -e ‘}’

Results was:

With exit code 0

warning: no such sysroot directory: '/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk'

*** Break *** segmentation violation

[/usr/lib/system/libsystem_platform.dylib] _sigtramp (no debug info)

[<unknown binary>] (no debug info)

[/Users/elemer/Downloads/root/lib/libCling.6.22.06.so] (anonymous namespace)::RedirectingFileSystemParser::uniqueOverlayTree((anonymous namespace)::RedirectingFileSystem*, (anonymous namespace)::Entry*, (anonymous namespace)::Entry*) (no debug info)

[/Users/elemer/Downloads/root/lib/libCling.6.22.06.so] (anonymous namespace)::RedirectingFileSystem::create(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, void (*)(llvm::SMDiagnostic const&, void*), llvm::StringRef, void*, llvm::IntrusiveRefCntPtr<clang::vfs::FileSystem>) (no debug info)

[/Users/elemer/Downloads/root/lib/libCling.6.22.06.so] clang::vfs::getVFSFromYAML(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, void (*)(llvm::SMDiagnostic const&, void*), llvm::StringRef, void*, llvm::IntrusiveRefCntPtr<clang::vfs::FileSystem>) (no debug info)

[/Users/elemer/Downloads/root/lib/libCling.6.22.06.so] (anonymous namespace)::createCIImpl(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, cling::CompilerOptions const&, char const*, std::__1::unique_ptr<clang::ASTConsumer, std::__1::default_delete<clang::ASTConsumer> >, std::__1::vector<std::__1::shared_ptr<clang::ModuleFileExtension>, std::__1::allocator<std::__1::shared_ptr<clang::ModuleFileExtension> > > const&, bool, bool) (no debug info)

[/Users/elemer/Downloads/root/lib/libCling.6.22.06.so] cling::CIFactory::createCI(llvm::StringRef, cling::InvocationOptions const&, char const*, std::__1::unique_ptr<clang::ASTConsumer, std::__1::default_delete<clang::ASTConsumer> >, std::__1::vector<std::__1::shared_ptr<clang::ModuleFileExtension>, std::__1::allocator<std::__1::shared_ptr<clang::ModuleFileExtension> > > const&) (no debug info)

[/Users/elemer/Downloads/root/lib/libCling.6.22.06.so] cling::IncrementalParser::IncrementalParser(cling::Interpreter*, char const*, std::__1::vector<std::__1::shared_ptr<clang::ModuleFileExtension>, std::__1::allocator<std::__1::shared_ptr<clang::ModuleFileExtension> > > const&) (no debug info)

[/Users/elemer/Downloads/root/lib/libCling.6.22.06.so] cling::Interpreter::Interpreter(int, char const* const*, char const*, std::__1::vector<std::__1::shared_ptr<clang::ModuleFileExtension>, std::__1::allocator<std::__1::shared_ptr<clang::ModuleFileExtension> > > const&, bool, cling::Interpreter const*) (no debug info)

[/Users/elemer/Downloads/root/lib/libCling.6.22.06.so] TCling::TCling(char const*, char const*, char const* const*) (no debug info)

[/Users/elemer/Downloads/root/lib/libCling.6.22.06.so] CreateInterpreter (no debug info)

[/Users/elemer/Downloads/root/lib/libCore.6.22.06.so] TROOT::InitInterpreter() (no debug info)

[/Users/elemer/Downloads/root/lib/libCore.6.22.06.so] ROOT::Internal::GetROOT2() (no debug info)

[/Users/elemer/Downloads/root/lib/libCore.6.22.06.so] TApplication::TApplication(char const*, int*, char**, void*, int) (no debug info)

[/Users/elemer/Downloads/root/lib/libRint.6.22.06.so] TRint::TRint(char const*, int*, char**, void*, int, bool) (no debug info)

[/Users/elemer/Downloads/root/bin/root.exe] main (no debug info)

[/usr/lib/system/libdyld.dylib] start (no debug info)

Thanks,

Elemer

Hi Elemer,

as always, you need either Xcode or the command line tools that you can install with xcode-select --install. (Upgrading you Mac seems to uninstall them.) Let me know whether that helps!

Axel.

Many thanks Axel, it works fine!

Elemer

1 Like

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