I’m trying to build a container with ROOT on top of ubuntu18. For this, I forked the root-docker
project and played with the package list in an attempt to make it work:
It used to work, but with the current master, I immediately get a segfault when starting root inside the container I built. the segfault comes from here:
ROOT::FoundationUtils::GetRootSys[abi:cxx11]()
closer inspection reveals that $ROOTSYS
is not set. explicitly sourcing “thisroot.sh” fixes this of course, but then this happens:
ERROR in cling::CIFactory::createCI():
resource directory /usr/local/etc//cling/lib/clang/5.0.0 not found!
error: unable to read PCH file /usr/local/etc//allDict.cxx.pch: 'No such file or directory'
fatal error: PCH file '/usr/local/etc//allDict.cxx.pch' not found: module file not found
I would be happy for any pointers/ideas where I messed up.
I didn’t have that earlier, only thing I (consciously) changed was switching from some older commit to the latest ROOT master…
Please read tips for efficient and successful posting and posting code
ROOT Version: current master
Platform: ubuntu18
Compiler: Not Provided