<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Rivet] AGILe</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hi Hendrik,<BR>
<BR>
Sorry for not being in contact, I just moved out of CERN, back to Birmingham.<BR>
<BR>
I am using SLC5 as I upgraded from SLC4 because I was advised to do so by Andy and ALICE offline as well.<BR>
<BR>
I am using my own machine at CERN which is connected to afs.<BR>
<BR>
This is the full message...<BR>
<BR>
[pcalicebhm09] /home/snavin/my_work/rivet_test > ./rivet-bootstrap --no-install-rivet --install-agile --dev-mode on<BR>
Checking for developer mode programs<BR>
Updating AGILe SVN working copy<BR>
LCG area available: using LCG-built packages<BR>
Using LCG platform tag = x86_64-slc5-gcc43-opt<BR>
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<BR>
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<BR>
checking for a BSD-compatible install... /usr/bin/install -c<BR>
checking whether build environment is sane... yes<BR>
checking for gawk... gawk<BR>
checking whether make sets $(MAKE)... yes<BR>
checking for sw_vers... no<BR>
configure: LCG platform tag is 'x86_64-slc5-gcc43-opt'<BR>
checking for g++... g++<BR>
checking for C++ compiler default output file name... configure: error: C++ compiler cannotcreate executables<BR>
See `config.log' for more details.<BR>
<BR>
I don't seem to have a config.log in my current directory.<BR>
<BR>
Also, this is still what I get when I try<BR>
<BR>
pcalicebhm09] /home/snavin/my_work/rivet_test > agile-runmc --list-gens<BR>
Traceback (most recent call last):<BR>
File "/home/snavin/my_work/rivet_test/local/bin/agile-runmc", line 95, in <module><BR>
import AGILe<BR>
File "/home/snavin/my_work/rivet_test/local/lib/python2.6/site-packages/AGILe.py", line 25, in <module><BR>
_AGILe = swig_import_helper()<BR>
File "/home/snavin/my_work/rivet_test/local/lib/python2.6/site-packages/AGILe.py", line 21, in swig_import_helper<BR>
_mod = imp.load_module('_AGILe', fp, pathname, description)<BR>
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)<BR>
<BR>
All my paths are in the attachment.<BR>
<BR>
Sparsh<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Hendrik Hoeth [<A HREF="mailto:hendrik.hoeth@cern.ch">mailto:hendrik.hoeth@cern.ch</A>]<BR>
Sent: Fri 5/28/2010 4:52 PM<BR>
To: Sparsh Navin<BR>
Cc: rivet@projects.hepforge.org<BR>
Subject: Re: [Rivet] AGILe<BR>
<BR>
Hi,<BR>
<BR>
Thus spake Sparsh Navin (Sparsh.Navin@cern.ch):<BR>
<BR>
> This is what I get...<BR>
><BR>
> bash-3.2$ ./rivet-bootstrap --no-install-rivet --install-agile --dev-mode on<BR>
> Checking for developer mode programs<BR>
> Updating AGILe SVN working copy<BR>
> LCG area available: using LCG-built packages<BR>
> Using LCG platform tag = x86_64-slc5-gcc43-opt<BR>
<BR>
I thought you were using SL4, not SL5?<BR>
<BR>
> 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<BR>
> Configuring in /home/snavin/my_work/rivet_test/build/agile:<BR>
> ...<BR>
> ...<BR>
> ...<BR>
<BR>
Oh well ... these dots might hide some interesting information ...<BR>
<BR>
Anyhow. If I login to lxplus (which is SL4) and simply run<BR>
<BR>
./rivet-bootstrap --dev-mode --no-install-rivet --install-agile<BR>
source rivetenv.sh<BR>
<BR>
then I can run "agile-runmc --list-gens" without any complaints about a<BR>
missing lhapdf library. And I can use agile-runmc to generate Pythia-6<BR>
events with lhapdf:<BR>
<BR>
-------------------------------------------------<BR>
$ agile-runmc Pythia6:422 -P fpythia-atlas-mc09.params -P fpythia-CDF_2000_S4155203.params -P tevatron1800.params -n 100 -o output.hepmc<BR>
[...]<BR>
>>>>>> PDF description: <<<<<<<BR>
MRST fit: arXiv:0711.2473v2 - LOmod <BR>
Parton Distributions for LO Generators <BR>
A. Sherstnev and R. Thorne. <BR>
This set has 1 member PDFs. <BR>
>>>>>> <<<<<<<BR>
<BR>
==============================================<BR>
PDFset name<BR>
/afs/cern.ch/sw/lcg/external/MCGenerators/lhapdf/5.8.2/slc4_amd64_gcc34/../share<BR>
[...]<BR>
-------------------------------------------------<BR>
<BR>
So I'm sorry, but I can't reproduce your error. Do you actually need<BR>
lhapdf?<BR>
<BR>
Good luck,<BR>
<BR>
Hendrik<BR>
<BR>
--<BR>
Don't knock the weather. If it didn't change once in a while, nine<BR>
out of ten people couldn't start a conversation. -- Kin Hubbard<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>