Advertisement
vladislav_larionov

Untitled

Oct 12th, 2023
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.70 KB | None | 0 0
  1. bash-5.0$ apptool build --aarch64
  2. Building target platforms: aarch64-meego-linux-gnu
  3. Building for target aarch64-meego-linux-gnu
  4. Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kAD0rl
  5. + umask 022
  6. + cd /sources/.apptool/arm64
  7. + LANG=C
  8. + export LANG
  9. + unset DISPLAY
  10. + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-z,relro,-z,now -march=armv8-a'
  11. + export CFLAGS
  12. + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-z,relro,-z,now -march=armv8-a'
  13. + export CXXFLAGS
  14. + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-z,relro,-z,now -march=armv8-a -I/usr/lib64/gfortran/modules'
  15. + export FFLAGS
  16. + LD_AS_NEEDED=1
  17. + export LD_AS_NEEDED
  18. + unset PKG_CONFIG_PATH
  19. + PKG_CONFIG_SYSROOT_DIR=/opt/cross/aarch64-meego-linux-gnu/sys-root
  20. + export PKG_CONFIG_SYSROOT_DIR
  21. + PKG_CONFIG_LIBDIR=/opt/cross/aarch64-meego-linux-gnu/sys-root/usr/lib64/pkgconfig:/opt/cross/aarch64-meego-linux-gnu/sys-root/usr/share
  22. + export PKG_CONFIG_LIBDIR
  23. + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-z,relro,-z,now -march=armv8-a'
  24. + export CFLAGS
  25. + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-z,relro,-z,now -march=armv8-a'
  26. + export CXXFLAGS
  27. + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-z,relro,-z,now -march=armv8-a -I/usr/lib64/gfortran/modules'
  28. + export FFLAGS
  29. + cmake ../../ -DCMAKE_TOOLCHAIN_FILE=/usr/share/cmake/toolchain/aarch64-meego-linux-gnu-g++.cmake -DCMAKE_PROJECT_INCLUDE=/usr/share/cmake/toolchain/cross_qt.cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=lib64 -DCMAKE_INSTALL_LIBDIR=lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DCMAKE_SKIP_RPATH:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_SKIP_RPATH:BOOL=OFF
  30. -- The C compiler identification is GNU 12.3.1
  31. -- The CXX compiler identification is GNU 12.3.1
  32. -- Detecting C compiler ABI info
  33. -- Detecting C compiler ABI info - done
  34. -- Check for working C compiler: /opt/cross/bin/aarch64-meego-linux-gnu-gcc - skipped
  35. -- Detecting C compile features
  36. -- Detecting C compile features - done
  37. -- Detecting CXX compiler ABI info
  38. -- Detecting CXX compiler ABI info - done
  39. -- Check for working CXX compiler: /opt/cross/bin/aarch64-meego-linux-gnu-g++ - skipped
  40. -- Detecting CXX compile features
  41. -- Detecting CXX compile features - done
  42. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  43. add_executable cannot create imported target "Qt5::moc" because another
  44. target with the same name already exists.
  45. Call Stack (most recent call first):
  46. opencv/CMakeLists.txt:3 (project)
  47.  
  48.  
  49. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  50. add_executable cannot create imported target "Qt5::uic" because another
  51. target with the same name already exists.
  52. Call Stack (most recent call first):
  53. opencv/CMakeLists.txt:3 (project)
  54.  
  55.  
  56. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  57. add_executable cannot create imported target "Qt5::qmake" because another
  58. target with the same name already exists.
  59. Call Stack (most recent call first):
  60. opencv/CMakeLists.txt:3 (project)
  61.  
  62.  
  63. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  64. add_executable cannot create imported target "Qt5::rcc" because another
  65. target with the same name already exists.
  66. Call Stack (most recent call first):
  67. opencv/CMakeLists.txt:3 (project)
  68.  
  69.  
  70. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  71. add_executable cannot create imported target "Qt5::lrelease" because
  72. another target with the same name already exists.
  73. Call Stack (most recent call first):
  74. opencv/CMakeLists.txt:3 (project)
  75.  
  76.  
  77. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  78. add_executable cannot create imported target "Qt5::moc" because another
  79. target with the same name already exists.
  80. Call Stack (most recent call first):
  81. opencv/opencv/CMakeLists.txt:142 (project)
  82.  
  83.  
  84. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  85. add_executable cannot create imported target "Qt5::uic" because another
  86. target with the same name already exists.
  87. Call Stack (most recent call first):
  88. opencv/opencv/CMakeLists.txt:142 (project)
  89.  
  90.  
  91. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  92. add_executable cannot create imported target "Qt5::qmake" because another
  93. target with the same name already exists.
  94. Call Stack (most recent call first):
  95. opencv/opencv/CMakeLists.txt:142 (project)
  96.  
  97.  
  98. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  99. add_executable cannot create imported target "Qt5::rcc" because another
  100. target with the same name already exists.
  101. Call Stack (most recent call first):
  102. opencv/opencv/CMakeLists.txt:142 (project)
  103.  
  104.  
  105. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  106. add_executable cannot create imported target "Qt5::lrelease" because
  107. another target with the same name already exists.
  108. Call Stack (most recent call first):
  109. opencv/opencv/CMakeLists.txt:142 (project)
  110.  
  111.  
  112. -- ocv_init_download: Unable to recognize git server of OpenCV source code. Using github.com to download 3rdparty components.
  113. CMake Warning at opencv/opencv/cmake/OpenCVDetectCXXCompiler.cmake:77 (message):
  114. OpenCV: CMAKE_SYSTEM_PROCESSOR is not defined. Perhaps CMake toolchain is
  115. broken
  116. Call Stack (most recent call first):
  117. opencv/opencv/CMakeLists.txt:167 (include)
  118.  
  119.  
  120. -- Detected processor:
  121. CMake Warning at opencv/opencv/cmake/OpenCVDetectCXXCompiler.cmake:107 (message):
  122. OpenCV: unrecognized target processor configuration
  123. Call Stack (most recent call first):
  124. opencv/opencv/CMakeLists.txt:167 (include)
  125.  
  126.  
  127. -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2.7")
  128. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.11", minimum required is "3.2")
  129. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is at least version "3.8")
  130. -- Cannot probe for Python/Numpy support (because we are cross-compiling OpenCV)
  131. -- If you want to enable Python/Numpy support, set the following variables:
  132. -- PYTHON2_INCLUDE_PATH
  133. -- PYTHON2_LIBRARIES (optional on Unix-like systems)
  134. -- PYTHON2_NUMPY_INCLUDE_DIRS
  135. -- PYTHON3_INCLUDE_PATH
  136. -- PYTHON3_LIBRARIES (optional on Unix-like systems)
  137. -- PYTHON3_NUMPY_INCLUDE_DIRS
  138. -- Looking for ccache - not found
  139. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  140. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  141. -- Performing Test HAVE_C_FSIGNED_CHAR
  142. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  143. -- Performing Test HAVE_CXX_W
  144. -- Performing Test HAVE_CXX_W - Success
  145. -- Performing Test HAVE_C_W
  146. -- Performing Test HAVE_C_W - Success
  147. -- Performing Test HAVE_CXX_WALL
  148. -- Performing Test HAVE_CXX_WALL - Success
  149. -- Performing Test HAVE_C_WALL
  150. -- Performing Test HAVE_C_WALL - Success
  151. -- Performing Test HAVE_CXX_WRETURN_TYPE
  152. -- Performing Test HAVE_CXX_WRETURN_TYPE - Success
  153. -- Performing Test HAVE_C_WRETURN_TYPE
  154. -- Performing Test HAVE_C_WRETURN_TYPE - Success
  155. -- Performing Test HAVE_CXX_WNON_VIRTUAL_DTOR
  156. -- Performing Test HAVE_CXX_WNON_VIRTUAL_DTOR - Success
  157. -- Performing Test HAVE_C_WNON_VIRTUAL_DTOR
  158. -- Performing Test HAVE_C_WNON_VIRTUAL_DTOR - Failed
  159. -- Performing Test HAVE_CXX_WADDRESS
  160. -- Performing Test HAVE_CXX_WADDRESS - Success
  161. -- Performing Test HAVE_C_WADDRESS
  162. -- Performing Test HAVE_C_WADDRESS - Success
  163. -- Performing Test HAVE_CXX_WSEQUENCE_POINT
  164. -- Performing Test HAVE_CXX_WSEQUENCE_POINT - Success
  165. -- Performing Test HAVE_C_WSEQUENCE_POINT
  166. -- Performing Test HAVE_C_WSEQUENCE_POINT - Success
  167. -- Performing Test HAVE_CXX_WFORMAT
  168. -- Performing Test HAVE_CXX_WFORMAT - Success
  169. -- Performing Test HAVE_C_WFORMAT
  170. -- Performing Test HAVE_C_WFORMAT - Success
  171. -- Performing Test HAVE_CXX_WFORMAT_SECURITY
  172. -- Performing Test HAVE_CXX_WFORMAT_SECURITY - Success
  173. -- Performing Test HAVE_C_WFORMAT_SECURITY
  174. -- Performing Test HAVE_C_WFORMAT_SECURITY - Success
  175. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  176. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  177. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  178. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  179. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  180. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  181. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  182. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  183. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  184. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  185. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  186. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  187. -- Performing Test HAVE_CXX_WUNDEF
  188. -- Performing Test HAVE_CXX_WUNDEF - Success
  189. -- Performing Test HAVE_C_WUNDEF
  190. -- Performing Test HAVE_C_WUNDEF - Success
  191. -- Performing Test HAVE_CXX_WINIT_SELF
  192. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  193. -- Performing Test HAVE_C_WINIT_SELF
  194. -- Performing Test HAVE_C_WINIT_SELF - Success
  195. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  196. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  197. -- Performing Test HAVE_C_WPOINTER_ARITH
  198. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  199. -- Performing Test HAVE_CXX_WSHADOW
  200. -- Performing Test HAVE_CXX_WSHADOW - Success
  201. -- Performing Test HAVE_C_WSHADOW
  202. -- Performing Test HAVE_C_WSHADOW - Success
  203. -- Performing Test HAVE_CXX_WSIGN_PROMO
  204. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  205. -- Performing Test HAVE_C_WSIGN_PROMO
  206. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  207. -- Performing Test HAVE_CXX_WUNINITIALIZED
  208. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  209. -- Performing Test HAVE_C_WUNINITIALIZED
  210. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  211. -- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE
  212. -- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE - Success
  213. -- Performing Test HAVE_C_WSUGGEST_OVERRIDE
  214. -- Performing Test HAVE_C_WSUGGEST_OVERRIDE - Failed
  215. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  216. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  217. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  218. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  219. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  220. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  221. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  222. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  223. -- Performing Test HAVE_CXX_WNO_COMMENT
  224. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  225. -- Performing Test HAVE_C_WNO_COMMENT
  226. -- Performing Test HAVE_C_WNO_COMMENT - Success
  227. -- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3
  228. -- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3 - Success
  229. -- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3
  230. -- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3 - Success
  231. -- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW
  232. -- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW - Success
  233. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
  234. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
  235. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  236. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  237. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  238. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  239. -- Performing Test HAVE_CXX_PTHREAD
  240. -- Performing Test HAVE_CXX_PTHREAD - Success
  241. -- Performing Test HAVE_C_PTHREAD
  242. -- Performing Test HAVE_C_PTHREAD - Success
  243. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  244. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  245. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  246. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  247. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  248. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  249. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  250. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  251. -- Performing Test HAVE_CXX_FDATA_SECTIONS
  252. -- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
  253. -- Performing Test HAVE_C_FDATA_SECTIONS
  254. -- Performing Test HAVE_C_FDATA_SECTIONS - Success
  255. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  256. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  257. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  258. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  259. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  260. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  261. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  262. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  263. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  264. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  265. -- Performing Test HAVE_LINK_AS_NEEDED
  266. -- Performing Test HAVE_LINK_AS_NEEDED - Success
  267. -- Performing Test HAVE_LINK_NO_UNDEFINED
  268. -- Performing Test HAVE_LINK_NO_UNDEFINED - Success
  269. -- Looking for pthread.h
  270. -- Looking for pthread.h - found
  271. -- Looking for posix_memalign
  272. -- Looking for posix_memalign - found
  273. -- Looking for malloc.h
  274. -- Looking for malloc.h - found
  275. -- Looking for memalign
  276. -- Looking for memalign - found
  277. -- Check if the system is big endian
  278. -- Searching 16 bit integer
  279. -- Looking for sys/types.h
  280. -- Looking for sys/types.h - found
  281. -- Looking for stdint.h
  282. -- Looking for stdint.h - found
  283. -- Looking for stddef.h
  284. -- Looking for stddef.h - found
  285. -- Check size of unsigned short
  286. -- Check size of unsigned short - done
  287. -- Searching 16 bit integer - Using unsigned short
  288. -- Check if the system is big endian - little endian
  289. -- Found ZLIB: /opt/cross/aarch64-meego-linux-gnu/sys-root/lib64/libz.so (found suitable version "1.2.12", minimum required is "1.2.3")
  290. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  291. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  292. add_executable cannot create imported target "Qt5::moc" because another
  293. target with the same name already exists.
  294. Call Stack (most recent call first):
  295. opencv/opencv/3rdparty/libjpeg-turbo/CMakeLists.txt:1 (project)
  296.  
  297.  
  298. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  299. add_executable cannot create imported target "Qt5::uic" because another
  300. target with the same name already exists.
  301. Call Stack (most recent call first):
  302. opencv/opencv/3rdparty/libjpeg-turbo/CMakeLists.txt:1 (project)
  303.  
  304.  
  305. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  306. add_executable cannot create imported target "Qt5::qmake" because another
  307. target with the same name already exists.
  308. Call Stack (most recent call first):
  309. opencv/opencv/3rdparty/libjpeg-turbo/CMakeLists.txt:1 (project)
  310.  
  311.  
  312. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  313. add_executable cannot create imported target "Qt5::rcc" because another
  314. target with the same name already exists.
  315. Call Stack (most recent call first):
  316. opencv/opencv/3rdparty/libjpeg-turbo/CMakeLists.txt:1 (project)
  317.  
  318.  
  319. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  320. add_executable cannot create imported target "Qt5::lrelease" because
  321. another target with the same name already exists.
  322. Call Stack (most recent call first):
  323. opencv/opencv/3rdparty/libjpeg-turbo/CMakeLists.txt:1 (project)
  324.  
  325.  
  326. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
  327. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
  328. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  329. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  330. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32
  331. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32 - Failed
  332. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
  333. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Success
  334. -- libjpeg-turbo: VERSION = 2.1.3, BUILD = opencv-4.7.0-libjpeg-turbo
  335. CMake Error at opencv/opencv/3rdparty/libjpeg-turbo/CMakeLists.txt:19 (string):
  336. string no output variable specified
  337.  
  338.  
  339. -- Check size of size_t
  340. -- Check size of size_t - done
  341. -- Check size of unsigned long
  342. -- Check size of unsigned long - done
  343. -- Performing Test HAVE_BUILTIN_CTZL
  344. -- Performing Test HAVE_BUILTIN_CTZL - Success
  345. -- Looking for include file locale.h
  346. -- Looking for include file locale.h - found
  347. -- Looking for include file stdlib.h
  348. -- Looking for include file stdlib.h - found
  349. -- Looking for include file sys/types.h
  350. -- Looking for include file sys/types.h - found
  351. -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
  352. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  353. add_executable cannot create imported target "Qt5::moc" because another
  354. target with the same name already exists.
  355. Call Stack (most recent call first):
  356. opencv/opencv/3rdparty/libtiff/CMakeLists.txt:5 (project)
  357.  
  358.  
  359. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  360. add_executable cannot create imported target "Qt5::uic" because another
  361. target with the same name already exists.
  362. Call Stack (most recent call first):
  363. opencv/opencv/3rdparty/libtiff/CMakeLists.txt:5 (project)
  364.  
  365.  
  366. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  367. add_executable cannot create imported target "Qt5::qmake" because another
  368. target with the same name already exists.
  369. Call Stack (most recent call first):
  370. opencv/opencv/3rdparty/libtiff/CMakeLists.txt:5 (project)
  371.  
  372.  
  373. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  374. add_executable cannot create imported target "Qt5::rcc" because another
  375. target with the same name already exists.
  376. Call Stack (most recent call first):
  377. opencv/opencv/3rdparty/libtiff/CMakeLists.txt:5 (project)
  378.  
  379.  
  380. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  381. add_executable cannot create imported target "Qt5::lrelease" because
  382. another target with the same name already exists.
  383. Call Stack (most recent call first):
  384. opencv/opencv/3rdparty/libtiff/CMakeLists.txt:5 (project)
  385.  
  386.  
  387. -- Looking for assert.h
  388. -- Looking for assert.h - found
  389. -- Looking for dlfcn.h
  390. -- Looking for dlfcn.h - found
  391. -- Looking for fcntl.h
  392. -- Looking for fcntl.h - found
  393. -- Looking for inttypes.h
  394. -- Looking for inttypes.h - found
  395. -- Looking for io.h
  396. -- Looking for io.h - not found
  397. -- Looking for limits.h
  398. -- Looking for limits.h - found
  399. -- Looking for memory.h
  400. -- Looking for memory.h - found
  401. -- Looking for search.h
  402. -- Looking for search.h - found
  403. -- Looking for string.h
  404. -- Looking for string.h - found
  405. -- Looking for strings.h
  406. -- Looking for strings.h - found
  407. -- Looking for sys/time.h
  408. -- Looking for sys/time.h - found
  409. -- Looking for unistd.h
  410. -- Looking for unistd.h - found
  411. -- Performing Test C_HAS_inline
  412. -- Performing Test C_HAS_inline - Success
  413. -- Check size of signed short
  414. -- Check size of signed short - done
  415. -- Check size of unsigned short
  416. -- Check size of unsigned short - done
  417. -- Check size of signed int
  418. -- Check size of signed int - done
  419. -- Check size of unsigned int
  420. -- Check size of unsigned int - done
  421. -- Check size of signed long
  422. -- Check size of signed long - done
  423. -- Check size of signed long long
  424. -- Check size of signed long long - done
  425. -- Check size of unsigned long long
  426. -- Check size of unsigned long long - done
  427. -- Check size of unsigned char *
  428. -- Check size of unsigned char * - done
  429. -- Check size of ptrdiff_t
  430. -- Check size of ptrdiff_t - done
  431. -- Check size of INT8
  432. -- Check size of INT8 - failed
  433. -- Check size of INT16
  434. -- Check size of INT16 - failed
  435. -- Check size of INT32
  436. -- Check size of INT32 - failed
  437. -- Looking for floor
  438. -- Looking for floor - found
  439. -- Looking for pow
  440. -- Looking for pow - found
  441. -- Looking for sqrt
  442. -- Looking for sqrt - found
  443. -- Looking for isascii
  444. -- Looking for isascii - found
  445. -- Looking for memset
  446. -- Looking for memset - found
  447. -- Looking for mmap
  448. -- Looking for mmap - found
  449. -- Looking for getopt
  450. -- Looking for getopt - found
  451. -- Looking for memmove
  452. -- Looking for memmove - found
  453. -- Looking for setmode
  454. -- Looking for setmode - not found
  455. -- Looking for strcasecmp
  456. -- Looking for strcasecmp - found
  457. -- Looking for strchr
  458. -- Looking for strchr - found
  459. -- Looking for strrchr
  460. -- Looking for strrchr - found
  461. -- Looking for strstr
  462. -- Looking for strstr - found
  463. -- Looking for strtol
  464. -- Looking for strtol - found
  465. -- Looking for strtol
  466. -- Looking for strtol - found
  467. -- Looking for strtoull
  468. -- Looking for strtoull - found
  469. -- Looking for lfind
  470. -- Looking for lfind - found
  471. -- Performing Test HAVE_SNPRINTF
  472. -- Performing Test HAVE_SNPRINTF - Success
  473. -- Check if the system is big endian
  474. -- Searching 16 bit integer
  475. -- Searching 16 bit integer - Using unsigned short
  476. -- Check if the system is big endian - little endian
  477. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE
  478. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE - Success
  479. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  480. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  481. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  482. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  483. -- Performing Test HAVE_C_WNO_UNDEF
  484. -- Performing Test HAVE_C_WNO_UNDEF - Success
  485. -- Performing Test HAVE_C_WNO_UNUSED
  486. -- Performing Test HAVE_C_WNO_UNUSED - Success
  487. -- Performing Test HAVE_C_WNO_CAST_ALIGN
  488. -- Performing Test HAVE_C_WNO_CAST_ALIGN - Success
  489. -- Performing Test HAVE_C_WNO_SHADOW
  490. -- Performing Test HAVE_C_WNO_SHADOW - Success
  491. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  492. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  493. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST
  494. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST - Success
  495. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST
  496. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST - Success
  497. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION
  498. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION - Success
  499. -- Performing Test HAVE_C_WNO_ARRAY_PARAMETER
  500. -- Performing Test HAVE_C_WNO_ARRAY_PARAMETER - Success
  501. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES
  502. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success
  503. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  504. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  505. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  506. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  507. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  508. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  509. -- Performing Test HAVE_CXX_WNO_UNDEF
  510. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  511. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  512. add_executable cannot create imported target "Qt5::moc" because another
  513. target with the same name already exists.
  514. Call Stack (most recent call first):
  515. opencv/opencv/3rdparty/libwebp/CMakeLists.txt:5 (project)
  516.  
  517.  
  518. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  519. add_executable cannot create imported target "Qt5::uic" because another
  520. target with the same name already exists.
  521. Call Stack (most recent call first):
  522. opencv/opencv/3rdparty/libwebp/CMakeLists.txt:5 (project)
  523.  
  524.  
  525. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  526. add_executable cannot create imported target "Qt5::qmake" because another
  527. target with the same name already exists.
  528. Call Stack (most recent call first):
  529. opencv/opencv/3rdparty/libwebp/CMakeLists.txt:5 (project)
  530.  
  531.  
  532. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  533. add_executable cannot create imported target "Qt5::rcc" because another
  534. target with the same name already exists.
  535. Call Stack (most recent call first):
  536. opencv/opencv/3rdparty/libwebp/CMakeLists.txt:5 (project)
  537.  
  538.  
  539. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  540. add_executable cannot create imported target "Qt5::lrelease" because
  541. another target with the same name already exists.
  542. Call Stack (most recent call first):
  543. opencv/opencv/3rdparty/libwebp/CMakeLists.txt:5 (project)
  544.  
  545.  
  546. -- Performing Test HAVE_C_STD_C99
  547. -- Performing Test HAVE_C_STD_C99 - Success
  548. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  549. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  550. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  551. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  552. -- Could NOT find OpenJPEG (minimal suitable version: 2.0, recommended version >= 2.3.1). OpenJPEG will be built from sources
  553. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  554. add_executable cannot create imported target "Qt5::moc" because another
  555. target with the same name already exists.
  556. Call Stack (most recent call first):
  557. opencv/opencv/3rdparty/openjpeg/CMakeLists.txt:12 (project)
  558.  
  559.  
  560. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  561. add_executable cannot create imported target "Qt5::uic" because another
  562. target with the same name already exists.
  563. Call Stack (most recent call first):
  564. opencv/opencv/3rdparty/openjpeg/CMakeLists.txt:12 (project)
  565.  
  566.  
  567. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  568. add_executable cannot create imported target "Qt5::qmake" because another
  569. target with the same name already exists.
  570. Call Stack (most recent call first):
  571. opencv/opencv/3rdparty/openjpeg/CMakeLists.txt:12 (project)
  572.  
  573.  
  574. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  575. add_executable cannot create imported target "Qt5::rcc" because another
  576. target with the same name already exists.
  577. Call Stack (most recent call first):
  578. opencv/opencv/3rdparty/openjpeg/CMakeLists.txt:12 (project)
  579.  
  580.  
  581. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  582. add_executable cannot create imported target "Qt5::lrelease" because
  583. another target with the same name already exists.
  584. Call Stack (most recent call first):
  585. opencv/opencv/3rdparty/openjpeg/CMakeLists.txt:12 (project)
  586.  
  587.  
  588. -- Performing Test HAVE_C_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION
  589. -- Performing Test HAVE_C_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION - Failed
  590. -- OpenJPEG: VERSION = 2.4.0, BUILD = opencv-4.7.0-openjp2-2.4.0
  591. -- Check if the system is big endian
  592. -- Searching 16 bit integer
  593. -- Searching 16 bit integer - Using unsigned short
  594. -- Check if the system is big endian - little endian
  595. -- Looking for stdio.h
  596. -- Looking for stdio.h - found
  597. -- Looking for math.h
  598. -- Looking for math.h - found
  599. -- Looking for float.h
  600. -- Looking for float.h - found
  601. -- Looking for time.h
  602. -- Looking for time.h - found
  603. -- Looking for stdarg.h
  604. -- Looking for stdarg.h - found
  605. -- Looking for ctype.h
  606. -- Looking for ctype.h - found
  607. -- Looking for stdint.h
  608. -- Looking for stdint.h - found
  609. -- Looking for inttypes.h
  610. -- Looking for inttypes.h - found
  611. -- Looking for sys/stat.h
  612. -- Looking for sys/stat.h - found
  613. -- Looking for include file malloc.h
  614. -- Looking for include file malloc.h - found
  615. -- Looking for _aligned_malloc
  616. -- Looking for _aligned_malloc - not found
  617. -- Looking for posix_memalign
  618. -- Looking for posix_memalign - found
  619. -- Looking for memalign
  620. -- Looking for memalign - found
  621. -- Performing Test HAVE_C_WNO_CAST_FUNCTION_TYPE
  622. -- Performing Test HAVE_C_WNO_CAST_FUNCTION_TYPE - Success
  623. -- OpenJPEG libraries will be built from sources: libopenjp2 (version "2.4.0")
  624. -- Found ZLIB: /opt/cross/aarch64-meego-linux-gnu/sys-root/lib64/libz.so (found version "1.2.12")
  625. -- Found PNG: /opt/cross/aarch64-meego-linux-gnu/sys-root/lib64/libpng.so (found version "1.6.37")
  626. -- Looking for /opt/cross/aarch64-meego-linux-gnu/sys-root/usr/include/libpng/png.h
  627. -- Looking for /opt/cross/aarch64-meego-linux-gnu/sys-root/usr/include/libpng/png.h - not found
  628. -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
  629. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  630. -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
  631. -- Looking for sgemm_
  632. -- Looking for sgemm_ - not found
  633. -- Found Threads: TRUE
  634. -- Could NOT find BLAS (missing: BLAS_LIBRARIES)
  635. -- Could NOT find LAPACK (missing: LAPACK_LIBRARIES)
  636. Reason given by package: LAPACK could not be found because dependency BLAS could not be found.
  637.  
  638. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  639. add_executable cannot create imported target "Qt5::moc" because another
  640. target with the same name already exists.
  641. Call Stack (most recent call first):
  642. opencv/opencv/3rdparty/quirc/CMakeLists.txt:1 (project)
  643.  
  644.  
  645. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  646. add_executable cannot create imported target "Qt5::uic" because another
  647. target with the same name already exists.
  648. Call Stack (most recent call first):
  649. opencv/opencv/3rdparty/quirc/CMakeLists.txt:1 (project)
  650.  
  651.  
  652. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  653. add_executable cannot create imported target "Qt5::qmake" because another
  654. target with the same name already exists.
  655. Call Stack (most recent call first):
  656. opencv/opencv/3rdparty/quirc/CMakeLists.txt:1 (project)
  657.  
  658.  
  659. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  660. add_executable cannot create imported target "Qt5::rcc" because another
  661. target with the same name already exists.
  662. Call Stack (most recent call first):
  663. opencv/opencv/3rdparty/quirc/CMakeLists.txt:1 (project)
  664.  
  665.  
  666. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  667. add_executable cannot create imported target "Qt5::lrelease" because
  668. another target with the same name already exists.
  669. Call Stack (most recent call first):
  670. opencv/opencv/3rdparty/quirc/CMakeLists.txt:1 (project)
  671.  
  672.  
  673. -- Checking for module 'gtk+-3.0'
  674. -- No package 'gtk+-3.0' found
  675. -- Checking for module 'gtk+-2.0'
  676. -- No package 'gtk+-2.0' found
  677. -- Checking for module 'gthread-2.0'
  678. -- Found gthread-2.0, version 2.66.2
  679. -- Checking for module 'libdc1394-2'
  680. -- No package 'libdc1394-2' found
  681. -- Looking for linux/videodev2.h
  682. -- Looking for linux/videodev2.h - found
  683. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  684. add_executable cannot create imported target "Qt5::moc" because another
  685. target with the same name already exists.
  686. Call Stack (most recent call first):
  687. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  688. opencv/opencv/modules/core/CMakeLists.txt:33 (ocv_add_module)
  689.  
  690.  
  691. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  692. add_executable cannot create imported target "Qt5::uic" because another
  693. target with the same name already exists.
  694. Call Stack (most recent call first):
  695. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  696. opencv/opencv/modules/core/CMakeLists.txt:33 (ocv_add_module)
  697.  
  698.  
  699. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  700. add_executable cannot create imported target "Qt5::qmake" because another
  701. target with the same name already exists.
  702. Call Stack (most recent call first):
  703. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  704. opencv/opencv/modules/core/CMakeLists.txt:33 (ocv_add_module)
  705.  
  706.  
  707. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  708. add_executable cannot create imported target "Qt5::rcc" because another
  709. target with the same name already exists.
  710. Call Stack (most recent call first):
  711. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  712. opencv/opencv/modules/core/CMakeLists.txt:33 (ocv_add_module)
  713.  
  714.  
  715. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  716. add_executable cannot create imported target "Qt5::lrelease" because
  717. another target with the same name already exists.
  718. Call Stack (most recent call first):
  719. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  720. opencv/opencv/modules/core/CMakeLists.txt:33 (ocv_add_module)
  721.  
  722.  
  723. -- Allocator metrics storage type: 'int'
  724. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  725. add_executable cannot create imported target "Qt5::moc" because another
  726. target with the same name already exists.
  727. Call Stack (most recent call first):
  728. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  729. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  730. opencv/opencv/modules/flann/CMakeLists.txt:2 (ocv_define_module)
  731.  
  732.  
  733. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  734. add_executable cannot create imported target "Qt5::uic" because another
  735. target with the same name already exists.
  736. Call Stack (most recent call first):
  737. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  738. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  739. opencv/opencv/modules/flann/CMakeLists.txt:2 (ocv_define_module)
  740.  
  741.  
  742. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  743. add_executable cannot create imported target "Qt5::qmake" because another
  744. target with the same name already exists.
  745. Call Stack (most recent call first):
  746. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  747. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  748. opencv/opencv/modules/flann/CMakeLists.txt:2 (ocv_define_module)
  749.  
  750.  
  751. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  752. add_executable cannot create imported target "Qt5::rcc" because another
  753. target with the same name already exists.
  754. Call Stack (most recent call first):
  755. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  756. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  757. opencv/opencv/modules/flann/CMakeLists.txt:2 (ocv_define_module)
  758.  
  759.  
  760. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  761. add_executable cannot create imported target "Qt5::lrelease" because
  762. another target with the same name already exists.
  763. Call Stack (most recent call first):
  764. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  765. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  766. opencv/opencv/modules/flann/CMakeLists.txt:2 (ocv_define_module)
  767.  
  768.  
  769. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  770. add_executable cannot create imported target "Qt5::moc" because another
  771. target with the same name already exists.
  772. Call Stack (most recent call first):
  773. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  774. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  775. opencv/opencv/modules/imgproc/CMakeLists.txt:13 (ocv_define_module)
  776.  
  777.  
  778. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  779. add_executable cannot create imported target "Qt5::uic" because another
  780. target with the same name already exists.
  781. Call Stack (most recent call first):
  782. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  783. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  784. opencv/opencv/modules/imgproc/CMakeLists.txt:13 (ocv_define_module)
  785.  
  786.  
  787. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  788. add_executable cannot create imported target "Qt5::qmake" because another
  789. target with the same name already exists.
  790. Call Stack (most recent call first):
  791. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  792. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  793. opencv/opencv/modules/imgproc/CMakeLists.txt:13 (ocv_define_module)
  794.  
  795.  
  796. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  797. add_executable cannot create imported target "Qt5::rcc" because another
  798. target with the same name already exists.
  799. Call Stack (most recent call first):
  800. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  801. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  802. opencv/opencv/modules/imgproc/CMakeLists.txt:13 (ocv_define_module)
  803.  
  804.  
  805. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  806. add_executable cannot create imported target "Qt5::lrelease" because
  807. another target with the same name already exists.
  808. Call Stack (most recent call first):
  809. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  810. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  811. opencv/opencv/modules/imgproc/CMakeLists.txt:13 (ocv_define_module)
  812.  
  813.  
  814. -- Excluding from source files list: modules/imgproc/src/corner.avx.cpp
  815. -- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp
  816. -- Excluding from source files list: modules/imgproc/src/imgwarp.lasx.cpp
  817. -- Excluding from source files list: modules/imgproc/src/imgwarp.sse4_1.cpp
  818. -- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp
  819. -- Excluding from source files list: modules/imgproc/src/resize.lasx.cpp
  820. -- Excluding from source files list: modules/imgproc/src/resize.sse4_1.cpp
  821. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  822. add_executable cannot create imported target "Qt5::moc" because another
  823. target with the same name already exists.
  824. Call Stack (most recent call first):
  825. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  826. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  827. opencv/opencv/modules/ml/CMakeLists.txt:2 (ocv_define_module)
  828.  
  829.  
  830. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  831. add_executable cannot create imported target "Qt5::uic" because another
  832. target with the same name already exists.
  833. Call Stack (most recent call first):
  834. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  835. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  836. opencv/opencv/modules/ml/CMakeLists.txt:2 (ocv_define_module)
  837.  
  838.  
  839. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  840. add_executable cannot create imported target "Qt5::qmake" because another
  841. target with the same name already exists.
  842. Call Stack (most recent call first):
  843. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  844. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  845. opencv/opencv/modules/ml/CMakeLists.txt:2 (ocv_define_module)
  846.  
  847.  
  848. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  849. add_executable cannot create imported target "Qt5::rcc" because another
  850. target with the same name already exists.
  851. Call Stack (most recent call first):
  852. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  853. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  854. opencv/opencv/modules/ml/CMakeLists.txt:2 (ocv_define_module)
  855.  
  856.  
  857. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  858. add_executable cannot create imported target "Qt5::lrelease" because
  859. another target with the same name already exists.
  860. Call Stack (most recent call first):
  861. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  862. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  863. opencv/opencv/modules/ml/CMakeLists.txt:2 (ocv_define_module)
  864.  
  865.  
  866. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  867. add_executable cannot create imported target "Qt5::moc" because another
  868. target with the same name already exists.
  869. Call Stack (most recent call first):
  870. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  871. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  872. opencv/opencv/modules/photo/CMakeLists.txt:7 (ocv_define_module)
  873.  
  874.  
  875. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  876. add_executable cannot create imported target "Qt5::uic" because another
  877. target with the same name already exists.
  878. Call Stack (most recent call first):
  879. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  880. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  881. opencv/opencv/modules/photo/CMakeLists.txt:7 (ocv_define_module)
  882.  
  883.  
  884. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  885. add_executable cannot create imported target "Qt5::qmake" because another
  886. target with the same name already exists.
  887. Call Stack (most recent call first):
  888. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  889. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  890. opencv/opencv/modules/photo/CMakeLists.txt:7 (ocv_define_module)
  891.  
  892.  
  893. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  894. add_executable cannot create imported target "Qt5::rcc" because another
  895. target with the same name already exists.
  896. Call Stack (most recent call first):
  897. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  898. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  899. opencv/opencv/modules/photo/CMakeLists.txt:7 (ocv_define_module)
  900.  
  901.  
  902. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  903. add_executable cannot create imported target "Qt5::lrelease" because
  904. another target with the same name already exists.
  905. Call Stack (most recent call first):
  906. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  907. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  908. opencv/opencv/modules/photo/CMakeLists.txt:7 (ocv_define_module)
  909.  
  910.  
  911. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  912. add_executable cannot create imported target "Qt5::moc" because another
  913. target with the same name already exists.
  914. Call Stack (most recent call first):
  915. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  916. opencv/opencv/modules/python/test/CMakeLists.txt:3 (ocv_add_module)
  917.  
  918.  
  919. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  920. add_executable cannot create imported target "Qt5::uic" because another
  921. target with the same name already exists.
  922. Call Stack (most recent call first):
  923. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  924. opencv/opencv/modules/python/test/CMakeLists.txt:3 (ocv_add_module)
  925.  
  926.  
  927. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  928. add_executable cannot create imported target "Qt5::qmake" because another
  929. target with the same name already exists.
  930. Call Stack (most recent call first):
  931. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  932. opencv/opencv/modules/python/test/CMakeLists.txt:3 (ocv_add_module)
  933.  
  934.  
  935. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  936. add_executable cannot create imported target "Qt5::rcc" because another
  937. target with the same name already exists.
  938. Call Stack (most recent call first):
  939. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  940. opencv/opencv/modules/python/test/CMakeLists.txt:3 (ocv_add_module)
  941.  
  942.  
  943. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  944. add_executable cannot create imported target "Qt5::lrelease" because
  945. another target with the same name already exists.
  946. Call Stack (most recent call first):
  947. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  948. opencv/opencv/modules/python/test/CMakeLists.txt:3 (ocv_add_module)
  949.  
  950.  
  951. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  952. add_executable cannot create imported target "Qt5::moc" because another
  953. target with the same name already exists.
  954. Call Stack (most recent call first):
  955. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  956. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  957. opencv/opencv/modules/features2d/CMakeLists.txt:9 (ocv_define_module)
  958.  
  959.  
  960. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  961. add_executable cannot create imported target "Qt5::uic" because another
  962. target with the same name already exists.
  963. Call Stack (most recent call first):
  964. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  965. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  966. opencv/opencv/modules/features2d/CMakeLists.txt:9 (ocv_define_module)
  967.  
  968.  
  969. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  970. add_executable cannot create imported target "Qt5::qmake" because another
  971. target with the same name already exists.
  972. Call Stack (most recent call first):
  973. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  974. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  975. opencv/opencv/modules/features2d/CMakeLists.txt:9 (ocv_define_module)
  976.  
  977.  
  978. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  979. add_executable cannot create imported target "Qt5::rcc" because another
  980. target with the same name already exists.
  981. Call Stack (most recent call first):
  982. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  983. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  984. opencv/opencv/modules/features2d/CMakeLists.txt:9 (ocv_define_module)
  985.  
  986.  
  987. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  988. add_executable cannot create imported target "Qt5::lrelease" because
  989. another target with the same name already exists.
  990. Call Stack (most recent call first):
  991. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  992. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  993. opencv/opencv/modules/features2d/CMakeLists.txt:9 (ocv_define_module)
  994.  
  995.  
  996. -- Excluding from source files list: modules/features2d/src/fast.avx2.cpp
  997. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  998. add_executable cannot create imported target "Qt5::moc" because another
  999. target with the same name already exists.
  1000. Call Stack (most recent call first):
  1001. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1002. opencv/opencv/modules/imgcodecs/CMakeLists.txt:2 (ocv_add_module)
  1003.  
  1004.  
  1005. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1006. add_executable cannot create imported target "Qt5::uic" because another
  1007. target with the same name already exists.
  1008. Call Stack (most recent call first):
  1009. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1010. opencv/opencv/modules/imgcodecs/CMakeLists.txt:2 (ocv_add_module)
  1011.  
  1012.  
  1013. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1014. add_executable cannot create imported target "Qt5::qmake" because another
  1015. target with the same name already exists.
  1016. Call Stack (most recent call first):
  1017. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1018. opencv/opencv/modules/imgcodecs/CMakeLists.txt:2 (ocv_add_module)
  1019.  
  1020.  
  1021. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1022. add_executable cannot create imported target "Qt5::rcc" because another
  1023. target with the same name already exists.
  1024. Call Stack (most recent call first):
  1025. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1026. opencv/opencv/modules/imgcodecs/CMakeLists.txt:2 (ocv_add_module)
  1027.  
  1028.  
  1029. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1030. add_executable cannot create imported target "Qt5::lrelease" because
  1031. another target with the same name already exists.
  1032. Call Stack (most recent call first):
  1033. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1034. opencv/opencv/modules/imgcodecs/CMakeLists.txt:2 (ocv_add_module)
  1035.  
  1036.  
  1037. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  1038. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  1039. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1040. add_executable cannot create imported target "Qt5::moc" because another
  1041. target with the same name already exists.
  1042. Call Stack (most recent call first):
  1043. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1044. opencv/opencv/modules/videoio/CMakeLists.txt:24 (ocv_add_module)
  1045.  
  1046.  
  1047. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1048. add_executable cannot create imported target "Qt5::uic" because another
  1049. target with the same name already exists.
  1050. Call Stack (most recent call first):
  1051. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1052. opencv/opencv/modules/videoio/CMakeLists.txt:24 (ocv_add_module)
  1053.  
  1054.  
  1055. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1056. add_executable cannot create imported target "Qt5::qmake" because another
  1057. target with the same name already exists.
  1058. Call Stack (most recent call first):
  1059. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1060. opencv/opencv/modules/videoio/CMakeLists.txt:24 (ocv_add_module)
  1061.  
  1062.  
  1063. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1064. add_executable cannot create imported target "Qt5::rcc" because another
  1065. target with the same name already exists.
  1066. Call Stack (most recent call first):
  1067. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1068. opencv/opencv/modules/videoio/CMakeLists.txt:24 (ocv_add_module)
  1069.  
  1070.  
  1071. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1072. add_executable cannot create imported target "Qt5::lrelease" because
  1073. another target with the same name already exists.
  1074. Call Stack (most recent call first):
  1075. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1076. opencv/opencv/modules/videoio/CMakeLists.txt:24 (ocv_add_module)
  1077.  
  1078.  
  1079. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1080. add_executable cannot create imported target "Qt5::moc" because another
  1081. target with the same name already exists.
  1082. Call Stack (most recent call first):
  1083. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1084. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1085. opencv/opencv/modules/calib3d/CMakeLists.txt:9 (ocv_define_module)
  1086.  
  1087.  
  1088. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1089. add_executable cannot create imported target "Qt5::uic" because another
  1090. target with the same name already exists.
  1091. Call Stack (most recent call first):
  1092. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1093. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1094. opencv/opencv/modules/calib3d/CMakeLists.txt:9 (ocv_define_module)
  1095.  
  1096.  
  1097. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1098. add_executable cannot create imported target "Qt5::qmake" because another
  1099. target with the same name already exists.
  1100. Call Stack (most recent call first):
  1101. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1102. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1103. opencv/opencv/modules/calib3d/CMakeLists.txt:9 (ocv_define_module)
  1104.  
  1105.  
  1106. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1107. add_executable cannot create imported target "Qt5::rcc" because another
  1108. target with the same name already exists.
  1109. Call Stack (most recent call first):
  1110. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1111. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1112. opencv/opencv/modules/calib3d/CMakeLists.txt:9 (ocv_define_module)
  1113.  
  1114.  
  1115. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1116. add_executable cannot create imported target "Qt5::lrelease" because
  1117. another target with the same name already exists.
  1118. Call Stack (most recent call first):
  1119. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1120. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1121. opencv/opencv/modules/calib3d/CMakeLists.txt:9 (ocv_define_module)
  1122.  
  1123.  
  1124. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1125. add_executable cannot create imported target "Qt5::moc" because another
  1126. target with the same name already exists.
  1127. Call Stack (most recent call first):
  1128. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1129. opencv/opencv/modules/highgui/CMakeLists.txt:6 (ocv_add_module)
  1130.  
  1131.  
  1132. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1133. add_executable cannot create imported target "Qt5::uic" because another
  1134. target with the same name already exists.
  1135. Call Stack (most recent call first):
  1136. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1137. opencv/opencv/modules/highgui/CMakeLists.txt:6 (ocv_add_module)
  1138.  
  1139.  
  1140. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1141. add_executable cannot create imported target "Qt5::qmake" because another
  1142. target with the same name already exists.
  1143. Call Stack (most recent call first):
  1144. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1145. opencv/opencv/modules/highgui/CMakeLists.txt:6 (ocv_add_module)
  1146.  
  1147.  
  1148. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1149. add_executable cannot create imported target "Qt5::rcc" because another
  1150. target with the same name already exists.
  1151. Call Stack (most recent call first):
  1152. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1153. opencv/opencv/modules/highgui/CMakeLists.txt:6 (ocv_add_module)
  1154.  
  1155.  
  1156. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1157. add_executable cannot create imported target "Qt5::lrelease" because
  1158. another target with the same name already exists.
  1159. Call Stack (most recent call first):
  1160. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1161. opencv/opencv/modules/highgui/CMakeLists.txt:6 (ocv_add_module)
  1162.  
  1163.  
  1164. -- highgui: using builtin backend: NONE
  1165. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1166. add_executable cannot create imported target "Qt5::moc" because another
  1167. target with the same name already exists.
  1168. Call Stack (most recent call first):
  1169. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1170. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1171. opencv/opencv/modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
  1172.  
  1173.  
  1174. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1175. add_executable cannot create imported target "Qt5::uic" because another
  1176. target with the same name already exists.
  1177. Call Stack (most recent call first):
  1178. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1179. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1180. opencv/opencv/modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
  1181.  
  1182.  
  1183. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1184. add_executable cannot create imported target "Qt5::qmake" because another
  1185. target with the same name already exists.
  1186. Call Stack (most recent call first):
  1187. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1188. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1189. opencv/opencv/modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
  1190.  
  1191.  
  1192. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1193. add_executable cannot create imported target "Qt5::rcc" because another
  1194. target with the same name already exists.
  1195. Call Stack (most recent call first):
  1196. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1197. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1198. opencv/opencv/modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
  1199.  
  1200.  
  1201. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1202. add_executable cannot create imported target "Qt5::lrelease" because
  1203. another target with the same name already exists.
  1204. Call Stack (most recent call first):
  1205. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1206. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1207. opencv/opencv/modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
  1208.  
  1209.  
  1210. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1211. add_executable cannot create imported target "Qt5::moc" because another
  1212. target with the same name already exists.
  1213. Call Stack (most recent call first):
  1214. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1215. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1216. opencv/opencv/modules/stitching/CMakeLists.txt:11 (ocv_define_module)
  1217.  
  1218.  
  1219. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1220. add_executable cannot create imported target "Qt5::uic" because another
  1221. target with the same name already exists.
  1222. Call Stack (most recent call first):
  1223. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1224. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1225. opencv/opencv/modules/stitching/CMakeLists.txt:11 (ocv_define_module)
  1226.  
  1227.  
  1228. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1229. add_executable cannot create imported target "Qt5::qmake" because another
  1230. target with the same name already exists.
  1231. Call Stack (most recent call first):
  1232. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1233. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1234. opencv/opencv/modules/stitching/CMakeLists.txt:11 (ocv_define_module)
  1235.  
  1236.  
  1237. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1238. add_executable cannot create imported target "Qt5::rcc" because another
  1239. target with the same name already exists.
  1240. Call Stack (most recent call first):
  1241. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1242. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1243. opencv/opencv/modules/stitching/CMakeLists.txt:11 (ocv_define_module)
  1244.  
  1245.  
  1246. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1247. add_executable cannot create imported target "Qt5::lrelease" because
  1248. another target with the same name already exists.
  1249. Call Stack (most recent call first):
  1250. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1251. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1252. opencv/opencv/modules/stitching/CMakeLists.txt:11 (ocv_define_module)
  1253.  
  1254.  
  1255. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1256. add_executable cannot create imported target "Qt5::moc" because another
  1257. target with the same name already exists.
  1258. Call Stack (most recent call first):
  1259. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1260. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1261. opencv/opencv/modules/video/CMakeLists.txt:2 (ocv_define_module)
  1262.  
  1263.  
  1264. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1265. add_executable cannot create imported target "Qt5::uic" because another
  1266. target with the same name already exists.
  1267. Call Stack (most recent call first):
  1268. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1269. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1270. opencv/opencv/modules/video/CMakeLists.txt:2 (ocv_define_module)
  1271.  
  1272.  
  1273. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1274. add_executable cannot create imported target "Qt5::qmake" because another
  1275. target with the same name already exists.
  1276. Call Stack (most recent call first):
  1277. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1278. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1279. opencv/opencv/modules/video/CMakeLists.txt:2 (ocv_define_module)
  1280.  
  1281.  
  1282. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1283. add_executable cannot create imported target "Qt5::rcc" because another
  1284. target with the same name already exists.
  1285. Call Stack (most recent call first):
  1286. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1287. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1288. opencv/opencv/modules/video/CMakeLists.txt:2 (ocv_define_module)
  1289.  
  1290.  
  1291. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1292. add_executable cannot create imported target "Qt5::lrelease" because
  1293. another target with the same name already exists.
  1294. Call Stack (most recent call first):
  1295. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1296. opencv/opencv/cmake/OpenCVModule.cmake:1105 (ocv_add_module)
  1297. opencv/opencv/modules/video/CMakeLists.txt:2 (ocv_define_module)
  1298.  
  1299.  
  1300. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1301. add_executable cannot create imported target "Qt5::moc" because another
  1302. target with the same name already exists.
  1303. Call Stack (most recent call first):
  1304. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1305. opencv/opencv/modules/java/generator/CMakeLists.txt:3 (ocv_add_module)
  1306.  
  1307.  
  1308. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1309. add_executable cannot create imported target "Qt5::uic" because another
  1310. target with the same name already exists.
  1311. Call Stack (most recent call first):
  1312. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1313. opencv/opencv/modules/java/generator/CMakeLists.txt:3 (ocv_add_module)
  1314.  
  1315.  
  1316. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1317. add_executable cannot create imported target "Qt5::qmake" because another
  1318. target with the same name already exists.
  1319. Call Stack (most recent call first):
  1320. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1321. opencv/opencv/modules/java/generator/CMakeLists.txt:3 (ocv_add_module)
  1322.  
  1323.  
  1324. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1325. add_executable cannot create imported target "Qt5::rcc" because another
  1326. target with the same name already exists.
  1327. Call Stack (most recent call first):
  1328. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1329. opencv/opencv/modules/java/generator/CMakeLists.txt:3 (ocv_add_module)
  1330.  
  1331.  
  1332. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1333. add_executable cannot create imported target "Qt5::lrelease" because
  1334. another target with the same name already exists.
  1335. Call Stack (most recent call first):
  1336. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1337. opencv/opencv/modules/java/generator/CMakeLists.txt:3 (ocv_add_module)
  1338.  
  1339.  
  1340. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1341. add_executable cannot create imported target "Qt5::moc" because another
  1342. target with the same name already exists.
  1343. Call Stack (most recent call first):
  1344. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1345. opencv/opencv/modules/js/generator/CMakeLists.txt:3 (ocv_add_module)
  1346.  
  1347.  
  1348. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1349. add_executable cannot create imported target "Qt5::uic" because another
  1350. target with the same name already exists.
  1351. Call Stack (most recent call first):
  1352. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1353. opencv/opencv/modules/js/generator/CMakeLists.txt:3 (ocv_add_module)
  1354.  
  1355.  
  1356. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1357. add_executable cannot create imported target "Qt5::qmake" because another
  1358. target with the same name already exists.
  1359. Call Stack (most recent call first):
  1360. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1361. opencv/opencv/modules/js/generator/CMakeLists.txt:3 (ocv_add_module)
  1362.  
  1363.  
  1364. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1365. add_executable cannot create imported target "Qt5::rcc" because another
  1366. target with the same name already exists.
  1367. Call Stack (most recent call first):
  1368. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1369. opencv/opencv/modules/js/generator/CMakeLists.txt:3 (ocv_add_module)
  1370.  
  1371.  
  1372. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1373. add_executable cannot create imported target "Qt5::lrelease" because
  1374. another target with the same name already exists.
  1375. Call Stack (most recent call first):
  1376. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1377. opencv/opencv/modules/js/generator/CMakeLists.txt:3 (ocv_add_module)
  1378.  
  1379.  
  1380. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1381. add_executable cannot create imported target "Qt5::moc" because another
  1382. target with the same name already exists.
  1383. Call Stack (most recent call first):
  1384. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1385. opencv/opencv/modules/objc/generator/CMakeLists.txt:3 (ocv_add_module)
  1386.  
  1387.  
  1388. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1389. add_executable cannot create imported target "Qt5::uic" because another
  1390. target with the same name already exists.
  1391. Call Stack (most recent call first):
  1392. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1393. opencv/opencv/modules/objc/generator/CMakeLists.txt:3 (ocv_add_module)
  1394.  
  1395.  
  1396. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1397. add_executable cannot create imported target "Qt5::qmake" because another
  1398. target with the same name already exists.
  1399. Call Stack (most recent call first):
  1400. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1401. opencv/opencv/modules/objc/generator/CMakeLists.txt:3 (ocv_add_module)
  1402.  
  1403.  
  1404. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1405. add_executable cannot create imported target "Qt5::rcc" because another
  1406. target with the same name already exists.
  1407. Call Stack (most recent call first):
  1408. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1409. opencv/opencv/modules/objc/generator/CMakeLists.txt:3 (ocv_add_module)
  1410.  
  1411.  
  1412. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1413. add_executable cannot create imported target "Qt5::lrelease" because
  1414. another target with the same name already exists.
  1415. Call Stack (most recent call first):
  1416. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1417. opencv/opencv/modules/objc/generator/CMakeLists.txt:3 (ocv_add_module)
  1418.  
  1419.  
  1420. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1421. add_executable cannot create imported target "Qt5::moc" because another
  1422. target with the same name already exists.
  1423. Call Stack (most recent call first):
  1424. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1425. opencv/opencv/modules/python/bindings/CMakeLists.txt:3 (ocv_add_module)
  1426.  
  1427.  
  1428. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1429. add_executable cannot create imported target "Qt5::uic" because another
  1430. target with the same name already exists.
  1431. Call Stack (most recent call first):
  1432. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1433. opencv/opencv/modules/python/bindings/CMakeLists.txt:3 (ocv_add_module)
  1434.  
  1435.  
  1436. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1437. add_executable cannot create imported target "Qt5::qmake" because another
  1438. target with the same name already exists.
  1439. Call Stack (most recent call first):
  1440. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1441. opencv/opencv/modules/python/bindings/CMakeLists.txt:3 (ocv_add_module)
  1442.  
  1443.  
  1444. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1445. add_executable cannot create imported target "Qt5::rcc" because another
  1446. target with the same name already exists.
  1447. Call Stack (most recent call first):
  1448. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1449. opencv/opencv/modules/python/bindings/CMakeLists.txt:3 (ocv_add_module)
  1450.  
  1451.  
  1452. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1453. add_executable cannot create imported target "Qt5::lrelease" because
  1454. another target with the same name already exists.
  1455. Call Stack (most recent call first):
  1456. opencv/opencv/cmake/OpenCVModule.cmake:215 (project)
  1457. opencv/opencv/modules/python/bindings/CMakeLists.txt:3 (ocv_add_module)
  1458.  
  1459.  
  1460. -- Found 'misc' Python modules from /sources/opencv/opencv/modules/python/package/extra_modules
  1461. -- Found 'mat_wrapper;utils' Python modules from /sources/opencv/opencv/modules/core/misc/python/package
  1462. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1463. add_executable cannot create imported target "Qt5::moc" because another
  1464. target with the same name already exists.
  1465. Call Stack (most recent call first):
  1466. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1467. opencv/opencv/apps/annotation/CMakeLists.txt:1 (ocv_add_application)
  1468.  
  1469.  
  1470. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1471. add_executable cannot create imported target "Qt5::uic" because another
  1472. target with the same name already exists.
  1473. Call Stack (most recent call first):
  1474. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1475. opencv/opencv/apps/annotation/CMakeLists.txt:1 (ocv_add_application)
  1476.  
  1477.  
  1478. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1479. add_executable cannot create imported target "Qt5::qmake" because another
  1480. target with the same name already exists.
  1481. Call Stack (most recent call first):
  1482. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1483. opencv/opencv/apps/annotation/CMakeLists.txt:1 (ocv_add_application)
  1484.  
  1485.  
  1486. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1487. add_executable cannot create imported target "Qt5::rcc" because another
  1488. target with the same name already exists.
  1489. Call Stack (most recent call first):
  1490. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1491. opencv/opencv/apps/annotation/CMakeLists.txt:1 (ocv_add_application)
  1492.  
  1493.  
  1494. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1495. add_executable cannot create imported target "Qt5::lrelease" because
  1496. another target with the same name already exists.
  1497. Call Stack (most recent call first):
  1498. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1499. opencv/opencv/apps/annotation/CMakeLists.txt:1 (ocv_add_application)
  1500.  
  1501.  
  1502. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1503. add_executable cannot create imported target "Qt5::moc" because another
  1504. target with the same name already exists.
  1505. Call Stack (most recent call first):
  1506. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1507. opencv/opencv/apps/visualisation/CMakeLists.txt:1 (ocv_add_application)
  1508.  
  1509.  
  1510. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1511. add_executable cannot create imported target "Qt5::uic" because another
  1512. target with the same name already exists.
  1513. Call Stack (most recent call first):
  1514. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1515. opencv/opencv/apps/visualisation/CMakeLists.txt:1 (ocv_add_application)
  1516.  
  1517.  
  1518. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1519. add_executable cannot create imported target "Qt5::qmake" because another
  1520. target with the same name already exists.
  1521. Call Stack (most recent call first):
  1522. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1523. opencv/opencv/apps/visualisation/CMakeLists.txt:1 (ocv_add_application)
  1524.  
  1525.  
  1526. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1527. add_executable cannot create imported target "Qt5::rcc" because another
  1528. target with the same name already exists.
  1529. Call Stack (most recent call first):
  1530. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1531. opencv/opencv/apps/visualisation/CMakeLists.txt:1 (ocv_add_application)
  1532.  
  1533.  
  1534. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1535. add_executable cannot create imported target "Qt5::lrelease" because
  1536. another target with the same name already exists.
  1537. Call Stack (most recent call first):
  1538. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1539. opencv/opencv/apps/visualisation/CMakeLists.txt:1 (ocv_add_application)
  1540.  
  1541.  
  1542. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1543. add_executable cannot create imported target "Qt5::moc" because another
  1544. target with the same name already exists.
  1545. Call Stack (most recent call first):
  1546. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1547. opencv/opencv/apps/interactive-calibration/CMakeLists.txt:3 (ocv_add_application)
  1548.  
  1549.  
  1550. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1551. add_executable cannot create imported target "Qt5::uic" because another
  1552. target with the same name already exists.
  1553. Call Stack (most recent call first):
  1554. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1555. opencv/opencv/apps/interactive-calibration/CMakeLists.txt:3 (ocv_add_application)
  1556.  
  1557.  
  1558. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1559. add_executable cannot create imported target "Qt5::qmake" because another
  1560. target with the same name already exists.
  1561. Call Stack (most recent call first):
  1562. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1563. opencv/opencv/apps/interactive-calibration/CMakeLists.txt:3 (ocv_add_application)
  1564.  
  1565.  
  1566. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1567. add_executable cannot create imported target "Qt5::rcc" because another
  1568. target with the same name already exists.
  1569. Call Stack (most recent call first):
  1570. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1571. opencv/opencv/apps/interactive-calibration/CMakeLists.txt:3 (ocv_add_application)
  1572.  
  1573.  
  1574. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1575. add_executable cannot create imported target "Qt5::lrelease" because
  1576. another target with the same name already exists.
  1577. Call Stack (most recent call first):
  1578. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1579. opencv/opencv/apps/interactive-calibration/CMakeLists.txt:3 (ocv_add_application)
  1580.  
  1581.  
  1582. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1583. add_executable cannot create imported target "Qt5::moc" because another
  1584. target with the same name already exists.
  1585. Call Stack (most recent call first):
  1586. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1587. opencv/opencv/apps/version/CMakeLists.txt:1 (ocv_add_application)
  1588.  
  1589.  
  1590. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1591. add_executable cannot create imported target "Qt5::uic" because another
  1592. target with the same name already exists.
  1593. Call Stack (most recent call first):
  1594. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1595. opencv/opencv/apps/version/CMakeLists.txt:1 (ocv_add_application)
  1596.  
  1597.  
  1598. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1599. add_executable cannot create imported target "Qt5::qmake" because another
  1600. target with the same name already exists.
  1601. Call Stack (most recent call first):
  1602. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1603. opencv/opencv/apps/version/CMakeLists.txt:1 (ocv_add_application)
  1604.  
  1605.  
  1606. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1607. add_executable cannot create imported target "Qt5::rcc" because another
  1608. target with the same name already exists.
  1609. Call Stack (most recent call first):
  1610. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1611. opencv/opencv/apps/version/CMakeLists.txt:1 (ocv_add_application)
  1612.  
  1613.  
  1614. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1615. add_executable cannot create imported target "Qt5::lrelease" because
  1616. another target with the same name already exists.
  1617. Call Stack (most recent call first):
  1618. opencv/opencv/apps/CMakeLists.txt:15 (project)
  1619. opencv/opencv/apps/version/CMakeLists.txt:1 (ocv_add_application)
  1620.  
  1621.  
  1622. --
  1623. -- General configuration for OpenCV 4.7.0 =====================================
  1624. -- Version control: a0ce06d-dirty
  1625. --
  1626. -- Platform:
  1627. -- Timestamp: 2023-10-12T09:53:44Z
  1628. -- Host: Linux 6.2.0-34-generic x86_64
  1629. -- Target: Linux
  1630. -- CMake: 3.19.3
  1631. -- CMake generator: Unix Makefiles
  1632. -- CMake build tool: /usr/bin/gmake
  1633. -- Configuration:
  1634. --
  1635. -- CPU/HW features:
  1636. -- Baseline:
  1637. -- requested: DETECT
  1638. --
  1639. -- C/C++:
  1640. -- Built as dynamic libs?: YES
  1641. -- C++ standard: 11
  1642. -- C++ Compiler: /opt/cross/bin/aarch64-meego-linux-gnu-g++ (ver 12.3.1)
  1643. -- C++ flags (Release): -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-z,relro,-z,now -march=armv8-a -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-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 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  1644. -- C++ flags (Debug): -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-z,relro,-z,now -march=armv8-a -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-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 -fvisibility=hidden -fvisibility-inlines-hidden -g -DDEBUG -D_DEBUG
  1645. -- C Compiler: /opt/cross/bin/aarch64-meego-linux-gnu-gcc
  1646. -- C flags (Release): -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-z,relro,-z,now -march=armv8-a -fsigned-char -W -Wall -Wreturn-type -Waddress -Wsequence-point -Wformat -Wformat-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 -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  1647. -- C flags (Debug): -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-z,relro,-z,now -march=armv8-a -fsigned-char -W -Wall -Wreturn-type -Waddress -Wsequence-point -Wformat -Wformat-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 -fvisibility=hidden -g -DDEBUG -D_DEBUG
  1648. -- Linker flags (Release): -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined
  1649. -- Linker flags (Debug): -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined
  1650. -- ccache: NO
  1651. -- Precompiled headers: NO
  1652. -- Extra dependencies: dl m pthread rt
  1653. -- 3rdparty dependencies:
  1654. --
  1655. -- OpenCV modules:
  1656. -- To be built: calib3d core features2d flann highgui imgcodecs imgproc ml objdetect photo stitching video videoio
  1657. -- Disabled: world
  1658. -- Disabled by dependency: -
  1659. -- Unavailable: dnn gapi java python2 python3 ts
  1660. -- Applications: apps
  1661. -- Documentation: NO
  1662. -- Non-free algorithms: NO
  1663. --
  1664. -- GUI: NONE
  1665. -- GTK+: NO
  1666. --
  1667. -- Media I/O:
  1668. -- ZLib: /opt/cross/aarch64-meego-linux-gnu/sys-root/lib64/libz.so (ver 1.2.12)
  1669. -- JPEG: libjpeg-turbo (ver 2.1.3-62)
  1670. -- WEBP: build (ver encoder: 0x020f)
  1671. -- PNG: /opt/cross/aarch64-meego-linux-gnu/sys-root/lib64/libpng.so (ver 1.6.37)
  1672. -- TIFF: build (ver 42 - 4.2.0)
  1673. -- JPEG 2000: build (ver 2.4.0)
  1674. -- HDR: YES
  1675. -- SUNRASTER: YES
  1676. -- PXM: YES
  1677. -- PFM: YES
  1678. --
  1679. -- Video I/O:
  1680. -- DC1394: NO
  1681. --
  1682. -- Parallel framework: pthreads
  1683. --
  1684. -- Trace: YES (built-in)
  1685. --
  1686. -- Other third-party libraries:
  1687. -- Lapack: NO
  1688. -- Eigen: NO
  1689. -- Custom HAL: NO
  1690. --
  1691. -- Vulkan: YES
  1692. -- Include path: /sources/opencv/opencv/3rdparty/include
  1693. -- Link libraries: Dynamic load
  1694. --
  1695. -- OpenCL: YES (no extra features)
  1696. -- Include path: /sources/opencv/opencv/3rdparty/include/opencl/1.2
  1697. -- Link libraries: Dynamic load
  1698. --
  1699. -- Python (for build): /usr/bin/python3
  1700. --
  1701. -- Install to: /usr
  1702. -- -----------------------------------------------------------------
  1703. --
  1704. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1705. add_executable cannot create imported target "Qt5::moc" because another
  1706. target with the same name already exists.
  1707. Call Stack (most recent call first):
  1708. ncnn/CMakeLists.txt:3 (project)
  1709.  
  1710.  
  1711. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1712. add_executable cannot create imported target "Qt5::uic" because another
  1713. target with the same name already exists.
  1714. Call Stack (most recent call first):
  1715. ncnn/CMakeLists.txt:3 (project)
  1716.  
  1717.  
  1718. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1719. add_executable cannot create imported target "Qt5::qmake" because another
  1720. target with the same name already exists.
  1721. Call Stack (most recent call first):
  1722. ncnn/CMakeLists.txt:3 (project)
  1723.  
  1724.  
  1725. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1726. add_executable cannot create imported target "Qt5::rcc" because another
  1727. target with the same name already exists.
  1728. Call Stack (most recent call first):
  1729. ncnn/CMakeLists.txt:3 (project)
  1730.  
  1731.  
  1732. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1733. add_executable cannot create imported target "Qt5::lrelease" because
  1734. another target with the same name already exists.
  1735. Call Stack (most recent call first):
  1736. ncnn/CMakeLists.txt:3 (project)
  1737.  
  1738.  
  1739. -- CMAKE_TOOLCHAIN_FILE = /usr/share/cmake/toolchain/aarch64-meego-linux-gnu-g++.cmake
  1740. -- CMAKE_INSTALL_PREFIX = /usr
  1741. -- NCNN_VERSION_STRING = 1.0.20231012
  1742. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1743. add_executable cannot create imported target "Qt5::moc" because another
  1744. target with the same name already exists.
  1745. Call Stack (most recent call first):
  1746. ncnn/ncnn/CMakeLists.txt:40 (project)
  1747.  
  1748.  
  1749. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1750. add_executable cannot create imported target "Qt5::uic" because another
  1751. target with the same name already exists.
  1752. Call Stack (most recent call first):
  1753. ncnn/ncnn/CMakeLists.txt:40 (project)
  1754.  
  1755.  
  1756. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1757. add_executable cannot create imported target "Qt5::qmake" because another
  1758. target with the same name already exists.
  1759. Call Stack (most recent call first):
  1760. ncnn/ncnn/CMakeLists.txt:40 (project)
  1761.  
  1762.  
  1763. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1764. add_executable cannot create imported target "Qt5::rcc" because another
  1765. target with the same name already exists.
  1766. Call Stack (most recent call first):
  1767. ncnn/ncnn/CMakeLists.txt:40 (project)
  1768.  
  1769.  
  1770. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1771. add_executable cannot create imported target "Qt5::lrelease" because
  1772. another target with the same name already exists.
  1773. Call Stack (most recent call first):
  1774. ncnn/ncnn/CMakeLists.txt:40 (project)
  1775.  
  1776.  
  1777. -- Performing Test NCNN_COMPILER_SUPPORT_GNU_INLINE_ASM
  1778. -- Performing Test NCNN_COMPILER_SUPPORT_GNU_INLINE_ASM - Success
  1779. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX
  1780. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX - Failed
  1781. -- Performing Test NCNN_COMPILER_SUPPORT_X86_FMA
  1782. -- Performing Test NCNN_COMPILER_SUPPORT_X86_FMA - Failed
  1783. -- Performing Test NCNN_COMPILER_SUPPORT_X86_XOP
  1784. -- Performing Test NCNN_COMPILER_SUPPORT_X86_XOP - Failed
  1785. -- Performing Test NCNN_COMPILER_SUPPORT_X86_F16C
  1786. -- Performing Test NCNN_COMPILER_SUPPORT_X86_F16C - Failed
  1787. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX2
  1788. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX2 - Failed
  1789. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512
  1790. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512 - Failed
  1791. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX_VNNI
  1792. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX_VNNI - Failed
  1793. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_VNNI
  1794. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_VNNI - Failed
  1795. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_BF16
  1796. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_BF16 - Failed
  1797. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_FP16
  1798. -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_FP16 - Failed
  1799. CMake Warning at ncnn/ncnn/CMakeLists.txt:477 (message):
  1800. The compiler does not support avx extension. NCNN_AVX will be OFF.
  1801.  
  1802.  
  1803. -- Target arch: x86 64bit
  1804. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  1805. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  1806. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  1807. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  1808. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  1809. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  1810. -- Found OpenMP_C: -fopenmp (found version "4.5")
  1811. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  1812. -- Found OpenMP: TRUE (found version "4.5")
  1813. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:2 (add_executable):
  1814. add_executable cannot create imported target "Qt5::moc" because another
  1815. target with the same name already exists.
  1816. Call Stack (most recent call first):
  1817. app/CMakeLists.txt:3 (project)
  1818.  
  1819.  
  1820. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:6 (add_executable):
  1821. add_executable cannot create imported target "Qt5::uic" because another
  1822. target with the same name already exists.
  1823. Call Stack (most recent call first):
  1824. app/CMakeLists.txt:3 (project)
  1825.  
  1826.  
  1827. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:10 (add_executable):
  1828. add_executable cannot create imported target "Qt5::qmake" because another
  1829. target with the same name already exists.
  1830. Call Stack (most recent call first):
  1831. app/CMakeLists.txt:3 (project)
  1832.  
  1833.  
  1834. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:14 (add_executable):
  1835. add_executable cannot create imported target "Qt5::rcc" because another
  1836. target with the same name already exists.
  1837. Call Stack (most recent call first):
  1838. app/CMakeLists.txt:3 (project)
  1839.  
  1840.  
  1841. CMake Error at /usr/share/cmake/toolchain/cross_qt.cmake:18 (add_executable):
  1842. add_executable cannot create imported target "Qt5::lrelease" because
  1843. another target with the same name already exists.
  1844. Call Stack (most recent call first):
  1845. app/CMakeLists.txt:3 (project)
  1846.  
  1847.  
  1848. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
  1849. -- Checking for one of the modules 'auroraapp'
  1850. -- Configuring incomplete, errors occurred!
  1851. See also "/sources/.apptool/arm64/CMakeFiles/CMakeOutput.log".
  1852. See also "/sources/.apptool/arm64/CMakeFiles/CMakeError.log".
  1853. error: Bad exit status from /var/tmp/rpm-tmp.kAD0rl (%build)
  1854.  
  1855.  
  1856. RPM build errors:
  1857. Bad exit status from /var/tmp/rpm-tmp.kAD0rl (%build)
  1858. bash-5.0$
  1859.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement