[Rivet] Rivet bootstrap problem [Re: Hi]

Ben Waugh waugh at hep.ucl.ac.uk
Mon Oct 25 15:30:11 BST 2010


Hi Jack,

Firstly, you don't need to do any of this, for now at least, because 
Rivet 1.3.0 is already installed on the UCL HEP cluster: see the wiki 
page at 
https://www.hep.ucl.ac.uk/twiki/bin/view/HEPGroup/CedarAtUcl#Production_release_Rivet_1_3_0

As for the problem with the bootstrap script, from your output it seems 
to be trying to install a library in /home/jpegler/Desktop/lib when you 
are running the bootstrap script in /home/jpegler/scratch/rivet. Have 
you run the bootstrap script more than once in the same directory with 
different options? You might need to clean up between runs.

Having said that, I tried running the bootstrap script myself and got a 
different error:
  config.status: error: cannot find input file: `test/Makefile.in'

It does work OK if I leave out "--install-agile", which you don't need 
anyway.

Cheers,
Ben


On 25/10/10 14:53, Jack O Pegler wrote:
> Hi,
> 
> I'm very new to rivet, Did steps 1-4 on the getting started rivet wiki
> pages but got this at stage 5
> 
> [jpegler at pc153 rivet]$ ./rivet-bootstrap --install-agile
> Getting http://www.hepforge.org/archive/rivet/Rivet-1.3.0.tar.gz
> Not overwriting tarball at
> /home/jpegler/scratch/rivet/downloads/Rivet-1.3.0.tar.gz
> Getting http://www.hepforge.org/archive/agile/AGILe-1.2.0.tar.gz
> Downloading http://www.hepforge.org/archive/agile/AGILe-1.2.0.tar.gz
> LCG area available: using LCG-built packages
> Using LCG platform tag = x86_64-slc5-gcc43-opt
> Configuring in /home/jpegler/scratch/rivet/build/Rivet-1.3.0: ./configure
> --prefix=/home/jpegler/scratch/rivet/local 
> --with-lcgtag=x86_64-slc5-gcc43-opt
> --with-hepmc=/afs/cern.ch/sw/lcg/external/HepMC/2.06.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
> --with-fastjet=/afs/cern.ch/sw/lcg/external/fastjet/2.4.2/x86_64-slc5-gcc43-opt
> --disable-pdfmanual
> --with-gsl=/afs/cern.ch/sw/lcg/external/GSL/1.10/x86_64-slc5-gcc43-opt
> --with-gslcblas=/afs/cern.ch/sw/lcg/external/GSL/1.10/x86_64-slc5-gcc43-opt
> Building in /home/jpegler/scratch/rivet/build/Rivet-1.3.0: make -j2 &&
> make -j2 install
> Making all in src
> make[1]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src'
> Making all in Core
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Core'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Core'
> Making all in Projections
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Projections'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Projections'
> Making all in Tools
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools'
> Making all in yaml-cpp
> make[3]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools/yaml-cpp'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools/yaml-cpp'
> make[3]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools'
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools'
> Making all in Analyses
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Analyses'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Analyses'
> Making all in .
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src'
> make[2]: Nothing to be done for `all-am'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src'
> make[1]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src'
> Making all in pyext
> make[1]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/pyext'
> Making all in rivet
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/pyext/rivet'
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/pyext/rivet'
> Making all in .
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/pyext'
> /usr/bin/python setup.py build
> running build
> running build_py
> running build_ext
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/pyext'
> make[1]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/pyext'
> Making all in data
> make[1]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data'
> Making all in refdata
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data/refdata'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data/refdata'
> Making all in anainfo
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data/anainfo'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data/anainfo'
> Making all in plotinfo
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data/plotinfo'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data/plotinfo'
> Making all in texmf
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data/texmf'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data/texmf'
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data'
> make[2]: Nothing to be done for `all-am'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data'
> make[1]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/data'
> Making all in include
> make[1]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/include'
> Making all in Rivet
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/include/Rivet'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/include/Rivet'
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/include'
> make[2]: Nothing to be done for `all-am'.
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/include'
> make[1]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/include'
> Making all in bin
> make[1]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/bin'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/bin'
> Making all in doc
> make[1]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/doc'
> LD_LIBRARY_PATH=../src/.libs:../src/Tools/yaml-cpp/.libs:/afs/cern.ch/sw/lcg/external/fastjet/2.4.2/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/HepMC/2.06.00/x86_64-slc5-gcc43-opt/lib:/home/jpegler/Desktop/lib:/afs/cern.ch/sw/lcg/external/HepMC/2.06.00/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/fastjet/2.4.2/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/contrib/gcc/4.3.2/x86_64-slc5-gcc34-opt/lib64:/afs/cern.ch/sw/lcg/contrib/mpfr/2.3.1/x86_64-slc5-gcc34-opt/lib:/afs/cern.ch/sw/lcg/contrib/gmp/4.2.2/x86_64-slc5-gcc34-opt/lib:/home/jpegler/scratch/rivet/local/lib
> \
> DYLD_LIBRARY_PATH=../src/.libs:../src/Tools/yaml-cpp/.libs:/afs/cern.ch/sw/lcg/external/fastjet/2.4.2/x86_64-slc5-gcc43-opt/lib:/afs/cern.ch/sw/lcg/external/HepMC/2.06.00/x86_64-slc5-gcc43-opt/lib::/home/jpegler/scratch/rivet/local/lib
> \
> RIVET_INFO_PATH=../data/anainfo \
> PYTHONPATH=../pyext:/home/jpegler/Desktop/lib64/python2.4/site-packages: \
> ./mk-analysis-html analyses.html
> make[1]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/doc'
> Making all in test
> make[1]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/test'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/test'
> make[1]: Entering directory `/home/jpegler/scratch/rivet/build/Rivet-1.3.0'
> make[1]: Nothing to be done for `all-am'.
> make[1]: Leaving directory `/home/jpegler/scratch/rivet/build/Rivet-1.3.0'
> Making install in src
> make[1]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src'
> Making install in Core
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Core'
> make[3]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Core'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Core'
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Core'
> Making install in Projections
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Projections'
> make[3]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Projections'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Projections'
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Projections'
> Making install in Tools
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools'
> Making install in yaml-cpp
> make[3]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools/yaml-cpp'
> make[4]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools/yaml-cpp'
> test -z "/home/jpegler/scratch/rivet/local/lib" || /bin/mkdir -p
> "/home/jpegler/scratch/rivet/local/lib"
> test -z "/home/jpegler/scratch/rivet/local/include/yaml-cpp" || /bin/mkdir
> -p "/home/jpegler/scratch/rivet/local/include/yaml-cpp"
>  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  
> libyaml-cpp.la '/home/jpegler/scratch/rivet/local/lib'
> libtool: install: /usr/bin/install -c .libs/libyaml-cpp.so.0.0.0
> /home/jpegler/scratch/rivet/local/lib/libyaml-cpp.so.0.0.0
>  /usr/bin/install -c -m 644 conversion.h emittermanip.h iterator.h node.h
> nodereadimpl.h noncopyable.h ostream.h stlemitter.h traits.h emitter.h
> exceptions.h mark.h nodeimpl.h nodeutil.h null.h parser.h stlnode.h
> yaml.h '/home/jpegler/scratch/rivet/local/include/yaml-cpp'
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> libyaml-cpp.so.0.0.0 libyaml-cpp.so.0 || { rm -f libyaml-cpp.so.0 && ln -s
> libyaml-cpp.so.0.0.0 libyaml-cpp.so.0; }; })
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> libyaml-cpp.so.0.0.0 libyaml-cpp.so || { rm -f libyaml-cpp.so && ln -s
> libyaml-cpp.so.0.0.0 libyaml-cpp.so; }; })
> libtool: install: /usr/bin/install -c .libs/libyaml-cpp.lai
> /home/jpegler/scratch/rivet/local/lib/libyaml-cpp.la
> libtool: install: warning: remember to run `libtool --finish
> /home/jpegler/Desktop/lib'
> make[4]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools/yaml-cpp'
> make[3]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools/yaml-cpp'
> make[3]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools'
> make[4]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools'
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools'
> make[3]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools'
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Tools'
> Making install in Analyses
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Analyses'
> make[3]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Analyses'
> test -z "/home/jpegler/scratch/rivet/local/lib" || /bin/mkdir -p
> "/home/jpegler/scratch/rivet/local/lib"
> make[3]: Nothing to be done for `install-data-am'.
>  /bin/sh ../../libtool   --mode=install /usr/bin/install -c  
> RivetATLASAnalyses.la RivetCDFAnalyses.la RivetD0Analyses.la
> RivetHERAAnalyses.la RivetLEPAnalyses.la RivetRHICAnalyses.la
> RivetSPSAnalyses.la RivetMiscAnalyses.la RivetMCAnalyses.la
> '/home/jpegler/scratch/rivet/local/lib'
> libtool: install: /usr/bin/install -c .libs/RivetATLASAnalyses.so.0.0.0
> /home/jpegler/scratch/rivet/local/lib/RivetATLASAnalyses.so.0.0.0
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetATLASAnalyses.so.0.0.0 RivetATLASAnalyses.so.0 || { rm -f
> RivetATLASAnalyses.so.0 && ln -s RivetATLASAnalyses.so.0.0.0
> RivetATLASAnalyses.so.0; }; })
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetATLASAnalyses.so.0.0.0 RivetATLASAnalyses.so || { rm -f
> RivetATLASAnalyses.so && ln -s RivetATLASAnalyses.so.0.0.0
> RivetATLASAnalyses.so; }; })
> libtool: install: /usr/bin/install -c .libs/RivetATLASAnalyses.lai
> /home/jpegler/scratch/rivet/local/lib/RivetATLASAnalyses.la
> libtool: install: /usr/bin/install -c .libs/RivetCDFAnalyses.so.0.0.0
> /home/jpegler/scratch/rivet/local/lib/RivetCDFAnalyses.so.0.0.0
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetCDFAnalyses.so.0.0.0 RivetCDFAnalyses.so.0 || { rm -f
> RivetCDFAnalyses.so.0 && ln -s RivetCDFAnalyses.so.0.0.0
> RivetCDFAnalyses.so.0; }; })
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetCDFAnalyses.so.0.0.0 RivetCDFAnalyses.so || { rm -f
> RivetCDFAnalyses.so && ln -s RivetCDFAnalyses.so.0.0.0
> RivetCDFAnalyses.so; }; })
> libtool: install: /usr/bin/install -c .libs/RivetCDFAnalyses.lai
> /home/jpegler/scratch/rivet/local/lib/RivetCDFAnalyses.la
> libtool: install: /usr/bin/install -c .libs/RivetD0Analyses.so.0.0.0
> /home/jpegler/scratch/rivet/local/lib/RivetD0Analyses.so.0.0.0
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetD0Analyses.so.0.0.0 RivetD0Analyses.so.0 || { rm -f
> RivetD0Analyses.so.0 && ln -s RivetD0Analyses.so.0.0.0
> RivetD0Analyses.so.0; }; })
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetD0Analyses.so.0.0.0 RivetD0Analyses.so || { rm -f RivetD0Analyses.so
> && ln -s RivetD0Analyses.so.0.0.0 RivetD0Analyses.so; }; })
> libtool: install: /usr/bin/install -c .libs/RivetD0Analyses.lai
> /home/jpegler/scratch/rivet/local/lib/RivetD0Analyses.la
> libtool: install: /usr/bin/install -c .libs/RivetHERAAnalyses.so.0.0.0
> /home/jpegler/scratch/rivet/local/lib/RivetHERAAnalyses.so.0.0.0
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetHERAAnalyses.so.0.0.0 RivetHERAAnalyses.so.0 || { rm -f
> RivetHERAAnalyses.so.0 && ln -s RivetHERAAnalyses.so.0.0.0
> RivetHERAAnalyses.so.0; }; })
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetHERAAnalyses.so.0.0.0 RivetHERAAnalyses.so || { rm -f
> RivetHERAAnalyses.so && ln -s RivetHERAAnalyses.so.0.0.0
> RivetHERAAnalyses.so; }; })
> libtool: install: /usr/bin/install -c .libs/RivetHERAAnalyses.lai
> /home/jpegler/scratch/rivet/local/lib/RivetHERAAnalyses.la
> libtool: install: /usr/bin/install -c .libs/RivetLEPAnalyses.so.0.0.0
> /home/jpegler/scratch/rivet/local/lib/RivetLEPAnalyses.so.0.0.0
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetLEPAnalyses.so.0.0.0 RivetLEPAnalyses.so.0 || { rm -f
> RivetLEPAnalyses.so.0 && ln -s RivetLEPAnalyses.so.0.0.0
> RivetLEPAnalyses.so.0; }; })
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetLEPAnalyses.so.0.0.0 RivetLEPAnalyses.so || { rm -f
> RivetLEPAnalyses.so && ln -s RivetLEPAnalyses.so.0.0.0
> RivetLEPAnalyses.so; }; })
> libtool: install: /usr/bin/install -c .libs/RivetLEPAnalyses.lai
> /home/jpegler/scratch/rivet/local/lib/RivetLEPAnalyses.la
> libtool: install: /usr/bin/install -c .libs/RivetRHICAnalyses.so.0.0.0
> /home/jpegler/scratch/rivet/local/lib/RivetRHICAnalyses.so.0.0.0
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetRHICAnalyses.so.0.0.0 RivetRHICAnalyses.so.0 || { rm -f
> RivetRHICAnalyses.so.0 && ln -s RivetRHICAnalyses.so.0.0.0
> RivetRHICAnalyses.so.0; }; })
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetRHICAnalyses.so.0.0.0 RivetRHICAnalyses.so || { rm -f
> RivetRHICAnalyses.so && ln -s RivetRHICAnalyses.so.0.0.0
> RivetRHICAnalyses.so; }; })
> libtool: install: /usr/bin/install -c .libs/RivetRHICAnalyses.lai
> /home/jpegler/scratch/rivet/local/lib/RivetRHICAnalyses.la
> libtool: install: /usr/bin/install -c .libs/RivetSPSAnalyses.so.0.0.0
> /home/jpegler/scratch/rivet/local/lib/RivetSPSAnalyses.so.0.0.0
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetSPSAnalyses.so.0.0.0 RivetSPSAnalyses.so.0 || { rm -f
> RivetSPSAnalyses.so.0 && ln -s RivetSPSAnalyses.so.0.0.0
> RivetSPSAnalyses.so.0; }; })
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetSPSAnalyses.so.0.0.0 RivetSPSAnalyses.so || { rm -f
> RivetSPSAnalyses.so && ln -s RivetSPSAnalyses.so.0.0.0
> RivetSPSAnalyses.so; }; })
> libtool: install: /usr/bin/install -c .libs/RivetSPSAnalyses.lai
> /home/jpegler/scratch/rivet/local/lib/RivetSPSAnalyses.la
> libtool: install: /usr/bin/install -c .libs/RivetMiscAnalyses.so.0.0.0
> /home/jpegler/scratch/rivet/local/lib/RivetMiscAnalyses.so.0.0.0
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetMiscAnalyses.so.0.0.0 RivetMiscAnalyses.so.0 || { rm -f
> RivetMiscAnalyses.so.0 && ln -s RivetMiscAnalyses.so.0.0.0
> RivetMiscAnalyses.so.0; }; })
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetMiscAnalyses.so.0.0.0 RivetMiscAnalyses.so || { rm -f
> RivetMiscAnalyses.so && ln -s RivetMiscAnalyses.so.0.0.0
> RivetMiscAnalyses.so; }; })
> libtool: install: /usr/bin/install -c .libs/RivetMiscAnalyses.lai
> /home/jpegler/scratch/rivet/local/lib/RivetMiscAnalyses.la
> libtool: install: /usr/bin/install -c .libs/RivetMCAnalyses.so.0.0.0
> /home/jpegler/scratch/rivet/local/lib/RivetMCAnalyses.so.0.0.0
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetMCAnalyses.so.0.0.0 RivetMCAnalyses.so.0 || { rm -f
> RivetMCAnalyses.so.0 && ln -s RivetMCAnalyses.so.0.0.0
> RivetMCAnalyses.so.0; }; })
> libtool: install: (cd /home/jpegler/scratch/rivet/local/lib && { ln -s -f
> RivetMCAnalyses.so.0.0.0 RivetMCAnalyses.so || { rm -f RivetMCAnalyses.so
> && ln -s RivetMCAnalyses.so.0.0.0 RivetMCAnalyses.so; }; })
> libtool: install: /usr/bin/install -c .libs/RivetMCAnalyses.lai
> /home/jpegler/scratch/rivet/local/lib/RivetMCAnalyses.la
> libtool: install: warning: remember to run `libtool --finish
> /home/jpegler/Desktop/lib'
> make[3]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Analyses'
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src/Analyses'
> Making install in .
> make[2]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src'
> make[3]: Entering directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src'
> test -z "/home/jpegler/scratch/rivet/local/lib" || /bin/mkdir -p
> "/home/jpegler/scratch/rivet/local/lib"
> make[3]: Nothing to be done for `install-data-am'.
>  /bin/sh ../libtool   --mode=install /usr/bin/install -c   libRivet.la
> '/home/jpegler/scratch/rivet/local/lib'
> libtool: install: error: cannot install `libRivet.la' to a directory not
> ending in /home/jpegler/Desktop/lib
> make[3]: *** [install-libLTLIBRARIES] Error 1
> make[3]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src'
> make[2]: *** [install-am] Error 2
> make[2]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory
> `/home/jpegler/scratch/rivet/build/Rivet-1.3.0/src'
> make: *** [install-recursive] Error 1
> Traceback (most recent call last):
>   File "./rivet-bootstrap", line 563, in ?
>     conf_mk_mkinst(os.path.join(BUILDDIR, "rivet"), RIVET_CONFIGURE_FLAGS)
>   File "./rivet-bootstrap", line 322, in conf_mk_mkinst
>     sys.exit(1)
> SystemExit: 1
> 
> 
> 
> An error has occurred while bootstrapping Rivet or one of its
> dependencies. Sorry!
> Please contact the Rivet developers at rivet at projects.hepforge.org, with a
> description of your problem, a copy of this script and any error trace
> that may have appeared and we'll try to get it fixed as soon as possible.
> Thanks for your help!
> 
> ...I hope it means more to you than it does to me!!!
> 
> Thanks,
> 
> Jack Pegler
> 
> _______________________________________________
> Rivet mailing list
> Rivet at projects.hepforge.org
> http://www.hepforge.org/lists/listinfo/rivet

-- 
Dr Ben Waugh                                   Tel. +44 (0)20 7679 7223
Dept of Physics and Astronomy                  Internal: 37223
University College London
London WC1E 6BT


More information about the Rivet mailing list