dkonst

Rivet-3.1.10-build-failuer

Feb 16th, 2024 (edited)
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | None | 0 0
  1. /cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos8/bin/g++ -o "RivetSPSAnalyses.so" -shared -fPIC -I../include -I/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/hepmc3/3.2.7/x86_64-el8-gcc11-opt/include -DENABLE_HEPMC_3=true -I/usr/include -I/usr/include -I/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/MCGenerators/yoda/1.9.10/x86_64-el8-gcc11-opt/include -I/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/fastjet/3.4.1/x86_64-el8-gcc11-opt/include -I/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/fjcontrib/1.052/x86_64-el8-gcc11-opt/include -pedantic -Wall -Wno-long-long -Wno-format -Werror=uninitialized -Werror=delete-non-virtual-dtor -fopenmp -O2 -Wl,--no-as-needed -L../src/.libs -L/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/hepmc3/3.2.7/x86_64-el8-gcc11-opt/lib64 -L/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/MCGenerators/yoda/1.9.10/x86_64-el8-gcc11-opt/lib -L/cvmfs/sft-nightlies.cern.ch/lcg/latest/fastjet/3.4.1-5af57/x86_64-el8-gcc11-opt/lib -lfastjettools -lfastjet -lm -lfastjetplugins -lsiscone_spherical -lsiscone -L/cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos8/bin/../lib/gcc/x86_64-pc-linux-gnu/11.3.0 -L/cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos8/bin/../lib/gcc -L/cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos8/bin/../lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos8/bin/../lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../.. -lgfortran -lm -lquadmath -L/build/jenkins/workspace/lcg_nightly_pipeline/install/dev4/fjcontrib/1.052/x86_64-el8-gcc11-opt/lib -lfastjetcontribfragile -lfastjettools -lRivet pluginSPS/NA49_2009_I818217.cc pluginSPS/UA1_1990_S2044935.cc pluginSPS/UA5_1987_S1640666.cc pluginSPS/NA60_2016_I1452485.cc pluginSPS/UA5_1989_S1926373.cc pluginSPS/NA22_1986_I18431.cc pluginSPS/UA5_1988_S1867512.cc pluginSPS/NA49_2006_I694016.cc pluginSPS/UA5_1986_S1583476.cc pluginSPS/UA5_1982_S875503.cc -I../include
  2.  
  3. pluginATLAS/ATLAS_2023_I2663725.cc: In member function 'virtual void Rivet::ATLAS_2023_I2663725::init()':
  4. pluginATLAS/ATLAS_2023_I2663725.cc:43:7: error: 'VetoedFinalState' was not declared in this scope
  5. 43 | VetoedFinalState vfs;
  6. | ^~~~~~~~~~~~~~~~
  7. pluginATLAS/ATLAS_2023_I2663725.cc:44:7: error: 'vfs' was not declared in this scope; did you mean 'ffs'?
  8. 44 | vfs.addVetoOnThisFinalState(photon_fs);
  9. | ^~~
  10. | ffs
  11. pluginATLAS/ATLAS_2023_I2663725.cc:49:24: error: expected ';' before 'hadrons'
  12. 49 | VetoedFinalState hadrons(FinalState(Cuts::abseta < 4.4));
  13. | ^~~~~~~
  14. pluginATLAS/ATLAS_2023_I2663725.cc:50:7: error: 'hadrons' was not declared in this scope
  15. 50 | hadrons.addVetoOnThisFinalState(dressedelectron_fs);
  16. | ^~~~~~~
  17. pluginATLAS/ATLAS_2023_I2663725.cc: In member function 'virtual void Rivet::ATLAS_2023_I2663725::analyze(const Rivet::Event&)':
  18. pluginATLAS/ATLAS_2023_I2663725.cc:98:28: error: 'VetoedFinalState' was not declared in this scope
  19. 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
  20. | ^~~~~~~~~~~~~~~~
  21. pluginATLAS/ATLAS_2023_I2663725.cc:98:45: error: no matching function for call to 'Rivet::ATLAS_2023_I2663725::apply<<expression error> >(const Rivet::Event&, const char [11])'
  22. 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
  23. | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  24. In file included from ../include/Rivet/Projection.hh:6,
  25. from ../include/Rivet/Event.hh:7,
  26. from ../include/Rivet/Analysis.hh:7,
  27. from pluginATLAS/ATLAS_2023_I2663725.cc:2:
  28. ../include/Rivet/ProjectionApplier.hh:96:5: note: candidate: 'template<class PROJ> std::enable_if_t<std::is_base_of<Rivet::Projection, PROJ>::value, const PROJ&> Rivet::ProjectionApplier::apply(const Rivet::Event&, const Rivet::Projection&) const'
  29. 96 | apply(const Event& evt, const Projection& proj) const { return applyProjection<PROJ>(evt, proj); }
  30. | ^~~~~
  31. ../include/Rivet/ProjectionApplier.hh:96:5: note: template argument deduction/substitution failed:
  32. pluginATLAS/ATLAS_2023_I2663725.cc:98:45: error: template argument 1 is invalid
  33. 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
  34. | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  35. In file included from ../include/Rivet/Projection.hh:6,
  36. from ../include/Rivet/Event.hh:7,
  37. from ../include/Rivet/Analysis.hh:7,
  38. from pluginATLAS/ATLAS_2023_I2663725.cc:2:
  39. ../include/Rivet/ProjectionApplier.hh:111:5: note: candidate: 'template<class PROJ> std::enable_if_t<std::is_base_of<Rivet::Projection, PROJ>::value, const PROJ&> Rivet::ProjectionApplier::apply(const Rivet::Event&, const PROJ&) const'
  40. 111 | apply(const Event& evt, const PROJ& proj) const { return applyProjection<PROJ>(evt, proj); }
  41. | ^~~~~
  42. ../include/Rivet/ProjectionApplier.hh:111:5: note: template argument deduction/substitution failed:
  43. pluginATLAS/ATLAS_2023_I2663725.cc:98:45: error: template argument 1 is invalid
  44. 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
  45. | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  46. In file included from ../include/Rivet/Projection.hh:6,
  47. from ../include/Rivet/Event.hh:7,
  48. from ../include/Rivet/Analysis.hh:7,
  49. from pluginATLAS/ATLAS_2023_I2663725.cc:2:
  50. ../include/Rivet/ProjectionApplier.hh:126:5: note: candidate: 'template<class PROJ> std::enable_if_t<std::is_base_of<Rivet::Projection, PROJ>::value, const PROJ&> Rivet::ProjectionApplier::apply(const Rivet::Event&, const string&) const'
  51. 126 | apply(const Event& evt, const std::string& name) const { return applyProjection<PROJ>(evt, name); }
  52. | ^~~~~
  53. ../include/Rivet/ProjectionApplier.hh:126:5: note: template argument deduction/substitution failed:
  54. pluginATLAS/ATLAS_2023_I2663725.cc:98:45: error: template argument 1 is invalid
  55. 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
  56. | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  57. In file included from ../include/Rivet/Projection.hh:6,
  58. from ../include/Rivet/Event.hh:7,
  59. from ../include/Rivet/Analysis.hh:7,
  60. from pluginATLAS/ATLAS_2023_I2663725.cc:2:
  61. ../include/Rivet/ProjectionApplier.hh:131:5: note: candidate: 'template<class PROJ> std::enable_if_t<std::is_base_of<Rivet::Projection, PROJ>::value, const PROJ&> Rivet::ProjectionApplier::apply(const string&, const Rivet::Event&) const'
  62. 131 | apply(const std::string& name, const Event& evt) const { return applyProjection<PROJ>(evt, name); }
  63. | ^~~~~
  64. ../include/Rivet/ProjectionApplier.hh:131:5: note: template argument deduction/substitution failed:
  65. pluginATLAS/ATLAS_2023_I2663725.cc:98:45: error: template argument 1 is invalid
  66. 98 | Particles fs = apply<VetoedFinalState>(event, "isolatedFS").particles();
  67. | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  68. make[5]: *** [Makefile.tmp.hgfcdA70TC:17: tmp.QXBvGM8Q.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment