s243a

Midori Dependencies

Dec 7th, 2015
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 15.38 KB | None | 0 0
  1. Produced by:
  2. sh - x configure --prefix=/usr/midori-0.5.11/ $>bla.txt
  3.  
  4. ++ command -v cmake
  5. + '[' -z /usr/bin/cmake ']'
  6. + '[' 1 '!=' 0 ']'
  7. + case $1 in
  8. + ARGS=' -DCMAKE_INSTALL_PREFIX=/usr/midori-0.5.11/'
  9. + shift
  10. + '[' 0 '!=' 0 ']'
  11. + BUILD_DIR=_build
  12. + '[' '!' -f GNUmakefile ']'
  13. + '[' -f CMakeCache.txt ']'
  14. + mkdir -p _build
  15. + cd _build
  16. + cmake -DCMAKE_INSTALL_PREFIX=/usr/midori-0.5.11/ ..
  17. -- valac 0.16.0 found
  18. CMake Error at CMakeLists.txt:48 (include):
  19.   include could not find load file:
  20.  
  21.     GNUInstallDirs
  22.  
  23.  
  24. -- checking for modules 'libxml-2.0>=2.6;sqlite3>=3.6.19;gmodule-2.0;gio-2.0>=2.32.3;libsoup-gnome-2.4>=2.37.1'
  25. --   package 'gio-2.0>=2.32.3' not found
  26. --   package 'libsoup-gnome-2.4>=2.37.1' not found
  27. CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
  28.   A required package was not found
  29. Call Stack (most recent call first):
  30.   /usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  31.   CMakeLists.txt:110 (pkg_check_modules)
  32.  
  33.  
  34. CMake Warning at CMakeLists.txt:121 (if):
  35.   given arguments:
  36.  
  37.     "VERSION_GREATER" "2.40.0"
  38.  
  39.   Unknown arguments specified
  40.  
  41.  
  42. CMake Warning at CMakeLists.txt:129 (if):
  43.   given arguments:
  44.  
  45.     "VERSION_GREATER" "2.48.0"
  46.  
  47.   Unknown arguments specified
  48.  
  49.  
  50. CMake Warning (dev) at CMakeLists.txt:134 (if):
  51.   given arguments:
  52.  
  53.     "VERSION_GREATER" "2.40.0" "OR" "WIN32"
  54.  
  55.   Unknown arguments specified
  56. This warning is for project developers.  Use -Wno-dev to suppress it.
  57.  
  58. -- checking for module 'libnotify'
  59. --   package 'libnotify' not found
  60. CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
  61.   A required package was not found
  62. Call Stack (most recent call first):
  63.   /usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  64.   CMakeLists.txt:137 (pkg_check_modules)
  65.  
  66.  
  67. -- checking for module 'zeitgeist-2.0>=0.3.14'
  68. --   package 'zeitgeist-2.0>=0.3.14' not found
  69. -- checking for module 'gcr-base-3>=2.32'
  70. --   package 'gcr-base-3>=2.32' not found
  71. CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
  72.   A required package was not found
  73. Call Stack (most recent call first):
  74.   /usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  75.   CMakeLists.txt:184 (pkg_check_modules)
  76.  
  77.  
  78. -- checking for modules 'gtk+-2.0>=2.24.0;webkit-1.0>=1.8.1;javascriptcoregtk-1.0'
  79. --   package 'webkit-1.0>=1.8.1' not found
  80. --   package 'javascriptcoregtk-1.0' not found
  81. CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
  82.   A required package was not found
  83. Call Stack (most recent call first):
  84.   /usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  85.   CMakeLists.txt:218 (pkg_check_modules)
  86.  
  87.  
  88. CMake Error at CMakeLists.txt:278 (install):
  89.   install FILES given no DESTINATION!
  90.  
  91.  
  92. CMake Error at midori/CMakeLists.txt:68 (install):
  93.   install TARGETS given no LIBRARY DESTINATION for shared library target
  94.   "midori-core".
  95.  
  96.  
  97. CMake Error at midori/CMakeLists.txt:84 (install):
  98.   install TARGETS given no RUNTIME DESTINATION for executable target
  99.   "midori"
Advertisement
Add Comment
Please, Sign In to add comment