CINT error from Gaudi

I have the following runtime error within Gaudi framework.
It seems that gaudi executable is trying to compile something in root cint but failed.
Same code ran successfully in other machine (same compiler and same environment
variables but two system are not exactly identical)
If I run root interactive, it starts without error.

Error: cannot open file “_list” /afs/fnal.gov/files/code/minerva/release/20080304/lcg/external/root/5.14.00h/slc4_ia32_gcc34/root/cint/stl/list:10:
*** Interpreter error recovered ***
Error: cannot open file “_map” /afs/fnal.gov/files/code/minerva/release/20080304/lcg/external/root/5.14.00h/slc4_ia32_gcc34/root/cint/stl/map:10:
*** Interpreter error recovered ***
Error: cannot open file “_set” /afs/fnal.gov/files/code/minerva/release/20080304/lcg/external/root/5.14.00h/slc4_ia32_gcc34/root/cint/stl/set:10:

Hi,

So this seems to be a problem with the same Gaudi sets the environment. Did you get a solution from the Gaudi developers?

Philippe

It seems related with afs.
It looks that somehow subprocess can’t access afs directory.
Still try to solve afs problem.