Hello,
I wanted to re-generate some plots using some earlier steps of analysis I ran a week or so ago. First, when I tried to source the setup.sh from the master branch, I was getting an error stating that ONNXRuntime was not a module in the package. I used pip install to get ONNXRuntime to try and mitigate this but I began getting segmentation errors.
I then tried to just use fccanalysis build --clean-build and now I am getting the error:
/cvmfs/sw.hsf.org/contrib/binutils/2.38/x86_64-centos7-gcc8.3.0-opt/pv4x2/bin/ld: …/…/analyzers/dataframe/libFCCAnalyses.so: undefined reference to `WeaverInterface::run(ROOT::VecOps::RVec<ROOT::VecOps::RVec > const&)’
/cvmfs/sw.hsf.org/contrib/binutils/2.38/x86_64-centos7-gcc8.3.0-opt/pv4x2/bin/ld: …/…/analyzers/dataframe/libFCCAnalyses.so: undefined reference to `WeaverInterface::WeaverInterface(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, ROOT::VecOps::RVec<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > const&)’
collect2: error: ld returned 1 exit status
make[2]: *** [tests/unittest/unittest] Error 1
make[1]: *** [tests/unittest/CMakeFiles/unittest.dir/all] Error 2
make: *** [all] Error 2
Is there something that has changed recently? I have tried git pull-ing the master branch but the issue has persisted in the build process.
Thanks,
Hayden