Advertisement
Hitesh_jadhav

ceph/cmake_error

Nov 29th, 2021
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.61 KB | None | 0 0
  1. xman@ubuntu:~/Desktop/ceph$ ./do_cmake.sh
  2. + '[' -d .git ']'
  3. + git submodule update --init --recursive
  4. + : build
  5. + : ..
  6. + '[' -e build ']'
  7. + PYBUILD=3
  8. + ARGS=-GNinja
  9. + '[' -r /etc/os-release ']'
  10. + source /etc/os-release
  11. ++ NAME=Ubuntu
  12. ++ VERSION='20.04.3 LTS (Focal Fossa)'
  13. ++ ID=ubuntu
  14. ++ ID_LIKE=debian
  15. ++ PRETTY_NAME='Ubuntu 20.04.3 LTS'
  16. ++ VERSION_ID=20.04
  17. ++ HOME_URL=https://www.ubuntu.com/
  18. ++ SUPPORT_URL=https://help.ubuntu.com/
  19. ++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
  20. ++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
  21. ++ VERSION_CODENAME=focal
  22. ++ UBUNTU_CODENAME=focal
  23. + case "$ID" in
  24. + ARGS+=' -DWITH_PYTHON3=3'
  25. + type ccache
  26. + mkdir build
  27. + cd build
  28. + type cmake3
  29. + CMAKE=cmake
  30. + cmake -GNinja -DWITH_PYTHON3=3 ..
  31. -- The CXX compiler identification is GNU 9.3.0
  32. -- The C compiler identification is GNU 9.3.0
  33. -- The ASM compiler identification is GNU
  34. -- Found assembler: /usr/bin/cc
  35. -- Check for working CXX compiler: /usr/bin/c++
  36. -- Check for working CXX compiler: /usr/bin/c++ -- works
  37. -- Detecting CXX compiler ABI info
  38. -- Detecting CXX compiler ABI info - done
  39. -- Detecting CXX compile features
  40. -- Detecting CXX compile features - done
  41. -- Check for working C compiler: /usr/bin/cc
  42. -- Check for working C compiler: /usr/bin/cc -- works
  43. -- Detecting C compiler ABI info
  44. -- Detecting C compiler ABI info - done
  45. -- Detecting C compile features
  46. -- Detecting C compile features - done
  47. -- Looking for pthread.h
  48. -- Looking for pthread.h - found
  49. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  50. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  51. -- Looking for pthread_create in pthreads
  52. -- Looking for pthread_create in pthreads - not found
  53. -- Looking for pthread_create in pthread
  54. -- Looking for pthread_create in pthread - found
  55. -- Found Threads: TRUE
  56. -- Looking for memset_s
  57. -- Looking for memset_s - not found
  58. -- Looking for fallocate
  59. -- Looking for fallocate - found
  60. -- Looking for posix_fadvise
  61. -- Looking for posix_fadvise - found
  62. -- Looking for posix_fallocate
  63. -- Looking for posix_fallocate - found
  64. -- Looking for syncfs
  65. -- Looking for syncfs - found
  66. -- Looking for sync_file_range
  67. -- Looking for sync_file_range - found
  68. -- Looking for pwritev
  69. -- Looking for pwritev - found
  70. -- Looking for splice
  71. -- Looking for splice - found
  72. -- Looking for getgrouplist
  73. -- Looking for getgrouplist - found
  74. -- Looking for fdatasync
  75. -- Looking for fdatasync - found
  76. -- Looking for strerror_r
  77. -- Looking for strerror_r - found
  78. -- Looking for name_to_handle_at
  79. -- Looking for name_to_handle_at - found
  80. -- Looking for pipe2
  81. -- Looking for pipe2 - found
  82. -- Looking for accept4
  83. -- Looking for accept4 - found
  84. -- Looking for sigdescr_np
  85. -- Looking for sigdescr_np - not found
  86. -- Looking for pthread_spin_init
  87. -- Looking for pthread_spin_init - found
  88. -- Looking for pthread_set_name_np
  89. -- Looking for pthread_set_name_np - not found
  90. -- Looking for pthread_get_name_np
  91. -- Looking for pthread_get_name_np - not found
  92. -- Looking for pthread_setname_np
  93. -- Looking for pthread_setname_np - found
  94. -- Looking for pthread_getname_np
  95. -- Looking for pthread_getname_np - found
  96. -- Looking for pthread_rwlockattr_setkind_np
  97. -- Looking for pthread_rwlockattr_setkind_np - found
  98. -- Looking for eventfd
  99. -- Looking for eventfd - found
  100. -- Looking for getprogname
  101. -- Looking for getprogname - not found
  102. -- Looking for gettid
  103. -- Looking for gettid - found
  104. -- Looking for include file linux/types.h
  105. -- Looking for include file linux/types.h - found
  106. -- Looking for include file linux/version.h
  107. -- Looking for include file linux/version.h - found
  108. -- Looking for include file arpa/nameser_compat.h
  109. -- Looking for include file arpa/nameser_compat.h - found
  110. -- Looking for include file sys/mount.h
  111. -- Looking for include file sys/mount.h - found
  112. -- Looking for include file sys/param.h
  113. -- Looking for include file sys/param.h - found
  114. -- Looking for include file sys/types.h
  115. -- Looking for include file sys/types.h - found
  116. -- Looking for include file sys/vfs.h
  117. -- Looking for include file sys/vfs.h - found
  118. -- Looking for include file sys/prctl.h
  119. -- Looking for include file sys/prctl.h - found
  120. -- Looking for include file execinfo.h
  121. -- Looking for include file execinfo.h - found
  122. -- Looking for include file sched.h
  123. -- Looking for include file sched.h - found
  124. -- Looking for include file valgrind/helgrind.h
  125. -- Looking for include file valgrind/helgrind.h - not found
  126. -- Looking for stdint.h
  127. -- Looking for stdint.h - found
  128. -- Looking for stddef.h
  129. -- Looking for stddef.h - found
  130. -- Check size of __u8
  131. -- Check size of __u8 - done
  132. -- Check size of __u16
  133. -- Check size of __u16 - done
  134. -- Check size of __u32
  135. -- Check size of __u32 - done
  136. -- Check size of __u64
  137. -- Check size of __u64 - done
  138. -- Check size of __s8
  139. -- Check size of __s8 - done
  140. -- Check size of __s16
  141. -- Check size of __s16 - done
  142. -- Check size of __s32
  143. -- Check size of __s32 - done
  144. -- Check size of __s64
  145. -- Check size of __s64 - done
  146. -- Check size of in_addr_t
  147. -- Check size of in_addr_t - done
  148. -- Looking for _POSIX_TIMERS
  149. -- Looking for _POSIX_TIMERS - found
  150. -- Looking for res_nquery
  151. -- Looking for res_nquery - found
  152. -- Looking for F_SETPIPE_SZ
  153. -- Looking for F_SETPIPE_SZ - found
  154. -- Looking for __func__
  155. -- Looking for __func__ - found
  156. -- Looking for __PRETTY_FUNCTION__
  157. -- Looking for __PRETTY_FUNCTION__ - found
  158. -- Looking for getentropy
  159. -- Looking for getentropy - found
  160. -- Performing Test STRERROR_R_CHAR_P
  161. -- Performing Test STRERROR_R_CHAR_P - Success
  162. -- Performing Test HAVE_STAT_ST_MTIM_TV_NSEC
  163. -- Performing Test HAVE_STAT_ST_MTIM_TV_NSEC - Success
  164. -- Performing Test HAVE_STAT_ST_MTIMESPEC_TV_NSEC
  165. -- Performing Test HAVE_STAT_ST_MTIMESPEC_TV_NSEC - Failed
  166. -- Performing Test HAVE_UNALIGNED_ACCESS
  167. -- Performing Test HAVE_UNALIGNED_ACCESS - Success
  168. -- Performing Test HAVE_ATTR_SYMVER
  169. -- Performing Test HAVE_ATTR_SYMVER - Failed
  170. -- Performing Test HAVE_ASM_SYMVER
  171. -- Performing Test HAVE_ASM_SYMVER - Success
  172. -- Performing Test HAVE_CXX11_ATOMIC
  173. -- Performing Test HAVE_CXX11_ATOMIC - Success
  174. CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  175. Could NOT find verbs (missing: VERBS_LIBRARIES VERBS_INCLUDE_DIR)
  176. Call Stack (most recent call first):
  177. /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
  178. cmake/modules/Findverbs.cmake:13 (find_package_handle_standard_args)
  179. CMakeLists.txt:136 (find_package)
  180.  
  181.  
  182. -- Configuring incomplete, errors occurred!
  183. See also "/home/xman/Desktop/ceph/build/CMakeFiles/CMakeOutput.log".
  184. See also "/home/xman/Desktop/ceph/build/CMakeFiles/CMakeError.log".
  185. + exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement