Problem in installing FairRoot version v-15.11 [message #19204] |
Tue, 12 April 2016 17:09 |
Elisabetta Prencipe (2)
Messages: 214 Registered: February 2013
|
first-grade participant |
From: *ikp.kfa-juelich.de
|
|
Dear all,
since a few months I find serious prolbme in installing pandaroot releases. Today I tired again, from scratch, and following the suggested instructions:
1) external packages
>>>>>git clone https://github.com/FairRootGroup/FairSoft fairsoft_mar15
cd fairsoft_mar15/
git checkout -b mar15 mar15
./configure.sh
2) installing fairroot
>>>>>>>>>>export SIMPATH=/home/pandauser/fairsoft_mar15/buildFairSoft/
cd /home/pandauser/fairsoft_mar15/
git clone https://github.com/FairRootGroup/FairRoot.git
cd FairRoot
git checkout -b v-15.11 v-15.11
mkdir build
build
cmake -DCMAKE_INSTALL_PREFIX=/home/pandauser/fairsoft_mar15/buildFairRoot /home/pandauser/fairsoft_mar15/FairRoot
At this point, I get error.
-------------------------
-- C++11 support found.
-- Build CbmModule with Gdml support
-- C++11 support & boost libraries found. FairMQ will be built.
running /bin/chmod u+x /home/prencipe/panda/fairsoft_mar15/FairRoot/build/examples/advanced/Tut orial8/macros/unpack_mbs.sh 2>&1
-- Found Git: /usr/bin/git (found version "1.8.3.1")
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ZMQ_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/parmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/parmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
used as include directory in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq/test
ZMQ_LIBRARY_SHARED (ADVANCED)
linked by target "FairMQ" in directory /home/prencipe/panda/fairsoft_mar15/FairRoot/fairmq
-- Configuring incomplete, errors occurred!
See also " /home/prencipe/panda/fairsoft_mar15/FairRoot/build/CMakeFiles/CMakeOutpu t.log ".
See also " /home/prencipe/panda/fairsoft_mar15/FairRoot/build/CMakeFiles/CMakeError .log ".
--------------------------
Last year I did not get such errors, but I had always troubles in pandaroot releases compilation. Now it is even worse. Any idea what is going wrong, and how to solve it?
Thanks, Elisabetta
|
|
|
|
|
Re: Problem in installing FairRoot version v-15.11 [message #19207 is a reply to message #19206] |
Wed, 13 April 2016 09:43 |
Elisabetta Prencipe (2)
Messages: 214 Registered: February 2013
|
first-grade participant |
From: *ikp.kfa-juelich.de
|
|
Hi all,
after some further debugging together with Tobias, this is the situation:
- with OS Suse and Fedora19, there are problems in installing FairRoot. Maybe even with otehr OS, but still did not checked.
- with Suse, following the instruction online ( https://panda-wiki.gsi.de/foswiki/bin/view/Computing/PandaRootInstallGit) it happens that some packages are missing: Pythia6, Xerces, geant3.... and I am still in the process to download manually and recompile....not finished yet.
- with Fedora19: an additional problem with dependencies was shown up. What I mean is that I started all installation process with:
yum install cmake cmake-data g++ gcc gfortran build-essential make patch sed \
libx11-dev libxft-dev libxext-dev libxpm-dev libxmu-dev libglu1-mesa-dev libgl1-mesa-dev \
curl bzip2 gzip unzip tar python-dev subversion git
This works for Suse; but for Fedora19 and other RedHat based systems, one needs the following:
yum install cmake gcc gcc-c++ gcc-gfortran make patch sed \
libX11-devel libXft-devel libXpm-devel libXext-devel \
libXmu-devel mesa-libGLU-devel mesa-libGL-devel ncurses-devel \
curl bzip2 libbz2-dev gzip unzip tar expat-devel \
subversion git flex bison imake redhat-lsb-core \
python-devel libxml2-devel wget openssl-devel curl-devel \
automake autoconf libtool
with Fedora 22 /23, it is even a bit more complicated. Please, have a look here: https://github.com/FairRootGroup/FairSoft/blob/master/DEPENDENCIES
It was not like so in January 2016. Something changed.
Indeed, after solving this, the installation does not go smooth at all. Some packages are not automatically downloaded. I am wondering what changed in the past 2 months, or if it is only a problem of temporary inaccessible libraries from Root, as for me in January2016 everything was basically working. Since yesterday or sooner, it is not possible to install FairRoot following the standard tutorial.
Best regards, Elisabetta
|
|
|
|
|
Re: Problem in installing FairRoot version v-15.11 [message #19211 is a reply to message #19210] |
Wed, 13 April 2016 10:50 |
Elisabetta Prencipe (2)
Messages: 214 Registered: February 2013
|
first-grade participant |
From: *ikp.kfa-juelich.de
|
|
Thanks, Florian!
I just finished my installation right now, after downloading manually the missing packages, and it looks working.
Maybe I can try with your new fix and see if it works.
And yes, I was trying to install mar15, with some problems.
Best regards, Elisabetta
|
|
|