-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure due to missing symbol _ZN7edm4hep17MutableMCParticle11setMomentumENS_8Vector3fE
on LCG_101 ubuntu
#167
Comments
This one is probably caused by the fact that the LCG release at the time was built with gcc-9.3.0 and Ubuntu has in the meantime updated their compiler. ROOT checks for the |
_ZN7edm4hep17MutableMCParticle11setMomentumENS_8Vector3fE
on LCG_101_ZN7edm4hep17MutableMCParticle11setMomentumENS_8Vector3fE
on LCG_101 ubuntu
test_rdf picks up the libedm4hepRDF library from CVMFS instead of from the local build
because LD_LIBRARY_PATH is searched before the runpath (the library is in edm4hep-build/dataframe
|
Note: with
CMAKE_PREFIX_PATH
unset as per Compiling EDM4hep against custom podio in LCG fails to honorPODIO
environment variable #166, and therefore without HepPDT.This produces (reproducibly) the following output, after mostly uneventful compilation:
A potential hint may be in some cling ABI warnings (likely a different version of
libstdc++
between compilation time on ubunt 20.04.0 and current ubuntu 20.04.1 compiler, gcc 9.4.0-1ubuntu1~20.04.1):though I have not seen this result in undefined symbols.
The text was updated successfully, but these errors were encountered: