Guest User

dorsal error message

a guest
Jul 10th, 2013
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.63 KB | None | 0 0
  1. -- Verifying Fortran/CXX Compiler Compatibility
  2. -- Verifying Fortran/CXX Compiler Compatibility - Failed
  3. CMake Error at /usr/share/cmake-2.8/Modules/FortranCInterface.cmake:288 (message):
  4.   The Fortran compiler:
  5.  
  6.     /usr/bin/mpif90
  7.  
  8.   and the CXX compiler:
  9.  
  10.     /usr/bin/mpicxx
  11.  
  12.   failed to compile a simple test project using both languages.  The output
  13.   was:
  14.  
  15.     Change Dir: /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX
  16.    
  17.     Run Build Command:/usr/bin/make
  18.     /usr/bin/cmake -H/usr/share/cmake-2.8/Modules/FortranCInterface/Verify -B/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX --check-build-system CMakeFiles/Makefile.cmake 0
  19.     /usr/bin/cmake -E cmake_progress_start /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX/CMakeFiles /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX/CMakeFiles/progress.marks
  20.     /usr/bin/make -f CMakeFiles/Makefile2 all
  21.     make[1]: Entering directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
  22.    /usr/bin/make -f CMakeFiles/VerifyFortran.dir/build.make CMakeFiles/VerifyFortran.dir/depend
  23.    make[2]: Entering directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
  24.     cd /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/share/cmake-2.8/Modules/FortranCInterface/Verify /usr/share/cmake-2.8/Modules/FortranCInterface/Verify /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX/CMakeFiles/VerifyFortran.dir/DependInfo.cmake
  25.     make[2]: Leaving directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
  26.    /usr/bin/make -f CMakeFiles/VerifyFortran.dir/build.make CMakeFiles/VerifyFortran.dir/requires
  27.    make[2]: Entering directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
  28.     make[2]: Nothing to be done for `CMakeFiles/VerifyFortran.dir/requires'.
  29.    make[2]: Leaving directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
  30.     /usr/bin/make -f CMakeFiles/VerifyFortran.dir/build.make CMakeFiles/VerifyFortran.dir/build
  31.     make[2]: Entering directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
  32.    Linking Fortran static library libVerifyFortran.a
  33.    /usr/bin/cmake -P CMakeFiles/VerifyFortran.dir/cmake_clean_target.cmake
  34.    /usr/bin/cmake -E cmake_link_script CMakeFiles/VerifyFortran.dir/link.txt --verbose=1
  35.    "" cr libVerifyFortran.a  CMakeFiles/VerifyFortran.dir/VerifyFortran.f.o
  36.    Error running link command: No such file or directory
  37.    make[2]: *** [libVerifyFortran.a] Error 2
  38.    make[2]: Leaving directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
  39.     make[1]: *** [CMakeFiles/VerifyFortran.dir/all] Error 2
  40.     make[1]: Leaving directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
  41.    make: *** [all] Error 2
  42.    
  43. Call Stack (most recent call first):
  44.  cmake/tribits/package_arch/TribitsFortranMangling.cmake:66 (FortranCInterface_VERIFY)
  45.  cmake/tribits/package_arch/TribitsGlobalMacros.cmake:1261 (INCLUDE)
  46.  cmake/tribits/package_arch/TribitsProjectImpl.cmake:242 (TRIBITS_SETUP_ENV)
  47.  cmake/tribits/package_arch/TribitsProject.cmake:96 (TRIBITS_PROJECT_IMPL)
  48.  CMakeLists.txt:88 (TRIBITS_PROJECT)
  49.  
  50.  
  51. -- Configuring incomplete, errors occurred!
  52. You have changed variables that require your cache to be deleted.
  53. Configure will be re-run and you may have to reset some variables.
  54. The following variables have changed:
  55. CMAKE_C_COMPILER= mpicc
  56. CMAKE_CXX_COMPILER= mpicxx
  57. CMAKE_Fortran_COMPILER= mpif90
  58.  
  59. -- Generating done
  60. CMake Warning:
  61.  Manually-specified variables were not used by the project:
  62.  
  63.    Trilinos_INSTALL_INCLUDE_DIR
  64.    UMFPACK_INCLUDE_DIRS
Advertisement
Add Comment
Please, Sign In to add comment