GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » [FIXED] pandaroot install problem (ccc)
[FIXED] pandaroot install problem [message #19044] Mon, 22 February 2016 13:15 Go to next message
Carsten Schwarz is currently offline  Carsten Schwarz
Messages: 280
Registered: March 2004
first-grade participant
From: *gsi.de
Hi there,

on kronos (GSI) the installation of pandaroot failed.

After cmake ../

-- Configuring done
CMake Error at genfit2/CMakeLists.txt:307 (add_library):
Cannot find source file:

./eventDisplay/src/EventDisplay.cc

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx


occures and no Makefile is written.

I used:
export SIMPATH=/cvmfs/fairroot.gsi.de/fairsoft/jul15p3_root5
export FAIRROOTPATH=/cvmfs/fairroot.gsi.de/fairroot/v-15.07b_fairsoft-jul15p3_r oot5


best regards
Carsten

[Updated on: Thu, 28 April 2016 16:34] by Moderator

Report message to a moderator

Re: pandaroot install problem [message #19045 is a reply to message #19044] Mon, 22 February 2016 15:38 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 Carsten,

the problem here is that some network ports are blocked from kronos to the outside world. Since the genfit source code is hosted at source forge you can't download the needed code.
If you check the output you probably find the following lines showing the problem

svn: warning: W200000: Error handling externals definition for 'pandaroot/genfit2/core':
svn: warning: W000111: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/genfit/code/trunk/core'
svn: warning: W200000: Error handling externals definition for 'pandaroot/genfit2/doc':
svn: warning: W000111: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/genfit/code/trunk/doc'
svn: warning: W200000: Error handling externals definition for 'pandaroot/genfit2/eventDisplay':
svn: warning: W000111: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/genfit/code/trunk/eventDisplay'
svn: warning: W200000: Error handling externals definition for 'pandaroot/genfit2/fields':
svn: warning: W000111: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/genfit/code/trunk/fields'
svn: warning: W200000: Error handling externals definition for 'pandaroot/genfit2/finitePlanes':
svn: warning: W000111: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/genfit/code/trunk/finitePlanes'
svn: warning: W200000: Error handling externals definition for 'pandaroot/genfit2/fitters':
svn: warning: W000111: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/genfit/code/trunk/fitters'
svn: warning: W200000: Error handling externals definition for 'pandaroot/genfit2/measurements':
svn: warning: W000111: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/genfit/code/trunk/measurements'
svn: warning: W200000: Error handling externals definition for 'pandaroot/genfit2/trackReps':
svn: warning: W000111: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/genfit/code/trunk/trackReps'


To overcome the problem you have to define a proxy server in your subversion configuration at $HOME/.subversion/servers. To do so add the following lines in the [global] section

[global]
http-proxy-host = proxy.gsi.de 
http-proxy-port = 3128 


Ciao

Florian
Re: pandaroot install problem [message #19046 is a reply to message #19045] Mon, 22 February 2016 16:56 Go to previous message
Carsten Schwarz is currently offline  Carsten Schwarz
Messages: 280
Registered: March 2004
first-grade participant
From: *gsi.de
Hi Florian,

your solution worked!

Thanks,
Carsten
Previous Topic: [FIXED] MC matching
Next Topic: [FIXED] External package installation problem
Goto Forum:
  


Current Time: Fri Mar 29 06:41:31 CET 2024

Total time taken to generate the page: 0.00866 seconds