Svn url

Hello,

I am trying to install EUTelescope on the setup detailed below. Other non ROOT related issues have arisen during installation from the git and I am now trying to install from svn. However I cannot determine the svn url to use.

Upon first run through I receive message:
svn download cmd: svn checkout root.cern.ch/svn/root//tags/v5-34-05 5.34.05
svn: Repository moved permanently to ‘https://root.cern.ch/svn/root/tags/v5-34-05’; please relocate

Changing the svnurl to the “permanent” location and trying to build again:
svn download cmd: svn checkout root.cern.ch/svn/root/tags/v5-34-05 5.34.05
svn: ‘https://root.cern.ch/svn/root/tags/v5-34-05’ path not found

Please help, Thank You!

DEBUG INFO: {‘PLATFORM’: ‘Linux - Ubuntu 12.04.5 LTS’, ‘GCC_VERSION’: ‘gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3’, ‘LSB_RELEASE’: ‘Distributor ID:\tUbuntu\nDescription:\tUbuntu 12.04.5 LTS\nRelease:\t12.04\nCodename:\tprecise’, ‘UNAME’: ‘Linux robtop 3.13.0-86-generic #131~precise1-Ubuntu SMP Fri May 13 19:43:06 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux’}

The SVN server was discontinued sometime ago. I am afraid that you will need to use the GIT. What is the problem you ave with the GIT one?

Ahh this what I was afraid of.

For the git installation the compilation fails when trying to find EUtelescope (XERCESC, G4, and ALLPIX are also not found). I have copied a bunch of the compilation commentary from where it first seems to go wrong;

Thank you!

– Found Eigen2: /opt/ilcsoft/v01-17-05/Eutelescope/trunk/external/Eigen (Required is at least version “2.0.0”)
– Could NOT find G4 (missing: G4_INCLUDE_DIRS G4_LIBRARIES)
– Check for ALLPIX_LIBRARIES: allpix
– Check for ALLPIX_ALLPIX_LIBRARY: allpix – failed
– Could NOT find ALLPIX (missing: ALLPIX_DIR ALLPIX_INCLUDE_DIRS ALLPIX_LIBRARIES)
– /opt/ilcsoft/v01-17-05/GBL/V01-16-03
– Check for GBL_LIBRARIES: GBL
– Check for GBL_GBL_LIBRARY: /opt/ilcsoft/v01-17-05/GBL/V01-16-03/lib/libGBL.so – ok
– Found GBL: /opt/ilcsoft/v01-17-05/GBL/V01-16-03
– XERCESC not found
– G4 not found
– ALLPIX not found
– Build Type: RelWithDebInfo
– Installing to: /opt/ilcsoft/v01-17-05/Eutelescope/trunk
– Building CMSPixelDecoder Library.
– NOT building CMSPixelDecoder tools.
– NOT building d2h - data2histograms.


– Change values with: cmake -D=
– CMAKE_INSTALL_PREFIX = /opt/ilcsoft/v01-17-05/Eutelescope/trunk
– CMAKE_BUILD_TYPE = RelWithDebInfo
– BUILD_TESTING = ON
– INSTALL_DOC = OFF
– CMAKE_PREFIX_PATH =
– /usr;
– /opt/ilcsoft/v01-17-05/ilcutil/v01-01;
– /opt/ilcsoft/v01-17-05/lcio/v02-04-03;
– /opt/ilcsoft/v01-17-05/gear/eutel_v1.0a;
– /opt/ilcsoft/v01-17-05/lccd/v01-03;
– /opt/ilcsoft/v01-17-05/RAIDA/v01-06-02;
– /opt/ilcsoft/v01-17-05/GBL/V01-16-03;
– /opt/ilcsoft/v01-17-05/CED/v01-09-01;
– /opt/ilcsoft/v01-17-05/Marlin/v01-05;
– /opt/ilcsoft/v01-17-05/MarlinUtil/v01-08;
– /opt/ilcsoft/v01-17-05/Eutelescope/trunk;
– /opt/ilcsoft/v01-17-05/root/5.34.18;
– /opt/ilcsoft/v01-17-05/CLHEP/2.1.3.1;
– CMAKE_MODULE_PATH =
– /opt/ilcsoft/v01-17-05/ilcutil/v01-01/cmakemodules;
– /opt/ilcsoft/v01-17-05/Eutelescope/trunk/cmake;



– Configuring done
– Generating done
– Build files have been written to: /opt/ilcsoft/v01-17-05/Eutelescope/trunk/build
Scanning dependencies of target FEI4Double
[ 1%] Building CXX object CMakeFiles/FEI4Double.dir/pixgeo/src/FEI4Double.cc.o
cc1plus: error: unrecognized command line option ‘-std=c++11’
make[2]: *** [CMakeFiles/FEI4Double.dir/pixgeo/src/FEI4Double.cc.o] Error 1
make[1]: *** [CMakeFiles/FEI4Double.dir/all] Error 2
make: *** [all] Error 2
Checked out revision 3169.
– Using gcc-specific preprocessor identifiers
– Determined EUDAQ version v1.5.0
– NOT found EUTelescope!
CMake Error at /usr/local/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find EUTelescope (missing: EUTELESCOPE_LIBRARY)
Call Stack (most recent call first):
/usr/local/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake/FindEUTelescope.cmake:27 (find_package_handle_standard_args)
CMakeLists.txt:89 (FIND_PACKAGE)

– Configuring incomplete, errors occurred!
See also “/opt/ilcsoft/v01-17-05/Eutelescope/trunk/external/eudaq/v1.6.0/build/CMakeFiles/CMakeOutput.log”.
See also “/opt/ilcsoft/v01-17-05/Eutelescope/trunk/external/eudaq/v1.6.0/build/CMakeFiles/CMakeError.log”.
make: *** No rule to make target install'. Stop. Checked out revision 150. Using gcc version 4.6 make: Nothing to be done forall’.

*** ERROR in module [ Eutelescope ]: DEBUG INFO: {‘PLATFORM’: ‘Linux - Ubuntu 12.04.5 LTS’, ‘GCC_VERSION’: ‘gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3’, ‘LSB_RELEASE’: ‘Distributor ID:\tUbuntu\nDescription:\tUbuntu 12.04.5 LTS\nRelease:\t12.04\nCodename:\tprecise’, ‘UNAME’: ‘Linux robtop 3.13.0-86-generic #131~precise1-Ubuntu SMP Fri May 13 19:43:06 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux’}

*** ERROR in module [ Eutelescope ]: At least one of these files: [’/opt/ilcsoft/v01-17-05/Eutelescope/trunk/lib/libEutelescope.a’, ‘/opt/ilcsoft/v01-17-05/Eutelescope/trunk/lib/libEutelescope.so’, ‘/opt/ilcsoft/v01-17-05/Eutelescope/trunk/lib/libEutelescope.dylib’]
is required for using this installation of Eutelescope

Solved!!

v1.0.0-beta.1 has the files while all others (trunk, v1.0.0-alpha.1, v1.0) do not

Thanks!!