Check duplicate issues.
Description
I have a project baed on ROOT/PyROOT.
I am using ROOT from LCG dev3 nighly slots on cvmfs.
And this week my project fails with:
cling::DynamicLibraryManager::loadLibrary(): /afs/cern.ch/user/i/ibelyaev/cmtuser/RELEASE/ostap/build/INSTALL/LCGdev3/x86_64-el9-clang19-opt/lib/libostap.so: undefined symbol: _ZNK4ROOT2v58TFormula13GetExpFormulaEPKc
The missing symbol correswponds to
$ c++filt _ZNK4ROOT2v58TFormula13GetExpFormulaEPKc
ROOT::v5::TFormula::GetExpFormula(char const*) const
I have no changes in my porject for more then a aweek.
The last successfun run was the last Thursday. Monday thjoisweek and today I see this problem.
Reproducer
I do not know if it is possible to make a simple reproducer - my project is rather large.
ROOT version
ROOT from cvmfs LCG dev3 nightly builds.
The problme appears somewhen between last Thursday (the last successful tet o fmy projects) and this Monday (where I saw the problem)
Installation method
cvmfs LCG dev3 nightly builds
Operating system
Linux
Additional context
The problme appears somewhen between last Thursday (the last successful tet o fmy projects) and this Monday (where I saw the problem)