[Rivet] Fwd: CPC Program Library - CPC-S-13-00112

Frank Siegert frank.siegert at cern.ch
Tue Mar 19 14:59:17 GMT 2013


Dear fellow-Riveters,

During the submission process to CPC the program code gets included in
the CPC Program Library. I submitted the tarball and corresponding
instructions (referring to rivet-bootstrap), but on the machine of the
librarian (Ubuntu 12.04 64bit) the bootstrap script fails with a
linker error, cf. attachment:

/usr/bin/python mk-analysis-html analyses.html
Traceback (most recent call last):
  File "mk-analysis-html", line 43, in <module>
    import rivet
  File "/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext/build/lib.linux-x86_64-2.7/rivet/__init__.py",
line 16, in <module>
    from rivetwrap import *
  File "/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext/build/lib.linux-x86_64-2.7/rivet/rivetwrap.py",
line 26, in <module>
    _rivetwrap = swig_import_helper()
  File "/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext/build/lib.linux-x86_64-2.7/rivet/rivetwrap.py",
line 22, in swig_import_helper
    _mod = imp.load_module('_rivetwrap', fp, pathname, description)
ImportError: /home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET/lib/libfastjetplugins.so.0:
undefined symbol: _ZN7siscone8Csiscone12_banner_ostrE

I'm not able to reproduce this on my Laptop (Ubuntu 12.04 32bit), and
before going into remote debugging I was wondering whether any of you
have seen this kind of error before?

(As an aside: Should we maybe disable the building of the manual
during rivet-bootstrap by default to avoid these kinds of Python
problems?)

Cheers,
Frank


---------- Forwarded message ----------
From: CPC Program Library <cpc at qub.ac.uk>
Date: 19 March 2013 15:34
Subject: Re: CPC Program Library - CPC-S-13-00112
To: Frank Siegert <frank.siegert at cern.ch>


Hi Frank,

Sorry, not good news, I'm afraid.
I got the same error again though this time the bootstrap ran without
any interruption.
I have attached the screen output file.

My machine is a 64 bit, but would that cause the problem?


Best regards,

