Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. root@kali:~/OpenVAS/openvas-manager-7.0.2# cmake -DBACKEND=POSTGRESQL
  2. -- Configuring the Manager...
  3. -- The C compiler identification is GNU 7.2.1
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. CMake Deprecation Warning at CMakeLists.txt:33 (cmake_policy):
  11. The OLD behavior for policy CMP0005 will be removed from a future version
  12. of CMake.
  13.  
  14. The cmake-policies(7) manual explains that the OLD behaviors of all
  15. policies are deprecated and that a policy should be set to OLD only under
  16. specific short-term circumstances. Projects should be ported to the NEW
  17. behavior and not rely on setting a policy to OLD.
  18.  
  19.  
  20. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  21. -- Install prefix: /usr/local
  22. CMake Error at /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:467 (message):
  23. pkg-config tool not found
  24. Call Stack (most recent call first):
  25. /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:588 (_pkg_check_modules_internal)
  26. CMakeLists.txt:228 (pkg_check_modules)
  27.  
  28.  
  29. CMake Error at /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:467 (message):
  30. pkg-config tool not found
  31. Call Stack (most recent call first):
  32. /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:588 (_pkg_check_modules_internal)
  33. CMakeLists.txt:229 (pkg_check_modules)
  34.  
  35.  
  36. CMake Error at /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:467 (message):
  37. pkg-config tool not found
  38. Call Stack (most recent call first):
  39. /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:588 (_pkg_check_modules_internal)
  40. CMakeLists.txt:230 (pkg_check_modules)
  41.  
  42.  
  43. CMake Error at /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:467 (message):
  44. pkg-config tool not found
  45. Call Stack (most recent call first):
  46. /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:588 (_pkg_check_modules_internal)
  47. CMakeLists.txt:231 (pkg_check_modules)
  48.  
  49.  
  50. CMake Error at /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:467 (message):
  51. pkg-config tool not found
  52. Call Stack (most recent call first):
  53. /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:588 (_pkg_check_modules_internal)
  54. CMakeLists.txt:232 (pkg_check_modules)
  55.  
  56.  
  57. CMake Error at /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:467 (message):
  58. pkg-config tool not found
  59. Call Stack (most recent call first):
  60. /usr/share/cmake-3.9/Modules/FindPkgConfig.cmake:588 (_pkg_check_modules_internal)
  61. CMakeLists.txt:233 (pkg_check_modules)
  62.  
  63.  
  64. -- Looking for PostgreSQL...
  65. CMake Error at /usr/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  66. Could NOT find PostgreSQL (missing: PostgreSQL_TYPE_INCLUDE_DIR) (found
  67. version "10.1")
  68. Call Stack (most recent call first):
  69. /usr/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE)
  70. /usr/share/cmake-3.9/Modules/FindPostgreSQL.cmake:175 (find_package_handle_standard_args)
  71. CMakeLists.txt:244 (find_package)
  72.  
  73.  
  74. -- Configuring incomplete, errors occurred!
  75. See also "/root/OpenVAS/openvas-manager-7.0.2/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement