Fork me on GitHub

Opened 2 years ago

Last modified 2 years ago

#1555 new Bug

Delphes installation error at lxplus

Reported by: Muhammad Gul Owned by:
Priority: major Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Dear,

I am trying to install Delphes from [1] on lxplus but it gives error.
The error is long enough but bellow are some final messages.

Thanks,
Muhammad Gul


collect2: error: ld returned 1 exit status
make: * [lhco2root] Error 1
make:
* Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make: * [pileup2root] Error 1
collect2: error: ld returned 1 exit status
make:
* [root2lhco] Error 1
collect2: error: ld returned 1 exit status
make: * [hepmc2pileup] Error 1

[1]: https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/QuickTour

Attachments (1)

Delphes_error.txt (11.4 KB ) - added by Muhammad Gul 2 years ago.
The output of make -j 4 on lxplus

Download all attachments as: .zip

Change History (2)

by Muhammad Gul, 2 years ago

Attachment: Delphes_error.txt added

The output of make -j 4 on lxplus

comment:1 by Pavel Demin, 2 years ago

I cannot reproduce the problem. I just ran the following commands from WorkBook/QuickTour on lxplus.cern.ch and they worked without any error messages:

source /cvmfs/sft.cern.ch/lcg/views/LCG_99/x86_64-centos7-gcc10-opt/setup.sh

wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz
tar -zxf Delphes-3.5.0.tar.gz

cd Delphes-3.5.0
make -j 4
Last edited 2 years ago by Pavel Demin (previous) (diff)
Note: See TracTickets for help on using tickets.