Carol
>
> Dear Carol,
>
> I have tried this out on an Ubuntu 12.04 machine (32bit installation),
> and I cannot reproduce the linking error at the end of your logfile.
> So I would hope that this is just a spurious error from the previously
> failed installation, and would appreciate, if you could try this again
> in a fresh directory and shell. If the error remains the same, I'll
> come back with a few debugging questions such that I can reproduce and
> fix it.
>
> Cheers,
> Frank
>
>
> On 15 March 2013 13:19, CPC Program Library <cpc at qub.ac.uk> wrote:
>>
>> Hi Frank,
>>
>> Thanks for your email.
>>
>> I ran the rivet-bootstrap script again which got a bit further but got stuck
>> on Boost.
>>   I gathered from the web ManualInstallation instructions  that it expects
>> boost and swig to be installed which they weren't on my machine (HP
>> workstation, ubuntu 12.04/ gcc-4.6.3).
>>
>> I installed them from the ubuntu repository and carried on.
>> The rivet build gave an undefined symbol error. I have attached a file
>> showing the screen output of my various rivet-bootstrap runs.
>> I wasn't sure if I should carry on after installing the necessary software
>> or should delete everything and start again but assumed carrying on would be
>> okay.
>> Hope I was right :).
>>
>> We are off on Monday for St. Patrick's Day (Sunday).
>> Happy St. Patrick's Day!
>>
>> Best regards,
>>
>> Carol
>>
>>
>>
>>> Dear Carol,
>>>
>>> How embarassing that it fails within the first 10 seconds!
>>>
>>> HepMC, one of Rivet's dependencies which is installed with the help of
>>> the bootstrap script, has recently changed its build system from a
>>> ./configure script to cmake, which our bootstrap script doesn't yet
>>> know how to handle.
>>>
>>> For the time being, I have reverted this in the bootstrap script, so
>>> if you start from scratch by downloading the bootstrap script again,
>>> everything should work now.
>>>
>>> Sorry again for the inconvenience, and please let me know if you
>>> encounter any other issues. There was an issue with the FastJet
>>> (another dependency) server yesterday where the bootstrap script
>>> couldn't download the tarball, but that seems to be fixed now, at
>>> least it works for me.
>>>
>>> Cheers,
>>> Frank
>>>
>>>
>>> On 14 March 2013 14:04, CPC Program Library<cpc at qub.ac.uk>  wrote:
>>>>
>>>> Dear Frank,
>>>>
>>>> I have started to test your program but have not got very far.
>>>> I thought I would use the bootstrap program but when starting to install
>>>> HepMC it complains about a lack of configure file.
>>>> I have attached a copy of my screen input/output. What am I doing wrong?
>>>> Sorry if I've missed something fundamental.
>>>>
>>>> Best regards,
>>>>
>>>> Carol
>>>>
>>>>
>>>>> Dear Carol,
>>>>>
>>>>> Ok, thanks. Let me know if you encounter any problems, or if I forgot
>>>>> anything in the instructions.
>>>>>
>>>>> Does the CPC review process continue in the meantime, i.e. should I
>>>>> expect to hear from an editor/referee independently from your testing?
>>>>>
>>>>> Cheers,
>>>>> Frank
>>>>>
>>>>> On 4 March 2013 10:42, CPC Program Library<cpc at qub.ac.uk>  wrote:
>>>>>>
>>>>>> Dear Frank,
>>>>>>
>>>>>> Thank you for sending the code file.
>>>>>> The Library is quite busy at the moment so it may be a couple of weeks
>>>>>> before I get around to testing your program.
>>>>>> When I do, I'll let you know how I get on.
>>>>>>
>>>>>> Best regards,
>>>>>>
>>>>>> Carol
-------------- next part --------------
cphillips at ubuntu:~/CPC/newprograms/CPC-D-13-00117$ ./rivet-bootstrap --prefix=/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET
Getting http://www.hepforge.org/archive/rivet/Rivet-1.8.2.tar.gz
Downloading http://www.hepforge.org/archive/rivet/Rivet-1.8.2.tar.gz
Downloading http://lcgapp.cern.ch/project/simu/HepMC/download/HepMC-2.06.06.tar.gz
Configuring in /home/cphillips/CPC/newprograms/CPC-D-13-00117/build/HepMC-2.06.06: ./configure --prefix=/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET --with-momentum=GEV --with-length=MM
Building in /home/cphillips/CPC/newprograms/CPC-D-13-00117/build/HepMC-2.06.06: make -j2 && make -j2 install
Downloading http://www.fastjet.fr/repo/fastjet-3.0.3.tar.gz
Configuring in /home/cphillips/CPC/newprograms/CPC-D-13-00117/build/fastjet-3.0.3: ./configure --prefix=/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET --enable-shared --enable-allcxxplugins
Building in /home/cphillips/CPC/newprograms/CPC-D-13-00117/build/fastjet-3.0.3: make -j2 && make -j2 install
Configuring in /home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2: ./configure --prefix=/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET  --with-lcgtag=x86_64-Linux-gcc46-opt --with-hepmc=/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET --with-fastjet=/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET --disable-pdfmanual
Building in /home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2: make -j2 && make -j2 install
Making all in src
make[1]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src'
Making all in Core
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Core'
  CXX    libRivetCore_la-Event.lo
  CXX    libRivetCore_la-Jet.lo
  CXX    libRivetCore_la-Particle.lo
  CXX    libRivetCore_la-ParticleName.lo
  CXX    libRivetCore_la-ProjectionApplier.lo
  CXX    libRivetCore_la-Projection.lo
  CXX    libRivetCore_la-Analysis.lo
  CXX    libRivetCore_la-AnalysisLoader.lo
  CXX    libRivetCore_la-AnalysisInfo.lo
  CXX    libRivetCore_la-AnalysisHandler.lo
  CXX    libRivetCore_la-Run.lo
  CXX    libRivetCore_la-ProjectionHandler.lo
  CXX    libRivetCore_la-HistoHandler.lo
  CXXLD  libRivetCore.la
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Core'
Making all in Projections
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Projections'
  CXX    Beam.lo
  CXX    BeamThrust.lo
  CXX    ChargedFinalState.lo
  CXX    ChargedLeptons.lo
  CXX    CentralEtHCM.lo
  CXX    ClusteredPhotons.lo
  CXX    DISFinalState.lo
  CXX    DISKinematics.lo
  CXX    DISLepton.lo
  CXX    FastJets.lo
  CXX    FinalState.lo
  CXX    FoxWolframMoments.lo
  CXX    FParameter.lo
  CXX    HadronicFinalState.lo
  CXX    NonHadronicFinalState.lo
  CXX    Hemispheres.lo
  CXX    IdentifiedFinalState.lo
  CXX    InitialQuarks.lo
  CXX    InvMassFinalState.lo
  CXX    JetAlg.lo
  CXX    JetShape.lo
  CXX    LeadingParticlesFinalState.lo
  CXX    LeptonClusters.lo
  CXX    MergedFinalState.lo
  CXX    MissingMomentum.lo
  CXX    Multiplicity.lo
  CXX    NeutralFinalState.lo
  CXX    ParisiTensor.lo
  CXX    PVertex.lo
  CXX    Sphericity.lo
  CXX    Spherocity.lo
  CXX    SVertex.lo
  CXX    Thrust.lo
  CXX    TotalVisibleMomentum.lo
  CXX    TriggerCDFRun0Run1.lo
  CXX    TriggerCDFRun2.lo
  CXX    TriggerUA5.lo
  CXX    UnstableFinalState.lo
  CXX    VetoedFinalState.lo
  CXX    VisibleFinalState.lo
  CXX    WFinder.lo
  CXX    ZFinder.lo
  CXXLD  libRivetProjections.la
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Projections'
Making all in Tools
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Tools'
Making all in yaml-cpp
make[3]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Tools/yaml-cpp'
  CXX    aliascontent.lo
  CXX    emitterstate.lo
  CXX    map.lo
  CXX    parser.lo
  CXX    scanscalar.lo
  CXX    sequence.lo
  CXX    stream.lo
  CXX    parserstate.lo
  CXX    scalar.lo
  CXX    emitterutils.lo
  CXX    iterator.lo
  CXX    node.lo
  CXX    scantag.lo
  CXX    conversion.lo
  CXX    null.lo
  CXX    regex.lo
  CXX    scanner.lo
  CXX    simplekey.lo
  CXX    tag.lo
  CXX    emitter.lo
  CXX    exp.lo
  CXX    ostream.lo
  CXX    scantoken.lo
  CXXLD  libyaml-cpp.la
make[3]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Tools/yaml-cpp'
make[3]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Tools'
  CXX    libRivetTools_la-Logging.lo
  CXX    libRivetTools_la-RivetAIDA.lo
  CXX    libRivetTools_la-RivetPaths.lo
  CC     libRivetTools_la-binreloc.lo
  CXX    libRivetTools_la-Utils.lo
  CXX    libRivetTools_la-ParticleIdUtils.lo
  CXX    libRivetTools_la-tinyxml.lo
  CXX    libRivetTools_la-tinyxmlerror.lo
  CXX    libRivetTools_la-tinyxmlparser.lo
  CXX    libRivetTools_la-BinnedHistogram.lo
  CXX    libRivetTools_la-mt2_bisect.lo
  CXX    libRivetTools_la-RivetMT2.lo
  CXXLD  libRivetTools.la
copying selected object files to avoid basename conflicts...
make[3]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Tools'
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Tools'
Making all in Analyses
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Analyses'
  CXX    ALICE_2010_S8624100.lo
  CXX    ALICE_2010_S8625980.lo
  CXX    ALICE_2010_S8706239.lo
  CXX    ALICE_2011_S8909580.lo
  CXX    ALICE_2011_S8945144.lo
  CXX    ALICE_2012_I1181770.lo
  CXX    ATLAS_2010_S8591806.lo
  CXX    ATLAS_2010_S8817804.lo
  CXX    ATLAS_2010_S8894728.lo
  CXX    ATLAS_2010_S8914702.lo
  CXX    ATLAS_2010_S8918562.lo
  CXX    ATLAS_2010_S8919674.lo
  CXX    ATLAS_2011_S8924791.lo
  CXX    ATLAS_2011_S8971293.lo
  CXX    ATLAS_2011_S8994773.lo
  CXX    ATLAS_2011_S8983313.lo
  CXX    ATLAS_2011_S9002537.lo
  CXX    ATLAS_2011_S9120807.lo
  CXX    ATLAS_2011_S9126244.lo
  CXX    ATLAS_2011_S9128077.lo
  CXX    ATLAS_2011_S9131140.lo
  CXX    ATLAS_2011_S9212183.lo
  CXX    ATLAS_2011_S9225137.lo
  CXX    ATLAS_2011_S9019561.lo
  CXX    ATLAS_2011_I894867.lo
  CXX    ATLAS_2011_I919017.lo
  CXX    ATLAS_2011_I925932.lo
  CXX    ATLAS_2011_I926145.lo
  CXX    ATLAS_2011_I944826.lo
  CXX    ATLAS_2011_I945498.lo
  CXX    ATLAS_2011_I954993.lo
  CXX    ATLAS_2012_I943401.lo
  CXX    ATLAS_2012_I1082936.lo
  CXX    ATLAS_2012_I1084540.lo
  CXX    ATLAS_2012_I1091481.lo
  CXX    ATLAS_2012_I1093738.lo
  CXX    ATLAS_2012_I1094568.lo
  CXX    ATLAS_2012_I1112263.lo
  CXX    ATLAS_2012_I1117704.lo
  CXX    ATLAS_2012_I1118269.lo
  CXX    ATLAS_2012_I1119557.lo
  CXX    ATLAS_2012_I1125961.lo
  CXX    ATLAS_2012_I1183818.lo
  CXX    ATLAS_2012_I1188891.lo
  CXX    ATLAS_2012_CONF_2012_001.lo
  CXX    CMS_2010_S8547297.lo
  CXX    CMS_2010_S8656010.lo
  CXX    CMS_2011_S8884919.lo
  CXX    CMS_2011_S8941262.lo
  CXX    CMS_2011_S8950903.lo
  CXX    CMS_2011_S8957746.lo
  CXX    CMS_2011_S8968497.lo
  CXX    CMS_2011_S8973270.lo
  CXX    CMS_2011_S8978280.lo
  CXX    CMS_2011_S9086218.lo
  CXX    CMS_2011_S9088458.lo
  CXX    CMS_2011_S9120041.lo
  CXX    CMS_2011_S9215166.lo
  CXX    CMS_2011_I954992.lo
  CXX    CMS_2012_I1087342.lo
  CXX    CMS_2012_I1102908.lo
  CXX    CMS_2012_I1107658.lo
  CXX    CMS_2012_I1184941.lo
  CXX    CMS_2012_I1193338.lo
  CXX    CMS_QCD_10_024.lo
  CXX    CMS_2012_PAS_FWD_11_003.lo
  CXX    CMS_2012_PAS_QCD_11_010.lo
  CXX    LHCB_2010_I867355.lo
  CXX    LHCF_2012_I1115479.lo
  CXX    TOTEM_2012_I1115294.lo
  CXX    TOTEM_2012_002.lo
  CXX    CDF_1988_S1865951.lo
  CXX    CDF_1990_S2089246.lo
  CXX    CDF_1994_S2952106.lo
  CXX    CDF_1996_S3418421.lo
  CXX    CDF_1998_S3618439.lo
  CXX    CDF_2000_S4155203.lo
  CXX    CDF_2000_S4266730.lo
  CXX    CDF_2001_S4517016.lo
  CXX    CDF_2001_S4563131.lo
  CXX    CDF_2001_S4751469.lo
  CXX    CDF_2002_S4796047.lo
  CXX    CDF_2004_S5839831.lo
  CXX    CDF_2005_S6080774.lo
  CXX    CDF_2005_S6217184.lo
  CXX    CDF_2006_S6450792.lo
  CXX    CDF_2006_S6653332.lo
  CXX    CDF_2007_S7057202.lo
  CXX    CDF_2008_S7540469.lo
  CXX    CDF_2008_S7828950.lo
  CXX    CDF_2008_S8093652.lo
  CXX    CDF_2008_S8095620.lo
  CXX    CDF_2009_S8233977.lo
  CXX    CDF_2009_S8383952.lo
  CXX    CDF_2009_S8436959.lo
  CXX    CDF_2010_S8591881_DY.lo
  CXX    CDF_2010_S8591881_QCD.lo
  CXX    CDF_2009_NOTE_9936.lo
  CXX    CDF_2012_NOTE10874.lo
  CXX    CDF_2008_LEADINGJETS.lo
  CXX    CDF_2008_NOTE_9351.lo
  CXX    D0_2000_S4480767.lo
  CXX    D0_2001_S4674421.lo
  CXX    D0_2004_S5992206.lo
  CXX    D0_2006_S6438750.lo
  CXX    D0_2007_S7075677.lo
  CXX    D0_2008_S6879055.lo
  CXX    D0_2008_S7554427.lo
  CXX    D0_2008_S7662670.lo
  CXX    D0_2008_S7719523.lo
  CXX    D0_2008_S7837160.lo
  CXX    D0_2008_S7863608.lo
  CXX    D0_2009_S8202443.lo
  CXX    D0_2009_S8320160.lo
  CXX    D0_2009_S8349509.lo
  CXX    D0_2010_S8566488.lo
  CXX    D0_2010_S8570965.lo
  CXX    D0_2010_S8671338.lo
  CXX    D0_2010_S8821313.lo
  CXX    D0_2011_I895662.lo
  CXX    H1_1994_S2919893.lo
  CXX    H1_2000_S4129130.lo
  CXX    JADE_1998_S3612880.lo
  CXX    TASSO_1990_S2148048.lo
  CXX    ALEPH_1991_S2435284.lo
  CXX    ALEPH_1996_S3486095.lo
  CXX    ALEPH_1996_S3196992.lo
  CXX    ALEPH_1999_S4193598.lo
  CXX    ALEPH_2001_S4656318.lo
  CXX    ALEPH_2002_S4823664.lo
  CXX    ALEPH_2004_S5765862.lo
  CXX    DELPHI_1995_S3137023.lo
  CXX    DELPHI_1996_S3430090.lo
  CXX    DELPHI_1999_S3960137.lo
  CXX    DELPHI_2000_S4328825.lo
  CXX    OPAL_1993_S2692198.lo
  CXX    OPAL_1994_S2927284.lo
  CXX    OPAL_1995_S3198391.lo
  CXX    OPAL_1996_S3257789.lo
  CXX    OPAL_1997_S3396100.lo
  CXX    OPAL_1997_S3608263.lo
  CXX    OPAL_1998_S3702294.lo
  CXX    OPAL_1998_S3749908.lo
  CXX    OPAL_1998_S3780481.lo
  CXX    OPAL_2000_S4418603.lo
  CXX    OPAL_2001_S4553896.lo
  CXX    OPAL_2002_S5361494.lo
  CXX    OPAL_2004_S6132243.lo
  CXX    SLD_1996_S3398250.lo
  CXX    SLD_1999_S3743934.lo
  CXX    SLD_2002_S4869273.lo
  CXX    SLD_2004_S5693039.lo
  CXX    DELPHI_2002_069_CONF_603.lo
  CXX    STAR_2006_S6500200.lo
  CXX    STAR_2006_S6860818.lo
  CXX    STAR_2006_S6870392.lo
  CXX    STAR_2009_UE_HELEN.lo
  CXX    UA1_1990_S2044935.lo
  CXX    UA5_1982_S875503.lo
  CXX    UA5_1986_S1583476.lo
  CXX    UA5_1987_S1640666.lo
  CXX    UA5_1988_S1867512.lo
  CXX    UA5_1989_S1926373.lo
  CXX    PDG_HADRON_MULTIPLICITIES.lo
  CXX    PDG_HADRON_MULTIPLICITIES_RATIOS.lo
  CXX    JADE_OPAL_2000_S4300807.lo
  CXX    ARGUS_1993_S2653028.lo
  CXX    ARGUS_1993_S2669951.lo
  CXX    ARGUS_1993_S2789213.lo
  CXX    BABAR_2005_S6181155.lo
  CXX    BABAR_2007_S6895344.lo
  CXX    BABAR_2007_S7266081.lo
  CXX    BELLE_2001_S4598261.lo
  CXX    BELLE_2006_S6265367.lo
  CXX    CLEO_2004_S5809304.lo
  CXX    EXAMPLE.lo
  CXX    MC_DIPHOTON.lo
  CXX    MC_GENERIC.lo
  CXX    MC_HJETS.lo
  CXX    MC_IDENTIFIED.lo
  CXX    MC_JETS.lo
  CXX    MC_LEADJETUE.lo
  CXX    MC_PDFS.lo
  CXX    MC_PHOTONJETS.lo
  CXX    MC_PHOTONS.lo
  CXX    MC_PRINTEVENT.lo
  CXX    MC_SUSY.lo
  CXX    MC_TTBAR.lo
  CXX    MC_VH2BB.lo
