Proof doesn't find shared object

During EnablePackage proof search the package in the wrong directory. I

Wrk-0.0: failure loading HiggsPar …
Wrk-0.18: failure loading HiggsPar …
Wrk-0.15: failure loading HiggsPar …
Wrk-0.21: failure loading HiggsPar …
Wrk-0.12: failure loading HiggsPar …
Wrk-0.3: failure loading HiggsPar …
Wrk-0.6: failure loading HiggsPar …
Wrk-0.9: failure loading HiggsPar …
14:54:10 2736 Wrk-0.9 | Error in TUnixSystem::DynamicPathName: libHiggsBaseSelector[.so | .dll | .dylib | .sl | .dl | .a] does not exist in /gpfs/storage_4/users/home/proof/root/lib:/gpfs/storage_4/users/home/proof/root/lib:/opt/d-cache/dcap/lib:/opt/glite/lib:/opt/glite/lib64:/opt/globus/lib:/opt/lcg/lib:/opt/lcg/lib64:/opt/classads/lib64/:/opt/c-ares/lib/:.:/gpfs/storage_4/users/home/proof/root/lib::/gpfs/storage_4/users/home/proof/root/cint/cint/stl

ROOT 5.30/04

Can you give more details about what you are trying to do, where are the files/packages located, etc … ?

Gerri

[quote=“ganis”]Can you give more details about what you are trying to do, where are the files/packages located, etc … ?

Gerri[/quote]

This code worked until yesterday. I haven’t done any changes:

    p->UploadPackage("../utils/utils.par");
    p->EnablePackage("utils");
    p->UploadPackage("../PhotonAnalysisTools/PhotonAnalysisTools.par");
    p->EnablePackage("PhotonAnalysisTools");
    p->UploadPackage("../HiggsPar/HiggsPar.par");
    p->EnablePackage("HiggsPar");

now, I’ve rerun it (without any changes) and I don’t get the same error, but on the logs I find:

16:20:41 27893 Wrk-0.6 | Info in <TUnixSystem::ACLiC>: creating shared library /proof/workingdirs/turra/session-t2-wn-10-1322493517-20159/worker-0.6-t2-wn-09-1322493518-27893/./HiggsAnalysis_C.so
In file included from /tmp/rootcint_X9ZPxJ.h:3,
                 from /tmp/RgHTA2_cint.cxx:1:
/proof/workingdirs/turra/session-t2-wn-10-1322493517-20159/worker-0.6-t2-wn-09-1322493518-27893/./HiggsAnalysis.C:17:50: error: HiggsPar/MCSubSelector/MCSubSelector.h: No such file or directory
/proof/workingdirs/turra/session-t2-wn-10-1322493517-20159/worker-0.6-t2-wn-09-1322493518-27893/./HiggsAnalysis.C:18:60: error: HiggsPar/Matrix4SubSelector/Matrix4SubSelector.h: No such file or directory
In file included from /proof/workingdirs/turra/session-t2-wn-10-1322493517-20159/worker-0.6-t2-wn-09-1322493518-27893/./HiggsAnalysis.C:20,
                 from /tmp/rootcint_X9ZPxJ.h:3,
                 from /tmp/RgHTA2_cint.cxx:1:

I really don’t understand, nothing changed.

Is this related to the ‘disappearing packages’ report
Disappearing pakages
?

Gerri

[quote=“ganis”]Is this related to the ‘disappearing packages’ report
Disappearing pakages
?

Gerri[/quote]

It could, I’m trying to understand