christiaan@christiaan-Z230:~/Desktop/FAIR/FairSoft_Source/FairSoft$ ./configure.sh The build process for the external packages for the FairRoot Project was started at 151018_101821 Use these cached settings: compiler=gcc debug=no optimize=yes build_MQOnly=no geant4_download_install_data_automatic=yes geant4_install_data_from_dir=no build_root6=yes build_python=yes install_sim=yes SIMPATH_INSTALL=/home/christiaan/Desktop/FAIR/FairSoft_Build/ platform=linux Ok [Y/n]: Y *** Compiling the external packages with the GCC compiler *** Building the libraries with best optimization ----------------- Install FairSoft --------------- -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- The Fortran compiler identification is GNU 7.3.0 -- Check for working Fortran compiler: /usr/bin/gfortran -- Check for working Fortran compiler: /usr/bin/gfortran -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/bin/gfortran supports Fortran 90 -- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes -- Found GCC Version >= 4.8 -- Found all necessary compilers. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so -- Found all necessary X11 features. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so -- Found all necessary OpenGL features. -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.58.0") -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.0g") -- Found all necessary programs in PATH. -- Performing Test HAS_CXX11 -- Performing Test HAS_CXX11 - Success -- Current compiler does suppport -std=c++11 option. -- Performing Test HAS_LIBCXX -- Performing Test HAS_LIBCXX - Failed -- Current compiler does not suppport -stdlib=libc++ -- Found PythonInterp: /usr/bin/python (found version "2.7.15") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.15rc1") -- Found Subversion: /usr/bin/svn (found version "1.9.7") -- Configuring done -- Generating done -- Build files have been written to: /home/christiaan/Desktop/FAIR/FairSoft_Source/FairSoft/test/build The following parameters are set. System : 64bit C++ compiler : g++ C compiler : gcc Fortran compiler : gfortran CXXFLAGS : -O3 -std=c++11 CFLAGS : -O3 FFLAGS : -O3 CMAKE BUILD TYPE : Release Compiler : gcc Fortran compiler : gfortran Debug : no Optimization : yes Platform : linux Architecture : linuxx8664gcc G4System : Linux-g++ g4_data_files : g4_get_data : Number of parallel processes for build : 4 Installation Directory: /home/christiaan/Desktop/FAIR/FairSoft_Build/ *** CMake compiled successfully *** *** Package gtest is OK *** *** Package gsl is OK *** *** Package Boost is OK *** *** Package Pythia6 is OK *** *** Package hepmc is OK *** *** Package pythia8 is OK *** *** Package XercesC is OK *** *** Package Geant4-lib is OK *** if [ "$platform" = "macosx" ]; then clang_version=$(clang --version | head -1 | cut -f 4 -d' ' | cut -f1,2 -d.) clang_major_version=$(echo $clang_version | cut -f1 -d.) if [ "$clang_version" = "7.3" -o $clang_major_version -ge 8 ]; then # don't do anything cd $SIMPATH/tools/root _build_xrootd=no else _build_xrootd=yes fi # fix problem when linking with gcc6 # libgfortran isn't found without the change gcc_version=$(gfortran -dumpversion | cut -c1) echo $gcc_version if [ $gcc_version -eq 6 ]; then mysed 'minicern gfortran' 'minicern' $SIMPATH/tools/root/main/CMakeLists.txt mysed 'minicern' 'minicern gfortran' $SIMPATH/tools/root/main/CMakeLists.txt fi else _build_xrootd=yes fi ++ '[' linux = macosx ']' ++ _build_xrootd=yes set +xv ++ set +xv *** Package xrootd is OK *** *** Package root is OK *** *** Package g4py is OK *** *** Package Geant3 is OK *** *** Package VGM is OK *** *** Package Geant4_VMC is OK *** *** Package Millepede is OK *** *** Package zeromq is OK *** *** Package protobuf is OK *** *** Package FlatBuffers is OK *** *** Package msgpack is OK *** *** msgpack compiled successfully *** *** Package nanomsg is OK *** *** nanomsg compiled successfully *** *** Package DDS is OK *** *** DDS compiled successfully *** *** Package FairLogger is OK *** *** FairLogger compiled successfully *** *** Package OFI is OK *** *** OFI compiled successfully *** *** Package asiofi is OK *** *** asiofi compiled successfully *** *** Package FairMQ is OK *** *** FairMQ compiled successfully *** *** End installation of external packages without Errors***