MC_VH2BB.cc: In member function 'std::vector<double> Rivet::MC_VH2BB::boostAngles(const Rivet::FourMomentum&, const Rivet::FourMomentum&, const Rivet::FourMomentum&)':
MC_VH2BB.cc:57:14: warning: unused variable 'test' [-Wunused-variable]
  CXX    MC_WJETS.lo
  CXX    MC_WPOL.lo
  CXX    MC_WWJETS.lo
  CXX    MC_XS.lo
  CXX    MC_ZJETS.lo
  CXX    MC_ZZJETS.lo
  CXX    MC_JetAnalysis.lo
  CXXLD  RivetALICEAnalyses.la
  CXXLD  RivetATLASAnalyses.la
  CXXLD  RivetCMSAnalyses.la
  CXXLD  RivetLHCbAnalyses.la
  CXXLD  RivetLHCfAnalyses.la
  CXXLD  RivetTOTEMAnalyses.la
  CXXLD  RivetCDFAnalyses.la
  CXXLD  RivetD0Analyses.la
  CXXLD  RivetHERAAnalyses.la
  CXXLD  RivetPetraAnalyses.la
  CXXLD  RivetLEPAnalyses.la
  CXXLD  RivetRHICAnalyses.la
  CXXLD  RivetSPSAnalyses.la
  CXXLD  RivetMiscAnalyses.la
  CXXLD  RivetMCAnalyses.la
  CXXLD  libRivetAnalysisTools.la
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/Analyses'
Making all in .
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src'
  CCLD   libRivet.la
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src'
make[1]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src'
Making all in pyext
make[1]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext'
Making all in rivet
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext/rivet'
/usr/bin/swig -c++ -python -I../../include -o rivetwrap_wrap.cc rivetwrap.i
/usr/bin/swig -c++ -python -I../../include -o rivetwrap_wrap.cc rivetwrap.i
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext/rivet'
Making all in .
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext'
/usr/bin/python setup.py build
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
copying lighthisto.py -> build/lib.linux-x86_64-2.7
copying spiresbib.py -> build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/rivet
copying rivet/__init__.py -> build/lib.linux-x86_64-2.7/rivet
copying rivet/rivetwrap.py -> build/lib.linux-x86_64-2.7/rivet
running build_ext
building '_rivetwrap' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/rivet
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DSWIG_TYPE_TABLE=hepmccompat -I/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/include -I/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/include -I/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET/include -I/usr/include -I/usr/include -I/usr/include/python2.7 -c ./rivet/rivetwrap_wrap.cc -o build/temp.linux-x86_64-2.7/./rivet/rivetwrap_wrap.o -O2
cc1plus: warning: command line option â??-Wstrict-prototypesâ?? is valid for Ada/C/ObjC but not for C++ [enabled by default]
g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/./rivet/rivetwrap_wrap.o -L/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/src/.libs -L../src/Tools/yaml-cpp/.libs -L/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET/lib -lHepMC -lRivet -o build/lib.linux-x86_64-2.7/rivet/_rivetwrap.so
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext'
make[1]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext'
Making all in data
make[1]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data'
Making all in refdata
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data/refdata'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data/refdata'
Making all in anainfo
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data/anainfo'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data/anainfo'
Making all in plotinfo
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data/plotinfo'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data/plotinfo'
Making all in texmf
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data/texmf'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data/texmf'
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data'
make[1]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/data'
Making all in include
make[1]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/include'
Making all in Rivet
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/include/Rivet'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/include/Rivet'
make[2]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/include'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/include'
make[1]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/include'
Making all in bin
make[1]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/bin'
  CXX    rivet_nopy-rivet-nopy.o
  CXXLD  rivet-nopy
