KristianKarl

Untitled

Dec 13th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.35 KB | None | 0 0
  1. $ cd /home/krikar/dev/media/opencv_contrib && git pull && cd /home/krikar/dev/media/opencv && git pull && rm -rf build/; mkdir build && cd build && cmake -DOPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules ..
  2. Already up-to-date.
  3. Already up-to-date.
  4. -- The CXX compiler identification is GNU 5.4.0
  5. -- The C compiler identification is GNU 5.4.0
  6. -- Check for working CXX compiler: /usr/lib/ccache/c++
  7. -- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
  8. -- Detecting CXX compiler ABI info
  9. -- Detecting CXX compiler ABI info - done
  10. -- Detecting CXX compile features
  11. -- Detecting CXX compile features - done
  12. -- Check for working C compiler: /usr/lib/ccache/cc
  13. -- Check for working C compiler: /usr/lib/ccache/cc -- works
  14. -- Detecting C compiler ABI info
  15. -- Detecting C compiler ABI info - done
  16. -- Detecting C compile features
  17. -- Detecting C compile features - done
  18. -- Performing Test HAVE_CXX11 (check file: cmake/checks/cxx11.cpp)
  19. -- Performing Test HAVE_CXX11 - Failed
  20. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7")
  21. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.12")
  22. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3.4")
  23. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found suitable exact version "3.5.2")
  24. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  25. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  26. -- Performing Test HAVE_C_FSIGNED_CHAR
  27. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  28. -- Performing Test HAVE_CXX_W
  29. -- Performing Test HAVE_CXX_W - Success
  30. -- Performing Test HAVE_C_W
  31. -- Performing Test HAVE_C_W - Success
  32. -- Performing Test HAVE_CXX_WALL
  33. -- Performing Test HAVE_CXX_WALL - Success
  34. -- Performing Test HAVE_C_WALL
  35. -- Performing Test HAVE_C_WALL - Success
  36. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  37. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  38. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  39. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  40. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  41. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  42. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  43. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  44. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  45. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  46. -- Performing Test HAVE_C_WERROR_ADDRESS
  47. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  48. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  49. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  50. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  51. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  52. -- Performing Test HAVE_CXX_WFORMAT
  53. -- Performing Test HAVE_CXX_WFORMAT - Success
  54. -- Performing Test HAVE_C_WFORMAT
  55. -- Performing Test HAVE_C_WFORMAT - Success
  56. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  57. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  58. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  59. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  60. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  61. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  62. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  63. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  64. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  65. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  66. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  67. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  68. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  69. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  70. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  71. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  72. -- Performing Test HAVE_CXX_WUNDEF
  73. -- Performing Test HAVE_CXX_WUNDEF - Success
  74. -- Performing Test HAVE_C_WUNDEF
  75. -- Performing Test HAVE_C_WUNDEF - Success
  76. -- Performing Test HAVE_CXX_WINIT_SELF
  77. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  78. -- Performing Test HAVE_C_WINIT_SELF
  79. -- Performing Test HAVE_C_WINIT_SELF - Success
  80. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  81. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  82. -- Performing Test HAVE_C_WPOINTER_ARITH
  83. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  84. -- Performing Test HAVE_CXX_WSHADOW
  85. -- Performing Test HAVE_CXX_WSHADOW - Success
  86. -- Performing Test HAVE_C_WSHADOW
  87. -- Performing Test HAVE_C_WSHADOW - Success
  88. -- Performing Test HAVE_CXX_WSIGN_PROMO
  89. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  90. -- Performing Test HAVE_C_WSIGN_PROMO
  91. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  92. -- Performing Test HAVE_CXX_WUNINITIALIZED
  93. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  94. -- Performing Test HAVE_C_WUNINITIALIZED
  95. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  96. -- Performing Test HAVE_CXX_WNO_NARROWING
  97. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  98. -- Performing Test HAVE_C_WNO_NARROWING
  99. -- Performing Test HAVE_C_WNO_NARROWING - Success
  100. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  101. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  102. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  103. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  104. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  105. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  106. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  107. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  108. -- Performing Test HAVE_CXX_WNO_COMMENT
  109. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  110. -- Performing Test HAVE_C_WNO_COMMENT
  111. -- Performing Test HAVE_C_WNO_COMMENT - Success
  112. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
  113. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Failed
  114. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
  115. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Failed
  116. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  117. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  118. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  119. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  120. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  121. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  122. -- Performing Test HAVE_C_WNO_LONG_LONG
  123. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  124. -- Performing Test HAVE_CXX_PTHREAD
  125. -- Performing Test HAVE_CXX_PTHREAD - Success
  126. -- Performing Test HAVE_C_PTHREAD
  127. -- Performing Test HAVE_C_PTHREAD - Success
  128. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  129. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  130. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  131. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  132. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  133. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  134. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  135. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  136. -- Performing Test HAVE_CXX_FDATA_SECTIONS
  137. -- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
  138. -- Performing Test HAVE_C_FDATA_SECTIONS
  139. -- Performing Test HAVE_C_FDATA_SECTIONS - Success
  140. -- Performing Test HAVE_CXX_MSSE (check file: cmake/checks/cpu_sse.cpp)
  141. -- Performing Test HAVE_CXX_MSSE - Success
  142. -- Performing Test HAVE_CXX_MSSE2 (check file: cmake/checks/cpu_sse2.cpp)
  143. -- Performing Test HAVE_CXX_MSSE2 - Success
  144. -- Performing Test HAVE_CXX_MSSE3 (check file: cmake/checks/cpu_sse3.cpp)
  145. -- Performing Test HAVE_CXX_MSSE3 - Success
  146. -- Performing Test HAVE_CXX_MSSSE3 (check file: cmake/checks/cpu_ssse3.cpp)
  147. -- Performing Test HAVE_CXX_MSSSE3 - Success
  148. -- Performing Test HAVE_CXX_MSSE4_1 (check file: cmake/checks/cpu_sse41.cpp)
  149. -- Performing Test HAVE_CXX_MSSE4_1 - Success
  150. -- Performing Test HAVE_CXX_MPOPCNT (check file: cmake/checks/cpu_popcnt.cpp)
  151. -- Performing Test HAVE_CXX_MPOPCNT - Success
  152. -- Performing Test HAVE_CXX_MSSE4_2 (check file: cmake/checks/cpu_sse42.cpp)
  153. -- Performing Test HAVE_CXX_MSSE4_2 - Success
  154. -- Performing Test HAVE_CXX_MF16C (check file: cmake/checks/cpu_fp16.cpp)
  155. -- Performing Test HAVE_CXX_MF16C - Success
  156. -- Performing Test HAVE_CXX_MFMA
  157. -- Performing Test HAVE_CXX_MFMA - Success
  158. -- Performing Test HAVE_CXX_MAVX (check file: cmake/checks/cpu_avx.cpp)
  159. -- Performing Test HAVE_CXX_MAVX - Success
  160. -- Performing Test HAVE_CXX_MAVX2 (check file: cmake/checks/cpu_avx2.cpp)
  161. -- Performing Test HAVE_CXX_MAVX2 - Success
  162. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  163. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  164. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1
  165. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1 - Success
  166. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2
  167. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2 - Success
  168. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16
  169. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16 - Success
  170. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX
  171. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX - Success
  172. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2
  173. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2 - Success
  174. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  175. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  176. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  177. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  178. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  179. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  180. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  181. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  182. -- Looking for pthread.h
  183. -- Looking for pthread.h - found
  184. -- Looking for posix_memalign
  185. -- Looking for posix_memalign - found
  186. -- Looking for malloc.h
  187. -- Looking for malloc.h - found
  188. -- Looking for memalign
  189. -- Looking for memalign - found
  190. -- Check if the system is big endian
  191. -- Searching 16 bit integer
  192. -- Looking for sys/types.h
  193. -- Looking for sys/types.h - found
  194. -- Looking for stdint.h
  195. -- Looking for stdint.h - found
  196. -- Looking for stddef.h
  197. -- Looking for stddef.h - found
  198. -- Check size of unsigned short
  199. -- Check size of unsigned short - done
  200. -- Using unsigned short
  201. -- Check if the system is big endian - little endian
  202. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  203. -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.6")
  204. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  205. -- Found WebP: /usr/lib/x86_64-linux-gnu/libwebp.so
  206. -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
  207. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  208. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.54")
  209. -- Looking for /usr/include/libpng/png.h
  210. -- Looking for /usr/include/libpng/png.h - found
  211. -- Looking for semaphore.h
  212. -- Looking for semaphore.h - found
  213. -- Performing Test HAVE_CXX_WNO_SHADOW
  214. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  215. -- Performing Test HAVE_CXX_WNO_UNUSED
  216. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  217. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  218. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  219. -- Performing Test HAVE_CXX_WNO_UNDEF
  220. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  221. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  222. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  223. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  224. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  225. -- Performing Test HAVE_CXX_WNO_SWITCH
  226. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  227. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  228. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  229. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  230. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  231. -- Performing Test HAVE_CXX_WNO_EXTRA
  232. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  233. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  234. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  235. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  236. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Failed
  237. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  238. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  239. -- Checking for module 'gstreamer-base-1.0'
  240. -- Found gstreamer-base-1.0, version 1.8.3
  241. -- Checking for module 'gstreamer-video-1.0'
  242. -- Found gstreamer-video-1.0, version 1.8.3
  243. -- Checking for module 'gstreamer-app-1.0'
  244. -- Found gstreamer-app-1.0, version 1.8.3
  245. -- Checking for module 'gstreamer-riff-1.0'
  246. -- Found gstreamer-riff-1.0, version 1.8.3
  247. -- Checking for module 'gstreamer-pbutils-1.0'
  248. -- Found gstreamer-pbutils-1.0, version 1.8.3
  249. -- Checking for module 'libdc1394-2'
  250. -- Found libdc1394-2, version 2.2.4
  251. -- Looking for linux/videodev.h
  252. -- Looking for linux/videodev.h - not found
  253. -- Looking for linux/videodev2.h
  254. -- Looking for linux/videodev2.h - found
  255. -- Looking for sys/videoio.h
  256. -- Looking for sys/videoio.h - not found
  257. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  258. -- Found libavcodec, version 58.6.103
  259. -- Found libavformat, version 58.3.100
  260. -- Found libavutil, version 56.5.100
  261. -- Found libswscale, version 5.0.101
  262. -- Checking for module 'libavresample'
  263. -- Found libavresample, version 2.1.0
  264. -- Checking for module 'libgphoto2'
  265. -- Found libgphoto2, version 2.5.9
  266. -- IPPICV: Download: ippicv_2017u3_lnx_intel64_general_20170822.tgz
  267. -- found Intel IPP (ICV version): 2017.0.3 [2017.0.3]
  268. -- at: /home/krikar/dev/media/opencv/build/3rdparty/ippicv/ippicv_lnx
  269. -- found Intel IPP IW sources: 2017.0.3
  270. -- at: /home/krikar/dev/media/opencv/build/3rdparty/ippicv/ippiw_lnx
  271. -- Try OpenMP C flag = [-fopenmp]
  272. -- Performing Test OpenMP_FLAG_DETECTED
  273. -- Performing Test OpenMP_FLAG_DETECTED - Success
  274. -- Try OpenMP CXX flag = [-fopenmp]
  275. -- Performing Test OpenMP_FLAG_DETECTED
  276. -- Performing Test OpenMP_FLAG_DETECTED - Success
  277. -- Found OpenMP: -fopenmp
  278. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  279. -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR)
  280. -- Looking for dgemm_
  281. -- Looking for dgemm_ - found
  282. -- Looking for pthread.h
  283. -- Looking for pthread.h - found
  284. -- Looking for pthread_create
  285. -- Looking for pthread_create - found
  286. -- Found Threads: TRUE
  287. -- A library with BLAS API found.
  288. -- Looking for cheev_
  289. -- Looking for cheev_ - found
  290. -- A library with LAPACK API found.
  291. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
  292. -- Found apache ant: /usr/bin/ant (1.9.6)
  293. -- Found JNI: /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libjawt.so
  294. -- Found Pylint: /usr/bin/pylint
  295. -- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
  296. -- The imported target "vtkRenderingPythonTkWidgets" references the file
  297. "/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"
  298. but this file does not exist. Possible reasons include:
  299. * The file was deleted, renamed, or moved to another location.
  300. * An install or uninstall procedure did not complete successfully.
  301. * The installation package was faulty and contained
  302. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  303. but not all the files it references.
  304.  
  305. -- The imported target "vtk" references the file
  306. "/usr/bin/vtk"
  307. but this file does not exist. Possible reasons include:
  308. * The file was deleted, renamed, or moved to another location.
  309. * An install or uninstall procedure did not complete successfully.
  310. * The installation package was faulty and contained
  311. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  312. but not all the files it references.
  313.  
  314. -- Found VTK 6.2.0 (/usr/lib/cmake/vtk-6.2/UseVTK.cmake)
  315. -- Looking for dlerror in dl
  316. -- Looking for dlerror in dl - found
  317. -- Performing Test HAVE_C_WNO_UNDEF
  318. -- Performing Test HAVE_C_WNO_UNDEF - Success
  319. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  320. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  321. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  322. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  323. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  324. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  325. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  326. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  327. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  328. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  329. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  330. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  331. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  332. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  333. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  334. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  335. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  336. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
  337. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  338. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
  339. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE
  340. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Failed
  341. -- Caffe: NO
  342. -- Protobuf: NO
  343. -- Glog: YES
  344. -- tiny-dnn: Download: v1.0.0a3.tar.gz
  345. -- Looking for tiny_dnn.h
  346. -- Looking for tiny_dnn.h - found
  347. -- Found tiny-dnn in: /home/krikar/dev/media/opencv/build/3rdparty/tinydnn/tiny-dnn-1.0.0a3
  348. -- Performing Test COMPILER_SUPPORTS_CXX11
  349. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  350. -- The protocol buffer compiler is not found (PROTOBUF_PROTOC_EXECUTABLE='')
  351. -- Checking for one of the modules 'freetype2'
  352. -- Checking for one of the modules 'harfbuzz'
  353. -- freetype2: YES
  354. -- harfbuzz: YES
  355. -- Found HDF5: /usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libsz.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so (found version "1.8.16")
  356. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
  357. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
  358. -- Module opencv_ovis disabled because OGRE3D was not found
  359. -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
  360. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
  361. -- Failed to find gflags - Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
  362. -- Performing Test GFLAGS_IN_GOOGLE_NAMESPACE
  363. -- Performing Test GFLAGS_IN_GOOGLE_NAMESPACE - Success
  364. -- Checking SFM deps... TRUE
  365. -- CERES support is disabled. Ceres Solver for reconstruction API is required.
  366. -- Excluding from source files list: /home/krikar/dev/media/opencv/build/modules/imgproc/accum.neon.cpp
  367. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  368. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  369. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  370. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  371. -- Torch importer has been enabled. To run the tests you have to install Torch ('th' executable should be available) and generate testdata using opencv_extra/testdata/dnn/generate_torch_models.py script.
  372. -- freetype2: YES
  373. -- harfbuzz: YES
  374. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  375. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  376. -- Checking for modules 'tesseract;lept'
  377. -- Found tesseract, version 3.04.01
  378. -- Found lept, version 1.73
  379. -- Tesseract: YES
  380. -- xfeatures2d/boostdesc: Download: boostdesc_bgm.i
  381. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_bi.i
  382. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_hd.i
  383. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_064.i
  384. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_128.i
  385. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_256.i
  386. -- xfeatures2d/boostdesc: Download: boostdesc_lbgm.i
  387. -- xfeatures2d/vgg: Download: vgg_generated_48.i
  388. -- xfeatures2d/vgg: Download: vgg_generated_64.i
  389. -- xfeatures2d/vgg: Download: vgg_generated_80.i
  390. -- xfeatures2d/vgg: Download: vgg_generated_120.i
  391. -- data: Download: face_landmark_model.dat
  392. -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
  393. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
  394. -- Failed to find gflags - Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
  395. -- Checking SFM deps... TRUE
  396. -- CERES support is disabled. Ceres Solver for reconstruction API is required.
  397. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE
  398. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE - Success
  399. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
  400. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
  401. Traceback (most recent call last):
  402. File "<string>", line 1, in <module>
  403. ImportError: No module named bs4
  404. -- Pylint: registered 112 targets. Build 'check_pylint' target to run checks ("cmake --build . --target check_pylint" or "make check_pylint")
  405. --
  406. -- General configuration for OpenCV 3.3.1-dev =====================================
  407. -- Version control: 3.3.1-399-g84ee4d7-dirty
  408. --
  409. -- Extra modules:
  410. -- Location (extra): /home/krikar/dev/media/opencv_contrib/modules
  411. -- Version control (extra): 3.3.1-135-gb0fc85b
  412. --
  413. -- Platform:
  414. -- Timestamp: 2017-12-13T10:55:57Z
  415. -- Host: Linux 4.10.0-42-generic x86_64
  416. -- CMake: 3.5.1
  417. -- CMake generator: Unix Makefiles
  418. -- CMake build tool: /usr/bin/make
  419. -- Configuration: Release
  420. --
  421. -- CPU/HW features:
  422. -- Baseline: SSE SSE2 SSE3
  423. -- requested: SSE3
  424. -- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2
  425. -- requested: SSE4_1 SSE4_2 AVX FP16 AVX2
  426. -- SSE4_1 (3 files): + SSSE3 SSE4_1
  427. -- SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
  428. -- FP16 (2 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
  429. -- AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
  430. -- AVX2 (9 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
  431. --
  432. -- C/C++:
  433. -- Built as dynamic libs?: YES
  434. -- C++ Compiler: /usr/lib/ccache/c++ (ver 5.4.0)
  435. -- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
  436. -- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
  437. -- C Compiler: /usr/lib/ccache/cc
  438. -- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
  439. -- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
  440. -- Linker flags (Release):
  441. -- Linker flags (Debug):
  442. -- ccache: YES
  443. -- Precompiled headers: NO
  444. -- Extra dependencies: dl m pthread rt
  445. -- 3rdparty dependencies:
  446. --
  447. -- OpenCV modules:
  448. -- To be built: aruco bgsegm bioinspired calib3d ccalib core cvv datasets dnn dpm face features2d flann freetype fuzzy hdf highgui img_hash imgcodecs imgproc java line_descriptor ml objdetect optflow phase_unwrapping photo plot python2 python3 python_bindings_generator reg rgbd saliency sfm shape stereo stitching structured_light superres surface_matching text tracking ts video videoio videostab viz xfeatures2d ximgproc xobjdetect xphoto
  449. -- Disabled: js world
  450. -- Disabled by dependency: -
  451. -- Unavailable: cnn_3dobj cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev dnn_modern matlab ovis
  452. -- Applications: tests perf_tests apps
  453. -- Documentation: YES (/usr/bin/doxygen 1.8.11)
  454. -- Non-free algorithms: YES
  455. --
  456. -- GUI:
  457. -- QT: YES (ver 5.9.3)
  458. -- QT OpenGL support: NO
  459. -- GTK+: NO
  460. -- VTK support: YES (ver 6.2.0)
  461. --
  462. -- Media I/O:
  463. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  464. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  465. -- WEBP: /usr/lib/x86_64-linux-gnu/libwebp.so (ver encoder: 0x0202)
  466. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.54)
  467. -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 / 4.0.6)
  468. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  469. -- OpenEXR: build (ver 1.7.1)
  470. --
  471. -- Video I/O:
  472. -- DC1394: YES (ver 2.2.4)
  473. -- FFMPEG: YES
  474. -- avcodec: YES (ver 58.6.103)
  475. -- avformat: YES (ver 58.3.100)
  476. -- avutil: YES (ver 56.5.100)
  477. -- swscale: YES (ver 5.0.101)
  478. -- avresample: YES (ver 2.1.0)
  479. -- GStreamer:
  480. -- base: YES (ver 1.8.3)
  481. -- video: YES (ver 1.8.3)
  482. -- app: YES (ver 1.8.3)
  483. -- riff: YES (ver 1.8.3)
  484. -- pbutils: YES (ver 1.8.3)
  485. -- libv4l/libv4l2: NO
  486. -- v4l/v4l2: linux/videodev2.h
  487. -- gPhoto2: YES
  488. --
  489. -- Parallel framework: OpenMP
  490. --
  491. -- Trace: YES (with Intel ITT)
  492. --
  493. -- Other third-party libraries:
  494. -- Intel IPP: 2017.0.3 [2017.0.3]
  495. -- at: /home/krikar/dev/media/opencv/build/3rdparty/ippicv/ippicv_lnx
  496. -- Intel IPP IW: sources (2017.0.3)
  497. -- at: /home/krikar/dev/media/opencv/build/3rdparty/ippicv/ippiw_lnx
  498. -- Lapack: NO
  499. -- Eigen: YES (ver 3.2.92)
  500. -- Custom HAL: NO
  501. --
  502. -- NVIDIA CUDA: NO
  503. --
  504. -- OpenCL: YES (no extra features)
  505. -- Include path: /home/krikar/dev/media/opencv/3rdparty/include/opencl/1.2
  506. -- Link libraries: Dynamic load
  507. --
  508. -- Python 2:
  509. -- Interpreter: /usr/bin/python2.7 (ver 2.7.12)
  510. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.12)
  511. -- numpy: /usr/local/lib/python2.7/dist-packages/numpy/core/include (ver 1.13.3)
  512. -- packages path: lib/python2.7/dist-packages
  513. --
  514. -- Python 3:
  515. -- Interpreter: /usr/bin/python3 (ver 3.5.2)
  516. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (ver 3.5.2)
  517. -- numpy: /usr/lib/python3/dist-packages/numpy/core/include (ver 1.11.0)
  518. -- packages path: lib/python3.5/dist-packages
  519. --
  520. -- Python (for build): /usr/bin/python2.7
  521. -- Pylint: /usr/bin/pylint (ver: 1.5.2, checks: 112)
  522. --
  523. -- Java:
  524. -- ant: /usr/bin/ant (ver 1.9.6)
  525. -- JNI: /usr/lib/jvm/java-8-oracle/include /usr/lib/jvm/java-8-oracle/include/linux /usr/lib/jvm/java-8-oracle/include
  526. -- Java wrappers: YES
  527. -- Java tests: YES
  528. --
  529. -- Matlab: NO
  530. --
  531. -- Install to: /usr/local
  532. -- -----------------------------------------------------------------
  533. --
  534. -- Configuring done
  535. -- Generating done
  536. -- Build files have been written to: /home/krikar/dev/media/opencv/build
  537. yoga:/home/krikar/dev/media/opencv/build
Add Comment
Please, Sign In to add comment