Guest User

Clean-Build-CMakeOutput

a guest
May 10th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  2. The package name passed to `find_package_handle_standard_args` (LIBBFD)
  3. does not match the name of the calling package (Bfd). This can lead to
  4. problems in calling code that expects `find_package` result variables
  5. (e.g., `_FOUND`) to follow a certain pattern.
  6. Call Stack (most recent call first):
  7. CMake/FindBfd.cmake:82 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  8. CMakeLists.txt:196 (find_package)
  9. This warning is for project developers. Use -Wno-dev to suppress it.
  10.  
  11. CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  12. The package name passed to `find_package_handle_standard_args` (STB_IMAGE)
  13. does not match the name of the calling package (StbImage). This can lead
  14. to problems in calling code that expects `find_package` result variables
  15. (e.g., `_FOUND`) to follow a certain pattern.
  16. Call Stack (most recent call first):
  17. CMake/FindStbImage.cmake:39 (find_package_handle_standard_args)
  18. CMakeLists.txt:300 (find_package)
  19. This warning is for project developers. Use -Wno-dev to suppress it.
  20.  
  21. CMake Warning at CMakeLists.txt:583 (message):
  22. txt2man not found; man pages will not be generated.
  23.  
  24. -- The C compiler identification is GNU 9.3.0
  25. -- The CXX compiler identification is GNU 9.3.0
  26. -- Check for working C compiler: /usr/bin/cc
  27. -- Check for working C compiler: /usr/bin/cc - works
  28. -- Detecting C compiler ABI info
  29. -- Detecting C compiler ABI info - done
  30. -- Detecting C compile features
  31. -- Detecting C compile features - done
  32. -- Check for working CXX compiler: /usr/bin/c++
  33. -- Check for working CXX compiler: /usr/bin/c++ - works
  34. -- Detecting CXX compiler ABI info
  35. -- Detecting CXX compiler ABI info - done
  36. -- Detecting CXX compile features
  37. -- Detecting CXX compile features - done
  38. -- cotire 1.7.10 loaded.
  39. -- Looking for pthread.h
  40. -- Looking for pthread.h - found
  41. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  42. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  43. -- Looking for pthread_create in pthreads
  44. -- Looking for pthread_create in pthreads - not found
  45. -- Looking for pthread_create in pthread
  46. -- Looking for pthread_create in pthread - found
  47. -- Found Threads: TRUE
  48. -- Found LIBBFD: /usr/lib/libbfd.so
  49. -- Found LibDL: /usr/lib/libdl.so
  50. -- Performing Test LIBDL_NEEDS_UNDERSCORE
  51. -- Performing Test LIBDL_NEEDS_UNDERSCORE - Failed
  52. -- Found Armadillo: /usr/lib/libarmadillo.so (found suitable version "9.800.3", minimum required is "8.400.0")
  53. -- Found STB_IMAGE: /usr/local/include/stb/
  54. -- Found Ensmallen: /usr/local/include (found suitable version "2.10.3", minimum required is "2.10.0")
  55. -- Found Boost: /usr/include (found suitable version "1.72.0", minimum required is "1.58") found components: program_options unit_test_framework serialization
  56. -- Found Git: /usr/bin/git (found version "2.26.0")
  57. -- Regenerating arma_config.hpp.
  58. -- Julia not found (missing: JULIA_EXECUTABLE) (Required is at least version "1.3.0")
  59. -- Not building Markdown bindings.
  60. -- Found PythonInterp: /usr/bin/python (found version "3.8.2")
  61. -- Found Python: /usr/bin/python
  62. -- Found PY_distutils: /usr/lib/python3.8/distutils
  63. -- Found PY_Cython: /usr/lib/python3.8/site-packages/Cython
  64. -- Found PY_numpy: /usr/lib/python3.8/site-packages/numpy
  65. -- Found PY_pandas: /usr/lib/python3.8/site-packages/pandas
  66. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  67. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  68. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  69. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  70. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  71. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  72. -- CXX target mlpack cotired.
  73. -- CXX target mlpack_test cotired.
  74. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen missing components: dot
  75. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.6.3")
  76. -- Configuring done
  77. -- Generating done
  78. -- Build files have been written to: /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build
Add Comment
Please, Sign In to add comment