Guest User

Untitled

a guest
Nov 18th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.73 KB | None | 0 0
  1. nvidia@tegra-ubuntu:~/opencv-fork/build$ time cmake -DOPENCV_ENABLE_NONFREE=true -DBUILD_EXAMPLE=ON -DWITH_CUDA=ON -DCUDA_ARCH_BIN=6.2 -DOPENCV_EXTRA_MODULES_PATH=~/opencv_contrib/modules/ -DCPU_BASELINE=FP16 ..
  2. -- The CXX compiler identification is GNU 5.4.0
  3. -- The C compiler identification is GNU 5.4.0
  4. -- Check for working CXX compiler: /usr/bin/c++
  5. -- Check for working CXX compiler: /usr/bin/c++ -- works
  6. -- Detecting CXX compiler ABI info
  7. -- Detecting CXX compiler ABI info - done
  8. -- Detecting CXX compile features
  9. -- Detecting CXX compile features - done
  10. -- Check for working C compiler: /usr/bin/cc
  11. -- Check for working C compiler: /usr/bin/cc -- works
  12. -- Detecting C compiler ABI info
  13. -- Detecting C compiler ABI info - done
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7")
  17. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.12")
  18. Traceback (most recent call last):
  19. File "<string>", line 1, in <module>
  20. ImportError: No module named numpy.distutils
  21. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3.2")
  22. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.5.2")
  23. Traceback (most recent call last):
  24. File "<string>", line 1, in <module>
  25. ImportError: No module named 'numpy'
  26. -- Looking for ccache - found (/usr/bin/ccache)
  27. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  28. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  29. -- Performing Test HAVE_C_FSIGNED_CHAR
  30. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  31. -- Performing Test HAVE_CXX_W
  32. -- Performing Test HAVE_CXX_W - Success
  33. -- Performing Test HAVE_C_W
  34. -- Performing Test HAVE_C_W - Success
  35. -- Performing Test HAVE_CXX_WALL
  36. -- Performing Test HAVE_CXX_WALL - Success
  37. -- Performing Test HAVE_C_WALL
  38. -- Performing Test HAVE_C_WALL - Success
  39. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  40. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  41. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  42. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  43. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  44. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  45. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  46. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  47. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  48. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  49. -- Performing Test HAVE_C_WERROR_ADDRESS
  50. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  51. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  52. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  53. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  54. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  55. -- Performing Test HAVE_CXX_WFORMAT
  56. -- Performing Test HAVE_CXX_WFORMAT - Success
  57. -- Performing Test HAVE_C_WFORMAT
  58. -- Performing Test HAVE_C_WFORMAT - Success
  59. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  60. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  61. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  62. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  63. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  64. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  65. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  66. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  67. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  68. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  69. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  70. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  71. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  72. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  73. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  74. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  75. -- Performing Test HAVE_CXX_WUNDEF
  76. -- Performing Test HAVE_CXX_WUNDEF - Success
  77. -- Performing Test HAVE_C_WUNDEF
  78. -- Performing Test HAVE_C_WUNDEF - Success
  79. -- Performing Test HAVE_CXX_WINIT_SELF
  80. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  81. -- Performing Test HAVE_C_WINIT_SELF
  82. -- Performing Test HAVE_C_WINIT_SELF - Success
  83. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  84. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  85. -- Performing Test HAVE_C_WPOINTER_ARITH
  86. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  87. -- Performing Test HAVE_CXX_WSHADOW
  88. -- Performing Test HAVE_CXX_WSHADOW - Success
  89. -- Performing Test HAVE_C_WSHADOW
  90. -- Performing Test HAVE_C_WSHADOW - Success
  91. -- Performing Test HAVE_CXX_WSIGN_PROMO
  92. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  93. -- Performing Test HAVE_C_WSIGN_PROMO
  94. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  95. -- Performing Test HAVE_CXX_WUNINITIALIZED
  96. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  97. -- Performing Test HAVE_C_WUNINITIALIZED
  98. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  99. -- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE
  100. -- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE - Success
  101. -- Performing Test HAVE_C_WSUGGEST_OVERRIDE
  102. -- Performing Test HAVE_C_WSUGGEST_OVERRIDE - Failed
  103. -- Performing Test HAVE_CXX_WNO_NARROWING
  104. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  105. -- Performing Test HAVE_C_WNO_NARROWING
  106. -- Performing Test HAVE_C_WNO_NARROWING - Success
  107. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  108. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  109. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  110. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  111. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  112. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  113. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  114. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  115. -- Performing Test HAVE_CXX_WNO_COMMENT
  116. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  117. -- Performing Test HAVE_C_WNO_COMMENT
  118. -- Performing Test HAVE_C_WNO_COMMENT - Success
  119. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  120. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  121. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  122. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  123. -- Performing Test HAVE_CXX_PTHREAD
  124. -- Performing Test HAVE_CXX_PTHREAD - Success
  125. -- Performing Test HAVE_C_PTHREAD
  126. -- Performing Test HAVE_C_PTHREAD - Success
  127. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  128. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  129. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  130. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  131. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  132. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  133. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  134. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  135. -- Performing Test HAVE_CXX_FDATA_SECTIONS
  136. -- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
  137. -- Performing Test HAVE_C_FDATA_SECTIONS
  138. -- Performing Test HAVE_C_FDATA_SECTIONS - Success
  139. -- Performing Test HAVE_CPU_NEON_SUPPORT (check file: cmake/checks/cpu_neon.cpp)
  140. -- Performing Test HAVE_CPU_NEON_SUPPORT - Success
  141. -- Performing Test HAVE_CPU_FP16_SUPPORT (check file: cmake/checks/cpu_fp16.cpp)
  142. -- Performing Test HAVE_CPU_FP16_SUPPORT - Success
  143. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  144. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  145. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  146. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  147. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  148. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  149. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  150. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  151. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  152. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  153. -- Looking for pthread.h
  154. -- Looking for pthread.h - found
  155. -- Looking for posix_memalign
  156. -- Looking for posix_memalign - found
  157. -- Looking for malloc.h
  158. -- Looking for malloc.h - found
  159. -- Looking for memalign
  160. -- Looking for memalign - found
  161. -- Check if the system is big endian
  162. -- Searching 16 bit integer
  163. -- Looking for sys/types.h
  164. -- Looking for sys/types.h - found
  165. -- Looking for stdint.h
  166. -- Looking for stdint.h - found
  167. -- Looking for stddef.h
  168. -- Looking for stddef.h - found
  169. -- Check size of unsigned short
  170. -- Check size of unsigned short - done
  171. -- Using unsigned short
  172. -- Check if the system is big endian - little endian
  173. -- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  174. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  175. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
  176. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
  177. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  178. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  179. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32
  180. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32 - Failed
  181. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
  182. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Failed
  183. -- libjpeg-turbo: VERSION = 1.5.3, BUILD = opencv-4.0.0-libjpeg-turbo
  184. -- Check size of size_t
  185. -- Check size of size_t - done
  186. -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
  187. -- Looking for assert.h
  188. -- Looking for assert.h - found
  189. -- Looking for dlfcn.h
  190. -- Looking for dlfcn.h - found
  191. -- Looking for fcntl.h
  192. -- Looking for fcntl.h - found
  193. -- Looking for inttypes.h
  194. -- Looking for inttypes.h - found
  195. -- Looking for io.h
  196. -- Looking for io.h - not found
  197. -- Looking for limits.h
  198. -- Looking for limits.h - found
  199. -- Looking for memory.h
  200. -- Looking for memory.h - found
  201. -- Looking for search.h
  202. -- Looking for search.h - found
  203. -- Looking for string.h
  204. -- Looking for string.h - found
  205. -- Looking for strings.h
  206. -- Looking for strings.h - found
  207. -- Looking for sys/time.h
  208. -- Looking for sys/time.h - found
  209. -- Looking for unistd.h
  210. -- Looking for unistd.h - found
  211. -- Performing Test C_HAS_inline
  212. -- Performing Test C_HAS_inline - Success
  213. -- Check size of signed short
  214. -- Check size of signed short - done
  215. -- Check size of unsigned short
  216. -- Check size of unsigned short - done
  217. -- Check size of signed int
  218. -- Check size of signed int - done
  219. -- Check size of unsigned int
  220. -- Check size of unsigned int - done
  221. -- Check size of signed long
  222. -- Check size of signed long - done
  223. -- Check size of unsigned long
  224. -- Check size of unsigned long - done
  225. -- Check size of signed long long
  226. -- Check size of signed long long - done
  227. -- Check size of unsigned long long
  228. -- Check size of unsigned long long - done
  229. -- Check size of unsigned char *
  230. -- Check size of unsigned char * - done
  231. -- Check size of ptrdiff_t
  232. -- Check size of ptrdiff_t - done
  233. -- Check size of INT8
  234. -- Check size of INT8 - failed
  235. -- Check size of INT16
  236. -- Check size of INT16 - failed
  237. -- Check size of INT32
  238. -- Check size of INT32 - failed
  239. -- Looking for floor
  240. -- Looking for floor - found
  241. -- Looking for pow
  242. -- Looking for pow - found
  243. -- Looking for sqrt
  244. -- Looking for sqrt - found
  245. -- Looking for isascii
  246. -- Looking for isascii - found
  247. -- Looking for memset
  248. -- Looking for memset - found
  249. -- Looking for mmap
  250. -- Looking for mmap - found
  251. -- Looking for getopt
  252. -- Looking for getopt - found
  253. -- Looking for memmove
  254. -- Looking for memmove - found
  255. -- Looking for setmode
  256. -- Looking for setmode - not found
  257. -- Looking for strcasecmp
  258. -- Looking for strcasecmp - found
  259. -- Looking for strchr
  260. -- Looking for strchr - found
  261. -- Looking for strrchr
  262. -- Looking for strrchr - found
  263. -- Looking for strstr
  264. -- Looking for strstr - found
  265. -- Looking for strtol
  266. -- Looking for strtol - found
  267. -- Looking for strtol
  268. -- Looking for strtol - found
  269. -- Looking for strtoull
  270. -- Looking for strtoull - found
  271. -- Looking for lfind
  272. -- Looking for lfind - found
  273. -- Performing Test HAVE_SNPRINTF
  274. -- Performing Test HAVE_SNPRINTF - Success
  275. -- Check if the system is big endian
  276. -- Searching 16 bit integer
  277. -- Using unsigned short
  278. -- Check if the system is big endian - little endian
  279. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE
  280. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE - Success
  281. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  282. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  283. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  284. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  285. -- Performing Test HAVE_C_WNO_UNDEF
  286. -- Performing Test HAVE_C_WNO_UNDEF - Success
  287. -- Performing Test HAVE_C_WNO_UNUSED
  288. -- Performing Test HAVE_C_WNO_UNUSED - Success
  289. -- Performing Test HAVE_C_WNO_CAST_ALIGN
  290. -- Performing Test HAVE_C_WNO_CAST_ALIGN - Success
  291. -- Performing Test HAVE_C_WNO_SHADOW
  292. -- Performing Test HAVE_C_WNO_SHADOW - Success
  293. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  294. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  295. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST
  296. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST - Success
  297. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST
  298. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST - Success
  299. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION
  300. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION - Failed
  301. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  302. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  303. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  304. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  305. -- Performing Test HAVE_CXX_WNO_UNDEF
  306. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  307. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  308. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  309. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  310. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  311. -- Found JPEG: libjpeg-turbo
  312. -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
  313. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION
  314. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION - Success
  315. -- Performing Test HAVE_C_WNO_UNINITIALIZED
  316. -- Performing Test HAVE_C_WNO_UNINITIALIZED - Success
  317. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER
  318. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER - Success
  319. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
  320. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
  321. -- Performing Test HAVE_C_WNO_POINTER_COMPARE
  322. -- Performing Test HAVE_C_WNO_POINTER_COMPARE - Failed
  323. -- Performing Test HAVE_C_WNO_ABSOLUTE_VALUE
  324. -- Performing Test HAVE_C_WNO_ABSOLUTE_VALUE - Failed
  325. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES
  326. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success
  327. -- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found version "1.2.8")
  328. -- Found PNG: /usr/lib/aarch64-linux-gnu/libpng.so (found version "1.2.54")
  329. -- Looking for /usr/include/libpng/png.h
  330. -- Looking for /usr/include/libpng/png.h - found
  331. -- Looking for semaphore.h
  332. -- Looking for semaphore.h - found
  333. -- Performing Test HAVE_CXX_WNO_SHADOW
  334. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  335. -- Performing Test HAVE_CXX_WNO_UNUSED
  336. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  337. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  338. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  339. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  340. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  341. -- Performing Test HAVE_CXX_WNO_SWITCH
  342. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  343. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  344. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  345. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  346. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  347. -- Performing Test HAVE_CXX_WNO_EXTRA
  348. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  349. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  350. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  351. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  352. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Failed
  353. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  354. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  355. -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE
  356. -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Success
  357. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE
  358. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Failed
  359. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
  360. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Failed
  361. -- Checking for module 'gtk+-3.0'
  362. -- No package 'gtk+-3.0' found
  363. -- Checking for module 'gtk+-2.0'
  364. -- No package 'gtk+-2.0' found
  365. -- Checking for module 'gthread-2.0'
  366. -- Found gthread-2.0, version 2.48.2
  367. -- Checking for module 'gstreamer-base-1.0'
  368. -- Found gstreamer-base-1.0, version 1.8.3
  369. -- Checking for module 'gstreamer-video-1.0'
  370. -- Found gstreamer-video-1.0, version 1.8.3
  371. -- Checking for module 'gstreamer-app-1.0'
  372. -- Found gstreamer-app-1.0, version 1.8.3
  373. -- Checking for module 'gstreamer-riff-1.0'
  374. -- Found gstreamer-riff-1.0, version 1.8.3
  375. -- Checking for module 'gstreamer-pbutils-1.0'
  376. -- Found gstreamer-pbutils-1.0, version 1.8.3
  377. -- Checking for module 'libdc1394-2'
  378. -- No package 'libdc1394-2' found
  379. -- Checking for module 'libdc1394'
  380. -- No package 'libdc1394' found
  381. -- Looking for linux/videodev2.h
  382. -- Looking for linux/videodev2.h - found
  383. -- Looking for sys/videoio.h
  384. -- Looking for sys/videoio.h - not found
  385. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  386. -- No package 'libavcodec' found
  387. -- No package 'libavformat' found
  388. -- No package 'libavutil' found
  389. -- No package 'libswscale' found
  390. -- Checking for module 'libavresample'
  391. -- No package 'libavresample' found
  392. -- CUDA detected: 8.0
  393. -- Automatic detection of CUDA generation failed. Going to build for all known architectures.
  394. -- CUDA NVCC target flags: -gencode;arch=compute_62,code=sm_62;-D_FORCE_INLINES
  395. -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
  396. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  397. -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
  398. -- Looking for pthread.h
  399. -- Looking for pthread.h - found
  400. -- Looking for pthread_create
  401. -- Looking for pthread_create - found
  402. -- Found Threads: TRUE
  403. -- A library with BLAS API not found. Please specify library location.
  404. -- LAPACK requires BLAS
  405. -- A library with LAPACK API not found. Please specify library location.
  406. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  407. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  408. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  409. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  410. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  411. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  412. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  413. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  414. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  415. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  416. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  417. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  418. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  419. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
  420. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  421. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
  422. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
  423. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
  424. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH
  425. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH - Failed
  426. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  427. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  428. -- Performing Test CXX_HAS_MFPU_NEON
  429. -- Performing Test CXX_HAS_MFPU_NEON - Failed
  430. -- Performing Test C_HAS_MFPU_NEON
  431. -- Performing Test C_HAS_MFPU_NEON - Failed
  432. -- ADE: Download: v0.1.1d.zip
  433. -- OpenCV Python: during development append to PYTHONPATH: /home/nvidia/opencv-fork/build/python_loader
  434. -- Checking for one of the modules 'freetype2'
  435. -- Checking for one of the modules 'harfbuzz'
  436. -- freetype2: YES
  437. -- harfbuzz: NO
  438. -- Caffe: NO
  439. -- Protobuf: NO
  440. -- Glog: NO
  441. -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
  442. -- Module opencv_ovis disabled because OGRE3D was not found
  443. -- Performing Test HAVE_CXX_WNO_UNUSED_VARIABLE
  444. -- Performing Test HAVE_CXX_WNO_UNUSED_VARIABLE - Success
  445. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  446. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  447. -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
  448. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
  449. -- Failed to find gflags - Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
  450. -- Failed to find gflags - Could not find gflags include directory, set GFLAGS_INCLUDE_DIR to directory containing gflags/gflags.h
  451. -- Failed to find glog - Could not find glog include directory, set GLOG_INCLUDE_DIR to directory containing glog/logging.h
  452. -- Module opencv_sfm disabled because the following dependencies are not found: Glog/Gflags
  453. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE
  454. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE - Success
  455. -- Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.sse2.cpp
  456. -- Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.sse3.cpp
  457. -- Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.ssse3.cpp
  458. -- Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.sse4_1.cpp
  459. -- Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.sse4_2.cpp
  460. -- Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.avx.cpp
  461. -- Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.avx2.cpp
  462. -- Excluding from source files list: <BUILD>/modules/core/test/test_intrin256.avx2.cpp
  463. -- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp
  464. -- Excluding from source files list: modules/imgproc/src/imgwarp.sse4_1.cpp
  465. -- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp
  466. -- Excluding from source files list: modules/imgproc/src/resize.sse4_1.cpp
  467. -- Excluding from source files list: modules/imgproc/src/filter.avx2.cpp
  468. -- Excluding from source files list: modules/imgproc/src/corner.avx.cpp
  469. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx.cpp
  470. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx2.cpp
  471. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx512_skx.cpp
  472. -- Excluding from source files list: modules/features2d/src/fast.avx2.cpp
  473. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  474. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  475. -- Checking for modules 'tesseract;lept'
  476. -- No package 'tesseract' found
  477. -- No package 'lept' found
  478. -- Tesseract: NO
  479. -- Excluding from source files list: modules/calib3d/src/undistort.avx2.cpp
  480. -- xfeatures2d/boostdesc: Download: boostdesc_bgm.i
  481. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_bi.i
  482. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_hd.i
  483. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_064.i
  484. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_128.i
  485. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_256.i
  486. -- xfeatures2d/boostdesc: Download: boostdesc_lbgm.i
  487. -- xfeatures2d/vgg: Download: vgg_generated_48.i
  488. -- xfeatures2d/vgg: Download: vgg_generated_64.i
  489. -- xfeatures2d/vgg: Download: vgg_generated_80.i
  490. -- xfeatures2d/vgg: Download: vgg_generated_120.i
  491. -- data: Download: face_landmark_model.dat
  492. --
  493. -- General configuration for OpenCV 4.0.0 =====================================
  494. -- Version control: 4.0.0
  495. --
  496. -- Extra modules:
  497. -- Location (extra): /home/nvidia/opencv_contrib/modules
  498. -- Version control (extra): 4.0.0
  499. --
  500. -- Platform:
  501. -- Timestamp: 2018-11-19T01:16:56Z
  502. -- Host: Linux 4.4.15-tegra aarch64
  503. -- CMake: 3.5.1
  504. -- CMake generator: Unix Makefiles
  505. -- CMake build tool: /usr/bin/make
  506. -- Configuration: Release
  507. --
  508. -- CPU/HW features:
  509. -- Baseline: NEON FP16
  510. -- requested: FP16
  511. -- required: NEON
  512. -- disabled: VFPV3
  513. --
  514. -- C/C++:
  515. -- Built as dynamic libs?: YES
  516. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  517. -- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wsuggest-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  518. -- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wsuggest-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  519. -- C Compiler: /usr/bin/cc
  520. -- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  521. -- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  522. -- Linker flags (Release):
  523. -- Linker flags (Debug):
  524. -- ccache: YES
  525. -- Precompiled headers: NO
  526. -- Extra dependencies: dl m pthread rt cudart nppc nppial nppicc nppicom nppidei nppif nppig nppim nppist nppisu nppitc npps cublas cufft -L/usr/local/cuda-8.0/lib64
  527. -- 3rdparty dependencies:
  528. --
  529. -- OpenCV modules:
  530. -- To be built: aruco bgsegm bioinspired calib3d ccalib core cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev datasets dnn dnn_objdetect dpm face features2d flann fuzzy gapi hfs highgui img_hash imgcodecs imgproc java_bindings_generator line_descriptor ml objdetect optflow phase_unwrapping photo plot python_bindings_generator reg rgbd saliency shape stereo stitching structured_light superres surface_matching text tracking ts video videoio videostab xfeatures2d ximgproc xobjdetect xphoto
  531. -- Disabled: world
  532. -- Disabled by dependency: -
  533. -- Unavailable: cnn_3dobj cvv freetype hdf java js matlab ovis python2 python3 sfm viz
  534. -- Applications: tests perf_tests apps
  535. -- Documentation: NO
  536. -- Non-free algorithms: YES
  537. --
  538. -- GUI:
  539. -- GTK+: NO
  540. -- VTK support: NO
  541. --
  542. -- Media I/O:
  543. -- ZLib: /usr/lib/aarch64-linux-gnu/libz.so (ver 1.2.8)
  544. -- JPEG: libjpeg-turbo (ver 1.5.3-62)
  545. -- WEBP: build (ver encoder: 0x020e)
  546. -- PNG: /usr/lib/aarch64-linux-gnu/libpng.so (ver 1.2.54)
  547. -- TIFF: build (ver 42 - 4.0.9)
  548. -- JPEG 2000: build (ver 1.900.1)
  549. -- OpenEXR: build (ver 1.7.1)
  550. -- HDR: YES
  551. -- SUNRASTER: YES
  552. -- PXM: YES
  553. -- PFM: YES
  554. --
  555. -- Video I/O:
  556. -- DC1394: NO
  557. -- FFMPEG: NO
  558. -- avcodec: NO
  559. -- avformat: NO
  560. -- avutil: NO
  561. -- swscale: NO
  562. -- avresample: NO
  563. -- GStreamer:
  564. -- base: YES (ver 1.8.3)
  565. -- video: YES (ver 1.8.3)
  566. -- app: YES (ver 1.8.3)
  567. -- riff: YES (ver 1.8.3)
  568. -- pbutils: YES (ver 1.8.3)
  569. -- v4l/v4l2: linux/videodev2.h
  570. --
  571. -- Parallel framework: pthreads
  572. --
  573. -- Trace: YES (built-in)
  574. --
  575. -- Other third-party libraries:
  576. -- Lapack: NO
  577. -- Eigen: YES (ver 3.2.92)
  578. -- Custom HAL: YES (carotene (ver 0.0.1))
  579. -- Protobuf: build (3.5.1)
  580. --
  581. -- NVIDIA CUDA: YES (ver 8.0, CUFFT CUBLAS)
  582. -- NVIDIA GPU arch: 62
  583. -- NVIDIA PTX archs:
  584. --
  585. -- OpenCL: YES (no extra features)
  586. -- Include path: /home/nvidia/opencv-fork/3rdparty/include/opencl/1.2
  587. -- Link libraries: Dynamic load
  588. --
  589. -- Python (for build): /usr/bin/python2.7
  590. --
  591. -- Java:
  592. -- ant: NO
  593. -- JNI: NO
  594. -- Java wrappers: NO
  595. -- Java tests: NO
  596. --
  597. -- Install to: /usr/local
  598. -- -----------------------------------------------------------------
  599. --
  600. -- Configuring done
  601. -- Generating done
  602. -- Build files have been written to: /home/nvidia/opencv-fork/build
  603.  
  604. real 1m29.425s
  605. user 1m3.848s
  606. sys 0m19.152s
Add Comment
Please, Sign In to add comment