Coder Social home page Coder Social logo

Comments (4)

lawrenceleejr avatar lawrenceleejr commented on July 20, 2024

Can you send the full output? You've only shown a warning and not the error
that caused this to not compile. Find the first instance of the word error.
On Tue, Mar 15, 2016 at 4:57 AM JOliver-GH [email protected] wrote:

Following the instructions again, this time with the rcSetup Base,2.3.45
version.

firstly, it tells me to change the root version to 6.04, which i do
through the provided source
I then

rc find_packages
rc compile

and I get the following error at the end,

At global scope:
cc1plus: warning: unrecognized command line option
"-Wno-tautological-undefined-compare"
make: *** [/afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/obj/x86_64-slc6-gcc49-opt/xAODAnaHelpers/obj/BasicEventSelection.o]
Error 1
make: *** Waiting for unfinished jobs....
RootCore: Error failed to compile package xAODAnaHelpers

I had this error last week during the non-stable release, is it possible
its been re-introduced?

Cheers,

jason


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#77

from factorytools.

joliver92 avatar joliver92 commented on July 20, 2024

sorry Larry, heres the full output from what I can tell at least:

Cheers,

Jason

compiling xAODAnaHelpers
Making directory /afs/cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/obj/x86_64-slc6-gcc49-opt/xAODAnaHelpers/obj
Making dependency for LinkDef.h
Making dependency for MuonSelector.cxx
Making dependency for OverlapRemover.cxx
Making dependency for DebugTool.cxx
Making dependency for ClusterHists.cxx
Making dependency for IParticleHists.cxx
Making dependency for TruthSelector.cxx
Making dependency for HLTJetGetter.cxx
Making dependency for HLTJetRoIBuilder.cxx
Making dependency for MuonHists.cxx
Making dependency for PhotonSelector.cxx
Making dependency for HelperFunctions.cxx
Making dependency for TauSelector.cxx
Making dependency for ElectronCalibrator.cxx
Making dependency for LinkDef.h
Making dependency for ElectronEfficiencyCorrector.cxx
Making dependency for JetHists.cxx
Making dependency for HistogramManager.cxx
Making dependency for IParticleHistsAlgo.cxx
Making dependency for PhotonCalibrator.cxx
Making dependency for TracksInJetHists.cxx
Making dependency for MuonCalibrator.cxx
Making dependency for METConstructor.cxx
Making dependency for Algorithm.cxx
Making dependency for TrackHistsAlgo.cxx
Making dependency for JetHistsAlgo.cxx
Making dependency for Writer.cxx
Making dependency for ClusterHistsAlgo.cxx
Making dependency for PhotonHistsAlgo.cxx
Making dependency for MuonEfficiencyCorrector.cxx
Making dependency for HelperClasses.cxx
Making dependency for MetHists.cxx
Making dependency for TrackSelector.cxx
Making dependency for VtxHists.cxx
Making dependency for TrackHists.cxx
Making dependency for MetHistsAlgo.cxx
Making dependency for ElectronSelector.cxx
Making dependency for MinixAOD.cxx
Making dependency for HelpTreeBase.cxx
Making dependency for JetCalibrator.cxx
Making dependency for BJetEfficiencyCorrector.cxx
Making dependency for TreeAlgo.cxx
Making dependency for MuonHistsAlgo.cxx
Making dependency for PhotonHists.cxx
Making dependency for BasicEventSelection.cxx
Making dependency for JetSelector.cxx
Compiling BJetEfficiencyCorrector.o
Compiling Algorithm.o
Compiling ClusterHistsAlgo.o
Compiling ElectronCalibrator.o
Compiling BasicEventSelection.o
Compiling ClusterHists.o
Compiling DebugTool.o
Compiling ElectronEfficiencyCorrector.o
Compiling ElectronSelector.o
Compiling HLTJetGetter.o
Compiling HLTJetRoIBuilder.o
Compiling HelpTreeBase.o
Compiling HelperClasses.o
Compiling HelperFunctions.o
Compiling HistogramManager.o
Compiling IParticleHists.o
/afs/cern.ch/work/j/jaoliver/private/RJigsawTools/xAODAnaHelpers/Root/BasicEventSelection.cxx: In member function ‘virtual EL::StatusCode BasicEventSelection::execute()’:
/afs/cern.ch/work/j/jaoliver/private/RJigsawTools/xAODAnaHelpers/Root/BasicEventSelection.cxx:600:39: error: no matching function for call to ‘CP::PileupReweightingTool::apply(const EventInfo&)’
m_pileuptool->apply( eventInfo ); // NB: this call automatically decorates eventInfo with:
^
/afs/cern.ch/work/j/jaoliver/private/RJigsawTools/xAODAnaHelpers/Root/BasicEventSelection.cxx:600:39: note: candidate is:
In file included from /afs/cern.ch/work/j/jaoliver/private/RJigsawTools/xAODAnaHelpers/xAODAnaHelpers/BasicEventSelection.h:9:0,
from /afs/cern.ch/work/j/jaoliver/private/RJigsawTools/xAODAnaHelpers/Root/BasicEventSelection.cxx:29:
/afs/cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/include/PileupReweighting/PileupReweightingTool.h:87:26: note: virtual StatusCode CP::PileupReweightingTool::apply(const EventInfo&, bool)
virtual StatusCode apply ( const xAOD::EventInfo& eventInfo, bool mu_dependent );
^
/afs/cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/include/PileupReweighting/PileupReweightingTool.h:87:26: note: candidate expects 2 arguments, 1 provided
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-tautological-undefined-compare"
make: *
* [/afs/cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/obj/x86_64-slc6-gcc49-opt/xAODAnaHelpers/obj/BasicEventSelection.o] Error 1
make: *** Waiting for unfinished jobs....
RootCore: Error failed to compile package xAODAnaHelpers

On 15 Mar 2016, at 4:27 PM, Lawrence Lee [email protected] wrote:

Can you send the full output? You've only shown a warning and not the error
that caused this to not compile. Find the first instance of the word error.
On Tue, Mar 15, 2016 at 4:57 AM JOliver-GH [email protected] wrote:

Following the instructions again, this time with the rcSetup Base,2.3.45
version.

firstly, it tells me to change the root version to 6.04, which i do
through the provided source
I then

rc find_packages
rc compile

and I get the following error at the end,

At global scope:
cc1plus: warning: unrecognized command line option
"-Wno-tautological-undefined-compare"
make: *** [/afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/obj/x86_64-slc6-gcc49-opt/xAODAnaHelpers/obj/BasicEventSelection.o]
Error 1
make: *** Waiting for unfinished jobs....
RootCore: Error failed to compile package xAODAnaHelpers

I had this error last week during the non-stable release, is it possible
its been re-introduced?

Cheers,

jason


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#77


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#77 (comment) #77 (comment)

from factorytools.

lawrenceleejr avatar lawrenceleejr commented on July 20, 2024

Ok thanks. I'll write a patch. It's weird that that no longer comes up for
me when I do a fresh install. Give me a few minutes. Sorry about that!
On Tue, Mar 15, 2016 at 8:01 AM JOliver-GH [email protected] wrote:

sorry Larry, heres the full output from what I can tell at least:

Cheers,

Jason

compiling xAODAnaHelpers
Making directory /afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/obj/x86_64-slc6-gcc49-opt/xAODAnaHelpers/obj
Making dependency for LinkDef.h
Making dependency for MuonSelector.cxx
Making dependency for OverlapRemover.cxx
Making dependency for DebugTool.cxx
Making dependency for ClusterHists.cxx
Making dependency for IParticleHists.cxx
Making dependency for TruthSelector.cxx
Making dependency for HLTJetGetter.cxx
Making dependency for HLTJetRoIBuilder.cxx
Making dependency for MuonHists.cxx
Making dependency for PhotonSelector.cxx
Making dependency for HelperFunctions.cxx
Making dependency for TauSelector.cxx
Making dependency for ElectronCalibrator.cxx
Making dependency for LinkDef.h
Making dependency for ElectronEfficiencyCorrector.cxx
Making dependency for JetHists.cxx
Making dependency for HistogramManager.cxx
Making dependency for IParticleHistsAlgo.cxx
Making dependency for PhotonCalibrator.cxx
Making dependency for TracksInJetHists.cxx
Making dependency for MuonCalibrator.cxx
Making dependency for METConstructor.cxx
Making dependency for Algorithm.cxx
Making dependency for TrackHistsAlgo.cxx
Making dependency for JetHistsAlgo.cxx
Making dependency for Writer.cxx
Making dependency for ClusterHistsAlgo.cxx
Making dependency for PhotonHistsAlgo.cxx
Making dependency for MuonEfficiencyCorrector.cxx
Making dependency for HelperClasses.cxx
Making dependency for MetHists.cxx
Making dependency for TrackSelector.cxx
Making dependency for VtxHists.cxx
Making dependency for TrackHists.cxx
Making dependency for MetHistsAlgo.cxx
Making dependency for ElectronSelector.cxx
Making dependency for MinixAOD.cxx
Making dependency for HelpTreeBase.cxx
Making dependency for JetCalibrator.cxx
Making dependency for BJetEfficiencyCorrector.cxx
Making dependency for TreeAlgo.cxx
Making dependency for MuonHistsAlgo.cxx
Making dependency for PhotonHists.cxx
Making dependency for BasicEventSelection.cxx
Making dependency for JetSelector.cxx
Compiling BJetEfficiencyCorrector.o
Compiling Algorithm.o
Compiling ClusterHistsAlgo.o
Compiling ElectronCalibrator.o
Compiling BasicEventSelection.o
Compiling ClusterHists.o
Compiling DebugTool.o
Compiling ElectronEfficiencyCorrector.o
Compiling ElectronSelector.o
Compiling HLTJetGetter.o
Compiling HLTJetRoIBuilder.o
Compiling HelpTreeBase.o
Compiling HelperClasses.o
Compiling HelperFunctions.o
Compiling HistogramManager.o
Compiling IParticleHists.o
/afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/xAODAnaHelpers/Root/BasicEventSelection.cxx:
In member function ‘virtual EL::StatusCode BasicEventSelection::execute()’:
/afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/xAODAnaHelpers/Root/BasicEventSelection.cxx:600:39:
error: no matching function for call to
‘CP::PileupReweightingTool::apply(const EventInfo&)’
m_pileuptool->apply( eventInfo ); // NB: this call automatically
decorates eventInfo with:
^
/afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/xAODAnaHelpers/Root/BasicEventSelection.cxx:600:39:
note: candidate is:
In file included from /afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/xAODAnaHelpers/xAODAnaHelpers/BasicEventSelection.h:9:0
,
from /afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/xAODAnaHelpers/Root/BasicEventSelection.cxx:29
:
/afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/include/PileupReweighting/PileupReweightingTool.h:87:26:
note: virtual StatusCode CP::PileupReweightingTool::apply(const EventInfo&,
bool)
virtual StatusCode apply ( const xAOD::EventInfo& eventInfo, bool
mu_dependent );
^
/afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/include/PileupReweighting/PileupReweightingTool.h:87:26:
note: candidate expects 2 arguments, 1 provided
At global scope:
cc1plus: warning: unrecognized command line option
"-Wno-tautological-undefined-compare"
make: *
* [/afs/
cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/obj/x86_64-slc6-gcc49-opt/xAODAnaHelpers/obj/BasicEventSelection.o]
Error 1
make: *** Waiting for unfinished jobs....
RootCore: Error failed to compile package xAODAnaHelpers

On 15 Mar 2016, at 4:27 PM, Lawrence Lee [email protected]
wrote:

Can you send the full output? You've only shown a warning and not the
error
that caused this to not compile. Find the first instance of the word
error.
On Tue, Mar 15, 2016 at 4:57 AM JOliver-GH [email protected]
wrote:

Following the instructions again, this time with the rcSetup
Base,2.3.45
version.

firstly, it tells me to change the root version to 6.04, which i do
through the provided source
I then

rc find_packages
rc compile

and I get the following error at the end,

At global scope:
cc1plus: warning: unrecognized command line option
"-Wno-tautological-undefined-compare"
make: *** [/afs/

cern.ch/work/j/jaoliver/private/RJigsawTools/RootCoreBin/obj/x86_64-slc6-gcc49-opt/xAODAnaHelpers/obj/BasicEventSelection.o
]
Error 1
make: *** Waiting for unfinished jobs....
RootCore: Error failed to compile package xAODAnaHelpers

I had this error last week during the non-stable release, is it
possible
its been re-introduced?

Cheers,

jason


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#77


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:

#77 (comment)
<#77 (comment)


You are receiving this because you commented.

Reply to this email directly or view it on GitHub:

#77 (comment)

-L

Sent from my iPhone

from factorytools.

lawrenceleejr avatar lawrenceleejr commented on July 20, 2024

@JOliver-GH do a git pull and try to apply the patch that's in the readme?

It's the only change, so you should be able to go into the XAH directory and apply the patch as in the new readme - should fix it.

from factorytools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.