Advertisement
Guest User

Cmake log file

a guest
Jul 23rd, 2024
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 32.39 KB | None | 0 0
  1. -- The CXX compiler identification is GNU 12.2.0
  2. -- The C compiler identification is GNU 12.2.0
  3. -- Detecting CXX compiler ABI info
  4. -- Detecting CXX compiler ABI info - done
  5. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  6. -- Detecting CXX compile features
  7. -- Detecting CXX compile features - done
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Check for working C compiler: /usr/bin/cc - skipped
  11. -- Detecting C compile features
  12. -- Detecting C compile features - done
  13. -- Detected processor: aarch64
  14. -- sizeof(void) = 4 on 64 bit processor. Assume 32-bit compilation mode
  15. -- Found PythonInterp: /home/finn/robot/bin/python (found suitable version "3.11.2", minimum required is "2.7")
  16. CMake Warning at cmake/OpenCVDetectPython.cmake:81 (message):
  17.   CMake's 'find_host_package(PythonInterp 2.7)' found wrong Python version:
  18.  
  19.  PYTHON_EXECUTABLE=/home/finn/robot/bin/python
  20.  
  21.  PYTHON_VERSION_STRING=3.11.2
  22.  
  23.  Consider providing the 'PYTHON2_EXECUTABLE' variable via CMake command line
  24.  or environment variables
  25.  
  26. Call Stack (most recent call first):
  27.  cmake/OpenCVDetectPython.cmake:271 (find_python)
  28.  CMakeLists.txt:620 (include)
  29.  
  30.  
  31. -- Could NOT find Python2 (missing: Python2_EXECUTABLE Interpreter)
  32.    Reason given by package:
  33.        Interpreter: Wrong major version for the interpreter "/bin/python"
  34.  
  35. -- Found PythonInterp: /home/finn/robot/bin/python3 (found suitable version "3.11.2", minimum required is "3.2")
  36. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython3.11.so (found suitable exact version "3.11.2")
  37. <string>:1: DeprecationWarning:
  38.  
  39.  `numpy.distutils` is deprecated since NumPy 1.23.0, as a result
  40.  of the deprecation of `distutils` itself. It will be removed for
  41.  Python >= 3.12. For older Python versions it will remain present.
  42.  It is recommended to use `setuptools < 60.0` for those Python versions.
  43.  For more details, see:
  44.    https://numpy.org/devdocs/reference/distutils_status_migration.html
  45.  
  46.  
  47. -- Looking for ccache - not found
  48. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  49. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  50. -- Performing Test HAVE_C_FSIGNED_CHAR
  51. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  52. -- Performing Test HAVE_CXX_W
  53. -- Performing Test HAVE_CXX_W - Success
  54. -- Performing Test HAVE_C_W
  55. -- Performing Test HAVE_C_W - Success
  56. -- Performing Test HAVE_CXX_WALL
  57. -- Performing Test HAVE_CXX_WALL - Success
  58. -- Performing Test HAVE_C_WALL
  59. -- Performing Test HAVE_C_WALL - Success
  60. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  61. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  62. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  63. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  64. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  65. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  66. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  67. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Failed
  68. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  69. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  70. -- Performing Test HAVE_C_WERROR_ADDRESS
  71. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  72. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  73. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  74. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  75. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  76. -- Performing Test HAVE_CXX_WFORMAT
  77. -- Performing Test HAVE_CXX_WFORMAT - Success
  78. -- Performing Test HAVE_C_WFORMAT
  79. -- Performing Test HAVE_C_WFORMAT - Success
  80. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  81. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  82. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  83. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  84. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  85. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  86. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  87. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  88. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  89. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  90. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  91. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  92. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  93. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  94. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  95. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  96. -- Performing Test HAVE_CXX_WUNDEF
  97. -- Performing Test HAVE_CXX_WUNDEF - Success
  98. -- Performing Test HAVE_C_WUNDEF
  99. -- Performing Test HAVE_C_WUNDEF - Success
  100. -- Performing Test HAVE_CXX_WINIT_SELF
  101. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  102. -- Performing Test HAVE_C_WINIT_SELF
  103. -- Performing Test HAVE_C_WINIT_SELF - Success
  104. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  105. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  106. -- Performing Test HAVE_C_WPOINTER_ARITH
  107. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  108. -- Performing Test HAVE_CXX_WSHADOW
  109. -- Performing Test HAVE_CXX_WSHADOW - Success
  110. -- Performing Test HAVE_C_WSHADOW
  111. -- Performing Test HAVE_C_WSHADOW - Success
  112. -- Performing Test HAVE_CXX_WSIGN_PROMO
  113. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  114. -- Performing Test HAVE_C_WSIGN_PROMO
  115. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  116. -- Performing Test HAVE_CXX_WUNINITIALIZED
  117. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  118. -- Performing Test HAVE_C_WUNINITIALIZED
  119. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  120. -- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE
  121. -- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE - Success
  122. -- Performing Test HAVE_C_WSUGGEST_OVERRIDE
  123. -- Performing Test HAVE_C_WSUGGEST_OVERRIDE - Failed
  124. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  125. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  126. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  127. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  128. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  129. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  130. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  131. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  132. -- Performing Test HAVE_CXX_WNO_COMMENT
  133. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  134. -- Performing Test HAVE_C_WNO_COMMENT
  135. -- Performing Test HAVE_C_WNO_COMMENT - Success
  136. -- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3
  137. -- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3 - Success
  138. -- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3
  139. -- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3 - Success
  140. -- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW
  141. -- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW - Success
  142. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
  143. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
  144. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  145. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  146. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  147. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  148. -- Performing Test HAVE_CXX_PTHREAD
  149. -- Performing Test HAVE_CXX_PTHREAD - Success
  150. -- Performing Test HAVE_C_PTHREAD
  151. -- Performing Test HAVE_C_PTHREAD - Success
  152. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  153. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  154. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  155. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  156. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  157. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  158. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  159. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  160. -- Performing Test HAVE_CXX_FDATA_SECTIONS
  161. -- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
  162. -- Performing Test HAVE_C_FDATA_SECTIONS
  163. -- Performing Test HAVE_C_FDATA_SECTIONS - Success
  164. -- Performing Test HAVE_CXX_MFPU_VFPV3
  165. -- Performing Test HAVE_CXX_MFPU_VFPV3 - Success
  166. -- Performing Test HAVE_CPU_NEON_SUPPORT (check file: cmake/checks/cpu_neon.cpp)
  167. -- Performing Test HAVE_CPU_NEON_SUPPORT - Failed
  168. -- Performing Test HAVE_CXX_MFPU_NEON (check file: cmake/checks/cpu_neon.cpp)
  169. -- Performing Test HAVE_CXX_MFPU_NEON - Success
  170. -- Performing Test HAVE_CPU_FP16_SUPPORT (check file: cmake/checks/cpu_fp16.cpp)
  171. -- Performing Test HAVE_CPU_FP16_SUPPORT - Failed
  172. -- Performing Test HAVE_CXX_MFPU_NEON_FP16_MFP16_FORMAT_IEEE (check file: cmake/checks/cpu_fp16.cpp)
  173. -- Performing Test HAVE_CXX_MFPU_NEON_FP16_MFP16_FORMAT_IEEE - Success
  174. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  175. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  176. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  177. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  178. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  179. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  180. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  181. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  182. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  183. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  184. -- Performing Test HAVE_LINK_AS_NEEDED
  185. -- Performing Test HAVE_LINK_AS_NEEDED - Success
  186. -- Looking for pthread.h
  187. -- Looking for pthread.h - found
  188. -- Looking for posix_memalign
  189. -- Looking for posix_memalign - found
  190. -- Looking for malloc.h
  191. -- Looking for malloc.h - found
  192. -- Looking for memalign
  193. -- Looking for memalign - found
  194. -- Found OpenMP_C: -fopenmp (found version "4.5")
  195. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  196. -- Found OpenMP: TRUE (found version "4.5")  
  197. -- Looking for fseeko
  198. -- Looking for fseeko - found
  199. -- Looking for unistd.h
  200. -- Looking for unistd.h - found
  201. -- Looking for sys/types.h
  202. -- Looking for sys/types.h - found
  203. -- Looking for stdint.h
  204. -- Looking for stdint.h - found
  205. -- Looking for stddef.h
  206. -- Looking for stddef.h - found
  207. -- Check size of off64_t
  208. -- Check size of off64_t - failed
  209. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32
  210. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32 - Failed
  211. -- Performing Test HAVE_C_WNO_ATTRIBUTES
  212. -- Performing Test HAVE_C_WNO_ATTRIBUTES - Success
  213. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES
  214. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success
  215. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  216. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  217. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  218. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  219. -- Performing Test HAVE_C_WNO_SHIFT_NEGATIVE_VALUE
  220. -- Performing Test HAVE_C_WNO_SHIFT_NEGATIVE_VALUE - Success
  221. -- Performing Test HAVE_C_WNO_UNDEF
  222. -- Performing Test HAVE_C_WNO_UNDEF - Success
  223. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
  224. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Success
  225. -- Found JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so (found version "62")
  226. -- Looking for assert.h
  227. -- Looking for assert.h - found
  228. -- Looking for dlfcn.h
  229. -- Looking for dlfcn.h - found
  230. -- Looking for fcntl.h
  231. -- Looking for fcntl.h - found
  232. -- Looking for inttypes.h
  233. -- Looking for inttypes.h - found
  234. -- Looking for io.h
  235. -- Looking for io.h - not found
  236. -- Looking for limits.h
  237. -- Looking for limits.h - found
  238. -- Looking for memory.h
  239. -- Looking for memory.h - found
  240. -- Looking for search.h
  241. -- Looking for search.h - found
  242. -- Looking for string.h
  243. -- Looking for string.h - found
  244. -- Looking for strings.h
  245. -- Looking for strings.h - found
  246. -- Looking for sys/time.h
  247. -- Looking for sys/time.h - found
  248. -- Looking for unistd.h
  249. -- Looking for unistd.h - found
  250. -- Performing Test C_HAS_inline
  251. -- Performing Test C_HAS_inline - Success
  252. -- Check size of signed short
  253. -- Check size of signed short - done
  254. -- Check size of unsigned short
  255. -- Check size of unsigned short - done
  256. -- Check size of signed int
  257. -- Check size of signed int - done
  258. -- Check size of unsigned int
  259. -- Check size of unsigned int - done
  260. -- Check size of signed long
  261. -- Check size of signed long - done
  262. -- Check size of unsigned long
  263. -- Check size of unsigned long - done
  264. -- Check size of signed long long
  265. -- Check size of signed long long - done
  266. -- Check size of unsigned long long
  267. -- Check size of unsigned long long - done
  268. -- Check size of unsigned char *
  269. -- Check size of unsigned char * - done
  270. -- Check size of size_t
  271. -- Check size of size_t - done
  272. -- Check size of ptrdiff_t
  273. -- Check size of ptrdiff_t - done
  274. -- Check size of INT8
  275. -- Check size of INT8 - failed
  276. -- Check size of INT16
  277. -- Check size of INT16 - failed
  278. -- Check size of INT32
  279. -- Check size of INT32 - failed
  280. -- Looking for floor
  281. -- Looking for floor - found
  282. -- Looking for pow
  283. -- Looking for pow - found
  284. -- Looking for sqrt
  285. -- Looking for sqrt - found
  286. -- Looking for isascii
  287. -- Looking for isascii - found
  288. -- Looking for memset
  289. -- Looking for memset - found
  290. -- Looking for mmap
  291. -- Looking for mmap - found
  292. -- Looking for getopt
  293. -- Looking for getopt - found
  294. -- Looking for memmove
  295. -- Looking for memmove - found
  296. -- Looking for setmode
  297. -- Looking for setmode - not found
  298. -- Looking for strcasecmp
  299. -- Looking for strcasecmp - found
  300. -- Looking for strchr
  301. -- Looking for strchr - found
  302. -- Looking for strrchr
  303. -- Looking for strrchr - found
  304. -- Looking for strstr
  305. -- Looking for strstr - found
  306. -- Looking for strtol
  307. -- Looking for strtol - found
  308. -- Looking for strtol
  309. -- Looking for strtol - found
  310. -- Looking for strtoull
  311. -- Looking for strtoull - found
  312. -- Looking for lfind
  313. -- Looking for lfind - found
  314. -- Performing Test HAVE_SNPRINTF
  315. -- Performing Test HAVE_SNPRINTF - Success
  316. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE
  317. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE - Success
  318. -- Performing Test HAVE_C_WNO_UNUSED
  319. -- Performing Test HAVE_C_WNO_UNUSED - Success
  320. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  321. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  322. -- Performing Test HAVE_C_WNO_CAST_ALIGN
  323. -- Performing Test HAVE_C_WNO_CAST_ALIGN - Success
  324. -- Performing Test HAVE_C_WNO_SHADOW
  325. -- Performing Test HAVE_C_WNO_SHADOW - Success
  326. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  327. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  328. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST
  329. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST - Success
  330. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST
  331. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST - Success
  332. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION
  333. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION - Success
  334. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
  335. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
  336. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  337. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  338. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  339. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  340. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  341. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  342. -- Performing Test HAVE_CXX_WNO_UNDEF
  343. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  344. -- Found WebP: /usr/lib/arm-linux-gnueabihf/libwebp.so  
  345. -- Could NOT find OpenJPEG (minimal suitable version: 2.0, recommended version >= 2.3.1). OpenJPEG will be built from sources
  346. -- Performing Test HAVE_C_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION
  347. -- Performing Test HAVE_C_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION - Failed
  348. -- OpenJPEG: VERSION = 2.4.0, BUILD = opencv-4.5.3-openjp2-2.4.0
  349. -- Looking for stdlib.h
  350. -- Looking for stdlib.h - found
  351. -- Looking for stdio.h
  352. -- Looking for stdio.h - found
  353. -- Looking for math.h
  354. -- Looking for math.h - found
  355. -- Looking for float.h
  356. -- Looking for float.h - found
  357. -- Looking for time.h
  358. -- Looking for time.h - found
  359. -- Looking for stdarg.h
  360. -- Looking for stdarg.h - found
  361. -- Looking for ctype.h
  362. -- Looking for ctype.h - found
  363. -- Looking for stdint.h
  364. -- Looking for stdint.h - found
  365. -- Looking for inttypes.h
  366. -- Looking for inttypes.h - found
  367. -- Looking for sys/stat.h
  368. -- Looking for sys/stat.h - found
  369. -- Looking for include file malloc.h
  370. -- Looking for include file malloc.h - found
  371. -- Looking for _aligned_malloc
  372. -- Looking for _aligned_malloc - not found
  373. -- Looking for posix_memalign
  374. -- Looking for posix_memalign - found
  375. -- Looking for memalign
  376. -- Looking for memalign - found
  377. -- Performing Test HAVE_C_WNO_CAST_FUNCTION_TYPE
  378. -- Performing Test HAVE_C_WNO_CAST_FUNCTION_TYPE - Success
  379. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  380. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  381. -- OpenJPEG libraries will be built from sources: libopenjp2 (version "2.4.0")
  382. -- Found ZLIB: zlib (found version "1.2.11")
  383. -- Found PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (found version "1.6.39")
  384. -- Looking for /usr/include/libpng/png.h
  385. -- Looking for /usr/include/libpng/png.h - found
  386. -- Looking for semaphore.h
  387. -- Looking for semaphore.h - found
  388. -- Performing Test HAVE_CXX_WNO_SHADOW
  389. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  390. -- Performing Test HAVE_CXX_WNO_UNUSED
  391. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  392. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  393. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  394. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  395. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  396. -- Performing Test HAVE_CXX_WNO_SWITCH
  397. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  398. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  399. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  400. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  401. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  402. -- Performing Test HAVE_CXX_WNO_EXTRA
  403. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  404. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  405. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  406. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  407. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Success
  408. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  409. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  410. -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE
  411. -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Success
  412. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE
  413. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Failed
  414. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
  415. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Success
  416. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_COMPARE
  417. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_COMPARE - Success
  418. -- Performing Test HAVE_CXX_WNO_REORDER
  419. -- Performing Test HAVE_CXX_WNO_REORDER - Success
  420. -- Performing Test HAVE_CXX_WNO_UNUSED_RESULT
  421. -- Performing Test HAVE_CXX_WNO_UNUSED_RESULT - Success
  422. -- Performing Test HAVE_CXX_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION
  423. -- Performing Test HAVE_CXX_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION - Failed
  424. -- Performing Test HAVE_CXX_WNO_CLASS_MEMACCESS
  425. -- Performing Test HAVE_CXX_WNO_CLASS_MEMACCESS - Success
  426. -- TBB: Download: v2020.2.tar.gz
  427. -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
  428. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  429. -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR)
  430. -- Looking for sgemm_
  431. -- Looking for sgemm_ - not found
  432. -- Found Threads: TRUE  
  433. -- Looking for sgemm_
  434. -- Looking for sgemm_ - found
  435. -- Found BLAS: /usr/lib/arm-linux-gnueabihf/libopenblas.so  
  436. -- Looking for cheev_
  437. -- Looking for cheev_ - found
  438. -- Found LAPACK: /usr/lib/arm-linux-gnueabihf/libopenblas.so;-lm;-ldl  
  439. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  440. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  441. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  442. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  443. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  444. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  445. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  446. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  447. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  448. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  449. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  450. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Success
  451. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  452. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
  453. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
  454. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
  455. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH
  456. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH - Failed
  457. -- Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 AWT JVM)
  458. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  459. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  460. CMake Deprecation Warning at 3rdparty/carotene/hal/CMakeLists.txt:1 (cmake_minimum_required):
  461.  Compatibility with CMake < 2.8.12 will be removed from a future version of
  462.  CMake.
  463.  
  464.  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  465.  CMake that the project does not need compatibility with older versions.
  466.  
  467.  
  468. CMake Deprecation Warning at 3rdparty/carotene/CMakeLists.txt:1 (cmake_minimum_required):
  469.  Compatibility with CMake < 2.8.12 will be removed from a future version of
  470.  CMake.
  471.  
  472.  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  473.  CMake that the project does not need compatibility with older versions.
  474.  
  475.  
  476. -- Looking for dlerror in dl
  477. -- Looking for dlerror in dl - found
  478. -- ADE: Download: v0.1.1f.zip
  479. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
  480. -- Checking for module 'gtk+-3.0'
  481. --   Found gtk+-3.0, version 3.24.38
  482. -- Checking for module 'gtk+-2.0'
  483. --   Found gtk+-2.0, version 2.24.33
  484. -- Checking for module 'gthread-2.0'
  485. --   Found gthread-2.0, version 2.74.6
  486. -- OpenCV Python: during development append to PYTHONPATH: /home/finn/opencv/build/python_loader
  487. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  488. --   Found libavcodec, version 59.37.100
  489. --   Found libavformat, version 59.27.100
  490. --   Found libavutil, version 57.28.100
  491. --   Found libswscale, version 6.7.100
  492. -- Checking for module 'libavresample'
  493. --   Package 'libavresample', required by 'virtual:world', not found
  494. -- Checking for module 'libdc1394-2'
  495. --   Found libdc1394-2, version 2.2.6
  496. -- Module opencv_alphamat disabled because the following dependencies are not found: Eigen
  497. -- Checking for module 'freetype2'
  498. --   Found freetype2, version 24.3.18
  499. -- Checking for module 'harfbuzz'
  500. --   Found harfbuzz, version 6.0.0
  501. -- freetype2:   YES (ver 24.3.18)
  502. -- harfbuzz:    YES (ver 6.0.0)
  503. -- Found HDF5: /usr/lib/arm-linux-gnueabihf/hdf5/serial/libhdf5.so;/usr/lib/arm-linux-gnueabihf/libcrypto.so;/usr/lib/arm-linux-gnueabihf/libcurl.so;/usr/lib/arm-linux-gnueabihf/libpthread.a;/usr/lib/arm-linux-gnueabihf/libsz.so;/usr/lib/arm-linux-gnueabihf/libz.so;/usr/lib/arm-linux-gnueabihf/libdl.a;/usr/lib/arm-linux-gnueabihf/libm.so (found version "1.10.8")  
  504. -- Julia not found. Not compiling Julia Bindings.
  505. -- Module opencv_ovis disabled because OGRE3D was not found
  506. -- 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.
  507. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
  508. -- Failed to find gflags - Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
  509. -- Failed to find gflags - Could not find gflags include directory, set GFLAGS_INCLUDE_DIR to directory containing gflags/gflags.h
  510. -- Failed to find glog - Could not find glog include directory, set GLOG_INCLUDE_DIR to directory containing glog/logging.h
  511. -- Module opencv_sfm disabled because the following dependencies are not found: Eigen Glog/Gflags
  512. -- Checking for module 'tesseract'
  513. --   Package 'tesseract', required by 'virtual:world', not found
  514. -- Tesseract:   NO
  515. -- Allocator metrics storage type: 'int'
  516. -- Excluding from source files list: modules/imgproc/src/corner.avx.cpp
  517. -- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp
  518. -- Excluding from source files list: modules/imgproc/src/imgwarp.sse4_1.cpp
  519. -- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp
  520. -- Excluding from source files list: modules/imgproc/src/resize.sse4_1.cpp
  521. -- Registering hook 'INIT_MODULE_SOURCES_opencv_dnn': /home/finn/opencv/modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake
  522. -- opencv_dnn: filter out ocl4dnn source code
  523. -- opencv_dnn: filter out cuda4dnn source code
  524. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx.cpp
  525. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx2.cpp
  526. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx512_skx.cpp
  527. -- Excluding from source files list: modules/features2d/src/fast.avx2.cpp
  528. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  529. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  530. -- Performing Test Iconv_IS_BUILT_IN
  531. -- Performing Test Iconv_IS_BUILT_IN - Success
  532. -- wechat_qrcode: Download: detect.caffemodel
  533. -- wechat_qrcode: Download: detect.prototxt
  534. -- wechat_qrcode: Download: sr.caffemodel
  535. -- wechat_qrcode: Download: sr.prototxt
  536. -- highgui: using builtin backend: QT5
  537. -- rgbd: Eigen support is disabled. Eigen is Required for Posegraph optimization
  538. -- xfeatures2d/boostdesc: Download: boostdesc_bgm.i
  539. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_bi.i
  540. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_hd.i
  541. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_064.i
  542. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_128.i
  543. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_256.i
  544. -- xfeatures2d/boostdesc: Download: boostdesc_lbgm.i
  545. -- xfeatures2d/vgg: Download: vgg_generated_48.i
  546. -- xfeatures2d/vgg: Download: vgg_generated_64.i
  547. -- xfeatures2d/vgg: Download: vgg_generated_80.i
  548. -- xfeatures2d/vgg: Download: vgg_generated_120.i
  549. -- data: Download: face_landmark_model.dat
  550. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
  551. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
  552. --
  553. -- General configuration for OpenCV 4.5.3 =====================================
  554. --   Version control:               unknown
  555. --
  556. --   Extra modules:
  557. --     Location (extra):            /home/finn/opencv_contrib/modules
  558. --     Version control (extra):     unknown
  559. --
  560. --   Platform:
  561. --     Timestamp:                   2024-07-23T20:06:11Z
  562. --     Host:                        Linux 6.6.31+rpt-rpi-v8 aarch64
  563. --     CMake:                       3.25.1
  564. --     CMake generator:             Unix Makefiles
  565. --     CMake build tool:            /usr/bin/gmake
  566. --     Configuration:               RELEASE
  567. --
  568. --   CPU/HW features:
  569. --     Baseline:                    VFPV3 NEON
  570. --       requested:                 DETECT
  571. --       required:                  VFPV3 NEON
  572. --
  573. --   C/C++:
  574. --     Built as dynamic libs?:      YES
  575. --     C++ standard:                11
  576. --     C++ Compiler:                /usr/bin/c++  (ver 12.2.0)
  577. --     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 -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -mfpu=neon -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -O3 -DNDEBUG  -DNDEBUG
  578. --     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 -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -mfpu=neon -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -g  -O0 -DDEBUG -D_DEBUG
  579. --     C Compiler:                  /usr/bin/cc
  580. --     C flags (Release):           -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -mfpu=neon -fvisibility=hidden -fopenmp -O3 -DNDEBUG  -DNDEBUG
  581. --     C flags (Debug):             -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -mfpu=neon -fvisibility=hidden -fopenmp -g  -O0 -DDEBUG -D_DEBUG
  582. --     Linker flags (Release):      -Wl,--gc-sections -Wl,--as-needed  
  583. --     Linker flags (Debug):        -Wl,--gc-sections -Wl,--as-needed  
  584. --     ccache:                      NO
  585. --     Precompiled headers:         NO
  586. --     Extra dependencies:          dl m pthread rt
  587. --     3rdparty dependencies:
  588. --
  589. --   OpenCV modules:
  590. --     To be built:                 aruco barcode bgsegm bioinspired calib3d ccalib core cvv datasets dnn dnn_objdetect dnn_superres dpm face features2d flann freetype fuzzy gapi hdf hfs highgui img_hash imgcodecs imgproc intensity_transform line_descriptor mcc ml objdetect optflow phase_unwrapping photo plot python3 quality rapid reg rgbd saliency shape stereo stitching structured_light superres surface_matching text tracking ts video videoio videostab wechat_qrcode xfeatures2d ximgproc xobjdetect xphoto
  591. --     Disabled:                    world
  592. --     Disabled by dependency:      -
  593. --     Unavailable:                 alphamat cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java julia matlab ovis python2 sfm viz
  594. --     Applications:                perf_tests apps
  595. --     Documentation:               NO
  596. --     Non-free algorithms:         YES
  597. --
  598. --   GUI:
  599. --     QT:                          YES (ver 5.15.8)
  600. --       QT OpenGL support:         NO
  601. --     GTK+:                        YES (ver 3.24.38)
  602. --       GThread :                  YES (ver 2.74.6)
  603. --       GtkGlExt:                  NO
  604. --
  605. --   Media I/O:
  606. --     ZLib:                        zlib (ver 1.2.11)
  607. --     JPEG:                        /usr/lib/arm-linux-gnueabihf/libjpeg.so (ver 62)
  608. --     WEBP:                        /usr/lib/arm-linux-gnueabihf/libwebp.so (ver encoder: 0x020f)
  609. --     PNG:                         /usr/lib/arm-linux-gnueabihf/libpng.so (ver 1.6.39)
  610. --     TIFF:                        build (ver 42 - 4.2.0)
  611. --     JPEG 2000:                   build (ver 2.4.0)
  612. --     OpenEXR:                     build (ver 2.3.0)
  613. --     HDR:                         YES
  614. --     SUNRASTER:                   YES
  615. --     PXM:                         YES
  616. --     PFM:                         YES
  617. --
  618. --   Video I/O:
  619. --     DC1394:                      YES (2.2.6)
  620. --     FFMPEG:                      YES
  621. --       avcodec:                   YES (59.37.100)
  622. --       avformat:                  YES (59.27.100)
  623. --       avutil:                    YES (57.28.100)
  624. --       swscale:                   YES (6.7.100)
  625. --       avresample:                NO
  626. --     v4l/v4l2:                    YES (linux/videodev2.h)
  627. --
  628. --   Parallel framework:            TBB (ver 2020.2 interface 11102)
  629. --
  630. --   Trace:                         YES (with Intel ITT)
  631. --
  632. --   Other third-party libraries:
  633. --     Lapack:                      NO
  634. --     Custom HAL:                  YES (carotene (ver 0.0.1))
  635. --     Protobuf:                    build (3.5.1)
  636. --
  637. --   Python 3:
  638. --     Interpreter:                 /home/finn/robot/bin/python3 (ver 3.11.2)
  639. --     Libraries:                   /usr/lib/arm-linux-gnueabihf/libpython3.11.so (ver 3.11.2)
  640. --     numpy:                       /home/finn/robot/lib/python3.11/site-packages/numpy/_core/include (ver 2.0.0)
  641. --     install path:                lib/python3.11/site-packages/cv2/python-3.11
  642. --
  643. --   Python (for build):            /home/finn/robot/bin/python3
  644. --
  645. --   Java:                          
  646. --     ant:                         NO
  647. --     JNI:                         NO
  648. --     Java wrappers:               NO
  649. --     Java tests:                  NO
  650. --
  651. --   Install to:                    /usr/local
  652. -- -----------------------------------------------------------------
  653. --
  654. -- Configuring done
  655. -- Generating done
  656. -- Build files have been written to: /home/finn/opencv/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement