CRPropa / CRPropa3

CRPropa is a public astrophysical simulation framework for propagating extraterrestrial ultra-high energy particles. https://crpropa.github.io/CRPropa3/
https://crpropa.desy.de
GNU General Public License v3.0
68 stars 68 forks source link

Issue with Python tests #316

Closed MarcoChianese closed 7 months ago

MarcoChianese commented 3 years ago

Dear developers,

I have problems installing CRPropa on my system since the tests 17,18,19,20 related to python provides SegFault. I have followed the installing instructions and read few similar threads, though I am still struggling with this issue. I have mac OS Mojave 10.14, python version 3.7.4 through anaconda, swig version 4.0.2, cmake version 3.17.0.

This is the output of cmake:

-- The Fortran compiler identification is GNU 8.2.0 -- The C compiler identification is AppleClang 10.0.1.10010046 -- The CXX compiler identification is AppleClang 10.0.1.10010046 -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Check for working Fortran compiler: /usr/local/bin/gfortran -- Check for working Fortran compiler: /usr/local/bin/gfortran - works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- Checking whether /usr/local/bin/gfortran supports Fortran 90 - yes -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - 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: /Library/Developer/CommandLineTools/usr/bin/c++ -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Build Type: Release -- CRPropa version: 3.1.6-602-g1aad73b4 1aad73b4c2ee6e7005f43dd33695ee6c943b9241 refs/heads/master -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE
Using provided EIGEN -- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES) -- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES) -- Found OpenMP_Fortran: -fopenmp (found version "4.5") -- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND) (found version "4.5") -- Google perftools: Found! -- Include: /usr/local/include -- FFTW3 with single precision (FFTW3F): Found! -- Include: /usr/local/include -- Library: /usr/local/lib/libfftw3f.a -- Quimby: NOT Found! -- Include: QUIMBY_INCLUDE_DIR-NOTFOUND -- Library: QUIMBY_LIBRARY-NOTFOUND -- SAGA: NOT Found! -- Include: SAGA_INCLUDE_DIR-NOTFOUND -- Library: SAGA_LIBRARY-NOTFOUND -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2") -- muParser: Found! -- Include: /usr/local/Cellar/muparser/2.3.2_2/include -- Library: /usr/local/Cellar/muparser/2.3.2_2/lib/libmuparser.dylib -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.11") -- HDF5: Using hdf5 compiler wrapper to determine C configuration -- Found HDF5: /anaconda3/lib/libhdf5.dylib;/usr/lib/libpthread.dylib;/anaconda3/lib/libz.dylib;/usr/lib/libdl.dylib;/usr/lib/libm.dylib (found version "1.10.2") found components: C -- Downloading data file from crpropa.desy.de ~ 50 MB -- Extracting data file -- Found PythonInterp: /anaconda3/bin/python (found version "3.7.2") -- Found PythonLibs: /anaconda3/lib/libpython3.7m.dylib (found version "3.7.2") -- Found SWIG: /usr/local/bin/swig (found suitable version "4.0.2", minimum required is "3.0") -- Using user provided Python library: /anaconda3/lib/libpython3.7m.dylib -- Python: Found! -- Version: 3.7/37 -- Executeable: /anaconda3/bin/python -- Include: /anaconda3/include/python3.7m -- Library: /anaconda3/lib/libpython3.7m.dylib -- Site-package directory: lib/python3.7/site-packages -- Found numpy headers in /anaconda3/lib/python3.7/site-packages/numpy/core/include -- Sphinx not found: cannot build documentation -- Configuring done -- Generating done -- Build files have been written to: /Users/Obimark/CRPropa3/build

Could you please help me? Let me know what else you need.

rafaelab commented 3 years ago

Hi! Could you paste here the error message of the tests that went wrong?

rafaelab commented 3 years ago

If the error is a segfault when running testMagneticLensPythonInterface.py, this is because from Python >3.2 there was a function whose name changed. If you replace line 63 self.assertEquals(len(self.maps.getParticleIds()), 1) by assertEqual, the test should run correctly. If this is the only problem, CRPropa should run just fine.

MarcoChianese commented 3 years ago

In which file can i find that line 63?

MarcoChianese commented 3 years ago

I have try to change the line in testMagneticLensPythonInterface.py, but I still get the error: Segmentation fault: 11

MarcoChianese commented 3 years ago

With make test I get:

Running tests... Test project /Users/Obimark/CRPropa3/build Start 1: testCore 1/20 Test #1: testCore .......................... Passed 0.03 sec Start 2: testVector3 2/20 Test #2: testVector3 ....................... Passed 0.01 sec Start 3: testModuleList 3/20 Test #3: testModuleList .................... Passed 0.01 sec Start 4: testMagneticField 4/20 Test #4: testMagneticField ................. Passed 0.01 sec Start 5: testTurbulentField 5/20 Test #5: testTurbulentField ................ Passed 0.18 sec Start 6: testAdvectionField 6/20 Test #6: testAdvectionField ................ Passed 0.01 sec Start 7: testDensity 7/20 Test #7: testDensity ....................... Passed 0.01 sec Start 8: testDINT 8/20 Test #8: testDINT .......................... Passed 0.02 sec Start 9: testPropagation 9/20 Test #9: testPropagation ................... Passed 0.01 sec Start 10: testBreakCondition 10/20 Test #10: testBreakCondition ................ Passed 0.01 sec Start 11: testInteraction 11/20 Test #11: testInteraction ................... Passed 19.47 sec Start 12: testSource 12/20 Test #12: testSource ........................ Passed 0.09 sec Start 13: testOutput 13/20 Test #13: testOutput ........................ Passed 0.03 sec Start 14: testFunctionalGroups 14/20 Test #14: testFunctionalGroups .............. Passed 0.01 sec Start 15: testAdiabaticCooling 15/20 Test #15: testAdiabaticCooling .............. Passed 0.01 sec Start 16: testGalacticMagneticLens 16/20 Test #16: testGalacticMagneticLens .......... Passed 0.05 sec Start 17: testMagneticLensPythonInterface 17/20 Test #17: testMagneticLensPythonInterface ...Exception: SegFault 0.07 sec Start 18: testSimulationExecution 18/20 Test #18: testSimulationExecution ...........Exception: SegFault 0.08 sec Start 19: testDiffusionSDE 19/20 Test #19: testDiffusionSDE ..................Exception: SegFault 0.17 sec Start 20: testPythonExtension 20/20 Test #20: testPythonExtension ...............Exception: SegFault 0.06 sec

80% tests passed, 4 tests failed out of 20

Total Test time (real) = 20.38 sec

The following tests FAILED: 17 - testMagneticLensPythonInterface (SEGFAULT) 18 - testSimulationExecution (SEGFAULT) 19 - testDiffusionSDE (SEGFAULT) 20 - testPythonExtension (SEGFAULT) Errors while running CTest make: *** [test] Error 8

MarcoChianese commented 3 years ago

The main problem is that when I import CRPropa in a jupyter notebook with from crpropa import * the kernel just dies. I think that this is related to the failures of those tests.

rafaelab commented 3 years ago

These errors cannot be fixed with what I told you. These are python-related. What happens if you type: python -c "from crpropa import *"? What if instead of python you call the exact version you used for the installation (python3.7)? I am also assuming that you are exporting the PYTHONPATH to the directory where crpropa.py is (normally CRPropa3/build/) when trying to use it from jupyter.

MarcoChianese commented 3 years ago

I get Segmentation fault: 11

rafaelab commented 3 years ago

I have tested a similar combination (but on OS X Catalina) with clang 11.0.3, python 3.7.2, swig 4.0.2. It works just fine. I will check the same clang version as yours later.

To troubleshoot this we'll have to check each individual dependency. But before doing that, could you please try reinstalling CRPropa with -DENABLE_OPENMP=Off (when calling cmake .. [options]?

MarcoChianese commented 3 years ago

I have tried what you said, using the following flags for cmake:

CMAKE_PREFIX_PATH=$CRPROPA_DIR cmake -DCMAKE_INSTALL_PREFIX=$CRPROPA_DIR \ -DPYTHON_EXECUTABLE=/anaconda3/bin/python \ -DPYTHON_LIBRARY=/anaconda3/pkgs/python-3.7.2-haf84260_0/lib/libpython3.7m.dylib \ -DENABLE_PYTHON=ON \ -DENABLE_OPENMP=OFF \ ..

but it does still not work. All the python-related tests fail for segfault. I attached below the outputs of cmake, make, make install and otool -L _crpropa.so to check the dependencies. It seems that crpropa uses python v3.7.0 while I think am actually using v3.7.2. As you can see in the attached files, I think I've correctly used the flag to point towards the correct python library but it does not fix the issue.

Finally, at the very end there's the output of gdb to testMagneticLensPythonInterface.py with segfault.

cmake

-- The Fortran compiler identification is GNU 8.2.0 -- The C compiler identification is AppleClang 10.0.1.10010046 -- The CXX compiler identification is AppleClang 10.0.1.10010046 -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Check for working Fortran compiler: /usr/local/bin/gfortran -- Check for working Fortran compiler: /usr/local/bin/gfortran - works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- Checking whether /usr/local/bin/gfortran supports Fortran 90 - yes -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - 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: /Library/Developer/CommandLineTools/usr/bin/c++ -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Build Type: Release -- CRPropa version: 3.1.6-602-g1aad73b4 1aad73b4c2ee6e7005f43dd33695ee6c943b9241 refs/heads/master -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE
Using provided EIGEN -- Google perftools: Found! -- Include: /usr/local/include -- FFTW3 with single precision (FFTW3F): Found! -- Include: /usr/local/include -- Library: /usr/local/lib/libfftw3f.a -- Quimby: NOT Found! -- Include: QUIMBY_INCLUDE_DIR-NOTFOUND -- Library: QUIMBY_LIBRARY-NOTFOUND -- SAGA: NOT Found! -- Include: SAGA_INCLUDE_DIR-NOTFOUND -- Library: SAGA_LIBRARY-NOTFOUND -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2") -- muParser: Found! -- Include: /usr/local/Cellar/muparser/2.3.2_2/include -- Library: /usr/local/Cellar/muparser/2.3.2_2/lib/libmuparser.dylib -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.11") -- HDF5: Using hdf5 compiler wrapper to determine C configuration -- Found HDF5: /anaconda3/lib/libhdf5.dylib;/usr/lib/libpthread.dylib;/anaconda3/lib/libz.dylib;/usr/lib/libdl.dylib;/usr/lib/libm.dylib (found version "1.10.2") found components: C -- Downloading data file from crpropa.desy.de ~ 50 MB -- Extracting data file -- Found PythonInterp: /anaconda3/bin/python (found version "3.7.2") -- Found PythonLibs: /anaconda3/pkgs/python-3.7.2-haf84260_0/lib/libpython3.7m.dylib (found version "3.7.2") -- Found SWIG: /usr/local/bin/swig (found suitable version "4.0.2", minimum required is "3.0") -- Using user provided Python library: /anaconda3/pkgs/python-3.7.2-haf84260_0/lib/libpython3.7m.dylib -- Python: Found! -- Version: 3.7/37 -- Executeable: /anaconda3/bin/python -- Include: /anaconda3/include/python3.7m -- Library: /anaconda3/pkgs/python-3.7.2-haf84260_0/lib/libpython3.7m.dylib -- Site-package directory: lib/python3.7/site-packages -- Found numpy headers in /anaconda3/lib/python3.7/site-packages/numpy/core/include -- Sphinx not found: cannot build documentation -- Configuring done -- Generating done -- Build files have been written to: /Users/Obimark/CRPropa3/build

make

Scanning dependencies of target healpix_base [ 1%] Building CXX object libs/healpix_base/CMakeFiles/healpix_base.dir/error_handling.cc.o [ 1%] Building CXX object libs/healpix_base/CMakeFiles/healpix_base.dir/geom_utils.cc.o [ 2%] Building CXX object libs/healpix_base/CMakeFiles/healpix_base.dir/healpix_base.cc.o In file included from /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:32: In file included from /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/healpix_base.h:38: /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:192:33: warning: field 'stm' is uninitialized when used here [-Wuninitialized] arrT(tsize sz) : arr_ref(stm.alloc(sz),sz), own(true) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:309:21: note: in instantiation of member function 'healpix::arrT<healpix::T_Healpix_Base, healpix::normalAlloc<healpix::T_Healpix_Base > >::arrT' requested here arr(tsize sz) : arrT<T,normalAlloc >(sz) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:520:29: note: in instantiation of member function 'healpix::arr<healpix::T_Healpix_Base >::arr' requested here arr<T_Healpix_Base > base(omax+1); ^ In file included from /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:32: In file included from /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/healpix_base.h:38: /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:192:33: warning: field 'stm' is uninitialized when used here [-Wuninitialized] arrT(tsize sz) : arr_ref(stm.alloc(sz),sz), own(true) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:309:21: note: in instantiation of member function 'healpix::arrT<double, healpix::normalAlloc >::arrT' requested here arr(tsize sz) : arrT<T,normalAlloc >(sz) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:588:49: note: in instantiation of member function 'healpix::arr::arr' requested here : s1(sz1), s2(sz2), s3(sz3), s2s3(s2s3), d(s1s2*s3) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:521:18: note: in instantiation of member function 'healpix::arr3::arr3' requested here arr3 crlimit(omax+1,nv,3); ^ In file included from /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:32: In file included from /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/healpix_base.h:38: /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:192:33: warning: field 'stm' is uninitialized when used here [-Wuninitialized] arrT(tsize sz) : arr_ref(stm.alloc(sz),sz), own(true) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:309:21: note: in instantiation of member function 'healpix::arrT<unsigned long, healpix::normalAlloc >::arrT' requested here arr(tsize sz) : arrT<T,normalAlloc >(sz) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:540:16: note: in instantiation of member function 'healpix::arr::arr' requested here arr zone(nv); ^ In file included from /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:32: In file included from /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/healpix_base.h:38: /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:192:33: warning: field 'stm' is uninitialized when used here [-Wuninitialized] arrT(tsize sz) : arr_ref(stm.alloc(sz),sz), own(true) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:309:21: note: in instantiation of member function 'healpix::arrT<healpix::vec3_t, healpix::normalAlloc<healpix::vec3_t > >::arrT' requested here arr(tsize sz) : arrT<T,normalAlloc__ >(sz) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:956:13: note: in instantiation of member function 'healpix::arr<healpix::vec3_t >::arr' requested here arr vv(nv); ^ /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:985:3: note: in instantiation of function template specialization 'healpix::T_Healpix_Base::query_polygon_internal' requested here query_polygon_internal(vertex, 0, pixset); ^ In file included from /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:32: In file included from /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/healpix_base.h:38: /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:195:50: warning: field 'stm' is uninitialized when used here [-Wuninitialized] arrT(tsize sz, const T &inival) : arr_ref(stm.alloc(sz),sz), own(true) ^ /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:312:38: note: in instantiation of member function 'healpix::arrT<double, healpix::normalAlloc >::arrT' requested here arr(tsize sz, const T &inival) : arrT<T,normalAlloc >(sz,inival) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:972:15: note: in instantiation of member function 'healpix::arr::arr' requested here arr rad(ncirc,halfpi); ^ /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:985:3: note: in instantiation of function template specialization 'healpix::T_Healpix_Base::query_polygon_internal' requested here query_polygon_internal(vertex, 0, pixset); ^ In file included from /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:32: In file included from /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/healpix_base.h:38: /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:192:33: warning: field 'stm' is uninitialized when used here [-Wuninitialized] arrT(tsize sz) : arr_ref(stm.alloc(sz),sz), own(true) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:309:21: note: in instantiation of member function 'healpix::arrT<int, healpix::normalAlloc >::arrT' requested here arr(tsize sz) : arrT<T,normalAlloc >(sz) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:1368:12: note: in instantiation of member function 'healpix::arr::arr' requested here arr result(swapclen[order]); ^ In file included from /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:32: In file included from /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/healpix_base.h:38: /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:211:41: warning: field 'stm' is uninitialized when used here [-Wuninitialized] arrT (const arrT &orig): arr_ref(stm.alloc(orig.s),orig.s), own(true) ^ /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:327:28: note: in instantiation of member function 'healpix::arrT<int, healpix::normalAlloc >::arrT' requested here arr (const arr &orig): arrT<T,normalAlloc >(orig) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:1372:10: note: in instantiation of member function 'healpix::arr::arr' requested here return result; ^ In file included from /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:32: In file included from /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/healpix_base.h:38: /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:192:33: warning: field 'stm' is uninitialized when used here [-Wuninitialized] arrT(tsize sz) : arr_ref(stm.alloc(sz),sz), own(true) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/include/healpix_base/arr.h:309:21: note: in instantiation of member function 'healpix::arrT<healpix::T_Healpix_Base, healpix::normalAlloc<healpix::T_Healpix_Base > >::arrT' requested here arr(tsize sz) : arrT<T,normalAlloc__ >(sz) {} ^ /Users/Marco/CRPropa3/libs/healpix_base/healpix_base.cc:520:29: note: in instantiation of member function 'healpix::arr<healpix::T_Healpix_Base

