GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » Fairroot » External Packages » [SOLVED] problems with external packages jul14p3@GSI
[SOLVED] problems with external packages jul14p3@GSI [message #17917] Wed, 18 February 2015 15:03 Go to next message
Klaus Götzen is currently offline  Klaus Götzen
Messages: 293
Registered: June 2006
Location: GSI
first-grade participant
From: *gsi.de
Hi,

I currently try to install the newest pandaroot trunk on my GSI PC (lxg0477) and like to use the external packages under /cvmfs/fairroot.gsi.de/fairsoft/jul14p3. Setting the SIMPATH to that location I get a crash during compilation of FairRoot (not pandaroot trunk!)

...
/cvmfs/fairroot.gsi.de/fairsoft/jul14p3/include/boost/serialization/base_object.hpp:57: error: 'boost::is_const::value' is not a type
/cvmfs/fairroot.gsi.de/fairsoft/jul14p3/include/boost/serialization/base_object.hpp:57: error: expected ',' or '...' before '==' token
/cvmfs/fairroot.gsi.de/fairsoft/jul14p3/include/boost/serialization/base_object.hpp:57: error: ISO C++ forbids declaration of 'static_assert' with no type
make[2]: *** [base/CMakeFiles/Base.dir/steer/FairRadLenManager.cxx.o] Error 1
make[1]: *** [base/CMakeFiles/Base.dir/all] Error 2
make: *** [all] Error 2

With a personal installation of the external packages in my home (which I'd like to avoid due to quota limitations) it worked. Is there some boost problem/mismatch in the pre-installed packages, or how can I get around that error?

Best,
Klaus

[Updated on: Thu, 19 February 2015 10:43]

Report message to a moderator

Re: problems with external packages jul14p3@GSI [message #17918 is a reply to message #17917] Wed, 18 February 2015 15:10 Go to previous messageGo to next message
Mohammad Al-Turany is currently offline  Mohammad Al-Turany
Messages: 518
Registered: April 2004
Location: GSI, Germany
first-grade participant
From: *cern.ch
Hi Klaus,

Which FairRoot version you use?

Cheers,

Mohammad
Re: problems with external packages jul14p3@GSI [message #17919 is a reply to message #17917] Wed, 18 February 2015 15:15 Go to previous messageGo to next message
Florian Uhlig is currently offline  Florian Uhlig
Messages: 424
Registered: May 2007
first-grade participant
From: *gsi.de
Hi Klaus,

there should be no difference between the version on cvmfs and one which is installed on your machine. I will try to do a installation myself.

Ciao

Florian
Re: problems with external packages jul14p3@GSI [message #17920 is a reply to message #17918] Wed, 18 February 2015 15:18 Go to previous messageGo to next message
Klaus Götzen is currently offline  Klaus Götzen
Messages: 293
Registered: June 2006
Location: GSI
first-grade participant
From: *gsi.de
Hi Mohammad,


git status gives '# On branch v-14.11'. Like written in Wiki I checked out with

git clone https://github.com/FairRootGroup/FairRoot.git
cd FairRoot
git checkout -b v-14.11 v-14.11


After the 'git checkout' I didn't happen much, only one line was printed - I basically don't know git at all, so perhaps I forgot something...


Best,
Klaus
Re: problems with external packages jul14p3@GSI [message #17921 is a reply to message #17920] Wed, 18 February 2015 15:50 Go to previous messageGo to next message
Tobias Stockmanns is currently offline  Tobias Stockmanns
Messages: 489
Registered: May 2007
first-grade participant
From: *ikp.kfa-juelich.de
Hi all,

I sometimes have a problem with boost if I forget to call configure.sh

Cheers,

Tobias

[Updated on: Wed, 18 February 2015 15:50]

Report message to a moderator

Re: problems with external packages jul14p3@GSI [message #17922 is a reply to message #17921] Wed, 18 February 2015 16:29 Go to previous messageGo to next message
Florian Uhlig is currently offline  Florian Uhlig
Messages: 424
Registered: May 2007
first-grade participant
From: *gsi.de
Hi Klaus,

I can confirm your problem, but only on your machine. On other Squeeze machines the compilation doesn't show an error.
The real problem is at the beginning of errors

Quote:

/cvmfs/fairroot.gsi.de/fairsoft/jul14p3/include/boost/config.hpp:35:33: warning: /cvmfs/fairroot.gsi.de/fairsoft/jul14p3/include/boost/config/compiler/gc c.hpp is shorter than expected
/cvmfs/fairroot.gsi.de/fairsoft/jul14p3/include/boost/config.hpp:44:31: warning: /cvmfs/fairroot.gsi.de/fairsoft/jul14p3/include/boost/config/stdlib/libs tdcpp3.hpp is shorter than expected


For me it looks like there is a problem with the mount of cvmfs on your machine. I will discuss this issue tomorrow with our experts from the IT department.

Ciao

Florian
Re: problems with external packages jul14p3@GSI [message #17923 is a reply to message #17922] Wed, 18 February 2015 17:03 Go to previous messageGo to next message
Klaus Götzen is currently offline  Klaus Götzen
Messages: 293
Registered: June 2006
Location: GSI
first-grade participant
From: *gsi.de
Hi Florian,


thanks a lot for looking into it! I'm however a bit worried, that only my PC has this problem. Is it possible that I somehow spoiled it with wrong environment variables?


Best,
Klaus
Re: problems with external packages jul14p3@GSI [message #17924 is a reply to message #17923] Wed, 18 February 2015 17:41 Go to previous messageGo to next message
Florian Uhlig is currently offline  Florian Uhlig
Messages: 424
Registered: May 2007
first-grade participant
From: *088.068.pools.vodafone-ip.de
Hi Klaus,

this has nothing to with environment variables. Simply the file on disk is broken.

Ciao

Florian
Re: problems with external packages jul14p3@GSI [message #17925 is a reply to message #17924] Thu, 19 February 2015 07:30 Go to previous messageGo to next message
Klaus Götzen is currently offline  Klaus Götzen
Messages: 293
Registered: June 2006
Location: GSI
first-grade participant
From: *gsi.de
Hi Florian,


ok, I presume it will then be fixed soon?! Just curiosity: Why does this issue only appear on my machine, when it's an error in cvmfs?


Best,
Klaus
Re: problems with external packages jul14p3@GSI [message #17926 is a reply to message #17924] Thu, 19 February 2015 10:44 Go to previous message
Klaus Götzen is currently offline  Klaus Götzen
Messages: 293
Registered: June 2006
Location: GSI
first-grade participant
From: *gsi.de
Ok, resetting the cvmfs cache on my PC solved the problem.

Cheers,
Klaus
Previous Topic: New external packages apr13p1
Next Topic: Problem in installation of fairsoft on ubuntu 14.10
Goto Forum:
  


Current Time: Sat Apr 20 15:27:22 CEST 2024

Total time taken to generate the page: 0.00968 seconds