Dear all,
There is a problem on hydra computer space23.
I try to run standard readDST.C (/zfs/store7.hydra.local/kmikhail/CFs/readDST.C): root readDST.C
Please, see below.
It seems the problem appears due to libraries do not link.
This problem is not observed on other hydra computers.
Be careful!
Thanks,
Konstantin
[kmikhail@space23 CFs]$ root readDST.C
| Welcome to ROOT 6.12/06 http://root.cern.ch |
| © 1995-2017, The ROOT Team |
| Built for linuxx8664gcc |
| From tag v6-12-06, 9 February 2018 |
Try ‘.help’, ‘.demo’, ‘.license’, ‘.credits’, ‘.quit’/’.q’ |
---|
root [0]
Processing readDST.C…
cling::DynamicLibraryManager::loadLibrary(): /cvmfs/hybrilit.jinr.ru/sw/slc7_x86-64/FAIR_may18p1_gcc530/fairroot/install/lib/libBase.so.18: cannot read file data: Input/output error
Error in TInterpreter::TCling::AutoLoad: failure loading library MpdBase.so for MpdEvent
cling::DynamicLibraryManager::loadLibrary(): /cvmfs/hybrilit.jinr.ru/sw/slc7_x86-64/FAIR_may18p1_gcc530/fairroot/install/lib/libBase.so.18: cannot read file data: Input/output error
Error in TInterpreter::TCling::AutoLoad: failure loading library MpdBase.so for MpdEvent
cling::DynamicLibraryManager::loadLibrary(): /cvmfs/hybrilit.jinr.ru/sw/slc7_x86-64/FAIR_may18p1_gcc530/fairroot/install/lib/libBase.so.18: cannot read file data: Input/output error
Error in TInterpreter::TCling::AutoLoad: failure loading library MpdBase.so for MpdEvent
cling::DynamicLibraryManager::loadLibrary(): /cvmfs/hybrilit.jinr.ru/sw/slc7_x86-64/FAIR_may18p1_gcc530/fairroot/install/lib/libBase.so.18: cannot read file data: Input/output error
Error in TInterpreter::TCling::AutoLoad: failure loading library MpdBase.so for MpdEvent
cling::DynamicLibraryManager::loadLibrary(): /cvmfs/hybrilit.jinr.ru/sw/slc7_x86-64/FAIR_may18p1_gcc530/fairroot/install/lib/libBase.so.18: cannot read file data: Input/output error
Error in TInterpreter::TCling::AutoLoad: failure loading library MpdBase.so for MpdEvent
In file included from input_line_10:1:
/zfs/store7.hydra.local/kmikhail/CFs/readDST.C:24:5: error: unknown type name ‘MpdEvent’
MpdEvent event = nullptr;
^
/zfs/store7.hydra.local/kmikhail/CFs/readDST.C:39:13: error: unknown type name ‘MpdTrack’
MpdTrack track = (MpdTrack*) event->GetGlobalTracks()->Unch…
^
/zfs/store7.hydra.local/kmikhail/CFs/readDST.C:39:32: error: use of undeclared identifier ‘MpdTrack’
MpdTrack* track = (MpdTrack*) event->GetGlobalTracks()->Unch…
^
/zfs/store7.hydra.local/kmikhail/CFs/readDST.C:39:41: error: expected expression
MpdTrack* track = (MpdTrack*) event->GetGlobalTracks()->Unch…
^