::arr' requested here arr<T_Healpix_Base > base(omax+1); ^ 8 warnings generated. [ 3%] Building CXX object libs/healpix_base/CMakeFiles/healpix_base.dir/healpix_tables.cc.o [ 3%] Building CXX object libs/healpix_base/CMakeFiles/healpix_base.dir/pointing.cc.o [ 4%] Linking CXX static library libhealpix_base.a [ 4%] Built target healpix_base Scanning dependencies of target gtest [ 4%] Building CXX object libs/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o [ 5%] Linking CXX static library libgtest.a [ 5%] Built target gtest Scanning dependencies of target gtest_main [ 6%] Building CXX object libs/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o [ 6%] Linking CXX static library libgtest_main.a [ 6%] Built target gtest_main Scanning dependencies of target kiss [ 6%] Building CXX object libs/kiss/CMakeFiles/kiss.dir/src/logger.cpp.o [ 7%] Building CXX object libs/kiss/CMakeFiles/kiss.dir/src/path.cpp.o [ 8%] Building CXX object libs/kiss/CMakeFiles/kiss.dir/src/string.cpp.o [ 8%] Building CXX object libs/kiss/CMakeFiles/kiss.dir/src/uuid.cpp.o [ 9%] Linking CXX static library libkiss.a [ 9%] Built target kiss Scanning dependencies of target HepPID [ 9%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/ParticleIDMethods.cc.o [ 10%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/ParticleName.cc.o [ 10%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/Version.cc.o [ 11%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/translateEvtGen.cc.o [ 12%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/translateGeanttoPDT.cc.o [ 12%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/translateHerwig.cc.o [ 13%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/translateIsajet.cc.o [ 13%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/translatePDG.cc.o [ 14%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/translatePDTtoGeant.cc.o [ 15%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/translatePythia.cc.o [ 15%] Building CXX object libs/HepPID/CMakeFiles/HepPID.dir/src/translateQQ.cc.o [ 16%] Linking CXX static library libHepPID.a [ 16%] Built target HepPID Scanning dependencies of target sophia [ 16%] Building Fortran object libs/sophia/CMakeFiles/sophia.dir/sophia_interface.f.o [ 17%] Linking Fortran static library libsophia.a [ 17%] Built target sophia Scanning dependencies of target dint [ 17%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/advance.cpp.o [ 18%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/background.cpp.o [ 19%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/binfread.cpp.o [ 19%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/check.cpp.o [ 20%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/cvector.cpp.o [ 20%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/decay.cpp.o [ 21%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/deriv.cpp.o [ 22%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/error.cpp.o [ 22%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/final.cpp.o [ 23%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/fold.cpp.o [ 23%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/frag.cpp.o [ 24%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/gauleg.cpp.o [ 25%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/inject.cpp.o [ 25%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/io_util.cpp.o [ 26%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/load.cpp.o [ 26%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/math_util.cpp.o [ 27%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/prepare.cpp.o [ 28%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/prop_second.cpp.o [ 28%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/rate.cpp.o [ 29%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/spectrum.cpp.o [ 29%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/sync.cpp.o [ 30%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/vector.cpp.o [ 31%] Building CXX object libs/dint/CMakeFiles/dint.dir/src/DintEMCascade.cpp.o [ 31%] Linking CXX static library libdint.a [ 31%] Built target dint Scanning dependencies of target eleca [ 32%] Building CXX object libs/EleCa/CMakeFiles/eleca.dir/src/Common.cpp.o [ 32%] Building CXX object libs/EleCa/CMakeFiles/eleca.dir/src/EnergyLoss.cpp.o [ 33%] Building CXX object libs/EleCa/CMakeFiles/eleca.dir/src/Particle.cpp.o [ 34%] Building CXX object libs/EleCa/CMakeFiles/eleca.dir/src/Process.cpp.o [ 34%] Building CXX object libs/EleCa/CMakeFiles/eleca.dir/src/Propagation.cpp.o [ 35%] Linking CXX static library libeleca.a [ 35%] Built target eleca Scanning dependencies of target crpropa [ 35%] Building CXX object CMakeFiles/crpropa.dir/src/base64.cpp.o [ 36%] Building CXX object CMakeFiles/crpropa.dir/src/Candidate.cpp.o [ 37%] Building CXX object CMakeFiles/crpropa.dir/src/Clock.cpp.o [ 37%] Building CXX object CMakeFiles/crpropa.dir/src/Common.cpp.o [ 38%] Building CXX object CMakeFiles/crpropa.dir/src/Cosmology.cpp.o [ 38%] Building CXX object CMakeFiles/crpropa.dir/src/EmissionMap.cpp.o [ 39%] Building CXX object CMakeFiles/crpropa.dir/src/Geometry.cpp.o [ 40%] Building CXX object CMakeFiles/crpropa.dir/src/GridTools.cpp.o [ 40%] Building CXX object CMakeFiles/crpropa.dir/src/Module.cpp.o [ 41%] Building CXX object CMakeFiles/crpropa.dir/src/ModuleList.cpp.o [ 41%] Building CXX object CMakeFiles/crpropa.dir/src/ParticleID.cpp.o [ 42%] Building CXX object CMakeFiles/crpropa.dir/src/ParticleMass.cpp.o [ 43%] Building CXX object CMakeFiles/crpropa.dir/src/ParticleState.cpp.o [ 43%] Building CXX object CMakeFiles/crpropa.dir/src/PhotonBackground.cpp.o /Users/Marco/CRPropa3/src/PhotonBackground.cpp:292:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 1 warning generated. [ 44%] Building CXX object CMakeFiles/crpropa.dir/src/PhotonPropagation.cpp.o [ 44%] Building CXX object CMakeFiles/crpropa.dir/src/ProgressBar.cpp.o [ 45%] Building CXX object CMakeFiles/crpropa.dir/src/Random.cpp.o /Users/Marco/CRPropa3/src/Random.cpp:285:12: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] return (b + a << 32); ^ ~~ /Users/Marco/CRPropa3/src/Random.cpp:285:12: note: place parentheses around the '+' expression to silence this warning return (b + a << 32); ^ ( ) 1 warning generated. [ 46%] Building CXX object CMakeFiles/crpropa.dir/src/Source.cpp.o [ 46%] Building CXX object CMakeFiles/crpropa.dir/src/Variant.cpp.o /Users/Marco/CRPropa3/src/Variant.cpp:669:1: warning: result of comparison of constant -128 with expression of type 'const unsigned char' is always false [-Wtautological-constant-out-of-range-compare] INT_FUNCTION( TYPE_CHAR, toChar, char) ^~~~~~~~~~ /Users/Marco/CRPropa3/src/Variant.cpp:644:2: note: expanded from macro 'INT_FUNCTION' INT_CASE(UChar, TYPE_UCHAR, to_type, to) \ ^~~~~~~~~~~~ /Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INTCASE' if (data.##from_var < std::numericlimits::min() || data.##from_var > std::numeric_limits::max())\


/Users/Marco/CRPropa3/src/Variant.cpp:669:1: warning: result of comparison of constant -128 with expression of type 'const uint16_t' (aka 'const unsigned short')
is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_CHAR, toChar, char)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:646:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt16, TYPE_UINT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:670:1: warning: result of comparison of constant 255 with expression of type 'const char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_UCHAR, toUChar, unsigned char)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:643:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Char, TYPE_CHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:671:1: warning: result of comparison of constant -32768 with expression of type 'const char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT16, toInt16, int16_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:643:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Char, TYPE_CHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:671:1: warning: result of comparison of constant 32767 with expression of type 'const char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT16, toInt16, int16_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:643:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Char, TYPE_CHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:671:1: warning: result of comparison of constant -32768 with expression of type 'const unsigned char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT16, toInt16, int16_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:644:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UChar, TYPE_UCHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:671:1: warning: result of comparison of constant 32767 with expression of type 'const unsigned char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT16, toInt16, int16_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:644:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UChar, TYPE_UCHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:671:1: warning: result of comparison of constant -32768 with expression of type 'const uint16_t'
(aka 'const unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT16, toInt16, int16_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:646:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt16, TYPE_UINT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:672:1: warning: result of comparison of constant 65535 with expression of type 'const char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_UINT16, toUInt16, uint16_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:643:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Char, TYPE_CHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:672:1: warning: result of comparison of constant 65535 with expression of type 'const unsigned char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_UINT16, toUInt16, uint16_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:644:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UChar, TYPE_UCHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:672:1: warning: result of comparison of constant 65535 with expression of type 'const int16_t' (aka 'const short') is
always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_UINT16, toUInt16, uint16_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:645:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Int16, TYPE_INT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:673:1: warning: result of comparison of constant -2147483648 with expression of type 'const char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT32, toInt32, int32_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:643:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Char, TYPE_CHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:673:1: warning: result of comparison of constant 2147483647 with expression of type 'const char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT32, toInt32, int32_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:643:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Char, TYPE_CHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:673:1: warning: result of comparison of constant -2147483648 with expression of type 'const unsigned char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT32, toInt32, int32_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:644:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UChar, TYPE_UCHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:673:1: warning: result of comparison of constant 2147483647 with expression of type 'const unsigned char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT32, toInt32, int32_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:644:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UChar, TYPE_UCHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:673:1: warning: result of comparison of constant -2147483648 with expression of type 'const int16_t' (aka 'const short') is
always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT32, toInt32, int32_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:645:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Int16, TYPE_INT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:673:1: warning: result of comparison of constant 2147483647 with expression of type 'const int16_t' (aka 'const short') is
always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT32, toInt32, int32_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:645:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Int16, TYPE_INT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:673:1: warning: result of comparison of constant -2147483648 with expression of type 'const uint16_t'
(aka 'const unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT32, toInt32, int32_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:646:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt16, TYPE_UINT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:673:1: warning: result of comparison of constant 2147483647 with expression of type 'const uint16_t'
(aka 'const unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT32, toInt32, int32_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:646:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt16, TYPE_UINT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:674:1: warning: result of comparison of constant 4294967295 with expression of type 'const unsigned char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_UINT32, toUInt32, uint32_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:644:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UChar, TYPE_UCHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:674:1: warning: result of comparison of constant 4294967295 with expression of type 'const uint16_t'
(aka 'const unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_UINT32, toUInt32, uint32_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:646:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt16, TYPE_UINT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant -9223372036854775808 with expression of type 'const char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:643:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Char, TYPE_CHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant 9223372036854775807 with expression of type 'const char' is always false
[-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:643:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Char, TYPE_CHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant -9223372036854775808 with expression of type 'const unsigned char' is
always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:644:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UChar, TYPE_UCHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant 9223372036854775807 with expression of type 'const unsigned char' is
always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:644:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UChar, TYPE_UCHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant -9223372036854775808 with expression of type 'const int16_t'
(aka 'const short') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:645:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Int16, TYPE_INT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant 9223372036854775807 with expression of type 'const int16_t'
(aka 'const short') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:645:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Int16, TYPE_INT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant -9223372036854775808 with expression of type 'const uint16_t'
(aka 'const unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:646:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt16, TYPE_UINT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant 9223372036854775807 with expression of type 'const uint16_t'
(aka 'const unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:646:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt16, TYPE_UINT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant -9223372036854775808 with expression of type 'const int32_t'
(aka 'const int') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:647:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Int32, TYPE_INT32, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant 9223372036854775807 with expression of type 'const int32_t'
(aka 'const int') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:647:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(Int32, TYPE_INT32, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant -9223372036854775808 with expression of type 'const uint32_t'
(aka 'const unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:648:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt32, TYPE_UINT32, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:24: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:675:1: warning: result of comparison of constant 9223372036854775807 with expression of type 'const uint32_t'
(aka 'const unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_INT64, toInt64, int64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:648:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt32, TYPE_UINT32, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:676:1: warning: result of comparison of constant 18446744073709551615 with expression of type 'const unsigned char' is
always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_UINT64, toUInt64, uint64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:644:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UChar, TYPE_UCHAR, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:676:1: warning: result of comparison of constant 18446744073709551615 with expression of type 'const uint16_t'
(aka 'const unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_UINT64, toUInt64, uint64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:646:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt16, TYPE_UINT16, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:676:1: warning: result of comparison of constant 18446744073709551615 with expression of type 'const uint32_t'
(aka 'const unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
INT_FUNCTION( TYPE_UINT64, toUInt64, uint64_t)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:648:2: note: expanded from macro 'INT_FUNCTION'
INT_CASE(UInt32, TYPE_UINT32, to_type, to) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/Variant.cpp:631:77: note: expanded from macro 'INT_CASE'
if (data._##from_var < std::numeric_limits<to>::min() || data._##from_var > std::numeric_limits<to>::max())\
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 warnings generated.
[ 47%] Building CXX object CMakeFiles/crpropa.dir/src/module/AdiabaticCooling.cpp.o
[ 47%] Building CXX object CMakeFiles/crpropa.dir/src/module/Boundary.cpp.o
[ 48%] Building CXX object CMakeFiles/crpropa.dir/src/module/BreakCondition.cpp.o
[ 49%] Building CXX object CMakeFiles/crpropa.dir/src/module/DiffusionSDE.cpp.o
[ 49%] Building CXX object CMakeFiles/crpropa.dir/src/module/EMCascade.cpp.o
[ 50%] Building CXX object CMakeFiles/crpropa.dir/src/module/EMDoublePairProduction.cpp.o
[ 50%] Building CXX object CMakeFiles/crpropa.dir/src/module/EMInverseComptonScattering.cpp.o
[ 51%] Building CXX object CMakeFiles/crpropa.dir/src/module/EMPairProduction.cpp.o
[ 52%] Building CXX object CMakeFiles/crpropa.dir/src/module/EMTripletPairProduction.cpp.o
[ 52%] Building CXX object CMakeFiles/crpropa.dir/src/module/ElasticScattering.cpp.o
[ 53%] Building CXX object CMakeFiles/crpropa.dir/src/module/ElectronPairProduction.cpp.o
[ 53%] Building CXX object CMakeFiles/crpropa.dir/src/module/HDF5Output.cpp.o
[ 54%] Building CXX object CMakeFiles/crpropa.dir/src/module/NuclearDecay.cpp.o
[ 55%] Building CXX object CMakeFiles/crpropa.dir/src/module/Observer.cpp.o
[ 55%] Building CXX object CMakeFiles/crpropa.dir/src/module/Output.cpp.o
[ 56%] Building CXX object CMakeFiles/crpropa.dir/src/module/OutputShell.cpp.o
[ 56%] Building CXX object CMakeFiles/crpropa.dir/src/module/ParticleCollector.cpp.o
[ 57%] Building CXX object CMakeFiles/crpropa.dir/src/module/PhotoDisintegration.cpp.o
[ 58%] Building CXX object CMakeFiles/crpropa.dir/src/module/PhotoPionProduction.cpp.o
[ 58%] Building CXX object CMakeFiles/crpropa.dir/src/module/PhotonEleCa.cpp.o
[ 59%] Building CXX object CMakeFiles/crpropa.dir/src/module/PhotonOutput1D.cpp.o
[ 59%] Building CXX object CMakeFiles/crpropa.dir/src/module/PropagationBP.cpp.o
[ 60%] Building CXX object CMakeFiles/crpropa.dir/src/module/PropagationCK.cpp.o
[ 61%] Building CXX object CMakeFiles/crpropa.dir/src/module/Redshift.cpp.o
[ 61%] Building CXX object CMakeFiles/crpropa.dir/src/module/RestrictToRegion.cpp.o
[ 62%] Building CXX object CMakeFiles/crpropa.dir/src/module/SimplePropagation.cpp.o
[ 62%] Building CXX object CMakeFiles/crpropa.dir/src/module/SynchrotronRadiation.cpp.o
[ 63%] Building CXX object CMakeFiles/crpropa.dir/src/module/TextOutput.cpp.o
/Users/Marco/CRPropa3/src/module/TextOutput.cpp:169:5: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t'
(aka 'unsigned long long') [-Wformat]
c->getSerialNumber());
^~~~~~~~~~~~~~~~~~~~
/Users/Marco/CRPropa3/src/module/TextOutput.cpp:194:44: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t'
(aka 'unsigned long long') [-Wformat]
p += std::sprintf(buffer + p, "%10lu\t", c->getSourceSerialNumber());
~~~~~     ^~~~~~~~~~~~~~~~~~~~~~~~~~
%10llu
/Users/Marco/CRPropa3/src/module/TextOutput.cpp:221:5: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t'
(aka 'unsigned long long') [-Wformat]
c->getCreatedSerialNumber());
^~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
[ 64%] Building CXX object CMakeFiles/crpropa.dir/src/module/Tools.cpp.o
[ 64%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/ArchimedeanSpiralField.cpp.o
[ 65%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/JF12Field.cpp.o
[ 65%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/JF12FieldSolenoidal.cpp.o
[ 66%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/MagneticField.cpp.o
/Users/Marco/CRPropa3/src/magneticField/MagneticField.cpp:30:16: warning: assigning field to itself [-Wself-assign-field]
this->extends = extends;
^
1 warning generated.
[ 67%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/MagneticFieldGrid.cpp.o
[ 67%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/PT11Field.cpp.o
[ 68%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/turbulentField/GridTurbulence.cpp.o
[ 68%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/turbulentField/HelicalGridTurbulence.cpp.o
[ 69%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/turbulentField/PlaneWaveTurbulence.cpp.o
[ 70%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/turbulentField/SimpleGridTurbulence.cpp.o
[ 70%] Building CXX object CMakeFiles/crpropa.dir/src/magneticField/TF17Field.cpp.o
[ 71%] Building CXX object CMakeFiles/crpropa.dir/src/advectionField/AdvectionField.cpp.o
[ 71%] Building CXX object CMakeFiles/crpropa.dir/src/massDistribution/ConstantDensity.cpp.o
[ 72%] Building CXX object CMakeFiles/crpropa.dir/src/massDistribution/Cordes.cpp.o
[ 73%] Building CXX object CMakeFiles/crpropa.dir/src/massDistribution/Ferriere.cpp.o
[ 73%] Building CXX object CMakeFiles/crpropa.dir/src/massDistribution/Massdistribution.cpp.o
[ 74%] Building CXX object CMakeFiles/crpropa.dir/src/massDistribution/Nakanishi.cpp.o
[ 74%] Building CXX object CMakeFiles/crpropa.dir/src/Version.cpp.o
[ 75%] Building CXX object CMakeFiles/crpropa.dir/src/magneticLens/MagneticLens.cpp.o
[ 76%] Building CXX object CMakeFiles/crpropa.dir/src/magneticLens/ModelMatrix.cpp.o
[ 76%] Building CXX object CMakeFiles/crpropa.dir/src/magneticLens/Pixelization.cpp.o
[ 77%] Building CXX object CMakeFiles/crpropa.dir/src/magneticLens/ParticleMapsContainer.cpp.o
[ 78%] Linking CXX shared library libcrpropa.dylib
ld: warning: could not create compact unwind for _lushow_: stack subq instruction is too different from dwarf stack size
[ 78%] Built target crpropa
Scanning dependencies of target testGalacticMagneticLens
[ 79%] Building CXX object CMakeFiles/testGalacticMagneticLens.dir/test/testMagneticLens.cpp.o
[ 80%] Linking CXX executable testGalacticMagneticLens
[ 80%] Built target testGalacticMagneticLens
Scanning dependencies of target testMagneticField
[ 80%] Building CXX object CMakeFiles/testMagneticField.dir/test/testMagneticField.cpp.o
[ 81%] Linking CXX executable testMagneticField
[ 81%] Built target testMagneticField
Scanning dependencies of target testTurbulentField
[ 81%] Building CXX object CMakeFiles/testTurbulentField.dir/test/testTurbulentField.cpp.o
[ 82%] Linking CXX executable testTurbulentField
[ 82%] Built target testTurbulentField
Scanning dependencies of target testCore
[ 82%] Building CXX object CMakeFiles/testCore.dir/test/testCore.cpp.o
[ 83%] Linking CXX executable testCore
[ 83%] Built target testCore
Scanning dependencies of target testAdiabaticCooling
[ 84%] Building CXX object CMakeFiles/testAdiabaticCooling.dir/test/testAdiabaticCooling.cpp.o
[ 84%] Linking CXX executable testAdiabaticCooling
[ 84%] Built target testAdiabaticCooling
Scanning dependencies of target testInteraction
[ 84%] Building CXX object CMakeFiles/testInteraction.dir/test/testInteraction.cpp.o
[ 85%] Linking CXX executable testInteraction
[ 85%] Built target testInteraction
Scanning dependencies of target testVector3
[ 86%] Building CXX object CMakeFiles/testVector3.dir/test/testVector3.cpp.o
[ 86%] Linking CXX executable testVector3
[ 86%] Built target testVector3
Scanning dependencies of target testBreakCondition
[ 87%] Building CXX object CMakeFiles/testBreakCondition.dir/test/testBreakCondition.cpp.o
[ 88%] Linking CXX executable testBreakCondition
[ 88%] Built target testBreakCondition
Scanning dependencies of target crpropa-swig-wrapper
/Users/Marco/CRPropa3/include/crpropa/Vector3.h:39: Warning 312: Nested union not currently supported (ignored).
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:180: Warning 361: operator! ignored
/Users/Marco/CRPropa3/include/crpropa/Variant.h:98: Warning 325: Nested class not currently supported (bad_conversion ignored)
/Users/Marco/CRPropa3/include/crpropa/Variant.h:203: Warning 312: Nested union not currently supported (ignored).
/Users/Marco/CRPropa3/include/crpropa/module/PropagationCK.h:50: Warning 325: Nested class not currently supported (Y ignored)
/Users/Marco/CRPropa3/include/crpropa/module/PropagationBP.h:52: Warning 325: Nested class not currently supported (Y ignored)
/Users/Marco/CRPropa3/include/crpropa/module/Output.h:27: Warning 325: Nested struct not currently supported (Property ignored)
/Users/Marco/CRPropa3/include/crpropa/Source.h:513: Warning 325: Nested struct not currently supported (Nucleus ignored)
/Users/Marco/CRPropa3/include/crpropa/ModuleList.h:29: Warning 389: operator[] ignored (consider using %extend)
/Users/Marco/CRPropa3/include/crpropa/module/ParticleCollector.h:42: Warning 389: operator[] ignored (consider using %extend)
/Users/Marco/CRPropa3/include/crpropa/Grid.h:312: Warning 401: Base class 'Grid3f' undefined.
/Users/Marco/CRPropa3/python/2_headers.i:386: Warning 401: 'Grid3f' must be defined before it is used as a base class.
/Users/Marco/CRPropa3/include/crpropa/Grid.h:331: Warning 401: Base class 'Grid1f' undefined.
/Users/Marco/CRPropa3/python/2_headers.i:394: Warning 401: 'Grid1f' must be defined before it is used as a base class.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(),
/Users/Marco/CRPropa3/include/crpropa/Grid.h:209: Warning 508: previous declaration of 'get'.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(),
/Users/Marco/CRPropa3/include/crpropa/Grid.h:214: Warning 508: previous declaration of 'get'.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(),
/Users/Marco/CRPropa3/include/crpropa/Grid.h:209: Warning 508: previous declaration of 'get'.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(),
/Users/Marco/CRPropa3/include/crpropa/Grid.h:214: Warning 508: previous declaration of 'get'.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(),
/Users/Marco/CRPropa3/include/crpropa/Grid.h:209: Warning 508: previous declaration of 'get'.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(),
/Users/Marco/CRPropa3/include/crpropa/Grid.h:214: Warning 508: previous declaration of 'get'.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(),
/Users/Marco/CRPropa3/include/crpropa/Grid.h:209: Warning 508: previous declaration of 'get'.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(),
/Users/Marco/CRPropa3/include/crpropa/Grid.h:214: Warning 508: previous declaration of 'get'.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:166: Warning 503: Can't wrap 'operator crpropa::Grid< crpropa::Vector3< float > >*' unless renamed to a valid identifier.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:166: Warning 503: Can't wrap 'operator crpropa::Grid< crpropa::Vector3< double > >*' unless renamed to a valid identifier.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:166: Warning 503: Can't wrap 'operator crpropa::Grid< float >*' unless renamed to a valid identifier.
/Users/Marco/CRPropa3/include/crpropa/Referenced.h:166: Warning 503: Can't wrap 'operator crpropa::Grid< double >*' unless renamed to a valid identifier.
/Users/Marco/CRPropa3/python/3_repr.i:14: Warning 503: Can't wrap 'crpropa::Vector3' unless renamed to a valid identifier.
[ 88%] Built target crpropa-swig-wrapper
Scanning dependencies of target crpropa-swig
[ 88%] Building CXX object CMakeFiles/crpropa-swig.dir/crpropa_wrap.cxx.o
[ 89%] Linking CXX shared module _crpropa.so
[ 89%] Built target crpropa-swig
Scanning dependencies of target testOutput
[ 90%] Building CXX object CMakeFiles/testOutput.dir/test/testOutput.cpp.o
[ 90%] Linking CXX executable testOutput
[ 90%] Built target testOutput
Scanning dependencies of target testPropagation
[ 91%] Building CXX object CMakeFiles/testPropagation.dir/test/testPropagation.cpp.o
[ 92%] Linking CXX executable testPropagation
[ 92%] Built target testPropagation
Scanning dependencies of target testAdvectionField
[ 93%] Building CXX object CMakeFiles/testAdvectionField.dir/test/testAdvectionField.cpp.o
[ 93%] Linking CXX executable testAdvectionField
[ 93%] Built target testAdvectionField
Scanning dependencies of target testFunctionalGroups
[ 94%] Building CXX object CMakeFiles/testFunctionalGroups.dir/test/testFunctionalGroups.cpp.o
[ 94%] Linking CXX executable testFunctionalGroups
[ 94%] Built target testFunctionalGroups
Scanning dependencies of target testSource
[ 94%] Building CXX object CMakeFiles/testSource.dir/test/testSource.cpp.o
[ 95%] Linking CXX executable testSource
[ 95%] Built target testSource
Scanning dependencies of target testDensity
[ 96%] Building CXX object CMakeFiles/testDensity.dir/test/testDensity.cpp.o
[ 96%] Linking CXX executable testDensity
[ 96%] Built target testDensity
Scanning dependencies of target testModuleList
[ 97%] Building CXX object CMakeFiles/testModuleList.dir/test/testModuleList.cpp.o
[ 97%] Linking CXX executable testModuleList
[ 97%] Built target testModuleList
Scanning dependencies of target testDINT
[ 97%] Building CXX object CMakeFiles/testDINT.dir/test/testDINT.cpp.o
[ 98%] Linking CXX executable testDINT
[ 98%] Built target testDINT
Scanning dependencies of target test_uuid
[ 99%] Building CXX object libs/kiss/CMakeFiles/test_uuid.dir/test/test_uuid.cpp.o
[100%] Linking CXX executable test_uuid
[100%] Built target test_uuid

make install

[ 4%] Built target healpix_base [ 5%] Built target gtest [ 6%] Built target gtest_main [ 9%] Built target kiss [ 16%] Built target HepPID [ 17%] Built target sophia [ 31%] Built target dint [ 35%] Built target eleca [ 78%] Built target crpropa [ 80%] Built target testGalacticMagneticLens [ 81%] Built target testMagneticField [ 82%] Built target testTurbulentField [ 83%] Built target testCore [ 84%] Built target testAdiabaticCooling [ 85%] Built target testInteraction [ 86%] Built target testVector3 [ 88%] Built target testBreakCondition /Users/Marco/CRPropa3/include/crpropa/Vector3.h:39: Warning 312: Nested union not currently supported (ignored). /Users/Marco/CRPropa3/include/crpropa/Referenced.h:180: Warning 361: operator! ignored /Users/Marco/CRPropa3/include/crpropa/Variant.h:98: Warning 325: Nested class not currently supported (bad_conversion ignored) /Users/Marco/CRPropa3/include/crpropa/Variant.h:203: Warning 312: Nested union not currently supported (ignored). /Users/Marco/CRPropa3/include/crpropa/module/PropagationCK.h:50: Warning 325: Nested class not currently supported (Y ignored) /Users/Marco/CRPropa3/include/crpropa/module/PropagationBP.h:52: Warning 325: Nested class not currently supported (Y ignored) /Users/Marco/CRPropa3/include/crpropa/module/Output.h:27: Warning 325: Nested struct not currently supported (Property ignored) /Users/Marco/CRPropa3/include/crpropa/Source.h:513: Warning 325: Nested struct not currently supported (Nucleus ignored) /Users/Marco/CRPropa3/include/crpropa/ModuleList.h:29: Warning 389: operator[] ignored (consider using %extend) /Users/Marco/CRPropa3/include/crpropa/module/ParticleCollector.h:42: Warning 389: operator[] ignored (consider using %extend) /Users/Marco/CRPropa3/include/crpropa/Grid.h:312: Warning 401: Base class 'Grid3f' undefined. /Users/Marco/CRPropa3/python/2_headers.i:386: Warning 401: 'Grid3f' must be defined before it is used as a base class. /Users/Marco/CRPropa3/include/crpropa/Grid.h:331: Warning 401: Base class 'Grid1f' undefined. /Users/Marco/CRPropa3/python/2_headers.i:394: Warning 401: 'Grid1f' must be defined before it is used as a base class. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(), /Users/Marco/CRPropa3/include/crpropa/Grid.h:209: Warning 508: previous declaration of 'get'. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(), /Users/Marco/CRPropa3/include/crpropa/Grid.h:214: Warning 508: previous declaration of 'get'. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(), /Users/Marco/CRPropa3/include/crpropa/Grid.h:209: Warning 508: previous declaration of 'get'. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(), /Users/Marco/CRPropa3/include/crpropa/Grid.h:214: Warning 508: previous declaration of 'get'. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(), /Users/Marco/CRPropa3/include/crpropa/Grid.h:209: Warning 508: previous declaration of 'get'. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(), /Users/Marco/CRPropa3/include/crpropa/Grid.h:214: Warning 508: previous declaration of 'get'. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(), /Users/Marco/CRPropa3/include/crpropa/Grid.h:209: Warning 508: previous declaration of 'get'. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:176: Warning 508: Declaration of 'get' shadows declaration accessible via operator->(), /Users/Marco/CRPropa3/include/crpropa/Grid.h:214: Warning 508: previous declaration of 'get'. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:166: Warning 503: Can't wrap 'operator crpropa::Grid< crpropa::Vector3< float > >' unless renamed to a valid identifier. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:166: Warning 503: Can't wrap 'operator crpropa::Grid< crpropa::Vector3< double > >' unless renamed to a valid identifier. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:166: Warning 503: Can't wrap 'operator crpropa::Grid< float >' unless renamed to a valid identifier. /Users/Marco/CRPropa3/include/crpropa/Referenced.h:166: Warning 503: Can't wrap 'operator crpropa::Grid< double >' unless renamed to a valid identifier. /Users/Marco/CRPropa3/python/3_repr.i:14: Warning 503: Can't wrap 'crpropa::Vector3' unless renamed to a valid identifier. [ 88%] Built target crpropa-swig-wrapper Scanning dependencies of target crpropa-swig [ 88%] Building CXX object CMakeFiles/crpropa-swig.dir/crpropa_wrap.cxx.o [ 89%] Linking CXX shared module _crpropa.so [ 89%] Built target crpropa-swig [ 90%] Built target testOutput [ 92%] Built target testPropagation [ 93%] Built target testAdvectionField [ 94%] Built target testFunctionalGroups [ 95%] Built target testSource [ 96%] Built target testDensity [ 97%] Built target testModuleList [ 98%] Built target testDINT [100%] Built target test_uuid Install the project... -- Install configuration: "Release" -- Installing: /include -- Installing: /include/healpix_base -- Installing: /include/healpix_base/healpix_tables.h -- Installing: /include/healpix_base/arr.h -- Installing: /include/healpix_base/geom_utils.h -- Installing: /include/healpix_base/rangeset.h -- Installing: /include/healpix_base/datatypes.h -- Installing: /include/healpix_base/lsconstants.h -- Installing: /include/healpix_base/math_utils.h -- Installing: /include/healpix_base/vec3.h -- Installing: /include/healpix_base/pointing.h -- Installing: /include/healpix_base/error_handling.h -- Installing: /include/healpix_base/healpix_base.h -- Installing: /include/healpix_base/alloc_utils.h -- Installing: /lib/python3.7/site-packages/crpropa -- Installing: /lib/python3.7/site-packages/crpropa/init.py -- Installing: /lib/python3.7/site-packages/crpropa/crpropa.py -- Installing: /lib/python3.7/site-packages/crpropa/_crpropa.so -- Installing: /share/crpropa/swig_interface/1_swig.i -- Installing: /share/crpropa/swig_interface/2_headers.i -- Installing: /share/crpropa/swig_interface/3_repr.i -- Installing: /share/crpropa/swig_interface/4_lens.i -- Installing: /share/crpropa/swig_interface/5_hepid.i -- Installing: /share/crpropa/swig_interface/crpropa-builtin.i -- Installing: /share/crpropa/swig_interface/crpropa.i -- Installing: /lib/libcrpropa.dylib -- Up-to-date: /include -- Installing: /include/crpropa -- Installing: /include/crpropa/magneticLens -- Installing: /include/crpropa/magneticLens/Pixelization.h -- Installing: /include/crpropa/magneticLens/ParticleMapsContainer.h -- Installing: /include/crpropa/magneticLens/MagneticLens.h -- Installing: /include/crpropa/magneticLens/ModelMatrix.h -- Installing: /include/crpropa/Referenced.h -- Installing: /include/crpropa/ProgressBar.h -- Installing: /include/crpropa/AssocVector.h -- Installing: /include/crpropa/Version.h -- Installing: /include/crpropa/ModuleList.h -- Installing: /include/crpropa/base64.h -- Installing: /include/crpropa/ParticleState.h -- Installing: /include/crpropa/GridTools.h -- Installing: /include/crpropa/module -- Installing: /include/crpropa/module/EMInverseComptonScattering.h -- Installing: /include/crpropa/module/Observer.h -- Installing: /include/crpropa/module/ParticleCollector.h -- Installing: /include/crpropa/module/PhotoDisintegration.h -- Installing: /include/crpropa/module/PropagationCK.h -- Installing: /include/crpropa/module/Boundary.h -- Installing: /include/crpropa/module/ElectronPairProduction.h -- Installing: /include/crpropa/module/HDF5Output.h -- Installing: /include/crpropa/module/PhotoPionProduction.h -- Installing: /include/crpropa/module/Redshift.h -- Installing: /include/crpropa/module/PropagationBP.h -- Installing: /include/crpropa/module/SimplePropagation.h -- Installing: /include/crpropa/module/EMCascade.h -- Installing: /include/crpropa/module/EMPairProduction.h -- Installing: /include/crpropa/module/Output.h -- Installing: /include/crpropa/module/SynchrotronRadiation.h -- Installing: /include/crpropa/module/RestrictToRegion.h -- Installing: /include/crpropa/module/Tools.h -- Installing: /include/crpropa/module/NuclearDecay.h -- Installing: /include/crpropa/module/PhotonOutput1D.h -- Installing: /include/crpropa/module/TextOutput.h -- Installing: /include/crpropa/module/EMTripletPairProduction.h -- Installing: /include/crpropa/module/OutputShell.h -- Installing: /include/crpropa/module/ElasticScattering.h -- Installing: /include/crpropa/module/BreakCondition.h -- Installing: /include/crpropa/module/PhotonEleCa.h -- Installing: /include/crpropa/module/AdiabaticCooling.h -- Installing: /include/crpropa/module/DiffusionSDE.h -- Installing: /include/crpropa/module/EMDoublePairProduction.h -- Installing: /include/crpropa/Source.h -- Installing: /include/crpropa/Logging.h -- Installing: /include/crpropa/massDistribution -- Installing: /include/crpropa/massDistribution/Massdistribution.h -- Installing: /include/crpropa/massDistribution/Ferriere.h -- Installing: /include/crpropa/massDistribution/Nakanishi.h -- Installing: /include/crpropa/massDistribution/Cordes.h -- Installing: /include/crpropa/massDistribution/ConstantDensity.h -- Installing: /include/crpropa/massDistribution/Density.h -- Installing: /include/crpropa/advectionField -- Installing: /include/crpropa/advectionField/AdvectionField.h -- Installing: /include/crpropa/EmissionMap.h -- Installing: /include/crpropa/Grid.h -- Installing: /include/crpropa/Common.h -- Installing: /include/crpropa/Cosmology.h -- Installing: /include/crpropa/Candidate.h -- Installing: /include/crpropa/PhotonPropagation.h -- Installing: /include/crpropa/ParticleMass.h -- Installing: /include/crpropa/Module.h -- Installing: /include/crpropa/magneticField -- Installing: /include/crpropa/magneticField/TF17Field.h -- Installing: /include/crpropa/magneticField/AMRMagneticField.h -- Installing: /include/crpropa/magneticField/QuimbyMagneticField.h -- Installing: /include/crpropa/magneticField/MagneticField.h -- Installing: /include/crpropa/magneticField/ArchimedeanSpiralField.h -- Installing: /include/crpropa/magneticField/GalacticMagneticField.h -- Installing: /include/crpropa/magneticField/PT11Field.h -- Installing: /include/crpropa/magneticField/JF12Field.h -- Installing: /include/crpropa/magneticField/JF12FieldSolenoidal.h -- Installing: /include/crpropa/magneticField/MagneticFieldGrid.h -- Installing: /include/crpropa/magneticField/turbulentField -- Installing: /include/crpropa/magneticField/turbulentField/PlaneWaveTurbulence.h -- Installing: /include/crpropa/magneticField/turbulentField/TurbulentField.h -- Installing: /include/crpropa/magneticField/turbulentField/SimpleGridTurbulence.h -- Installing: /include/crpropa/magneticField/turbulentField/GridTurbulence.h -- Installing: /include/crpropa/magneticField/turbulentField/HelicalGridTurbulence.h -- Installing: /include/crpropa/PhotonBackground.h -- Installing: /include/crpropa/ParticleID.h -- Installing: /include/crpropa/Clock.h -- Installing: /include/crpropa/Units.h -- Installing: /include/crpropa/Random.h -- Installing: /include/crpropa/Vector3.h -- Installing: /include/crpropa/Geometry.h -- Installing: /include/crpropa/Variant.h -- Installing: /include/CRPropa.h -- Up-to-date: /share/crpropa/ -- Installing: /share/crpropa//EMTripletPairProduction -- Installing: /share/crpropa//EMTripletPairProduction/rate_URB_Protheroe96.txt -- Installing: /share/crpropa//EMTripletPairProduction/cdf_URB_Protheroe96.txt -- Installing: /share/crpropa//EMTripletPairProduction/rate_IRB_Gilmore12.txt -- Installing: /share/crpropa//EMTripletPairProduction/rate_CMB.txt -- Installing: /share/crpropa//EMTripletPairProduction/cdf_IRB_Finke10.txt -- Installing: /share/crpropa//EMTripletPairProduction/cdf_IRB_Gilmore12.txt -- Installing: /share/crpropa//EMTripletPairProduction/rate_IRB_Finke10.txt -- Installing: /share/crpropa//EMTripletPairProduction/cdf_CMB.txt -- Installing: /share/crpropa//EMTripletPairProduction/cdf_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//EMTripletPairProduction/cdf_IRB_Stecker05.txt -- Installing: /share/crpropa//EMTripletPairProduction/rate_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//EMTripletPairProduction/cdf_IRB_Dominguez11.txt -- Installing: /share/crpropa//EMTripletPairProduction/rate_IRB_Dominguez11.txt -- Installing: /share/crpropa//EMTripletPairProduction/cdf_IRB_Franceschini08.txt -- Installing: /share/crpropa//EMTripletPairProduction/rate_IRB_Kneiske04.txt -- Installing: /share/crpropa//EMTripletPairProduction/rate_IRB_Stecker05.txt -- Installing: /share/crpropa//EMTripletPairProduction/cdf_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//EMTripletPairProduction/rate_IRB_Franceschini08.txt -- Installing: /share/crpropa//EMTripletPairProduction/rate_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//EMTripletPairProduction/cdf_IRB_Kneiske04.txt -- Installing: /share/crpropa//isotopes-2s.txt -- Installing: /share/crpropa//ElasticScattering -- Installing: /share/crpropa//ElasticScattering/rate_CMB.txt -- Installing: /share/crpropa//ElasticScattering/cdf_CMB.txt -- Installing: /share/crpropa//ElasticScattering/rate_IRB.txt -- Installing: /share/crpropa//ElasticScattering/cdf_IRB.txt -- Installing: /share/crpropa//EleCa -- Installing: /share/crpropa//EleCa/eleca.dat -- Installing: /share/crpropa//PhotoPionProduction -- Installing: /share/crpropa//PhotoPionProduction/rate_IRBz_Franceschini08.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRB_Gilmore12.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRBz_Gilmore12.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_CMB.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRBz_Stecker16_lower.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRBz_Finke10.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRB_Finke10.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRBz_Stecker16_upper.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRBz_Kneiske04.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRBz_Dominguez11.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRB_Dominguez11.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRB_Kneiske04.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRB_Stecker05.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRB_Franceschini08.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//PhotoPionProduction/rate_IRBz_Stecker05.txt -- Installing: /share/crpropa//dint -- Installing: /share/crpropa//dint/TNPr_0.dat -- Installing: /share/crpropa//dint/ENS_10.dat -- Installing: /share/crpropa//dint/PPLoss.dat -- Installing: /share/crpropa//dint/TNPr_10.dat -- Installing: /share/crpropa//dint/ENTN_10.dat -- Installing: /share/crpropa//dint/ICSLS.dat -- Installing: /share/crpropa//dint/MNPh_0.dat -- Installing: /share/crpropa//dint/ICSLoss.dat -- Installing: /share/crpropa//dint/TNS_0.dat -- Installing: /share/crpropa//dint/ICSLP.dat -- Installing: /share/crpropa//dint/neutronDecayLoss.dat -- Installing: /share/crpropa//dint/TNPh_10.dat -- Installing: /share/crpropa//dint/MNEN_10.dat -- Installing: /share/crpropa//dint/TNT_10.dat -- Installing: /share/crpropa//dint/ENE_10.dat -- Installing: /share/crpropa//dint/PPPL.dat -- Installing: /share/crpropa//dint/MNTN_0.dat -- Installing: /share/crpropa//dint/TNMN_10.dat -- Installing: /share/crpropa//dint/TNPh_0.dat -- Installing: /share/crpropa//dint/PPPLoss.dat -- Installing: /share/crpropa//dint/MNPr_10.dat -- Installing: /share/crpropa//dint/MNPr_0.dat -- Installing: /share/crpropa//dint/MNE_0.dat -- Installing: /share/crpropa//dint/PPPPrS.dat -- Installing: /share/crpropa//dint/MNT_10.dat -- Installing: /share/crpropa//dint/NPPLoss.dat -- Installing: /share/crpropa//dint/DPP.dat -- Installing: /share/crpropa//dint/TNT_0.dat -- Installing: /share/crpropa//dint/TNEN_10.dat -- Installing: /share/crpropa//dint/MNPh_10.dat -- Installing: /share/crpropa//dint/ENMN_0.dat -- Installing: /share/crpropa//dint/ENE_0.dat -- Installing: /share/crpropa//dint/MNT_0.dat -- Installing: /share/crpropa//dint/TNMN_0.dat -- Installing: /share/crpropa//dint/MNE_10.dat -- Installing: /share/crpropa//dint/ENPh_10.dat -- Installing: /share/crpropa//dint/ENPr_10.dat -- Installing: /share/crpropa//dint/ENT_0.dat -- Installing: /share/crpropa//dint/neutronDecayProton.dat -- Installing: /share/crpropa//dint/MNS_10.dat -- Installing: /share/crpropa//dint/ENPh_0.dat -- Installing: /share/crpropa//dint/TPPDiff.dat -- Installing: /share/crpropa//dint/PPPPrN.dat -- Installing: /share/crpropa//dint/TNE_0.dat -- Installing: /share/crpropa//dint/MNEN_0.dat -- Installing: /share/crpropa//dint/TNE_10.dat -- Installing: /share/crpropa//dint/ENT_10.dat -- Installing: /share/crpropa//dint/PPPNPr.dat -- Installing: /share/crpropa//dint/ENS_0.dat -- Installing: /share/crpropa//dint/ENTN_0.dat -- Installing: /share/crpropa//dint/TNEN_0.dat -- Installing: /share/crpropa//dint/ENMN_10.dat -- Installing: /share/crpropa//dint/MNS_0.dat -- Installing: /share/crpropa//dint/TPPLoss.dat -- Installing: /share/crpropa//dint/syncTable.dat -- Installing: /share/crpropa//dint/TNS_10.dat -- Installing: /share/crpropa//dint/ENPr_0.dat -- Installing: /share/crpropa//dint/MNTN_10.dat -- Installing: /share/crpropa//Scaling -- Installing: /share/crpropa//Scaling/IRB_Dominguez11_photonEnergy.txt -- Installing: /share/crpropa//Scaling/IRB_Stecker16_lower_photonEnergy.txt -- Installing: /share/crpropa//Scaling/IRB_Finke10_photonEnergy.txt -- Installing: /share/crpropa//Scaling/IRB_Franceschini08_photonEnergy.txt -- Installing: /share/crpropa//Scaling/IRB_Kneiske04_redshift.txt -- Installing: /share/crpropa//Scaling/IRB_Stecker05_redshift.txt -- Installing: /share/crpropa//Scaling/IRB_Franceschini08_photonDensity.txt -- Installing: /share/crpropa//Scaling/IRB_Dominguez11_redshift.txt -- Installing: /share/crpropa//Scaling/IRB_Stecker05_photonEnergy.txt -- Installing: /share/crpropa//Scaling/IRB_Finke10_redshift.txt -- Installing: /share/crpropa//Scaling/IRB_Stecker05_photonDensity.txt -- Installing: /share/crpropa//Scaling/IRB_Franceschini08_redshift.txt -- Installing: /share/crpropa//Scaling/IRB_Stecker16_upper_photonEnergy.txt -- Installing: /share/crpropa//Scaling/IRB_Kneiske04_photonEnergy.txt -- Installing: /share/crpropa//Scaling/IRB_Stecker16_lower_photonDensity.txt -- Installing: /share/crpropa//Scaling/IRB_Stecker16_lower_redshift.txt -- Installing: /share/crpropa//Scaling/IRB_Dominguez11_photonDensity.txt -- Installing: /share/crpropa//Scaling/IRB_Gilmore12_photonDensity.txt -- Installing: /share/crpropa//Scaling/IRB_Gilmore12_redshift.txt -- Installing: /share/crpropa//Scaling/IRB_Kneiske04_photonDensity.txt -- Installing: /share/crpropa//Scaling/IRB_Finke10_photonDensity.txt -- Installing: /share/crpropa//Scaling/IRB_Stecker16_upper_redshift.txt -- Installing: /share/crpropa//Scaling/IRB_Gilmore12_photonEnergy.txt -- Installing: /share/crpropa//Scaling/IRB_Stecker16_upper_photonDensity.txt -- Installing: /share/crpropa//Synchrotron -- Installing: /share/crpropa//Synchrotron/spectrum.txt -- Installing: /share/crpropa//nuclear_decay.txt -- Installing: /share/crpropa//ElectronPairProduction -- Installing: /share/crpropa//ElectronPairProduction/lossrate_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//ElectronPairProduction/lossrate_IRB_Finke10.txt -- Installing: /share/crpropa//ElectronPairProduction/spectrum_IRB.txt -- Installing: /share/crpropa//ElectronPairProduction/lossrate_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//ElectronPairProduction/lossrate_IRB_Gilmore12.txt -- Installing: /share/crpropa//ElectronPairProduction/lossrate_CMB.txt -- Installing: /share/crpropa//ElectronPairProduction/spectrum_CMB.txt -- Installing: /share/crpropa//ElectronPairProduction/lossrate_IRB_Stecker05.txt -- Installing: /share/crpropa//ElectronPairProduction/lossrate_IRB_Dominguez11.txt -- Installing: /share/crpropa//ElectronPairProduction/lossrate_IRB_Kneiske04.txt -- Installing: /share/crpropa//ElectronPairProduction/lossrate_IRB_Franceschini08.txt -- Installing: /share/crpropa//nuclear_mass.txt -- Installing: /share/crpropa//EMPairProduction -- Installing: /share/crpropa//EMPairProduction/rate_URB_Protheroe96.txt -- Installing: /share/crpropa//EMPairProduction/cdf_URB_Protheroe96.txt -- Installing: /share/crpropa//EMPairProduction/rate_IRB_Gilmore12.txt -- Installing: /share/crpropa//EMPairProduction/rate_CMB.txt -- Installing: /share/crpropa//EMPairProduction/cdf_IRB_Finke10.txt -- Installing: /share/crpropa//EMPairProduction/cdf_IRB_Gilmore12.txt -- Installing: /share/crpropa//EMPairProduction/rate_IRB_Finke10.txt -- Installing: /share/crpropa//EMPairProduction/cdf_CMB.txt -- Installing: /share/crpropa//EMPairProduction/cdf_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//EMPairProduction/cdf_IRB_Stecker05.txt -- Installing: /share/crpropa//EMPairProduction/rate_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//EMPairProduction/cdf_IRB_Dominguez11.txt -- Installing: /share/crpropa//EMPairProduction/rate_IRB_Dominguez11.txt -- Installing: /share/crpropa//EMPairProduction/cdf_IRB_Franceschini08.txt -- Installing: /share/crpropa//EMPairProduction/rate_IRB_Kneiske04.txt -- Installing: /share/crpropa//EMPairProduction/rate_IRB_Stecker05.txt -- Installing: /share/crpropa//EMPairProduction/cdf_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//EMPairProduction/rate_IRB_Franceschini08.txt -- Installing: /share/crpropa//EMPairProduction/rate_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//EMPairProduction/cdf_IRB_Kneiske04.txt -- Installing: /share/crpropa//isotopes-stable.txt -- Installing: /share/crpropa//EMDoublePairProduction -- Installing: /share/crpropa//EMDoublePairProduction/rate_URB_Protheroe96.txt -- Installing: /share/crpropa//EMDoublePairProduction/cdf_URB_Protheroe96.txt -- Installing: /share/crpropa//EMDoublePairProduction/rate_IRB_Gilmore12.txt -- Installing: /share/crpropa//EMDoublePairProduction/rate_CMB.txt -- Installing: /share/crpropa//EMDoublePairProduction/cdf_IRB_Finke10.txt -- Installing: /share/crpropa//EMDoublePairProduction/cdf_IRB_Gilmore12.txt -- Installing: /share/crpropa//EMDoublePairProduction/rate_IRB_Finke10.txt -- Installing: /share/crpropa//EMDoublePairProduction/cdf_CMB.txt -- Installing: /share/crpropa//EMDoublePairProduction/cdf_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//EMDoublePairProduction/cdf_IRB_Stecker05.txt -- Installing: /share/crpropa//EMDoublePairProduction/rate_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//EMDoublePairProduction/cdf_IRB_Dominguez11.txt -- Installing: /share/crpropa//EMDoublePairProduction/rate_IRB_Dominguez11.txt -- Installing: /share/crpropa//EMDoublePairProduction/cdf_IRB_Franceschini08.txt -- Installing: /share/crpropa//EMDoublePairProduction/rate_IRB_Kneiske04.txt -- Installing: /share/crpropa//EMDoublePairProduction/rate_IRB_Stecker05.txt -- Installing: /share/crpropa//EMDoublePairProduction/cdf_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//EMDoublePairProduction/rate_IRB_Franceschini08.txt -- Installing: /share/crpropa//EMDoublePairProduction/rate_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//EMDoublePairProduction/cdf_IRB_Kneiske04.txt -- Installing: /share/crpropa//Photodisintegration -- Installing: /share/crpropa//Photodisintegration/photon_emission_IRB.txt -- Installing: /share/crpropa//Photodisintegration/branching_IRB_Stecker05.txt -- Installing: /share/crpropa//Photodisintegration/branching_IRB_Franceschini08.txt -- Installing: /share/crpropa//Photodisintegration/rate_IRB_Gilmore12.txt -- Installing: /share/crpropa//Photodisintegration/rate_CMB.txt -- Installing: /share/crpropa//Photodisintegration/branching_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//Photodisintegration/rate_IRB_Finke10.txt -- Installing: /share/crpropa//Photodisintegration/branching_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//Photodisintegration/branching_CMB.txt -- Installing: /share/crpropa//Photodisintegration/branching_IRB_Kneiske04.txt -- Installing: /share/crpropa//Photodisintegration/branching_IRB_Finke10.txt -- Installing: /share/crpropa//Photodisintegration/rate_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//Photodisintegration/photon_emission_CMB.txt -- Installing: /share/crpropa//Photodisintegration/rate_IRB_Dominguez11.txt -- Installing: /share/crpropa//Photodisintegration/rate_IRB_Kneiske04.txt -- Installing: /share/crpropa//Photodisintegration/rate_IRB_Stecker05.txt -- Installing: /share/crpropa//Photodisintegration/branching_IRB_Gilmore12.txt -- Installing: /share/crpropa//Photodisintegration/rate_IRB_Franceschini08.txt -- Installing: /share/crpropa//Photodisintegration/rate_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//Photodisintegration/branching_IRB_Dominguez11.txt -- Installing: /share/crpropa//EMInverseComptonScattering -- Installing: /share/crpropa//EMInverseComptonScattering/rate_URB_Protheroe96.txt -- Installing: /share/crpropa//EMInverseComptonScattering/cdf_URB_Protheroe96.txt -- Installing: /share/crpropa//EMInverseComptonScattering/rate_IRB_Gilmore12.txt -- Installing: /share/crpropa//EMInverseComptonScattering/rate_CMB.txt -- Installing: /share/crpropa//EMInverseComptonScattering/cdf_IRB_Finke10.txt -- Installing: /share/crpropa//EMInverseComptonScattering/cdf_IRB_Gilmore12.txt -- Installing: /share/crpropa//EMInverseComptonScattering/rate_IRB_Finke10.txt -- Installing: /share/crpropa//EMInverseComptonScattering/cdf_CMB.txt -- Installing: /share/crpropa//EMInverseComptonScattering/cdf_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//EMInverseComptonScattering/cdf_IRB_Stecker05.txt -- Installing: /share/crpropa//EMInverseComptonScattering/rate_IRB_Stecker16_lower.txt -- Installing: /share/crpropa//EMInverseComptonScattering/cdf_IRB_Dominguez11.txt -- Installing: /share/crpropa//EMInverseComptonScattering/rate_IRB_Dominguez11.txt -- Installing: /share/crpropa//EMInverseComptonScattering/cdf_IRB_Franceschini08.txt -- Installing: /share/crpropa//EMInverseComptonScattering/rate_IRB_Kneiske04.txt -- Installing: /share/crpropa//EMInverseComptonScattering/rate_IRB_Stecker05.txt -- Installing: /share/crpropa//EMInverseComptonScattering/cdf_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//EMInverseComptonScattering/rate_IRB_Franceschini08.txt -- Installing: /share/crpropa//EMInverseComptonScattering/rate_IRB_Stecker16_upper.txt -- Installing: /share/crpropa//EMInverseComptonScattering/cdf_IRB_Kneiske04.txt -- Up-to-date: /include -- Installing: /include/kiss -- Installing: /include/kiss/uuid.h -- Installing: /include/kiss/path.h -- Installing: /include/kiss/io.h -- Installing: /include/kiss/convert.h -- Installing: /include/kiss/logger.h -- Installing: /include/kiss/string.h

otool

_crpropa.so: @rpath/libcrpropa.dylib (compatibility version 0.0.0, current version 0.0.0) @rpath/libpython3.7m.dylib (compatibility version 3.7.0, current version 3.7.0) /usr/local/gfortran/lib/libgfortran.5.dylib (compatibility version 6.0.0, current version 6.0.0) /usr/local/opt/gperftools/lib/libprofiler.0.dylib (compatibility version 6.0.0, current version 6.0.0) /usr/local/opt/muparser/lib/libmuparser.2.dylib (compatibility version 2.0.0, current version 2.3.2) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11) @rpath/libhdf5.101.dylib (compatibility version 103.0.0, current version 103.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.200.5) @rpath/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11) /usr/local/gfortran/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/local/gfortran/lib/libquadmath.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 400.9.4)

gdb

Starting program: /anaconda3/bin/python testMagneticLensPythonInterface.py [New Thread 0x1803 of process 722] [New Thread 0x2503 of process 722] warning: /BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/bsd.o': can't open to read symbols: No such file or directory. warning:/BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/darwin_vers.o': can't open to read symbols: No such file or directory. warning: /BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/dirstat.o': can't open to read symbols: No such file or directory. warning:/BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/dirstat_collection.o': can't open to read symbols: No such file or directory. warning: /BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/err.o': can't open to read symbols: No such file or directory. warning:/BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/exception.o': can't open to read symbols: No such file or directory. warning: /BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/init.o': can't open to read symbols: No such file or directory. warning:/BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/mach.o': can't open to read symbols: No such file or directory. warning: /BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/stdio.o': can't open to read symbols: No such file or directory. warning:/BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/stdlib.o': can't open to read symbols: No such file or directory. warning: /BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/string.o': can't open to read symbols: No such file or directory. warning:/BuildRoot/Library/Caches/com.apple.xbs/Binaries/Libc_darwin/install/TempContent/Objects/Libc.build/libsystem_darwin.dylib.build/Objects-normal/x86_64/variant.o': can't open to read symbols: No such file or directory. warning: /tmp/lto.o': can't open to read symbols: No such file or directory. warning: Could not open OSO archive file "/Users/fx/devel/gcc/build_package/build/./gcc/libgcc.a" warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_abs_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_acos_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_acos_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_acos_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_acos_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_acosh_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_acosh_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_acosh_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_acosh_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_aimag_c10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_aimag_c16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_aimag_c4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_aimag_c8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_aint_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_aint_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_aint_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_aint_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_anint_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_anint_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_anint_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_anint_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_asin_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_asin_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_asin_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_asin_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_asinh_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_asinh_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_asinh_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_asinh_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atan2_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atan2_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atan2_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atan2_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atan_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atan_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atan_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atan_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atanh_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atanh_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atanh_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_atanh_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_conjg_c10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_conjg_c16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_conjg_c4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_conjg_c8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cos_c10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cos_c16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cos_c4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cos_c8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cos_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cos_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cos_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cos_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cosh_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cosh_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cosh_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_cosh_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_dim_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_dim_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_dim_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_dim_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_dim_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_dim_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_dim_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_exp_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_exp_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_exp_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_exp_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_exp_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_exp_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_exp_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_exp_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log10_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log10_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log10_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log10_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_log_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_mod_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_mod_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_mod_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_mod_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_mod_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_mod_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_mod_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sign_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sign_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sign_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sign_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sign_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sign_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sign_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sin_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sin_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sin_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sin_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sin_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sin_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sin_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sin_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sinh_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sinh_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sinh_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sinh_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sqrt_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sqrt_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sqrt_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sqrt_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sqrt_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sqrt_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sqrt_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_sqrt_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_tan_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_tan_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_tan_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_tan_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_tanh_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_tanh_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_tanh_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/_tanh_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/abort.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/access.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/all_l1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/all_l16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/all_l2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/all_l4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/all_l8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/any_l1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/any_l16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/any_l2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/any_l4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/any_l8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/args.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/associated.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/backtrace.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/bessel_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/bessel_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/bessel_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/bounds.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/c99_functions.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/chdir.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/chmod.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/clock.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/close.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/compile_options.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/convert_char.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/count_16_l.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/count_1_l.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/count_2_l.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/count_4_l.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/count_8_l.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cpu_time.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_c10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_c16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_c4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_c8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift0_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_c10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_c16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_c4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_c8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_16_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_c10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_c16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_c4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_c8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_4_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_c10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_c16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_c4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_c8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/cshift1_8_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/ctime.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/date_and_time.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/dprod_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/dtime.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/env.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/environ.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/eoshift0.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/eoshift1_16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/eoshift1_4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/eoshift1_8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/eoshift2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/eoshift3_16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/eoshift3_4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/eoshift3_8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/erfc_scaled.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/error.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/etime.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/execute_command_line.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/exit.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/extends_type_of.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/f2c_specifics.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/fbuf.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/file_pos.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/fnum.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/format.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/fpu.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/gerror.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/getXid.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/getcwd.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/getlog.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/hostnm.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iall_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iall_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iall_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iall_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iall_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iany_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iany_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iany_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iany_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iany_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/ieee_arithmetic.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/ieee_exceptions.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/ieee_features.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/ieee_helper.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/ierrno.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_generic.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_pack_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_generic.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/in_unpack_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/inquire.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/intrinsics.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iparity_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iparity_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iparity_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iparity_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/iparity_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/ishftc.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/kill.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/backtrace.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/dwarf.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/fileline.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/mmap.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/mmapio.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/posix.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/print.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/simple.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/sort.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/state.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/libgfortran.lax/libbacktrace.a/unknown.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/link.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/list_read.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/lock.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/main.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_l16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_l4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_l8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmul_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/matmulavx128_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_s1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_16_s4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_4_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_s1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc0_8_s4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_16_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_s1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_4_s4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc1_8_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc2_16_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc2_16_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc2_4_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc2_4_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc2_8_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxloc2_8_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval0_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval0_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval1_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval1_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/maxval_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/memory.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_s1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_16_s4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_4_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_s1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc0_8_s4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_16_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_s1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_4_s4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc1_8_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc2_16_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc2_16_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc2_4_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc2_4_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc2_8_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minloc2_8_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval0_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval0_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval1_s1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval1_s4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/minval_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/misc_specifics.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/move_alloc.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/mvbits.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/norm2_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/norm2_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/norm2_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/norm2_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/open.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_generic.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pack_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/parity_l1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/parity_l16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/parity_l2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/parity_l4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/parity_l8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pause.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/perror.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c10_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c10_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c10_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c16_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c16_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c16_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c4_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c4_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c4_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c8_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c8_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_c8_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_i16_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_i16_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_i16_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_i4_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_i4_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_i4_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_i8_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_i8_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_i8_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_r10_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_r10_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_r16_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_r16_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_r16_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_r4_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_r4_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_r8_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/pow_r8_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_c10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_c16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_c4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_c8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/product_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/rand.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/random.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/read.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/rename.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_generic.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_packed.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/reshape_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/select.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/selected_char_kind.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/selected_int_kind.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/selected_real_kind.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/shape_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/shape_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/shape_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/shape_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/shape_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/signal.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/size.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/size_from_kind.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sleep.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_generic.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_i1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_i16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_i2.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_i4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_i8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_r10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_r16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_r4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/spread_r8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/stat.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/stop.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/string.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/string_intrinsics.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_c10.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_c16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_c4.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_c8.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/sum_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/symlnk.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/system.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/system_clock.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/time.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/transfer.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/transfer128.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/umask.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unit.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unix.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unlink.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_c10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_c16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_c4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_c8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_generic.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_i1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_i16.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_i2.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_i4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_i8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_r10.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_r16.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_r4.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/unpack_r8.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgfortran/.libs/write.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/_muldi3_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/addtf3_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/cpuinfo_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/darwin-64_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/divtf3_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/emutls_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/enable-execute-stack_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/eqtf2_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/extenddftf2_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/extendsftf2_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/extendxftf2_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/fixtfdi_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/fixtfsi_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/fixtfti_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/fixunstfdi_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/fixunstfsi_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/fixunstfti_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/floatditf_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/floatsitf_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/floattitf_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/floatunditf_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/floatunsitf_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/floatuntitf_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/getf2_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/letf2_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/multf3_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/negtf2_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/sfp-exceptions_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/subtf3_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/trunctfdf2_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/trunctfsf2_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/trunctfxf2_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/unordtf2_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/unwind-c_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/unwind-dw2-fde-darwin_s.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libgcc/unwind-dw2_s.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/acoshq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/acosq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/asinhq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/asinq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/atan2q.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/atanhq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/atanq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/cacoshq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/cacosq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/casinhq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/casinq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/catanhq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/catanq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/cbrtq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/ccoshq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/ceilq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/cexpq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/cimagq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/clog10q.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/clogq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/complex.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/conjq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/copysignq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/coshq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/cosq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/cosq_kernel.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/cprojq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/crealq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/csinhq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/csinq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/csqrtq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/ctanhq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/ctanq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/erfq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/expm1q.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/expq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/fabsq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/fdimq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/finiteq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/floorq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/fmaq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/fmaxq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/fminq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/fmodq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/frexpq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/hypotq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/ilogbq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/isinf_nsq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/isinfq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/isnanq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/j0q.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/j1q.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/jnq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/ldexpq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/lgammaq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/llrintq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/llroundq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/log10q.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/log1pq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/log2q.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/logbq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/logq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/lrintq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/lroundq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/modfq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/nanq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/nearbyintq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/nextafterq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/powq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/rem_pio2q.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/remainderq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/remquoq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/rintq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/roundq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/scalblnq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/scalbnq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/signbitq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/sincos_table.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/sincosq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/sincosq_kernel.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/sinhq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/sinq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/sinq_kernel.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/sqrtq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/tanhq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/tanq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/tgammaq.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/truncq.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/math/.libs/x2y2m1q.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/add_n.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/addmul_1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/cmp.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/divrem.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/flt1282mpn.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/fpioconst.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/lshift.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/mul.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/mul_1.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/mul_n.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/printf_fp.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/printf_fphex.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/quadmath-printf.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/rshift.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/sub_n.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/printf/.libs/submul_1.o': can't open to read symbols: No such file or directory. warning: /Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/strtod/.libs/mpn2flt128.o': can't open to read symbols: No such file or directory. warning:/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/strtod/.libs/strtoflt128.o': can't open to read symbols: No such file or directory. warning: `/Users/fx/devel/gcc/build_package/build/x86_64-apple-darwin18/libquadmath/strtod/.libs/tens_in_limb.o': can't open to read symbols: No such file or directory.

Thread 2 received signal SIGSEGV, Segmentation fault. 0x0000000103919142 in PyTuple_New () from /anaconda3/pkgs/python-3.7.2-haf84260_0/lib/libpython3.7m.dylib

rafaelab commented 3 years ago

Hi,

If the error is still there with the flag -DENABLE_OPENMP=Off, then it is not an OpenMP-related issue. If you have multiple python3.7 versions installed, that explains a lot! You should ensure that the same one is used for everything, the executable, the libraries, the headers.

Try erasing the build folder, and then restarting installation with: `-DPYTHON_LIBRARIES=/path1 -DPYTHON_EXECUTABLE=/path2/ -DPYTHON_INCLUDE_PATH=/path3

Note that path1 should include libpython3.7.so (or similar); path2 explicitly contains the binary, and path3 points to the folder where Python.h is. Make sure that all these flags point to the same version (anaconda, for instance).

MarcoChianese commented 3 years ago

I have tried with the following CFLAGS after updating all the packages with conda to restore all the dependencies:

CMAKE_PREFIX_PATH=$CRPROPA_DIR cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local \
-DPYTHON_EXECUTABLE=/anaconda3/pkgs/python-3.7.8-hc9dea61_1_cpython/bin/python3 \
-DPYTHON_LIBRARY=/anaconda3/pkgs/python-3.7.8-hc9dea61_1_cpython/lib/libpython3.7m.dylib \
-DPYTHON_INCLUDE_PATH=/anaconda3/pkgs/python-3.7.8-hc9dea61_1_cpython/include/python3.7m/Python.h \
-DENABLE_OPENMP=Off \
..

and I've got this error:

[ 88%] Building CXX object CMakeFiles/crpropa-swig.dir/crpropa_wrap.cxx.o /Users/Marco/CRPropa3/build/crpropa_wrap.cxx:7194:5: error: unknown type name 'npy_intp' npy_intp shape[1]; ^ /Users/Marco/CRPropa3/build/crpropa_wrap.cxx:7197:34: error: use of undeclared identifier 'NPY_SIZEOF_FLOAT' if (sizeof(self->data[0]) == NPY_SIZEOF_FLOAT) ^ /Users/Marco/CRPropa3/build/crpropa_wrap.cxx:7199:48: error: use of undeclared identifier 'NPY_FLOAT' ro = PyArray_SimpleNewFromData(1, shape, NPY_FLOAT, self->data); ^ /Users/Marco/CRPropa3/build/crpropa_wrap.cxx:7201:39: error: use of undeclared identifier 'NPY_SIZEOF_DOUBLE' else if (sizeof(self->data[0]) == NPY_SIZEOF_DOUBLE) ^ /Users/Marco/CRPropa3/build/crpropa_wrap.cxx:7203:48: error: use of undeclared identifier 'NPY_DOUBLE' ro = PyArray_SimpleNewFromData(1, shape, NPY_DOUBLE, self->data); ^ /Users/Marco/CRPropa3/build/crpropa_wrap.cxx:7228:5: error: unknown type name 'npy_intp' npy_intp shape[1]; ^ /Users/Marco/CRPropa3/build/crpropa_wrap.cxx:7231:34: error: use of undeclared identifier 'NPY_SIZEOF_FLOAT' if (sizeof(self->data[0]) == NPY_SIZEOF_FLOAT) ^ /Users/Marco/CRPropa3/build/crpropa_wrap.cxx:7233:48: error: use of undeclared identifier 'NPY_FLOAT' ro = PyArray_SimpleNewFromData(1, shape, NPY_FLOAT, self->data); ^ /Users/Marco/CRPropa3/build/crpropa_wrap.cxx:7235:39: error: use of undeclared identifier 'NPY_SIZEOF_DOUBLE' else if (sizeof(self->data[0]) == NPY_SIZEOF_DOUBLE) ^ /Users/Marco/CRPropa3/build/crpropa_wrap.cxx:7237:48: error: use of undeclared identifier 'NPY_DOUBLE' ro = PyArray_SimpleNewFromData(1, shape, NPY_DOUBLE, self->data); ^ 10 errors generated. make[2]: [CMakeFiles/crpropa-swig.dir/crpropa_wrap.cxx.o] Error 1 make[1]: [CMakeFiles/crpropa-swig.dir/all] Error 2 make: *** [all] Error 2

Any clue? Might it be possible that the issue is related to anaconda?

rafaelab commented 3 years ago

It seems like NumPy is not installed for this python version you are using (or it was not found by CMake).

MarcoChianese commented 3 years ago

Without specifying the paths for python I do not get that error... I am really sorry to still bother you :-D

rafaelab commented 3 years ago

That's odd. I personally like to provide every single flag by hand to avoid problems, and specifying the paths has always been the solution.

Is everything working fine now? (don't forget to reactivate the OpenMP flag)

MarcoChianese commented 3 years ago

Well, no....I am able to install crpropa, but still get segfault with the python-related tests...

rafaelab commented 3 years ago

So python still doesn't work even when you provide the paths by hand? Are you cleaning everything in the build folder? Can you make sure that only one version of python is being used for everything (libraries, headers, etc)? It does seem to be the case that there are multiple versions of python getting mixed. For me, providing PYTHON_INCLUDE_PATH e PYTHON_LIBRARIES is usually enough to get things working (without PYTHON_EXECUTABLE).

lukasmerten commented 3 years ago

@MarcoChianese could you solve the problem?

tdwiser commented 3 years ago

Hi all, I ran into this problem on MacOS with Python 3 as well. The _crpropa.so library that is loaded by the python module segfaults upon import when built for Python 3, but not for Python 2.7 (macos built-in version). It seems this is due to a difference in the proper linking of the .so file. For Python 3 on Mac (homebrew version), the .so file should NOT be linked to libpython; instead the python3 interpreter will dynamically link libpython at runtime. The .so built by the current CMake setup ends up doubly-linked to libpython, leading to segfaults.

I "fixed" this in a very hacky way by changing to a more modern Python detection and build framework in CMake. This also has the advantage that it will automatically detect compatible virtualenvs or conda envs and use their paths before the system python. I expect that I will have broken it on every other operating system. Feel free to check out my (very messy) solution in my fork, https://github.com/tdwiser/CRPropa3. It is currently nowhere near clean enough for a pull request.

lukasmerten commented 2 years ago

Can @tdwiser or @MarcoChianese confirm that with @rafaelab PR (#352) this issue was solved?

ke-fang commented 2 years ago

I encountered the same issue brought up by @MarcoChianese. When installing the latest version (3.1.7) under python3.8 on MacOS, no error was reported and the c++ executable was generated, but importing the python site-package caused segmentation default. By replacing the CMakeLists from @tdwiser 's page https://github.com/tdwiser/CRPropa3 and fixing the difference in the build list, the segmentation issue was addressed and the python part ran as normal.

rafaelab commented 2 years ago

Hi @ke-fang Does this happen also with the current development version, or only with 3.1.7? I believe this issue has been fixed after the release of 3.1.7.

reichherzerp commented 2 years ago

I tested it with the current development version and for 3.1.7 and encountered in both versions the test failure 17 - testMagneticLensPythonInterface (SEGFAULT). All other tests pass.

My setup: Operating system: Ubuntu 20 Python version: 3.8.5 SWIG Version: 4.0.1 cmake version: 3.16.3

ke-fang commented 2 years ago

Hi @ke-fang Does this happen also with the current development version, or only with 3.1.7? I believe this issue has been fixed after the release of 3.1.7.

Both, I think. I have Mac OS Big Sur 11.6.1, python 3.8.12, cmake 3.19.6, swig 4.0.2. Another machine with Mac OS Monterey 12.1 encountered the same issue.

lukasmerten commented 2 years ago

@ke-fang, @tdwiser Can anyone of you confirm that all tests pass except for the testMagneticLensPythonInterface (SEGFAULT) as @reichherzerp reported?

In that case I would guess that it's probably not a general python issues but something in the magnetic lens interface might be broken.

tdwiser commented 2 years ago

@lukasmerten apologies, my build environment does not seem to be working right now after upgrading to macOS 12 (Monterey) on M1 chip. Both the release build 3.1.7 and my previously-hackily-fixed clone tdwiser/CRPropa3 fail to test properly (testCore, std::bad_alloc; several others as well). This is almost certainly a problem with my dependencies. So I can't confirm or deny anything at this point.

lukasmerten commented 2 years ago

Ok, so we keep that issue open for reference. Please let us know if you have any news on that. Unfortunately I've heard from others too, that the M1 chip with macOS 12 seems to be problematic for CRPropa.

tdwiser commented 2 years ago

@lukasmerten OK I made some progress, there is a problematic function in the kiss library (executable_path()) which does not work on macos and causes some memory problem. This is bypassed if you set -DCMAKE_INSTALL_PREFIX and make install before make test.

Now I have built and run all tests on macOS 12.3.1, M1 chip, building for x86_64 (running under 'Rosetta' translation layer in mac lingo), and all tests pass except for 17 - testMagneticLensPythonInterface (SEGFAULT) 18 - testSimulationExecution (SEGFAULT) 19 - testDiffusionSDE (SEGFAULT) 20 - testPythonExtension (SEGFAULT) for version 3.1.7, i.e. all the python ones, not just the magnetic field. Later today I will see if my hacky fix still fixes them on macos 12.

adundovi commented 2 years ago

Please, try running these python scripts manually, for example, the simplest one (testSimulationExecution): python testSimulationExecution Or better, running it with gdb could output more useful information (if CRPropa is compiled with debugging symbols): gdb -ex r --args python testSimulationExecution.py (use c to continue if the program is paused and bt to obtain a backtrace, after it crashes). There you should see in which line the program segfaults.

tdwiser commented 2 years ago

The SEGFAULT occurs immediate upon import crpropa. Here is the crash and backtrace:

% lldb python testSimulationExecution.py
(lldb) target create "python"
Current executable set to 'python' (x86_64).
(lldb) settings set -- target.run-args  "testSimulationExecution.py"
(lldb) r
Process 47238 launched: '/usr/local/Caskroom/miniconda/base/bin/python' (x86_64)
Process 47238 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x10)
    frame #0: 0x000000010ce757ba libpython3.9.dylib`_PyObject_GC_Alloc + 58
libpython3.9.dylib`_PyObject_GC_Alloc:
->  0x10ce757ba <+58>: movq   0x10(%r14), %r12
    0x10ce757be <+62>: addq   $0x10, %rdx
    0x10ce757c2 <+66>: testl  %edi, %edi
    0x10ce757c4 <+68>: jne    0x10ce75972               ; <+498>
Target 0: (python) stopped.
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x10)
  * frame #0: 0x000000010ce757ba libpython3.9.dylib`_PyObject_GC_Alloc + 58
    frame #1: 0x000000010ccfdb43 libpython3.9.dylib`PyDict_New + 147
    frame #2: 0x000000010b6c318f _crpropa.so`SWIG_Python_TypeCache() + 47
    frame #3: 0x000000010b6c1a59 _crpropa.so`PyInit__crpropa + 25
    frame #4: 0x00000001001e2a50 python`_imp_create_dynamic + 1664
    frame #5: 0x00000001000d1783 python`cfunction_vectorcall_FASTCALL + 99
    frame #6: 0x00000001001a1d3f python`_PyEval_EvalFrameDefault + 44943
    frame #7: 0x00000001001956c0 python`_PyEval_EvalCode + 528
    frame #8: 0x0000000100074991 python`_PyFunction_Vectorcall + 433
    frame #9: 0x00000001001a3fcc python`call_function + 172
    frame #10: 0x00000001001a1afa python`_PyEval_EvalFrameDefault + 44362
    frame #11: 0x00000001000748d8 python`_PyFunction_Vectorcall + 248
    frame #12: 0x00000001001a3fcc python`call_function + 172
    frame #13: 0x00000001001a1a54 python`_PyEval_EvalFrameDefault + 44196
    frame #14: 0x00000001000748d8 python`_PyFunction_Vectorcall + 248
    frame #15: 0x00000001001a3fcc python`call_function + 172
    frame #16: 0x00000001001a1b30 python`_PyEval_EvalFrameDefault + 44416
    frame #17: 0x00000001000748d8 python`_PyFunction_Vectorcall + 248
    frame #18: 0x00000001001a3fcc python`call_function + 172
    frame #19: 0x00000001001a1b30 python`_PyEval_EvalFrameDefault + 44416
    frame #20: 0x00000001000748d8 python`_PyFunction_Vectorcall + 248
    frame #21: 0x00000001001a3fcc python`call_function + 172
    frame #22: 0x00000001001a1b30 python`_PyEval_EvalFrameDefault + 44416
    frame #23: 0x00000001000748d8 python`_PyFunction_Vectorcall + 248
    frame #24: 0x00000001000760ca python`object_vacall + 474
    frame #25: 0x000000010007637d python`_PyObject_CallMethodIdObjArgs + 253
    frame #26: 0x00000001001dc9bb python`PyImport_ImportModuleLevelObject + 1051
    frame #27: 0x000000010019f2d6 python`_PyEval_EvalFrameDefault + 34086
    frame #28: 0x00000001001956c0 python`_PyEval_EvalCode + 528
    frame #29: 0x000000010018fb02 python`builtin_exec + 370
    frame #30: 0x00000001000d1783 python`cfunction_vectorcall_FASTCALL + 99
    frame #31: 0x00000001001a1d3f python`_PyEval_EvalFrameDefault + 44943
    frame #32: 0x00000001001956c0 python`_PyEval_EvalCode + 528
    frame #33: 0x0000000100074991 python`_PyFunction_Vectorcall + 433
    frame #34: 0x00000001001a3fcc python`call_function + 172
    frame #35: 0x00000001001a1afa python`_PyEval_EvalFrameDefault + 44362
    frame #36: 0x00000001000748d8 python`_PyFunction_Vectorcall + 248
    frame #37: 0x00000001001a3fcc python`call_function + 172
    frame #38: 0x00000001001a1a54 python`_PyEval_EvalFrameDefault + 44196
    frame #39: 0x00000001000748d8 python`_PyFunction_Vectorcall + 248
    frame #40: 0x00000001001a3fcc python`call_function + 172
    frame #41: 0x00000001001a1b30 python`_PyEval_EvalFrameDefault + 44416
    frame #42: 0x00000001000748d8 python`_PyFunction_Vectorcall + 248
    frame #43: 0x00000001001a3fcc python`call_function + 172
    frame #44: 0x00000001001a1b30 python`_PyEval_EvalFrameDefault + 44416
    frame #45: 0x00000001000748d8 python`_PyFunction_Vectorcall + 248
    frame #46: 0x00000001000760ca python`object_vacall + 474
    frame #47: 0x000000010007637d python`_PyObject_CallMethodIdObjArgs + 253
    frame #48: 0x00000001001dc9bb python`PyImport_ImportModuleLevelObject + 1051
    frame #49: 0x000000010019f2d6 python`_PyEval_EvalFrameDefault + 34086
    frame #50: 0x00000001001956c0 python`_PyEval_EvalCode + 528
    frame #51: 0x00000001002095a1 python`pyrun_file + 321
    frame #52: 0x0000000100208dfa python`pyrun_simple_file + 394
    frame #53: 0x0000000100208c1d python`PyRun_SimpleFileExFlags + 109
    frame #54: 0x0000000100231519 python`pymain_run_file + 329
    frame #55: 0x0000000100230bf0 python`pymain_run_python + 992
    frame #56: 0x00000001002307b5 python`Py_RunMain + 37
    frame #57: 0x0000000100231f31 python`pymain_main + 49
    frame #58: 0x0000000100001e98 python`main + 56
    frame #59: 0x000000020049451e dyld`start + 462

I believe the issue is the same as conda-forge/python-feedstock#272: libpython should not be loaded dynamically on macOS + Python3. It is already linked statically into the python executable. Modifying the CMake script slightly (to use a newer method of locating python and numpy) automatically fixes it, although a more minimal fix is likely possible, see tdwiser/CRPropa3@a9830a9e. You can see the difference in linking with otool -L _crpropa.so---libpython3.9.dylib is no longer included. With this fix the crash moves to only segfaulting in the magnetic field test, rather than upon import. I think this is due to a difference in memory management between OSes, so I made the numpy bridge code a little more careful in tdwiser/CRPropa3@a303407. With both fixes, all tests pass on Monterey 12.3.1, M1 mac, running under Rosetta, Python 3.9. I have ONLY tested these on macOS so they might break other OSes.

QuinFin commented 1 year ago

I confirm passing all tests with these changes, but when trying to use the magnetic lenses I get the Segfault error again.

JulienDoerner commented 7 months ago

These problem is related to #397 and #410 and I will close thise issue.