installing Delphes inside Madanalysis5

Asked by shibasipu

Hi Benjamin,
                          I am trying to install Delphes inside Madanalysis5 via command "install delphes". The following error message is coming. Also, I am copying the compilation.log file. Please suggest how to proceed.
 Unpacking the package ...
   Configuring the package ...
   Building the package ...
 ** ERROR: impossible to build the project. For more details, see the log file:
 ** ERROR: /home/users/rs/shibananda/RESEARCH/madanalysis5_v1.2_patch4/tools/delphes/compilation.log
   Installation NOT complete.
   => Status:[FAILURE]
   **********************************************************
compilation.log file
=====================
>> Generating tmp/classes/ClassesDict.cc
>> Generating tmp/modules/ModulesDict.cc
>> Compiling classes/DelphesClasses.cc
>> Generating tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc
>> Compiling classes/DelphesFactory.cc
>> Compiling classes/DelphesFormula.cc
>> Compiling classes/DelphesHepMCReader.cc
>> Compiling classes/DelphesLHEFReader.cc
>> Compiling classes/DelphesModule.cc
>> Compiling classes/DelphesPileUpReader.cc
>> Compiling classes/DelphesPileUpWriter.cc
>> Compiling classes/DelphesSTDHEPReader.cc
>> Compiling classes/DelphesStream.cc
>> Compiling classes/DelphesTF2.cc
>> Compiling external/ExRootAnalysis/ExRootConfReader.cc
>> Compiling external/ExRootAnalysis/ExRootFilter.cc
>> Compiling external/ExRootAnalysis/ExRootProgressBar.cc
>> Compiling external/ExRootAnalysis/ExRootResult.cc
>> Compiling external/ExRootAnalysis/ExRootTask.cc
>> Compiling external/ExRootAnalysis/ExRootTreeBranch.cc
>> Compiling external/ExRootAnalysis/ExRootTreeReader.cc
>> Compiling external/ExRootAnalysis/ExRootTreeWriter.cc
>> Compiling external/ExRootAnalysis/ExRootUtilities.cc
>> Compiling external/Hector/H_AbstractBeamLine.cc
>> Compiling external/Hector/H_Aperture.cc
>> Compiling external/Hector/H_Beam.cc
>> Compiling external/Hector/H_BeamLine.cc
>> Compiling external/Hector/H_BeamLineParser.cc
>> Compiling external/Hector/H_BeamParticle.cc
>> Compiling external/Hector/H_CircularAperture.cc
>> Compiling external/Hector/H_Dipole.cc
>> Compiling external/Hector/H_Drift.cc
>> Compiling external/Hector/H_EllipticAperture.cc
external/Hector/H_BeamParticle.cc: In member function ‘void H_BeamParticle::computePath(const H_AbstractBeamLine*, bool)’:
external/Hector/H_BeamParticle.cc:483:25: warning: variable ‘temp_s’ set but not used [-Wunused-but-set-variable]
  double temp_x, temp_y, temp_s, temp_tx, temp_ty;
                         ^
external/Hector/H_BeamParticle.cc: In member function ‘void H_BeamParticle::computePath(const H_AbstractBeamLine&, bool)’:
external/Hector/H_BeamParticle.cc:533:25: warning: variable ‘temp_s’ set but not used [-Wunused-but-set-variable]
  double temp_x, temp_y, temp_s, temp_tx, temp_ty;
                         ^
>> Compiling external/Hector/H_HorizontalKicker.cc
>> Compiling external/Hector/H_HorizontalQuadrupole.cc
>> Compiling external/Hector/H_Kicker.cc
>> Compiling external/Hector/H_Marker.cc
>> Compiling external/Hector/H_OpticalElement.cc
>> Compiling external/Hector/H_Parameters.cc
>> Compiling external/Hector/H_Quadrupole.cc
>> Compiling external/Hector/H_RecRPObject.cc
>> Compiling external/Hector/H_RectEllipticAperture.cc
>> Compiling external/Hector/H_RectangularAperture.cc
>> Compiling external/Hector/H_RectangularCollimator.cc
>> Compiling external/Hector/H_RectangularDipole.cc
>> Compiling external/Hector/H_RomanPot.cc
>> Compiling external/Hector/H_SectorDipole.cc
>> Compiling external/Hector/H_TransportMatrices.cc
>> Compiling external/Hector/H_VerticalKicker.cc
>> Compiling external/Hector/H_VerticalQuadrupole.cc
>> Compiling modules/AngularSmearing.cc
>> Compiling modules/BTagging.cc
>> Compiling modules/Calorimeter.cc
>> Compiling modules/Cloner.cc
>> Compiling modules/ConstituentFilter.cc
modules/BTagging.cc: In member function ‘virtual void BTagging::Process()’:
modules/BTagging.cc:173:21: warning: variable ‘phi’ set but not used [-Wunused-but-set-variable]
   Double_t pt, eta, phi;
                     ^
>> Compiling modules/Delphes.cc
>> Compiling modules/Efficiency.cc
>> Compiling modules/EnergyScale.cc
>> Compiling modules/EnergySmearing.cc
>> Compiling modules/ExampleModule.cc
modules/Efficiency.cc: In member function ‘virtual void Efficiency::Process()’:
modules/Efficiency.cc:98:21: warning: variable ‘phi’ set but not used [-Wunused-but-set-variable]
   Double_t pt, eta, phi;
                     ^
>> Compiling modules/Hector.cc
>> Compiling modules/IdentificationMap.cc
>> Compiling modules/ImpactParameterSmearing.cc
>> Compiling modules/Isolation.cc
modules/IdentificationMap.cc: In member function ‘virtual void IdentificationMap::Process()’:
modules/IdentificationMap.cc:129:21: warning: variable ‘phi’ set but not used [-Wunused-but-set-variable]
   Double_t pt, eta, phi;
                     ^
>> Compiling modules/JetPileUpSubtractor.cc
>> Compiling modules/LeptonDressing.cc
>> Compiling modules/Merger.cc
>> Compiling modules/MomentumSmearing.cc
>> Compiling modules/ParticlePropagator.cc
>> Compiling modules/PdgCodeFilter.cc
>> Compiling modules/PileUpJetID.cc
>> Compiling modules/PileUpMerger.cc
>> Compiling modules/SimpleCalorimeter.cc
>> Compiling modules/StatusPidFilter.cc
>> Compiling modules/TauTagging.cc
>> Compiling modules/TimeSmearing.cc
>> Compiling modules/TrackCountingBTagging.cc
>> Compiling modules/TrackPileUpSubtractor.cc
modules/TauTagging.cc: In member function ‘virtual void TauTagging::Process()’:
modules/TauTagging.cc:198:21: warning: variable ‘phi’ set but not used [-Wunused-but-set-variable]
   Double_t pt, eta, phi;
                     ^
>> Compiling modules/TreeWriter.cc
>> Compiling modules/UniqueObjectFinder.cc
modules/TrackCountingBTagging.cc: In member function ‘virtual void TrackCountingBTagging::Process()’:
modules/TrackCountingBTagging.cc:98:16: warning: variable ‘tpx’ set but not used [-Wunused-but-set-variable]
   Double_t dr, tpx, tpy, tpt;
                ^
modules/TrackCountingBTagging.cc:98:21: warning: variable ‘tpy’ set but not used [-Wunused-but-set-variable]
   Double_t dr, tpx, tpy, tpt;
                     ^
>> Compiling modules/Weighter.cc
>> Compiling external/tcl/panic.c
>> Compiling external/tcl/tclAlloc.c
modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessTracks(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:263:38: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
   Double_t pt, signz, cosTheta, eta, rapidity;
                                      ^
modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessTowers(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:331:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
   Double_t pt, signPz, cosTheta, eta, rapidity;
                                       ^
modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessPhotons(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:376:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
   Double_t pt, signPz, cosTheta, eta, rapidity;
                                       ^
modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessElectrons(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:418:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
   Double_t pt, signPz, cosTheta, eta, rapidity;
                                       ^
modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessMuons(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:459:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
   Double_t pt, signPz, cosTheta, eta, rapidity;
                                       ^
modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessJets(ExRootTreeBranch*, TObjArray*)’:
modules/TreeWriter.cc:503:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
   Double_t pt, signPz, cosTheta, eta, rapidity;
                                       ^
>> Compiling external/tcl/tclAsync.c
>> Compiling external/tcl/tclBasic.c
>> Compiling external/tcl/tclCkalloc.c
>> Compiling external/tcl/tclCmdAH.c
>> Compiling external/tcl/tclCmdIL.c
external/tcl/tclCkalloc.c: In function ‘Tcl_Free’:
external/tcl/tclCkalloc.c:765:9: warning: implicit declaration of function ‘TclpFree’ [-Wimplicit-function-declaration]
         TclpFree(ptr);
         ^
>> Compiling external/tcl/tclCmdMZ.c
>> Compiling external/tcl/tclCompExpr.c
>> Compiling external/tcl/tclCompile.c
>> Compiling external/tcl/tclExecute.c
>> Compiling external/tcl/tclGet.c
>> Compiling external/tcl/tclHash.c
external/tcl/tclCompile.c: In function ‘TclPrintByteCodeObj’:
external/tcl/tclCompile.c:492:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      (unsigned int) codePtr, codePtr->refCount,
      ^
external/tcl/tclCompile.c:493:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      codePtr->compileEpoch, (unsigned int) codePtr->iPtr,
                             ^
external/tcl/tclCompile.c:507:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
      codePtr->numCmdLocBytes);
      ^
external/tcl/tclCompile.c:507:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
external/tcl/tclCompile.c:507:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘long unsigned int’ [-Wformat=]
external/tcl/tclCompile.c:520:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   (unsigned int) procPtr, procPtr->refCount, procPtr->numArgs,
   ^
external/tcl/tclCompile.c: In function ‘TclObjIndexForString’:
external/tcl/tclCompile.c:7016:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      objIndex = (int) Tcl_GetHashValue(hPtr);
                 ^
external/tcl/tclCompile.c:7057:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  Tcl_SetHashValue(hPtr, objIndex);
                        ^
>> Compiling external/tcl/tclHistory.c
>> Compiling external/tcl/tclIndexObj.c
external/tcl/tclExecute.c: In function ‘TclExecuteByteCode’:
external/tcl/tclExecute.c:750:45: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
       bytes = TclGetStringFromObj(valuePtr, &length);
                                             ^
external/tcl/tclExecute.c:768:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
    bytes = TclGetStringFromObj(valuePtr, &length);
                                          ^
external/tcl/tclExecute.c:934:41: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
    bytes = TclGetStringFromObj(objv[i], &length);
                                         ^
external/tcl/tclExecute.c:1916:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
       s1 = TclGetStringFromObj(valuePtr, &length);
                                          ^
external/tcl/tclExecute.c:1917:43: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
       s2 = TclGetStringFromObj(value2Ptr, &length);
                                           ^
external/tcl/tclExecute.c: In function ‘PrintByteCodeInfo’:
external/tcl/tclExecute.c:3009:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      (unsigned int) codePtr, codePtr->refCount,
      ^
external/tcl/tclExecute.c:3010:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      codePtr->compileEpoch, (unsigned int) codePtr->iPtr,
                             ^
external/tcl/tclExecute.c:3026:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
      codePtr->numCmdLocBytes);
      ^
external/tcl/tclExecute.c:3026:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
external/tcl/tclExecute.c:3026:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘long unsigned int’ [-Wformat=]
external/tcl/tclExecute.c:3031:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   (unsigned int) procPtr, procPtr->refCount,
   ^
>> Compiling external/tcl/tclLink.c
>> Compiling external/tcl/tclListObj.c
>> Compiling external/tcl/tclNamesp.c
external/tcl/tclIndexObj.c: In function ‘Tcl_GetIndexFromObj’:
external/tcl/tclIndexObj.c:89:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *indexPtr = (int) objPtr->internalRep.twoPtrValue.ptr2;
              ^
external/tcl/tclIndexObj.c:131:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     objPtr->internalRep.twoPtrValue.ptr2 = (VOID *) index;
                                            ^
external/tcl/tclIndexObj.c: In function ‘Tcl_WrongNumArgs’:
external/tcl/tclIndexObj.c:293:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       tablePtr[(int) objv[i]->internalRep.twoPtrValue.ptr2],
                ^
>> Compiling external/tcl/tclObj.c
external/tcl/tclListObj.c: In function ‘SetListFromAny’:
external/tcl/tclListObj.c:892:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
     string = TclGetStringFromObj(objPtr, &length);
                                          ^
>> Compiling external/tcl/tclParse.c
>> Compiling external/tcl/tclPosixStr.c
>> Compiling external/tcl/tclPreserve.c
external/tcl/tclObj.c: In function ‘TclAllocateFreeObjects’:
external/tcl/tclObj.c:561:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  ((int)(&(tmp[1])) - (int)(&(tmp[0])));
   ^
external/tcl/tclObj.c:561:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  ((int)(&(tmp[1])) - (int)(&(tmp[0])));
                      ^
external/tcl/tclObj.c: In function ‘SetBooleanFromAny’:
external/tcl/tclObj.c:1023:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
     string = TclGetStringFromObj(objPtr, &length);
                                          ^
external/tcl/tclObj.c: In function ‘SetDoubleFromAny’:
external/tcl/tclObj.c:1401:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
     string = TclGetStringFromObj(objPtr, &length);
                                          ^
external/tcl/tclObj.c: In function ‘SetIntFromAny’:
external/tcl/tclObj.c:1709:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
     string = TclGetStringFromObj(objPtr, &length);
                                          ^
>> Compiling external/tcl/tclProc.c
>> Compiling external/tcl/tclResolve.c
>> Compiling external/tcl/tclStringObj.c
>> Compiling external/tcl/tclUtil.c
external/tcl/tclProc.c: In function ‘TclCreateProc’:
external/tcl/tclProc.c:347:2445: warning: ‘localPtr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                     || (strcmp(localPtr->name, fieldValues[0]))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ^
external/tcl/tclProc.c:188:29: note: ‘localPtr’ was declared here
     register CompiledLocal *localPtr;
                             ^
>> Compiling external/tcl/tclVar.c
>> Generating tmp/modules/FastJetDict.cc
>> Compiling external/fastjet/AreaDefinition.cc
external/tcl/tclUtil.c: In function ‘Tcl_ConcatObj’:
external/tcl/tclUtil.c:980:40: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
  element = TclGetStringFromObj(objPtr, &length);
                                        ^
external/tcl/tclUtil.c:1010:48: warning: the address of ‘elemLength’ will always evaluate as ‘true’ [-Waddress]
      element = TclGetStringFromObj(objPtr, &elemLength);
                                                ^
external/tcl/tclUtil.c: In function ‘TclGetIntForIndex’:
external/tcl/tclUtil.c:2578:41: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
     bytes = TclGetStringFromObj(objPtr, &length);
                                         ^
>> Compiling external/fastjet/BasicRandom.cc
external/tcl/tclVar.c: In function ‘Tcl_LappendObjCmd’:
external/tcl/tclVar.c:2748:45: warning: the address of ‘nameBytes’ will always evaluate as ‘true’ [-Waddress]
      name = TclGetStringFromObj(objv[1], &nameBytes);
                                             ^
make: Circular external/fastjet/JetDefinition.hh <- external/fastjet/ClusterSequence.hh dependency dropped.
>> Compiling external/fastjet/ClosestPair2D.cc
>> Compiling external/fastjet/ClusterSequence.cc
>> Compiling external/fastjet/ClusterSequence1GhostPassiveArea.cc
>> Compiling external/fastjet/ClusterSequenceActiveArea.cc
>> Compiling external/fastjet/ClusterSequenceActiveAreaExplicitGhosts.cc
>> Compiling external/fastjet/ClusterSequenceArea.cc
>> Compiling external/fastjet/ClusterSequenceAreaBase.cc
>> Compiling external/fastjet/ClusterSequencePassiveArea.cc
>> Compiling external/fastjet/ClusterSequenceStructure.cc
>> Compiling external/fastjet/ClusterSequenceVoronoiArea.cc
>> Compiling external/fastjet/ClusterSequence_CP2DChan.cc
>> Compiling external/fastjet/ClusterSequence_Delaunay.cc
>> Compiling external/fastjet/ClusterSequence_DumbN3.cc
>> Compiling external/fastjet/ClusterSequence_N2.cc
>> Compiling external/fastjet/ClusterSequence_TiledN2.cc
>> Compiling external/fastjet/CompositeJetStructure.cc
>> Compiling external/fastjet/Dnn2piCylinder.cc
>> Compiling external/fastjet/Dnn3piCylinder.cc
>> Compiling external/fastjet/Dnn4piCylinder.cc
>> Compiling external/fastjet/DnnPlane.cc
>> Compiling external/fastjet/Error.cc
>> Compiling external/fastjet/FunctionOfPseudoJet.cc
>> Compiling external/fastjet/GhostedAreaSpec.cc
>> Compiling external/fastjet/JetDefinition.cc
>> Compiling external/fastjet/LazyTiling25.cc
>> Compiling external/fastjet/LazyTiling9.cc
>> Compiling external/fastjet/LazyTiling9Alt.cc
>> Compiling external/fastjet/LazyTiling9SeparateGhosts.cc
>> Compiling external/fastjet/LimitedWarning.cc
>> Compiling external/fastjet/MinHeap.cc
>> Compiling external/fastjet/PseudoJet.cc
>> Compiling external/fastjet/PseudoJetStructureBase.cc
>> Compiling external/fastjet/RangeDefinition.cc
>> Compiling external/fastjet/RectangularGrid.cc
>> Compiling external/fastjet/Selector.cc
>> Compiling external/fastjet/TilingExtent.cc
>> Compiling external/fastjet/Voronoi.cc
>> Compiling external/fastjet/contribs/Nsubjettiness/AxesFinder.cc
>> Compiling external/fastjet/contribs/Nsubjettiness/MeasureFunction.cc
>> Compiling external/fastjet/contribs/Nsubjettiness/Njettiness.cc
>> Compiling external/fastjet/contribs/Nsubjettiness/NjettinessDefinition.cc
>> Compiling external/fastjet/contribs/Nsubjettiness/NjettinessPlugin.cc
>> Compiling external/fastjet/contribs/Nsubjettiness/Nsubjettiness.cc
>> Compiling external/fastjet/contribs/Nsubjettiness/WinnerTakeAllRecombiner.cc
>> Compiling external/fastjet/contribs/SoftKiller/SoftKiller.cc
>> Compiling external/fastjet/plugins/ATLASCone/ATLASConePlugin.cc
>> Compiling external/fastjet/plugins/ATLASCone/Jet.cc
>> Compiling external/fastjet/plugins/ATLASCone/JetConeFinderTool.cc
>> Compiling external/fastjet/plugins/ATLASCone/JetSplitMergeTool.cc
>> Compiling external/fastjet/plugins/CDFCones/CDFJetCluPlugin.cc
>> Compiling external/fastjet/plugins/CDFCones/CDFMidPointPlugin.cc
>> Compiling external/fastjet/plugins/CDFCones/JetCluAlgorithm.cc
>> Compiling external/fastjet/plugins/CDFCones/MidPointAlgorithm.cc
>> Compiling external/fastjet/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc
>> Compiling external/fastjet/plugins/D0RunICone/D0RunIBaseConePlugin.cc
>> Compiling external/fastjet/plugins/D0RunIICone/D0RunIIConePlugin.cc
>> Compiling external/fastjet/plugins/EECambridge/EECambridgePlugin.cc
>> Compiling external/fastjet/plugins/GridJet/GridJetPlugin.cc
>> Compiling external/fastjet/plugins/Jade/JadePlugin.cc
>> Compiling external/fastjet/plugins/NestedDefs/NestedDefsPlugin.cc
>> Compiling external/fastjet/plugins/SISCone/SISConePlugin.cc
>> Compiling external/fastjet/plugins/SISCone/area.cc
>> Compiling external/fastjet/plugins/SISCone/geom_2d.cc
>> Compiling external/fastjet/plugins/SISCone/hash.cc
>> Compiling external/fastjet/plugins/SISCone/momentum.cc
>> Compiling external/fastjet/plugins/SISCone/protocones.cc
>> Compiling external/fastjet/plugins/SISCone/quadtree.cc
>> Compiling external/fastjet/plugins/SISCone/ranlux.cc
>> Compiling external/fastjet/plugins/SISCone/reference.cc
>> Compiling external/fastjet/plugins/SISCone/siscone.cc
>> Compiling external/fastjet/plugins/SISCone/siscone_error.cc
>> Compiling external/fastjet/plugins/SISCone/split_merge.cc
>> Compiling external/fastjet/plugins/SISCone/vicinity.cc
>> Compiling external/fastjet/plugins/TrackJet/TrackJetPlugin.cc
>> Compiling external/fastjet/tools/BackgroundEstimatorBase.cc
>> Compiling external/fastjet/tools/CASubJetTagger.cc
>> Compiling external/fastjet/tools/Filter.cc
>> Compiling external/fastjet/tools/GridMedianBackgroundEstimator.cc
>> Compiling external/fastjet/tools/JHTopTagger.cc
>> Compiling external/fastjet/tools/JetMedianBackgroundEstimator.cc
>> Compiling external/fastjet/tools/MassDropTagger.cc
>> Compiling external/fastjet/tools/Pruner.cc
>> Compiling external/fastjet/tools/Recluster.cc
>> Compiling external/fastjet/tools/RestFrameNSubjettinessTagger.cc
>> Compiling external/fastjet/tools/Subtractor.cc
>> Compiling external/fastjet/tools/TopTaggerBase.cc
>> Compiling modules/FastJetFinder.cc
>> Compiling modules/FastJetGridMedianEstimator.cc
>> Compiling converters/hepmc2pileup.cpp
>> Compiling converters/lhco2root.cpp
>> Compiling converters/pileup2root.cpp
>> Compiling converters/root2lhco.cpp
>> Compiling converters/root2pileup.cpp
>> Compiling converters/stdhep2pileup.cpp
>> Compiling examples/Example1.cpp
>> Compiling readers/DelphesHepMC.cpp
>> Compiling readers/DelphesLHEF.cpp
>> Compiling readers/DelphesSTDHEP.cpp
>> Compiling tmp/classes/ClassesDict.cc
>> Compiling tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc
>> Compiling tmp/modules/ModulesDict.cc
>> Compiling tmp/modules/FastJetDict.cc
>> Building libDelphesNoFastJet.so
>> Building libDelphes.so
>> Building hepmc2pileup
>> Building lhco2root
>> Building pileup2root
>> Building root2lhco
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
collect2: error: ld returned 1 exit status
make: *** [hepmc2pileup] Error 1
make: *** Waiting for unfinished jobs....
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
collect2: error: ld returned 1 exit status
make: *** [lhco2root] Error 1
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
collect2: error: ld returned 1 exit status
make: *** [pileup2root] Error 1
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
collect2: error: ld returned 1 exit status
make: *** [root2lhco] Error 1

Question information

Language:
English Edit question
Status:
Answered
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Benjamin Fuks (fuks) said :
#1

Hi Shiba,

Please retry with the v1.3-prerelease that you can download from launchpad. The problem should not be there anymore.

Cheers,

Benjamin

On 21 Jan 2016, at 08:22 , shibasipu <email address hidden> wrote:

> New question #281264 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/281264
>
> Hi Benjamin,
> I am trying to install Delphes inside Madanalysis5 via command "install delphes". The following error message is coming. Also, I am copying the compilation.log file. Please suggest how to proceed.
> Unpacking the package ...
> Configuring the package ...
> Building the package ...
> ** ERROR: impossible to build the project. For more details, see the log file:
> ** ERROR: /home/users/rs/shibananda/RESEARCH/madanalysis5_v1.2_patch4/tools/delphes/compilation.log
> Installation NOT complete.
> => Status:[FAILURE]
> **********************************************************
> compilation.log file
> =====================
>>> Generating tmp/classes/ClassesDict.cc
>>> Generating tmp/modules/ModulesDict.cc
>>> Compiling classes/DelphesClasses.cc
>>> Generating tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc
>>> Compiling classes/DelphesFactory.cc
>>> Compiling classes/DelphesFormula.cc
>>> Compiling classes/DelphesHepMCReader.cc
>>> Compiling classes/DelphesLHEFReader.cc
>>> Compiling classes/DelphesModule.cc
>>> Compiling classes/DelphesPileUpReader.cc
>>> Compiling classes/DelphesPileUpWriter.cc
>>> Compiling classes/DelphesSTDHEPReader.cc
>>> Compiling classes/DelphesStream.cc
>>> Compiling classes/DelphesTF2.cc
>>> Compiling external/ExRootAnalysis/ExRootConfReader.cc
>>> Compiling external/ExRootAnalysis/ExRootFilter.cc
>>> Compiling external/ExRootAnalysis/ExRootProgressBar.cc
>>> Compiling external/ExRootAnalysis/ExRootResult.cc
>>> Compiling external/ExRootAnalysis/ExRootTask.cc
>>> Compiling external/ExRootAnalysis/ExRootTreeBranch.cc
>>> Compiling external/ExRootAnalysis/ExRootTreeReader.cc
>>> Compiling external/ExRootAnalysis/ExRootTreeWriter.cc
>>> Compiling external/ExRootAnalysis/ExRootUtilities.cc
>>> Compiling external/Hector/H_AbstractBeamLine.cc
>>> Compiling external/Hector/H_Aperture.cc
>>> Compiling external/Hector/H_Beam.cc
>>> Compiling external/Hector/H_BeamLine.cc
>>> Compiling external/Hector/H_BeamLineParser.cc
>>> Compiling external/Hector/H_BeamParticle.cc
>>> Compiling external/Hector/H_CircularAperture.cc
>>> Compiling external/Hector/H_Dipole.cc
>>> Compiling external/Hector/H_Drift.cc
>>> Compiling external/Hector/H_EllipticAperture.cc
> external/Hector/H_BeamParticle.cc: In member function ‘void H_BeamParticle::computePath(const H_AbstractBeamLine*, bool)’:
> external/Hector/H_BeamParticle.cc:483:25: warning: variable ‘temp_s’ set but not used [-Wunused-but-set-variable]
> double temp_x, temp_y, temp_s, temp_tx, temp_ty;
> ^
> external/Hector/H_BeamParticle.cc: In member function ‘void H_BeamParticle::computePath(const H_AbstractBeamLine&, bool)’:
> external/Hector/H_BeamParticle.cc:533:25: warning: variable ‘temp_s’ set but not used [-Wunused-but-set-variable]
> double temp_x, temp_y, temp_s, temp_tx, temp_ty;
> ^
>>> Compiling external/Hector/H_HorizontalKicker.cc
>>> Compiling external/Hector/H_HorizontalQuadrupole.cc
>>> Compiling external/Hector/H_Kicker.cc
>>> Compiling external/Hector/H_Marker.cc
>>> Compiling external/Hector/H_OpticalElement.cc
>>> Compiling external/Hector/H_Parameters.cc
>>> Compiling external/Hector/H_Quadrupole.cc
>>> Compiling external/Hector/H_RecRPObject.cc
>>> Compiling external/Hector/H_RectEllipticAperture.cc
>>> Compiling external/Hector/H_RectangularAperture.cc
>>> Compiling external/Hector/H_RectangularCollimator.cc
>>> Compiling external/Hector/H_RectangularDipole.cc
>>> Compiling external/Hector/H_RomanPot.cc
>>> Compiling external/Hector/H_SectorDipole.cc
>>> Compiling external/Hector/H_TransportMatrices.cc
>>> Compiling external/Hector/H_VerticalKicker.cc
>>> Compiling external/Hector/H_VerticalQuadrupole.cc
>>> Compiling modules/AngularSmearing.cc
>>> Compiling modules/BTagging.cc
>>> Compiling modules/Calorimeter.cc
>>> Compiling modules/Cloner.cc
>>> Compiling modules/ConstituentFilter.cc
> modules/BTagging.cc: In member function ‘virtual void BTagging::Process()’:
> modules/BTagging.cc:173:21: warning: variable ‘phi’ set but not used [-Wunused-but-set-variable]
> Double_t pt, eta, phi;
> ^
>>> Compiling modules/Delphes.cc
>>> Compiling modules/Efficiency.cc
>>> Compiling modules/EnergyScale.cc
>>> Compiling modules/EnergySmearing.cc
>>> Compiling modules/ExampleModule.cc
> modules/Efficiency.cc: In member function ‘virtual void Efficiency::Process()’:
> modules/Efficiency.cc:98:21: warning: variable ‘phi’ set but not used [-Wunused-but-set-variable]
> Double_t pt, eta, phi;
> ^
>>> Compiling modules/Hector.cc
>>> Compiling modules/IdentificationMap.cc
>>> Compiling modules/ImpactParameterSmearing.cc
>>> Compiling modules/Isolation.cc
> modules/IdentificationMap.cc: In member function ‘virtual void IdentificationMap::Process()’:
> modules/IdentificationMap.cc:129:21: warning: variable ‘phi’ set but not used [-Wunused-but-set-variable]
> Double_t pt, eta, phi;
> ^
>>> Compiling modules/JetPileUpSubtractor.cc
>>> Compiling modules/LeptonDressing.cc
>>> Compiling modules/Merger.cc
>>> Compiling modules/MomentumSmearing.cc
>>> Compiling modules/ParticlePropagator.cc
>>> Compiling modules/PdgCodeFilter.cc
>>> Compiling modules/PileUpJetID.cc
>>> Compiling modules/PileUpMerger.cc
>>> Compiling modules/SimpleCalorimeter.cc
>>> Compiling modules/StatusPidFilter.cc
>>> Compiling modules/TauTagging.cc
>>> Compiling modules/TimeSmearing.cc
>>> Compiling modules/TrackCountingBTagging.cc
>>> Compiling modules/TrackPileUpSubtractor.cc
> modules/TauTagging.cc: In member function ‘virtual void TauTagging::Process()’:
> modules/TauTagging.cc:198:21: warning: variable ‘phi’ set but not used [-Wunused-but-set-variable]
> Double_t pt, eta, phi;
> ^
>>> Compiling modules/TreeWriter.cc
>>> Compiling modules/UniqueObjectFinder.cc
> modules/TrackCountingBTagging.cc: In member function ‘virtual void TrackCountingBTagging::Process()’:
> modules/TrackCountingBTagging.cc:98:16: warning: variable ‘tpx’ set but not used [-Wunused-but-set-variable]
> Double_t dr, tpx, tpy, tpt;
> ^
> modules/TrackCountingBTagging.cc:98:21: warning: variable ‘tpy’ set but not used [-Wunused-but-set-variable]
> Double_t dr, tpx, tpy, tpt;
> ^
>>> Compiling modules/Weighter.cc
>>> Compiling external/tcl/panic.c
>>> Compiling external/tcl/tclAlloc.c
> modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessTracks(ExRootTreeBranch*, TObjArray*)’:
> modules/TreeWriter.cc:263:38: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
> Double_t pt, signz, cosTheta, eta, rapidity;
> ^
> modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessTowers(ExRootTreeBranch*, TObjArray*)’:
> modules/TreeWriter.cc:331:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
> Double_t pt, signPz, cosTheta, eta, rapidity;
> ^
> modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessPhotons(ExRootTreeBranch*, TObjArray*)’:
> modules/TreeWriter.cc:376:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
> Double_t pt, signPz, cosTheta, eta, rapidity;
> ^
> modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessElectrons(ExRootTreeBranch*, TObjArray*)’:
> modules/TreeWriter.cc:418:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
> Double_t pt, signPz, cosTheta, eta, rapidity;
> ^
> modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessMuons(ExRootTreeBranch*, TObjArray*)’:
> modules/TreeWriter.cc:459:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
> Double_t pt, signPz, cosTheta, eta, rapidity;
> ^
> modules/TreeWriter.cc: In member function ‘void TreeWriter::ProcessJets(ExRootTreeBranch*, TObjArray*)’:
> modules/TreeWriter.cc:503:39: warning: variable ‘rapidity’ set but not used [-Wunused-but-set-variable]
> Double_t pt, signPz, cosTheta, eta, rapidity;
> ^
>>> Compiling external/tcl/tclAsync.c
>>> Compiling external/tcl/tclBasic.c
>>> Compiling external/tcl/tclCkalloc.c
>>> Compiling external/tcl/tclCmdAH.c
>>> Compiling external/tcl/tclCmdIL.c
> external/tcl/tclCkalloc.c: In function ‘Tcl_Free’:
> external/tcl/tclCkalloc.c:765:9: warning: implicit declaration of function ‘TclpFree’ [-Wimplicit-function-declaration]
> TclpFree(ptr);
> ^
>>> Compiling external/tcl/tclCmdMZ.c
>>> Compiling external/tcl/tclCompExpr.c
>>> Compiling external/tcl/tclCompile.c
>>> Compiling external/tcl/tclExecute.c
>>> Compiling external/tcl/tclGet.c
>>> Compiling external/tcl/tclHash.c
> external/tcl/tclCompile.c: In function ‘TclPrintByteCodeObj’:
> external/tcl/tclCompile.c:492:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> (unsigned int) codePtr, codePtr->refCount,
> ^
> external/tcl/tclCompile.c:493:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> codePtr->compileEpoch, (unsigned int) codePtr->iPtr,
> ^
> external/tcl/tclCompile.c:507:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
> codePtr->numCmdLocBytes);
> ^
> external/tcl/tclCompile.c:507:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
> external/tcl/tclCompile.c:507:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘long unsigned int’ [-Wformat=]
> external/tcl/tclCompile.c:520:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> (unsigned int) procPtr, procPtr->refCount, procPtr->numArgs,
> ^
> external/tcl/tclCompile.c: In function ‘TclObjIndexForString’:
> external/tcl/tclCompile.c:7016:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> objIndex = (int) Tcl_GetHashValue(hPtr);
> ^
> external/tcl/tclCompile.c:7057:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
> Tcl_SetHashValue(hPtr, objIndex);
> ^
>>> Compiling external/tcl/tclHistory.c
>>> Compiling external/tcl/tclIndexObj.c
> external/tcl/tclExecute.c: In function ‘TclExecuteByteCode’:
> external/tcl/tclExecute.c:750:45: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> bytes = TclGetStringFromObj(valuePtr, &length);
> ^
> external/tcl/tclExecute.c:768:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> bytes = TclGetStringFromObj(valuePtr, &length);
> ^
> external/tcl/tclExecute.c:934:41: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> bytes = TclGetStringFromObj(objv[i], &length);
> ^
> external/tcl/tclExecute.c:1916:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> s1 = TclGetStringFromObj(valuePtr, &length);
> ^
> external/tcl/tclExecute.c:1917:43: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> s2 = TclGetStringFromObj(value2Ptr, &length);
> ^
> external/tcl/tclExecute.c: In function ‘PrintByteCodeInfo’:
> external/tcl/tclExecute.c:3009:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> (unsigned int) codePtr, codePtr->refCount,
> ^
> external/tcl/tclExecute.c:3010:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> codePtr->compileEpoch, (unsigned int) codePtr->iPtr,
> ^
> external/tcl/tclExecute.c:3026:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
> codePtr->numCmdLocBytes);
> ^
> external/tcl/tclExecute.c:3026:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
> external/tcl/tclExecute.c:3026:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘long unsigned int’ [-Wformat=]
> external/tcl/tclExecute.c:3031:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> (unsigned int) procPtr, procPtr->refCount,
> ^
>>> Compiling external/tcl/tclLink.c
>>> Compiling external/tcl/tclListObj.c
>>> Compiling external/tcl/tclNamesp.c
> external/tcl/tclIndexObj.c: In function ‘Tcl_GetIndexFromObj’:
> external/tcl/tclIndexObj.c:89:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> *indexPtr = (int) objPtr->internalRep.twoPtrValue.ptr2;
> ^
> external/tcl/tclIndexObj.c:131:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
> objPtr->internalRep.twoPtrValue.ptr2 = (VOID *) index;
> ^
> external/tcl/tclIndexObj.c: In function ‘Tcl_WrongNumArgs’:
> external/tcl/tclIndexObj.c:293:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> tablePtr[(int) objv[i]->internalRep.twoPtrValue.ptr2],
> ^
>>> Compiling external/tcl/tclObj.c
> external/tcl/tclListObj.c: In function ‘SetListFromAny’:
> external/tcl/tclListObj.c:892:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> string = TclGetStringFromObj(objPtr, &length);
> ^
>>> Compiling external/tcl/tclParse.c
>>> Compiling external/tcl/tclPosixStr.c
>>> Compiling external/tcl/tclPreserve.c
> external/tcl/tclObj.c: In function ‘TclAllocateFreeObjects’:
> external/tcl/tclObj.c:561:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> ((int)(&(tmp[1])) - (int)(&(tmp[0])));
> ^
> external/tcl/tclObj.c:561:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> ((int)(&(tmp[1])) - (int)(&(tmp[0])));
> ^
> external/tcl/tclObj.c: In function ‘SetBooleanFromAny’:
> external/tcl/tclObj.c:1023:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> string = TclGetStringFromObj(objPtr, &length);
> ^
> external/tcl/tclObj.c: In function ‘SetDoubleFromAny’:
> external/tcl/tclObj.c:1401:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> string = TclGetStringFromObj(objPtr, &length);
> ^
> external/tcl/tclObj.c: In function ‘SetIntFromAny’:
> external/tcl/tclObj.c:1709:42: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> string = TclGetStringFromObj(objPtr, &length);
> ^
>>> Compiling external/tcl/tclProc.c
>>> Compiling external/tcl/tclResolve.c
>>> Compiling external/tcl/tclStringObj.c
>>> Compiling external/tcl/tclUtil.c
> external/tcl/tclProc.c: In function ‘TclCreateProc’:
> external/tcl/tclProc.c:347:2445: warning: ‘localPtr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
> || (strcmp(localPtr->name, fieldValues[0]))
> ^
> external/tcl/tclProc.c:188:29: note: ‘localPtr’ was declared here
> register CompiledLocal *localPtr;
> ^
>>> Compiling external/tcl/tclVar.c
>>> Generating tmp/modules/FastJetDict.cc
>>> Compiling external/fastjet/AreaDefinition.cc
> external/tcl/tclUtil.c: In function ‘Tcl_ConcatObj’:
> external/tcl/tclUtil.c:980:40: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> element = TclGetStringFromObj(objPtr, &length);
> ^
> external/tcl/tclUtil.c:1010:48: warning: the address of ‘elemLength’ will always evaluate as ‘true’ [-Waddress]
> element = TclGetStringFromObj(objPtr, &elemLength);
> ^
> external/tcl/tclUtil.c: In function ‘TclGetIntForIndex’:
> external/tcl/tclUtil.c:2578:41: warning: the address of ‘length’ will always evaluate as ‘true’ [-Waddress]
> bytes = TclGetStringFromObj(objPtr, &length);
> ^
>>> Compiling external/fastjet/BasicRandom.cc
> external/tcl/tclVar.c: In function ‘Tcl_LappendObjCmd’:
> external/tcl/tclVar.c:2748:45: warning: the address of ‘nameBytes’ will always evaluate as ‘true’ [-Waddress]
> name = TclGetStringFromObj(objv[1], &nameBytes);
> ^
> make: Circular external/fastjet/JetDefinition.hh <- external/fastjet/ClusterSequence.hh dependency dropped.
>>> Compiling external/fastjet/ClosestPair2D.cc
>>> Compiling external/fastjet/ClusterSequence.cc
>>> Compiling external/fastjet/ClusterSequence1GhostPassiveArea.cc
>>> Compiling external/fastjet/ClusterSequenceActiveArea.cc
>>> Compiling external/fastjet/ClusterSequenceActiveAreaExplicitGhosts.cc
>>> Compiling external/fastjet/ClusterSequenceArea.cc
>>> Compiling external/fastjet/ClusterSequenceAreaBase.cc
>>> Compiling external/fastjet/ClusterSequencePassiveArea.cc
>>> Compiling external/fastjet/ClusterSequenceStructure.cc
>>> Compiling external/fastjet/ClusterSequenceVoronoiArea.cc
>>> Compiling external/fastjet/ClusterSequence_CP2DChan.cc
>>> Compiling external/fastjet/ClusterSequence_Delaunay.cc
>>> Compiling external/fastjet/ClusterSequence_DumbN3.cc
>>> Compiling external/fastjet/ClusterSequence_N2.cc
>>> Compiling external/fastjet/ClusterSequence_TiledN2.cc
>>> Compiling external/fastjet/CompositeJetStructure.cc
>>> Compiling external/fastjet/Dnn2piCylinder.cc
>>> Compiling external/fastjet/Dnn3piCylinder.cc
>>> Compiling external/fastjet/Dnn4piCylinder.cc
>>> Compiling external/fastjet/DnnPlane.cc
>>> Compiling external/fastjet/Error.cc
>>> Compiling external/fastjet/FunctionOfPseudoJet.cc
>>> Compiling external/fastjet/GhostedAreaSpec.cc
>>> Compiling external/fastjet/JetDefinition.cc
>>> Compiling external/fastjet/LazyTiling25.cc
>>> Compiling external/fastjet/LazyTiling9.cc
>>> Compiling external/fastjet/LazyTiling9Alt.cc
>>> Compiling external/fastjet/LazyTiling9SeparateGhosts.cc
>>> Compiling external/fastjet/LimitedWarning.cc
>>> Compiling external/fastjet/MinHeap.cc
>>> Compiling external/fastjet/PseudoJet.cc
>>> Compiling external/fastjet/PseudoJetStructureBase.cc
>>> Compiling external/fastjet/RangeDefinition.cc
>>> Compiling external/fastjet/RectangularGrid.cc
>>> Compiling external/fastjet/Selector.cc
>>> Compiling external/fastjet/TilingExtent.cc
>>> Compiling external/fastjet/Voronoi.cc
>>> Compiling external/fastjet/contribs/Nsubjettiness/AxesFinder.cc
>>> Compiling external/fastjet/contribs/Nsubjettiness/MeasureFunction.cc
>>> Compiling external/fastjet/contribs/Nsubjettiness/Njettiness.cc
>>> Compiling external/fastjet/contribs/Nsubjettiness/NjettinessDefinition.cc
>>> Compiling external/fastjet/contribs/Nsubjettiness/NjettinessPlugin.cc
>>> Compiling external/fastjet/contribs/Nsubjettiness/Nsubjettiness.cc
>>> Compiling external/fastjet/contribs/Nsubjettiness/WinnerTakeAllRecombiner.cc
>>> Compiling external/fastjet/contribs/SoftKiller/SoftKiller.cc
>>> Compiling external/fastjet/plugins/ATLASCone/ATLASConePlugin.cc
>>> Compiling external/fastjet/plugins/ATLASCone/Jet.cc
>>> Compiling external/fastjet/plugins/ATLASCone/JetConeFinderTool.cc
>>> Compiling external/fastjet/plugins/ATLASCone/JetSplitMergeTool.cc
>>> Compiling external/fastjet/plugins/CDFCones/CDFJetCluPlugin.cc
>>> Compiling external/fastjet/plugins/CDFCones/CDFMidPointPlugin.cc
>>> Compiling external/fastjet/plugins/CDFCones/JetCluAlgorithm.cc
>>> Compiling external/fastjet/plugins/CDFCones/MidPointAlgorithm.cc
>>> Compiling external/fastjet/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc
>>> Compiling external/fastjet/plugins/D0RunICone/D0RunIBaseConePlugin.cc
>>> Compiling external/fastjet/plugins/D0RunIICone/D0RunIIConePlugin.cc
>>> Compiling external/fastjet/plugins/EECambridge/EECambridgePlugin.cc
>>> Compiling external/fastjet/plugins/GridJet/GridJetPlugin.cc
>>> Compiling external/fastjet/plugins/Jade/JadePlugin.cc
>>> Compiling external/fastjet/plugins/NestedDefs/NestedDefsPlugin.cc
>>> Compiling external/fastjet/plugins/SISCone/SISConePlugin.cc
>>> Compiling external/fastjet/plugins/SISCone/area.cc
>>> Compiling external/fastjet/plugins/SISCone/geom_2d.cc
>>> Compiling external/fastjet/plugins/SISCone/hash.cc
>>> Compiling external/fastjet/plugins/SISCone/momentum.cc
>>> Compiling external/fastjet/plugins/SISCone/protocones.cc
>>> Compiling external/fastjet/plugins/SISCone/quadtree.cc
>>> Compiling external/fastjet/plugins/SISCone/ranlux.cc
>>> Compiling external/fastjet/plugins/SISCone/reference.cc
>>> Compiling external/fastjet/plugins/SISCone/siscone.cc
>>> Compiling external/fastjet/plugins/SISCone/siscone_error.cc
>>> Compiling external/fastjet/plugins/SISCone/split_merge.cc
>>> Compiling external/fastjet/plugins/SISCone/vicinity.cc
>>> Compiling external/fastjet/plugins/TrackJet/TrackJetPlugin.cc
>>> Compiling external/fastjet/tools/BackgroundEstimatorBase.cc
>>> Compiling external/fastjet/tools/CASubJetTagger.cc
>>> Compiling external/fastjet/tools/Filter.cc
>>> Compiling external/fastjet/tools/GridMedianBackgroundEstimator.cc
>>> Compiling external/fastjet/tools/JHTopTagger.cc
>>> Compiling external/fastjet/tools/JetMedianBackgroundEstimator.cc
>>> Compiling external/fastjet/tools/MassDropTagger.cc
>>> Compiling external/fastjet/tools/Pruner.cc
>>> Compiling external/fastjet/tools/Recluster.cc
>>> Compiling external/fastjet/tools/RestFrameNSubjettinessTagger.cc
>>> Compiling external/fastjet/tools/Subtractor.cc
>>> Compiling external/fastjet/tools/TopTaggerBase.cc
>>> Compiling modules/FastJetFinder.cc
>>> Compiling modules/FastJetGridMedianEstimator.cc
>>> Compiling converters/hepmc2pileup.cpp
>>> Compiling converters/lhco2root.cpp
>>> Compiling converters/pileup2root.cpp
>>> Compiling converters/root2lhco.cpp
>>> Compiling converters/root2pileup.cpp
>>> Compiling converters/stdhep2pileup.cpp
>>> Compiling examples/Example1.cpp
>>> Compiling readers/DelphesHepMC.cpp
>>> Compiling readers/DelphesLHEF.cpp
>>> Compiling readers/DelphesSTDHEP.cpp
>>> Compiling tmp/classes/ClassesDict.cc
>>> Compiling tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc
>>> Compiling tmp/modules/ModulesDict.cc
>>> Compiling tmp/modules/FastJetDict.cc
>>> Building libDelphesNoFastJet.so
>>> Building libDelphes.so
>>> Building hepmc2pileup
>>> Building lhco2root
>>> Building pileup2root
>>> Building root2lhco
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
> collect2: error: ld returned 1 exit status
> make: *** [hepmc2pileup] Error 1
> make: *** Waiting for unfinished jobs....
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
> collect2: error: ld returned 1 exit status
> make: *** [lhco2root] Error 1
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
> collect2: error: ld returned 1 exit status
> make: *** [pileup2root] Error 1
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
> collect2: error: ld returned 1 exit status
> make: *** [root2lhco] Error 1
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
shibasipu (shibasipu) said :
#2

Hi Benjamin,
                          Thanks. I have tried both the versions ma5_v1.3_pre1 and ma5_v1.3_pre2. Also it is unable to install Delphes. I am getting the following error message.
 Unpacking the package ...
   Configuring the package ...
   Building the package ...
 ** ERROR: impossible to build the project. For more details, see the log file:
 ** ERROR: /home/users/rs/shibananda/RESEARCH/madanalysis5/tools/delphes/compilation_STDHEP.log
   Installation NOT complete.
   => Status:[FAILURE]
   **********************************************************

log file
========
 make: Circular external/fastjet/JetDefinition.hh <- external/fastjet/ClusterSequence.hh dependency dropped.
>> Compiling readers/DelphesSTDHEP.cpp
>> Building DelphesSTDHEP
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
collect2: error: ld returned 1 exit status
make: *** [DelphesSTDHEP] Error 1

Regards,
Shiba

Revision history for this message
Benjamin Fuks (fuks) said :
#3

Hi Shiba,

It looks that delphes is looking for your a pythia8 installation. Could you please try to install delphes locally to see whether it works?

Regards,

Benjamin

On 21 Jan 2016, at 11:13 , shibasipu <email address hidden> wrote:

> Question #281264 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/281264
>
> Status: Answered => Open
>
> shibasipu is still having a problem:
> Hi Benjamin,
> Thanks. I have tried both the versions ma5_v1.3_pre1 and ma5_v1.3_pre2. Also it is unable to install Delphes. I am getting the following error message.
> Unpacking the package ...
> Configuring the package ...
> Building the package ...
> ** ERROR: impossible to build the project. For more details, see the log file:
> ** ERROR: /home/users/rs/shibananda/RESEARCH/madanalysis5/tools/delphes/compilation_STDHEP.log
> Installation NOT complete.
> => Status:[FAILURE]
> **********************************************************
>
> log file
> ========
> make: Circular external/fastjet/JetDefinition.hh <- external/fastjet/ClusterSequence.hh dependency dropped.
>>> Compiling readers/DelphesSTDHEP.cpp
>>> Building DelphesSTDHEP
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
> collect2: error: ld returned 1 exit status
> make: *** [DelphesSTDHEP] Error 1
>
>
> Regards,
> Shiba
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
shibasipu (shibasipu) said :
#4

Hi Benjamin,
                             I have already installed Delphes-3.3.2 as standalone. It is properly working.

Regards,
Shiba

Revision history for this message
Benjamin Fuks (fuks) said :
#5

Hi Shiba,

Could you please try to go to the tools/delphes directory and manually install delphes from there?

Cheers,

B>

On 22 Jan 2016, at 09:17 , shibasipu <email address hidden> wrote:

> Question #281264 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/281264
>
> Status: Answered => Open
>
> shibasipu is still having a problem:
> Hi Benjamin,
> I have already installed Delphes-3.3.2 as standalone. It is properly working.
>
>
>
>
>
>
> Regards,
> Shiba
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
shibasipu (shibasipu) said :
#6

Hi Benjamin,
                                  The "make" command is not working properly. Please have a look to the below.
[shibananda@localhost delphes]$ make
make: Circular external/fastjet/JetDefinition.hh <- external/fastjet/ClusterSequence.hh dependency dropped.
>> Building hepmc2pileup
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
/home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
collect2: error: ld returned 1 exit status
make: *** [hepmc2pileup] Error 1
[shibananda@localhost delphes]$

Regards,
Shiba

Revision history for this message
Benjamin Fuks (fuks) said :
#7

Please see the other thread.

Cheers,

B>

On 22 Jan 2016, at 13:12 , shibasipu <email address hidden> wrote:

> Question #281264 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/281264
>
> Status: Answered => Open
>
> shibasipu is still having a problem:
> Hi Benjamin,
> The "make" command is not working properly. Please have a look to the below.
> [shibananda@localhost delphes]$ make
> make: Circular external/fastjet/JetDefinition.hh <- external/fastjet/ClusterSequence.hh dependency dropped.
>>> Building hepmc2pileup
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `setlhaparm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetbynamem_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `initpdfsetm_'
> /home/users/rs/shibananda/RESEARCH/pythia8-master/lib/libpythia8.so: undefined reference to `evolvepdfphotonm_'
> collect2: error: ld returned 1 exit status
> make: *** [hepmc2pileup] Error 1
> [shibananda@localhost delphes]$
>
>
> Regards,
> Shiba
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Can you help with this problem?

Provide an answer of your own, or ask shibasipu for more information if necessary.

To post a message you must log in.