make[1]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/bin'
Making all in doc
make[1]: Entering directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/doc'
LD_LIBRARY_PATH=../src/.libs:../src/Tools/yaml-cpp/.libs:/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET/lib:/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET/lib:/usr/local/lib::/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET/lib \
DYLD_LIBRARY_PATH=../src/.libs:../src/Tools/yaml-cpp/.libs:/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET/lib:/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET/lib::/home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET/lib \
RIVET_INFO_PATH=../data/anainfo \
PYTHONPATH=../pyext: \
/usr/bin/python mk-analysis-html analyses.html
Traceback (most recent call last):
  File "mk-analysis-html", line 43, in <module>
    import rivet
  File "/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext/build/lib.linux-x86_64-2.7/rivet/__init__.py", line 16, in <module>
    from rivetwrap import *
  File "/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext/build/lib.linux-x86_64-2.7/rivet/rivetwrap.py", line 26, in <module>
    _rivetwrap = swig_import_helper()
  File "/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/pyext/build/lib.linux-x86_64-2.7/rivet/rivetwrap.py", line 22, in swig_import_helper
    _mod = imp.load_module('_rivetwrap', fp, pathname, description)
ImportError: /home/cphillips/CPC/newprograms/CPC-D-13-00117/RIVET/lib/libfastjetplugins.so.0: undefined symbol: _ZN7siscone8Csiscone12_banner_ostrE
make[1]: *** [analyses.html] Error 1
make[1]: Leaving directory `/home/cphillips/CPC/newprograms/CPC-D-13-00117/build/Rivet-1.8.2/doc'
make: *** [all-recursive] Error 1
cphillips at ubuntu:~/CPC/newprograms/CPC-D-13-00117$ 



More information about the Rivet mailing list