GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » R3BRoot » Installation and Compilation » FairRoot installation error (FairRoot installation error)
FairRoot installation error [message #23090] Fri, 12 October 2018 15:57 Go to next message
C. A. Douma is currently offline  C. A. Douma
Messages: 88
Registered: September 2015
Location: Groningen
continuous participant
From: *kvi-cart.rug.nl
I am trying to install the newest versions of FairSoft and FairRoot, so I can use the newest version of R3BRoot.
FairSoft went OK, but FairRoot does not work. Can anyone help me?

Christiaan Douma.
  • Attachment: cmake_log.txt
    (Size: 100.03KB, Downloaded 257 times)
  • Attachment: make_log.txt
    (Size: 16.88KB, Downloaded 305 times)
Re: FairRoot installation error [message #23095 is a reply to message #23090] Sun, 14 October 2018 06:32 Go to previous messageGo to next message
Dmytro Kresan is currently offline  Dmytro Kresan
Messages: 166
Registered: June 2004
first-grade participant
From: *hsi15.unitymediagroup.de
It looks like something went wrong with the Boost installation in FairSoft.

Please specify the version of FairSoft you have installed and upload the installation log.

Best regards,
Dima
Re: FairRoot installation error [message #23099 is a reply to message #23095] Mon, 15 October 2018 10:21 Go to previous messageGo to next message
C. A. Douma is currently offline  C. A. Douma
Messages: 88
Registered: September 2015
Location: Groningen
continuous participant
From: *kvi-cart.rug.nl
Dear dr. Kresan,

Here is my FairSoft installation log.
I downloaded this version of FairSoft last Thursday from GitHub.
I used the dev-branch.

Christiaan.
Re: FairRoot installation error [message #23106 is a reply to message #23099] Mon, 15 October 2018 11:52 Go to previous messageGo to next message
Dmytro Kresan is currently offline  Dmytro Kresan
Messages: 166
Registered: June 2004
first-grade participant
From: 140.181.13*
Can you try with "may18" release instead of dev branch for FairSoft?
Re: FairRoot installation error [message #23109 is a reply to message #23106] Mon, 15 October 2018 16:16 Go to previous messageGo to next message
C. A. Douma is currently offline  C. A. Douma
Messages: 88
Registered: September 2015
Location: Groningen
continuous participant
From: *kvi-cart.rug.nl
I have tried the other FairSoft release and I still get the boost error.

Christiaan.
Re: FairRoot installation error [message #23130 is a reply to message #23109] Tue, 16 October 2018 09:05 Go to previous messageGo to next message
Dmytro Kresan is currently offline  Dmytro Kresan
Messages: 166
Registered: June 2004
first-grade participant
From: *gsi.de
It can be that the cmake version 3.10 you are using is too old. In the may18 release cmake 3.11.1 is the requirement.

Try following:

export PATH=/home/christiaan/Desktop/FAIR/FairSoft_NewBuild/bin':'$PATH


and than call cmake of FairRoot
Re: FairRoot installation error [message #23135 is a reply to message #23130] Tue, 16 October 2018 12:14 Go to previous messageGo to next message
C. A. Douma is currently offline  C. A. Douma
Messages: 88
Registered: September 2015
Location: Groningen
continuous participant
From: *cm-3-4d.dynamic.ziggo.nl
After the FairSoft installation has ended without errors, I added

export SIMPATH=/home/christiaan/Desktop/FAIR/FairSoft_NewBuild/
export PATH=$PATH:$SIMPATH/bin/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SIMPATH/lib/:$SIMPATH/lib/root/

To my .bashrc file. Then, I closed all terminals and re-opened one
to begin the FairRoot installation. This re-loaded .bashrc

I already have done the above procedure for all attempts to install FairRoot.
It was unsuccessful.

I am using ubuntu 18.04 LTS for the installation.

Christiaan.


Re: FairRoot installation error [message #23139 is a reply to message #23135] Tue, 16 October 2018 13:02 Go to previous messageGo to next message
Dmytro Kresan is currently offline  Dmytro Kresan
Messages: 166
Registered: June 2004
first-grade participant
From: *gsi.de
What is the output of command:

which cmake
Re: FairRoot installation error [message #23140 is a reply to message #23139] Tue, 16 October 2018 13:49 Go to previous messageGo to next message
C. A. Douma is currently offline  C. A. Douma
Messages: 88
Registered: September 2015
Location: Groningen
continuous participant
From: *kvi-cart.rug.nl
christiaan@christiaan-Z230:~$ which cmake
/usr/bin/cmake
christiaan@christiaan-Z230:~$
Re: FairRoot installation error [message #23143 is a reply to message #23139] Tue, 16 October 2018 13:52 Go to previous messageGo to next message
C. A. Douma is currently offline  C. A. Douma
Messages: 88
Registered: September 2015
Location: Groningen
continuous participant
From: *kvi-cart.rug.nl
christiaan@christiaan-Z230:~$ which cmake
/usr/bin/cmake
christiaan@christiaan-Z230:~$ cmake --version
cmake version 3.10.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
christiaan@christiaan-Z230:~$

So you might be right. I need to change the default cmake to the one in the FairSoft Build.
Re: FairRoot installation error [message #23149 is a reply to message #23139] Tue, 16 October 2018 15:06 Go to previous message
C. A. Douma is currently offline  C. A. Douma
Messages: 88
Registered: September 2015
Location: Groningen
continuous participant
From: *kvi-cart.rug.nl
Dear Mr. Kresan,

I had in my .bashrc first:

export PATH=$PATH:$SIMPATH/bin/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SIMPATH/lib/:$SIMPATH/lib/root/

which I now changed to:

export PATH=$SIMPATH/bin/:$PATH
export LD_LIBRARY_PATH=$SIMPATH/lib/:$SIMPATH/lib/root/:$LD_LIBRARY_PATH

It turned out that 'which cmake' points to the first cmake that is found in PATH.
After flipping the order, 'which cmake' pointed to the FairSoft Build:

christiaan@christiaan-Z230:~$ which cmake
/home/christiaan/Desktop/FAIR/FairSoft_Build//bin//cmake
christiaan@christiaan-Z230:~$ cmake --version
cmake version 3.11.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
christiaan@christiaan-Z230:~$

Afterwards, I had no problems installing the lastest dev-branches of
FairSoft, FairRoot and R3BRoot.

So thank you very much for your help.

Christiaan.

Previous Topic: macros repostory
Next Topic: Physics List change
Goto Forum:
  


Current Time: Thu Apr 25 07:42:47 CEST 2024

Total time taken to generate the page: 0.00861 seconds