dpkg-query: no packages found matching libgtk2.0-dev debconf: delaying package configuration, since apt-utils is not installed File "", line 1 from distutils.sysconfig import *; print get_python_lib() ^ SyntaxError: invalid syntax File "", line 1 import os; os.environ['DISTUTILS_USE_SDK']='1'; import numpy.distutils; print numpy.distutils.misc_util.get_numpy_include_dirs()[0] ^ SyntaxError: invalid syntax CMake Warning at source_subfolder/cmake/OpenCVPackaging.cmake:23 (message): CPACK_PACKAGE_VERSION does not match version provided by version.hpp header! Call Stack (most recent call first): source_subfolder/CMakeLists.txt:1104 (include) /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/ml/src/gbt.cpp: In member function ‘virtual bool CvGBTrees::train(const CvMat*, int, const CvMat*, const CvMat*, const CvMat*, const CvMat*, const CvMat*, CvGBTreesParams, bool)’: /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/ml/src/gbt.cpp:243:51: warning: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] unsigned char * mask = new unsigned char[n]; ^ In file included from /usr/include/c++/7/bits/stl_construct.h:59:0, from /usr/include/c++/7/bits/stl_tempbuf.h:60, from /usr/include/c++/7/bits/stl_algo.h:62, from /usr/include/c++/7/algorithm:62, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/core/include/opencv2/core/core.hpp:53, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/ml/include/opencv2/ml/ml.hpp:44, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/ml/src/precomp.hpp:46, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/ml/src/gbt.cpp:2: /usr/include/c++/7/new:122:7: note: in a call to allocation function ‘void* operator new [](std::size_t)’ declared here void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) ^~~~~~~~ In file included from /usr/include/string.h:494:0, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/core/include/opencv2/core/types_c.h:66, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/core/include/opencv2/core/core.hpp:46, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/ml/include/opencv2/ml/ml.hpp:44, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/ml/src/precomp.hpp:46, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/ml/src/gbt.cpp:2: In function ‘void* memset(void*, int, size_t)’, inlined from ‘virtual bool CvGBTrees::train(const CvMat*, int, const CvMat*, const CvMat*, const CvMat*, const CvMat*, const CvMat*, CvGBTreesParams, bool)’ at /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/ml/src/gbt.cpp:244:15: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:71:70: warning: ‘void* __builtin_memset(void*, int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest)); ^ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/imgproc/src/imgwarp.cpp: In function ‘void cv::resize(cv::InputArray, cv::OutputArray, cv::Size, double, double, int)’: /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/imgproc/src/imgwarp.cpp:2169:63: warning: ‘*((void*)& cbuf +28)’ may be used uninitialized in this function [-Wmaybe-uninitialized] ialpha[dx*cn*ksize + k] = saturate_cast(cbuf[k]*INTER_RESIZE_COEF_SCALE); ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/imgproc/src/imgwarp.cpp:2169:63: warning: ‘*((void*)& cbuf +24)’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/imgproc/src/imgwarp.cpp:2169:63: warning: ‘*((void*)& cbuf +20)’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/imgproc/src/imgwarp.cpp:2169:63: warning: ‘*((void*)& cbuf +16)’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/imgproc/src/imgwarp.cpp:2169:63: warning: ‘*((void*)& cbuf +12)’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/imgproc/src/imgwarp.cpp:2169:63: warning: ‘*((void*)& cbuf +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/highgui/src/cap_images.cpp: In function ‘char* icvExtractPattern(const char*, unsigned int*)’: /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/highgui/src/cap_images.cpp:199:14: warning: ‘d’ directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=] static char* icvExtractPattern(const char *filename, unsigned *offset) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862:0, from /usr/include/c++/7/cstdio:42, from /usr/include/c++/7/ext/string_conversions.h:43, from /usr/include/c++/7/bits/basic_string.h:6349, from /usr/include/c++/7/string:52, from /usr/include/c++/7/bits/locale_classes.h:40, from /usr/include/c++/7/bits/ios_base.h:41, from /usr/include/c++/7/ios:42, from /usr/include/c++/7/istream:38, from /usr/include/c++/7/sstream:38, from /usr/include/c++/7/complex:45, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/core/include/opencv2/core/core.hpp:56, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/highgui/include/opencv2/highgui/highgui.hpp:46, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/highgui/src/precomp.hpp:47, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/highgui/src/cap_images.cpp:52: /usr/include/x86_64-linux-gnu/bits/stdio2.h:34:43: note: ‘__builtin___sprintf_chk’ output between 3 and 12 bytes into a destination of size 10 __bos (__s), __fmt, __va_arg_pack ()); ^ /home/conan/w/cci_PR-2743/.conan/data/jasper/2.0.16/_/_/package/37f81ce48f57e0ea6fafe8f25ce1a4e5702094ed/lib/libjasper.a(jas_stream.c.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0xc4b): warning: the use of `tmpnam' is dangerous, better use `mkstemp' /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/calib3d/src/solvepnp.cpp: In function ‘bool cv::solvePnP(cv::InputArray, cv::InputArray, cv::InputArray, cv::InputArray, cv::OutputArray, cv::OutputArray, bool, int)’: /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/calib3d/src/solvepnp.cpp:109:55: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] c_distCoeffs.rows*c_distCoeffs.cols ? &c_distCoeffs : 0, ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/bgfg_gaussmix.cpp: In function ‘void icvUpdatePixelBackgroundGMM2(const CvArr*, CvArr*, CvPBGMMGaussian*, unsigned char*, int, float, float, float, float, float, float, float, float, bool, unsigned char, float)’: /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/bgfg_gaussmix.cpp:366:35: warning: ‘*((void*)& data +4)’ may be used uninitialized in this function [-Wmaybe-uninitialized] numerator += data[iD] * g.mean[iD]; ~~~~~~~^ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/bgfg_gaussmix.cpp:366:35: warning: ‘*((void*)& data +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/bgfg_gaussmix.cpp:385:49: warning: ‘*((void*)& data +4)’ may be used uninitialized in this function [-Wmaybe-uninitialized] float dD= a*g.mean[iD] - data[iD]; ~~~~~~~^ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/bgfg_gaussmix.cpp:385:49: warning: ‘*((void*)& data +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized] In file included from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/imgproc/include/opencv2/imgproc/imgproc.hpp:46:0, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/include/opencv2/legacy/legacy.hpp:45, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/precomp.hpp:46, from /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/subdiv2.cpp:42: /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/subdiv2.cpp: In function ‘CvSubdiv2DPoint* cvSubdivDelaunay2DInsert(CvSubdiv2D*, CvPoint2D32f)’: /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/core/include/opencv2/core/core.hpp:218:46: warning: this statement may fall through [-Wimplicit-fallthrough=] #define CV_Error( code, msg ) cv::error( cv::Exception(code, msg, CV_Func, __FILE__, __LINE__) ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/subdiv2.cpp:365:9: note: in expansion of macro ‘CV_Error’ CV_Error( CV_StsBadSize, "" ); ^~~~~~~~ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/subdiv2.cpp:367:5: note: here case CV_PTLOC_OUTSIDE_RECT: ^~~~ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/subdiv2.cpp:376:29: warning: this statement may fall through [-Wimplicit-fallthrough=] cvSubdiv2DDeleteEdge( subdiv, deleted_edge ); ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/legacy/src/subdiv2.cpp:379:5: note: here case CV_PTLOC_INSIDE: ^~~~ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp: In member function ‘virtual void cv::SURFInvoker::operator()(const cv::Range&) const’: /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:993:1: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] } ^ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:993:1: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:993:1: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:993:1: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:993:1: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:993:1: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:993:1: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:993:1: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:563:10: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] void operator()(const Range& range) const ^~~~~~~~ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:563:10: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:563:10: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:563:10: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:563:10: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:563:10: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:563:10: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/nonfree/src/surf.cpp:563:10: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/contrib/src/fuzzymeanshifttracker.cpp: In member function ‘void CvFuzzyMeanShiftTracker::track(IplImage*, IplImage*, int, bool, int)’: /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/contrib/src/fuzzymeanshifttracker.cpp:711:23: warning: this statement may fall through [-Wimplicit-fallthrough=] initDepth = true; ~~~~~~~~~~^~~~~~ /home/conan/w/cci_PR-2743/.conan/data/opencv/2.4.13.7/_/_/build/3fed4086ca7ca4cda822d00b975b30ccf2fe64fa/source_subfolder/modules/contrib/src/fuzzymeanshifttracker.cpp:712:9: note: here case tsTracking: ^~~~ In member function ‘void cv::EigenvalueDecomposition::compute(cv::InputArray)’: cc1plus: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] In member function ‘void cv::SpinImageModel::selectRandomSubset(float)’: cc1plus: warning: ‘void* __builtin_memset(void*, int, long unsigned int)’: specified size 18446744073709551608 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY