ravijoshi53

console error

Jan 20th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.34 KB | None | 0 0
  1. ravi@lab:~/tools/openpose/build$ cmake-gui
  2. ravi@lab:~/tools/openpose/build$ make -j1
  3. Scanning dependencies of target openpose_lib
  4. [ 12%] Creating directories for 'openpose_lib'
  5. [ 25%] No download step for 'openpose_lib'
  6. [ 37%] No patch step for 'openpose_lib'
  7. [ 50%] No update step for 'openpose_lib'
  8. [ 62%] Performing configure step for 'openpose_lib'
  9. -- The C compiler identification is GNU 4.8.4
  10. -- The CXX compiler identification is GNU 4.8.4
  11. -- Check for working C compiler: /usr/bin/cc
  12. -- Check for working C compiler: /usr/bin/cc -- works
  13. -- Detecting C compiler ABI info
  14. -- Detecting C compiler ABI info - done
  15. -- Detecting C compile features
  16. -- Detecting C compile features - done
  17. -- Check for working CXX compiler: /usr/bin/c++
  18. -- Check for working CXX compiler: /usr/bin/c++ -- works
  19. -- Detecting CXX compiler ABI info
  20. -- Detecting CXX compiler ABI info - done
  21. -- Detecting CXX compile features
  22. -- Detecting CXX compile features - done
  23. -- Boost version: 1.54.0
  24. -- Found the following Boost libraries:
  25. -- system
  26. -- thread
  27. -- filesystem
  28. -- Looking for include file pthread.h
  29. -- Looking for include file pthread.h - found
  30. -- Looking for pthread_create
  31. -- Looking for pthread_create - not found
  32. -- Looking for pthread_create in pthreads
  33. -- Looking for pthread_create in pthreads - not found
  34. -- Looking for pthread_create in pthread
  35. -- Looking for pthread_create in pthread - found
  36. -- Found Threads: TRUE
  37. -- Found GFlags: /usr/include
  38. -- Found gflags (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libgflags.so)
  39. -- Found Glog: /usr/include
  40. -- Found glog (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libglog.so)
  41. -- Found PROTOBUF: /usr/lib/x86_64-linux-gnu/libprotobuf.so
  42. -- Found PROTOBUF Compiler: /usr/bin/protoc
  43. -- Found HDF5: /usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so
  44. -- CUDA detected: 8.0
  45. -- Found cuDNN: ver. 5.1.10 found (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so)
  46. -- Added CUDA NVCC flags for: sm_61
  47. -- Found Atlas: /usr/include
  48. -- Found Atlas (include: /usr/include library: /usr/lib/libatlas.so lapack: /usr/lib/liblapack.so
  49. -- Python interface is disabled or not all required dependencies found. Building without it...
  50. -- Found Git: /usr/bin/git (found version "1.9.1")
  51. --
  52. -- ******************* Caffe Configuration Summary *******************
  53. -- General:
  54. -- Version : 1.0.0
  55. -- Git : 1.0-146-gb5ede48
  56. -- System : Linux
  57. -- C++ compiler : /usr/bin/c++
  58. -- Release CXX flags : -O3 -DNDEBUG -fPIC -Wall -std=c++11 -Wno-sign-compare -Wno-uninitialized
  59. -- Debug CXX flags : -g -fPIC -Wall -std=c++11 -Wno-sign-compare -Wno-uninitialized
  60. -- Build type : Release
  61. --
  62. -- BUILD_SHARED_LIBS : ON
  63. -- BUILD_python : OFF
  64. -- BUILD_matlab : OFF
  65. -- BUILD_docs : OFF
  66. -- CPU_ONLY : OFF
  67. -- USE_OPENCV : OFF
  68. -- USE_LEVELDB : OFF
  69. -- USE_LMDB : OFF
  70. -- USE_NCCL : OFF
  71. -- ALLOW_LMDB_NOLOCK : OFF
  72. -- USE_HDF5 : ON
  73. --
  74. -- Dependencies:
  75. -- BLAS : Yes (Atlas)
  76. -- Boost : Yes (ver. 1.54)
  77. -- glog : Yes
  78. -- gflags : Yes
  79. -- protobuf : Yes (ver. 2.5.0)
  80. -- CUDA : Yes (ver. 8.0)
  81. --
  82. -- NVIDIA CUDA:
  83. -- Target GPU(s) : Auto
  84. -- GPU arch(s) : sm_61
  85. -- cuDNN : Yes (ver. 5.1.10)
  86. --
  87. -- Install:
  88. -- Install path : /home/ravi/tools/openpose/build/caffe
  89. --
  90. -- Configuring done
  91. CMake Warning (dev) in src/caffe/CMakeLists.txt:
  92. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  93. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  94. cmake_policy command to set the policy and suppress this warning.
  95.  
  96. Target "caffe" has an INTERFACE_LINK_LIBRARIES property which differs from
  97. its LINK_INTERFACE_LIBRARIES properties.
  98.  
  99. INTERFACE_LINK_LIBRARIES:
  100.  
  101. caffeproto;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libglog.so;/usr/lib/x86_64-linux-gnu/libgflags.so;$<$<NOT:$<CONFIG:DEBUG>>:/usr/lib/x86_64-linux-gnu/libprotobuf.so>;$<$<CONFIG:DEBUG>:/usr/lib/x86_64-linux-gnu/libprotobuf.so>;-lpthread;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/local/cuda/lib64/libcudart.so;/usr/local/cuda/lib64/libcurand.so;/usr/local/cuda/lib64/libcublas.so;/usr/local/cuda/lib64/libcudnn.so;/usr/lib/liblapack.so;/usr/lib/libcblas.so;/usr/lib/libatlas.so
  102.  
  103. LINK_INTERFACE_LIBRARIES:
  104.  
  105. caffeproto;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libglog.so;/usr/lib/x86_64-linux-gnu/libgflags.so;/usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/local/cuda/lib64/libcudart.so;/usr/local/cuda/lib64/libcurand.so;/usr/local/cuda/lib64/libcublas.so;/usr/local/cuda/lib64/libcudnn.so;/usr/lib/liblapack.so;/usr/lib/libcblas.so;/usr/lib/libatlas.so
  106.  
  107. This warning is for project developers. Use -Wno-dev to suppress it.
  108.  
  109. -- Generating done
  110. CMake Warning:
  111. Manually-specified variables were not used by the project:
  112.  
  113. CUDA_ARCH_BIN
  114.  
  115.  
  116. -- Build files have been written to: /home/ravi/tools/openpose/build/caffe/src/openpose_lib-build
  117. [ 75%] Performing build step for 'openpose_lib'
  118. [ 1%] Running C++/Python protocol buffer compiler on /home/ravi/tools/openpose/3rdparty/caffe/src/caffe/proto/caffe.proto
  119. Scanning dependencies of target caffeproto
  120. [ 1%] Building CXX object src/caffe/CMakeFiles/caffeproto.dir/__/__/include/caffe/proto/caffe.pb.cc.o
  121. Linking CXX static library ../../lib/libcaffeproto.a
  122. [ 1%] Built target caffeproto
  123. [ 2%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_sgd_solver.cu.o
  124. /usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h(432): error: identifier "nullptr" is undefined
  125.  
  126. /usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h(432): error: expected a ";"
  127.  
  128. /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h(190): error: expected a ";"
  129.  
  130. /usr/include/c++/4.8/exception(63): error: expected a ";"
  131.  
  132. /usr/include/c++/4.8/exception(68): error: expected a ";"
  133.  
  134. /usr/include/c++/4.8/exception(76): error: expected a ";"
  135.  
  136. /usr/include/c++/4.8/exception(83): error: expected a ";"
  137.  
  138. /usr/include/c++/4.8/exception(93): error: expected a "{"
  139.  
  140. /usr/include/c++/4.8/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
  141.  
  142. /usr/include/c++/4.8/bits/exception_ptr.h(64): error: expected a "{"
  143.  
  144. /usr/include/c++/4.8/bits/exception_ptr.h(79): error: expected a ";"
  145.  
  146. /usr/include/c++/4.8/bits/exception_ptr.h(81): error: expected a ";"
  147.  
  148. /usr/include/c++/4.8/bits/exception_ptr.h(82): error: expected a ";"
  149.  
  150. /usr/include/c++/4.8/bits/exception_ptr.h(84): error: expected a ";"
  151.  
  152. /usr/include/c++/4.8/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
  153. (64): here
  154.  
  155. /usr/include/c++/4.8/bits/exception_ptr.h(86): error: use of a local type to declare a function
  156.  
  157. /usr/include/c++/4.8/bits/exception_ptr.h(86): error: expected a ";"
  158.  
  159. /usr/include/c++/4.8/bits/exception_ptr.h(87): error: use of a local type to declare a function
  160.  
  161. /usr/include/c++/4.8/bits/exception_ptr.h(90): error: expected a ";"
  162.  
  163. /usr/include/c++/4.8/bits/exception_ptr.h(92): error: expected a ";"
  164.  
  165. /usr/include/c++/4.8/bits/exception_ptr.h(95): error: incomplete type is not allowed
  166.  
  167. /usr/include/c++/4.8/bits/exception_ptr.h(95): error: expected a ";"
  168.  
  169. /usr/include/c++/4.8/bits/exception_ptr.h(116): error: expected a ";"
  170.  
  171. /usr/include/c++/4.8/bits/exception_ptr.h(126): error: expected a ";"
  172.  
  173. /usr/include/c++/4.8/bits/exception_ptr.h(143): error: use of a local type to declare a function
  174.  
  175. /usr/include/c++/4.8/bits/exception_ptr.h(144): error: expected a ";"
  176.  
  177. /usr/include/c++/4.8/bits/exception_ptr.h(147): error: expected a ";"
  178.  
  179. /usr/include/c++/4.8/bits/exception_ptr.h(152): error: use of a local type to declare a function
  180.  
  181. /usr/include/c++/4.8/bits/exception_ptr.h(153): error: expected a ";"
  182.  
  183. /usr/include/c++/4.8/bits/exception_ptr.h(156): error: use of a local type to declare a function
  184.  
  185. /usr/include/c++/4.8/bits/exception_ptr.h(157): error: expected a ";"
  186.  
  187. /usr/include/c++/4.8/bits/exception_ptr.h(160): error: use of a local type to declare a function
  188.  
  189. /usr/include/c++/4.8/bits/exception_ptr.h(161): error: expected a ";"
  190.  
  191. /usr/include/c++/4.8/bits/exception_ptr.h(169): error: expected a ";"
  192.  
  193. /usr/include/c++/4.8/bits/nested_exception.h(57): error: incomplete type is not allowed
  194.  
  195. /usr/include/c++/4.8/bits/nested_exception.h(60): error: expected a ";"
  196.  
  197. /usr/include/c++/4.8/bits/nested_exception.h(66): error: expected a ";"
  198.  
  199. /usr/include/c++/4.8/bits/nested_exception.h(70): error: identifier "rethrow_exception" is undefined
  200.  
  201. /usr/include/c++/4.8/bits/nested_exception.h(73): error: function "std::nested_exception::nested_ptr" returns incomplete type "std::__exception_ptr::exception_ptr"
  202.  
  203. /usr/include/c++/4.8/new(95): error: expected a "{"
  204.  
  205. /usr/include/c++/4.8/new(110): error: identifier "__p" is undefined
  206.  
  207. /usr/include/c++/4.8/new(111): error: expected a "{"
  208.  
  209. /usr/include/c++/4.8/new(115): error: expected a "{"
  210.  
  211. /usr/include/c++/4.8/new(116): error: expected a "{"
  212.  
  213. /usr/local/cuda/include/common_functions.h(106): warning: exception specification is incompatible with that of previous function "operator new[](std::size_t, void *)"
  214. /usr/include/c++/4.8/new(111): here
  215.  
  216. /usr/local/cuda/include/common_functions.h(107): warning: exception specification is incompatible with that of previous function "operator delete(void *, void *)"
  217. /usr/include/c++/4.8/new(115): here
  218.  
  219. /usr/local/cuda/include/common_functions.h(108): warning: exception specification is incompatible with that of previous function "operator delete[](void *, void *)"
  220. /usr/include/c++/4.8/new(116): here
  221.  
  222. /usr/include/c++/4.8/bits/cpp_type_traits.h(184): error: identifier "char16_t" is undefined
  223.  
  224. /usr/include/c++/4.8/bits/cpp_type_traits.h(191): error: identifier "char32_t" is undefined
  225.  
  226. /usr/include/c++/4.8/bits/cpp_type_traits.h(191): error: class "std::__is_integer<<error-type>>" has already been defined
  227.  
  228. /usr/include/c++/4.8/bits/cpp_type_traits.h(314): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"
  229.  
  230. /usr/include/c++/4.8/bits/cpp_type_traits.h(314): error: expected a ">"
  231.  
  232. /usr/include/c++/4.8/cmath(80): error: inline specifier allowed on function declarations only
  233.  
  234. /usr/include/c++/4.8/cmath(80): error: expected a ";"
  235.  
  236. /usr/include/c++/4.8/cmath(105): error: inline specifier allowed on function declarations only
  237.  
  238. /usr/include/c++/4.8/cmath(105): error: variable "std::constexpr" has already been defined
  239.  
  240. /usr/include/c++/4.8/cmath(105): error: expected a ";"
  241.  
  242. /usr/include/c++/4.8/cmath(124): error: inline specifier allowed on function declarations only
  243.  
  244. /usr/include/c++/4.8/cmath(124): error: variable "std::constexpr" has already been defined
  245.  
  246. /usr/include/c++/4.8/cmath(124): error: expected a ";"
  247.  
  248. /usr/include/c++/4.8/cmath(143): error: inline specifier allowed on function declarations only
  249.  
  250. /usr/include/c++/4.8/cmath(143): error: variable "std::constexpr" has already been defined
  251.  
  252. /usr/include/c++/4.8/cmath(143): error: expected a ";"
  253.  
  254. /usr/include/c++/4.8/cmath(162): error: inline specifier allowed on function declarations only
  255.  
  256. /usr/include/c++/4.8/cmath(162): error: variable "std::constexpr" has already been defined
  257.  
  258. /usr/include/c++/4.8/cmath(162): error: expected a ";"
  259.  
  260. /usr/include/c++/4.8/cmath(183): error: inline specifier allowed on function declarations only
  261.  
  262. /usr/include/c++/4.8/cmath(183): error: variable "std::constexpr" has already been defined
  263.  
  264. /usr/include/c++/4.8/cmath(183): error: expected a ";"
  265.  
  266. /usr/include/c++/4.8/cmath(202): error: inline specifier allowed on function declarations only
  267.  
  268. /usr/include/c++/4.8/cmath(202): error: variable "std::constexpr" has already been defined
  269.  
  270. /usr/include/c++/4.8/cmath(202): error: expected a ";"
  271.  
  272. /usr/include/c++/4.8/cmath(221): error: inline specifier allowed on function declarations only
  273.  
  274. /usr/include/c++/4.8/cmath(221): error: variable "std::constexpr" has already been defined
  275.  
  276. /usr/include/c++/4.8/cmath(221): error: expected a ";"
  277.  
  278. /usr/include/c++/4.8/cmath(240): error: inline specifier allowed on function declarations only
  279.  
  280. /usr/include/c++/4.8/cmath(240): error: variable "std::constexpr" has already been defined
  281.  
  282. /usr/include/c++/4.8/cmath(240): error: expected a ";"
  283.  
  284. /usr/include/c++/4.8/cmath(259): error: inline specifier allowed on function declarations only
  285.  
  286. /usr/include/c++/4.8/cmath(259): error: variable "std::constexpr" has already been defined
  287.  
  288. /usr/include/c++/4.8/cmath(259): error: expected a ";"
  289.  
  290. /usr/include/c++/4.8/cmath(278): error: inline specifier allowed on function declarations only
  291.  
  292. /usr/include/c++/4.8/cmath(278): error: variable "std::constexpr" has already been defined
  293.  
  294. /usr/include/c++/4.8/cmath(278): error: expected a ";"
  295.  
  296. /usr/include/c++/4.8/cmath(297): error: inline specifier allowed on function declarations only
  297.  
  298. /usr/include/c++/4.8/cmath(297): error: variable "std::constexpr" has already been defined
  299.  
  300. /usr/include/c++/4.8/cmath(297): error: expected a ";"
  301.  
  302. /usr/include/c++/4.8/cmath(328): error: "constexpr" is not a function or static data member
  303.  
  304. /usr/include/c++/4.8/cmath(337): error: inline specifier allowed on function declarations only
  305.  
  306. /usr/include/c++/4.8/cmath(337): error: variable "std::constexpr" has already been defined
  307.  
  308. /usr/include/c++/4.8/cmath(337): error: expected a ";"
  309.  
  310. /usr/include/c++/4.8/cmath(356): error: inline specifier allowed on function declarations only
  311.  
  312. /usr/include/c++/4.8/cmath(356): error: variable "std::constexpr" has already been defined
  313.  
  314. /usr/include/c++/4.8/cmath(356): error: expected a ";"
  315.  
  316. /usr/include/c++/4.8/cmath(375): error: inline specifier allowed on function declarations only
  317.  
  318. /usr/include/c++/4.8/cmath(375): error: variable "std::constexpr" has already been defined
  319.  
  320. /usr/include/c++/4.8/cmath(375): error: expected a ";"
  321.  
  322. /usr/include/c++/4.8/cmath(406): error: inline specifier allowed on function declarations only
  323.  
  324. /usr/include/c++/4.8/cmath(406): error: variable "std::constexpr" has already been defined
  325.  
  326. /usr/include/c++/4.8/cmath(406): error: expected a ";"
  327.  
  328. /usr/include/c++/4.8/cmath(443): error: inline specifier allowed on function declarations only
  329.  
  330. /usr/include/c++/4.8/cmath(443): error: variable "std::constexpr" has already been defined
  331.  
  332. /usr/include/c++/4.8/cmath(443): error: expected a ";"
  333.  
  334. Error limit reached.
  335. 100 errors detected in the compilation of "/tmp/tmpxft_00007f32_00000000-7_sgd_solver.cpp1.ii".
  336. Compilation terminated.
  337. CMake Error at cuda_compile_generated_sgd_solver.cu.o.cmake:264 (message):
  338. Error generating file
  339. /home/ravi/tools/openpose/build/caffe/src/openpose_lib-build/src/caffe/CMakeFiles/cuda_compile.dir/solvers/./cuda_compile_generated_sgd_solver.cu.o
  340.  
  341.  
  342. make[5]: *** [src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_sgd_solver.cu.o] Error 1
  343. make[4]: *** [src/caffe/CMakeFiles/caffe.dir/all] Error 2
  344. make[3]: *** [all] Error 2
  345. make[2]: *** [caffe/src/openpose_lib-stamp/openpose_lib-build] Error 2
  346. make[1]: *** [CMakeFiles/openpose_lib.dir/all] Error 2
  347. make: *** [all] Error 2
  348. ravi@lab:~/tools/openpose/build$
Advertisement
Add Comment
Please, Sign In to add comment