Advertisement
jakemalis

Untitled

Mar 2nd, 2019
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.40 KB | None | 0 0
  1. Scanning dependencies of target openpose_lib
  2. [ 12%] Creating directories for 'openpose_lib'
  3. [ 25%] No download step for 'openpose_lib'
  4. [ 50%] No patch step for 'openpose_lib'
  5. [ 50%] No update step for 'openpose_lib'
  6. [ 62%] Performing configure step for 'openpose_lib'
  7. -- The C compiler identification is GNU 7.3.0
  8. -- The CXX compiler identification is GNU 7.3.0
  9. -- Check for working C compiler: /usr/bin/cc
  10. -- Check for working C compiler: /usr/bin/cc -- works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Detecting C compile features
  14. -- Detecting C compile features - done
  15. -- Check for working CXX compiler: /usr/bin/c++
  16. -- Check for working CXX compiler: /usr/bin/c++ -- works
  17. -- Detecting CXX compiler ABI info
  18. -- Detecting CXX compiler ABI info - done
  19. -- Detecting CXX compile features
  20. -- Detecting CXX compile features - done
  21. -- Looking for pthread.h
  22. -- Looking for pthread.h - found
  23. -- Looking for pthread_create
  24. -- Looking for pthread_create - not found
  25. -- Looking for pthread_create in pthreads
  26. -- Looking for pthread_create in pthreads - not found
  27. -- Looking for pthread_create in pthread
  28. -- Looking for pthread_create in pthread - found
  29. -- Found Threads: TRUE  
  30. -- Boost version: 1.65.1
  31. -- Found the following Boost libraries:
  32. --   system
  33. --   thread
  34. --   filesystem
  35. --   chrono
  36. --   date_time
  37. --   atomic
  38. -- Found GFlags: /usr/include  
  39. -- Found gflags  (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libgflags.so)
  40. -- Found Glog: /usr/include  
  41. -- Found glog    (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libglog.so)
  42. CMake Warning at /usr/share/cmake-3.10/Modules/FindProtobuf.cmake:455 (message):
  43.   Protobuf compiler version 3.6.1 doesn't match library version 3.0.0
  44. Call Stack (most recent call first):
  45.  cmake/ProtoBuf.cmake:4 (find_package)
  46.  cmake/Dependencies.cmake:43 (include)
  47.  CMakeLists.txt:49 (include)
  48.  
  49.  
  50. -- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread (found version "3.0.0")
  51. -- Found PROTOBUF Compiler: /home/jakebmalis/anaconda3/envs/deeplearning/bin/protoc
  52. -- HDF5: Using hdf5 compiler wrapper to determine C configuration
  53. -- HDF5: Using hdf5 compiler wrapper to determine CXX configuration
  54. -- Found HDF5: /home/jakebmalis/anaconda3/envs/deeplearning/lib/libhdf5_cpp.so;/home/jakebmalis/anaconda3/envs/deeplearning/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/home/jakebmalis/anaconda3/envs/deeplearning/lib/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so (found version "1.10.2") found components:  HL
  55. -- CUDA detected: 10.0
  56. -- Found cuDNN: ver. 7.5.0 found (include: /usr/local/cuda-10.0/include, library: /usr/local/cuda-10.0/lib64/libcudnn.so)
  57. -- Added CUDA NVCC flags for: sm_75
  58. -- Found Atlas: /usr/include/x86_64-linux-gnu  
  59. -- Found Atlas (include: /usr/include/x86_64-linux-gnu library: /usr/lib/x86_64-linux-gnu/libatlas.so lapack: /usr/lib/x86_64-linux-gnu/liblapack.so
  60. -- Python interface is disabled or not all required dependencies found. Building without it...
  61. -- Found Git: /home/jakebmalis/anaconda3/envs/deeplearning/bin/git (found version "2.21.0")
  62. --
  63. -- ******************* Caffe Configuration Summary *******************
  64. -- General:
  65. --   Version           :   1.0.0
  66. --   Git               :   1.0-146-gb5ede488
  67. --   System            :   Linux
  68. --   C++ compiler      :   /usr/bin/c++
  69. --   Release CXX flags :   -O3 -DNDEBUG -fPIC -Wall -std=c++11 -Wno-sign-compare -Wno-uninitialized
  70. --   Debug CXX flags   :   -g -fPIC -Wall -std=c++11 -Wno-sign-compare -Wno-uninitialized
  71. --   Build type        :   Release
  72. --
  73. --   BUILD_SHARED_LIBS :   ON
  74. --   BUILD_python      :   OFF
  75. --   BUILD_matlab      :   OFF
  76. --   BUILD_docs        :   OFF
  77. --   CPU_ONLY          :   OFF
  78. --   USE_OPENCV        :   OFF
  79. --   USE_LEVELDB       :   OFF
  80. --   USE_LMDB          :   OFF
  81. --   USE_NCCL          :   OFF
  82. --   ALLOW_LMDB_NOLOCK :   OFF
  83. --   USE_HDF5          :   ON
  84. --
  85. -- Dependencies:
  86. --   BLAS              :   Yes (Atlas)
  87. --   Boost             :   Yes (ver. 1.65)
  88. --   glog              :   Yes
  89. --   gflags            :   Yes
  90. --   protobuf          :   Yes (ver. 3.0.0)
  91. --   CUDA              :   Yes (ver. 10.0)
  92. --
  93. -- NVIDIA CUDA:
  94. --   Target GPU(s)     :   Auto
  95. --   GPU arch(s)       :   sm_75
  96. --   cuDNN             :   Yes (ver. 7.5.0)
  97. --
  98. -- Install:
  99. --   Install path      :   /home/jakebmalis/Documents/openpose/build/caffe
  100. --
  101. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  102. Please set them or make sure they are set and tested correctly in the CMake files:
  103. CUDA_cublas_device_LIBRARY (ADVANCED)
  104.    linked by target "caffe" in directory /home/jakebmalis/Documents/openpose/3rdparty/caffe/src/caffe
  105.  
  106. -- Configuring incomplete, errors occurred!
  107. See also "/home/jakebmalis/Documents/openpose/build/caffe/src/openpose_lib-build/CMakeFiles/CMakeOutput.log".
  108. See also "/home/jakebmalis/Documents/openpose/build/caffe/src/openpose_lib-build/CMakeFiles/CMakeError.log".
  109. CMakeFiles/openpose_lib.dir/build.make:105: recipe for target 'caffe/src/openpose_lib-stamp/openpose_lib-configure' failed
  110. make[2]: *** [caffe/src/openpose_lib-stamp/openpose_lib-configure] Error 1
  111. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/openpose_lib.dir/all' failed
  112. make[1]: *** [CMakeFiles/openpose_lib.dir/all] Error 2
  113. Makefile:83: recipe for target 'all' failed
  114. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement