[Rivet] AGILe

Andy Buckley andy.buckley at ed.ac.uk
Mon Jun 7 14:03:08 BST 2010


On 07/06/10 13:05, Sparsh Navin wrote:
> Hi Hendrik,
> 
> Sorry for not being in contact, I just moved out of CERN, back to
> Birmingham.
> 
> I am using SLC5 as I upgraded from SLC4 because I was advised to do so
> by Andy and ALICE offline as well.
> 
> I am using my own machine at CERN which is connected to afs.
> 
> This is the full message...
> 
> [pcalicebhm09] /home/snavin/my_work/rivet_test > ./rivet-bootstrap
> --no-install-rivet --install-agile --dev-mode on
> Checking for developer mode programs
> Updating AGILe SVN working copy
> LCG area available: using LCG-built packages
> Using LCG platform tag = x86_64-slc5-gcc43-opt
> Boost's headers are not installed properly in
> /afs/cern.ch/sw/lcg/external/Boost/1.42.0_python2.5/x86_64-slc5-gcc43-opt
> Configuring in /home/snavin/my_work/rivet_test/build/agile: ./configure
> --prefix=/home/snavin/my_work/rivet_test/local 
> --with-lcgtag=x86_64-slc5-gcc43-opt
> --with-hepmc=/afs/cern.ch/sw/lcg/external/HepMC/2.05.00/x86_64-slc5-gcc43-opt
> --with-boost=/afs/cern.ch/sw/lcg/external/Boost/1.42.0_python2.5/x86_64-slc5-gcc43-opt
> --with-boost-incpath=/afs/cern.ch/sw/lcg/external/Boost/1.42.0_python2.5/x86_64-slc5-gcc43-opt/include/boost-1_42
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for sw_vers... no
> configure: LCG platform tag is 'x86_64-slc5-gcc43-opt'
> checking for g++... g++
> checking for C++ compiler default output file name... configure: error:
> C++ compiler cannotcreate executables
> See `config.log' for more details.
> 
> I don't seem to have a config.log in my current directory.

The config.log is in the build directory: take a look in
/home/snavin/my_work/rivet_test/build/agile

> Also, this is still what I get when I try
> 
> pcalicebhm09] /home/snavin/my_work/rivet_test > agile-runmc --list-gens
> Traceback (most recent call last):
>   File "/home/snavin/my_work/rivet_test/local/bin/agile-runmc", line 95,
> in <module>
>     import AGILe
>   File
> "/home/snavin/my_work/rivet_test/local/lib/python2.6/site-packages/AGILe.py",
> line 25, in <module>
>     _AGILe = swig_import_helper()
>   File
> "/home/snavin/my_work/rivet_test/local/lib/python2.6/site-packages/AGILe.py",
> line 21, in swig_import_helper
>     _mod = imp.load_module('_AGILe', fp, pathname, description)
> ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not
> found (required by
> /home/snavin/my_work/rivet_test/local/lib/python2.6/site-packages/_AGILe.so)

Both these errors look like you have a misconfigured compiler setup: the
compiler cannot make executables, and presumably the previous build was
with the wrong compiler for the system since you are getting the
GLIBCXX_3.4.9 standard library version mismatch error.

How did you set up the compiler before running the bootstrap command?

Cheers,
Andy

-- 
Dr Andy Buckley
SUPA Advanced Research Fellow
Particle Physics Experiment Group, University of Edinburgh


More information about the Rivet mailing list