Closed AvielNiego closed 2 years ago
@HsuTouhuan Have you run
pkg upgrade
?
thanks a lot ,it used ٩( 'ω' )و .but also the errors appeared just like upstirs.i'm solving them
There are 2 python libs in the boost package /data/data/com.termux/files/usr/lib/libboost_python36.so /data/data/com.termux/files/usr/lib/libboost_python27.so If you are using python 3 either create a symlink ln -s /data/data/com.termux/files/usr/lib/libboost_python36.so /data/data/com.termux/files/usr/lib/libboost_python.so It should link against libboost_python36.so when you build.
eee.could you tell me the operation abou this step?thanks
Why you have /data/data/com.termux/files/usr/lib/libboost_python36.so
? We have python v3.7 for now, so it should be /data/data/com.termux/files/usr/lib/libboost_python37.so
.
Why you have
/data/data/com.termux/files/usr/lib/libboost_python36.so
? We have python v3.7 for now, so it should be/data/data/com.termux/files/usr/lib/libboost_python37.so
.
thank you.and i just reply from upstirs.my problem is i don't know how to realize them
That's right, it was the opencv version. The last one from github releases it's working perfectly. Maybe, a disclosure about versions has to be added to the wiki. Thanks for the support. Ismael
hi isman7, which version do you use?
tooks a days for me to successfully instal opencv on termux.
the last step that giving success build is:
delete build folder
mkdir build
cd build
run cmake with:
LDFLAGS=" -llog -lpython3" cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_opencv_python3=on -DBUILD_opencv_python2=off -DBUILD_opencv_python2=off -DOPENCV_EXTRA_MODULES_PATH=/data/data/com.termux/files/home/opencv_contrib/modules -DOPENCV_ENABLE_NONFREE:BOOL=ON -DWITH_QT=OFF -DWITH_GTK=OFF -D WITH_TEST=OFF -D BUILD_TESTS=OFF -D BUILD_EXAMPLES=OFF ..
then run:
ccmake .
you will see a sort of cmake option visually, I made mine like below:
ANT_EXECUTABLE ANT_EXECUTABLE-NOTFOUND
Atlas_BLAS_LIBRARY Atlas_BLAS_LIBRARY-NOTFOUND
Atlas_CBLAS_INCLUDE_DIR /data/data/com.termux/files/usr/include
Atlas_CBLAS_LIBRARY Atlas_CBLAS_LIBRARY-NOTFOUND
Atlas_CLAPACK_INCLUDE_DIR /data/data/com.termux/files/usr/include
Atlas_LAPACK_LIBRARY /data/data/com.termux/files/usr/lib/liblapack.so
BUILD_CUDA_STUBS OFF
BUILD_DOCS OFF
BUILD_EXAMPLES OFF
BUILD_FAT_JAVA_LIB OFF
BUILD_JASPER OFF
BUILD_JAVA OFF
BUILD_JPEG OFF
BUILD_LIST
BUILD_OPENEXR OFF
BUILD_PACKAGE ON
BUILD_PERF_TESTS ON
BUILD_PNG OFF
BUILD_PROTOBUF ON
BUILD_SHARED_LIBS OFF
BUILD_TBB OFF
BUILD_TESTS OFF
BUILD_TIFF OFF
BUILD_USE_SYMLINKS OFF
BUILD_WEBP OFF
BUILD_WITH_DEBUG_INFO OFF
BUILD_WITH_DYNAMIC_IPP OFF
BUILD_ZLIB OFF
BUILD_opencv_apps ON
BUILD_opencv_aruco ON
BUILD_opencv_bgsegm ON
BUILD_opencv_bioinspired ON
BUILD_opencv_calib3d ON
BUILD_opencv_ccalib ON
BUILD_opencv_core ON
BUILD_opencv_datasets ON
BUILD_opencv_dnn ON
BUILD_opencv_dnn_objdetect ON
BUILD_opencv_dpm ON
BUILD_opencv_face ON
BUILD_opencv_features2d ON
BUILD_opencv_flann ON
BUILD_opencv_freetype ON
BUILD_opencv_fuzzy ON
BUILD_opencv_gapi ON
BUILD_opencv_hfs ON
BUILD_opencv_highgui ON
BUILD_opencv_img_hash ON
BUILD_opencv_imgcodecs ON
BUILD_opencv_imgproc ON
BUILD_opencv_java_bindings_gen OFF
BUILD_opencv_js OFF
BUILD_opencv_line_descriptor ON
BUILD_opencv_ml ON
BUILD_opencv_objdetect ON
BUILD_opencv_optflow ON
BUILD_opencv_phase_unwrapping ON
BUILD_opencv_photo ON
BUILD_opencv_plot ON
BUILD_opencv_python3 ON
BUILD_opencv_python_bindings_g ON
BUILD_opencv_python_tests ON
BUILD_opencv_quality ON
BUILD_opencv_reg ON
BUILD_opencv_rgbd ON
BUILD_opencv_saliency ON
BUILD_opencv_sfm ON
BUILD_opencv_shape ON
BUILD_opencv_stereo ON
BUILD_opencv_stitching ON
BUILD_opencv_structured_light ON
BUILD_opencv_superres ON
BUILD_opencv_surface_matching ON
BUILD_opencv_text ON
BUILD_opencv_tracking ON
BUILD_opencv_ts ON
BUILD_opencv_video ON
BUILD_opencv_videoio ON
BUILD_opencv_videostab ON
BUILD_opencv_world OFF
BUILD_opencv_xfeatures2d ON
BUILD_opencv_ximgproc ON
BUILD_opencv_xobjdetect ON
BUILD_opencv_xphoto ON
CAROTENE_NS carotene_o4t
CCACHE_PROGRAM /data/data/com.termux/files/usr/bin/ccache
CLAMDBLAS_INCLUDE_DIR CLAMDBLAS_INCLUDE_DIR-NOTFOUND
CLAMDBLAS_ROOT_DIR CLAMDBLAS_ROOT_DIR-NOTFOUND
CLAMDFFT_INCLUDE_DIR CLAMDFFT_INCLUDE_DIR-NOTFOUND
CLAMDFFT_ROOT_DIR CLAMDFFT_ROOT_DIR-NOTFOUND
CMAKE_BUILD_TYPE RELEASE
CMAKE_CONFIGURATION_TYPES Release
CMAKE_INSTALL_PREFIX /data/data/com.termux/files/usr
CPU_BASELINE NEON;FP16
CPU_BASELINE_DISABLE ;VFPV3
CPU_BASELINE_REQUIRE ;NEON
CPU_DISPATCH
CV_DISABLE_OPTIMIZATION OFF
CV_ENABLE_INTRINSICS ON
CV_TRACE ON
Caffe_INCLUDE_DIR Caffe_INCLUDE_DIR-NOTFOUND
Caffe_LIBS Caffe_LIBS-NOTFOUND
Ceres_DIR Ceres_DIR-NOTFOUND
DC1394_INCLUDE DC1394_INCLUDE-NOTFOUND
DC1394_LIBRARY DC1394_LIBRARY-NOTFOUND
ENABLE_BUILD_HARDENING OFF
ENABLE_CCACHE ON
ENABLE_CONFIG_VERIFICATION OFF
ENABLE_FAST_MATH OFF
ENABLE_FLAKE8 OFF
ENABLE_IMPL_COLLECTION OFF
ENABLE_INSTRUMENTATION OFF
ENABLE_NEON ON
ENABLE_NOISY_WARNINGS OFF
ENABLE_PIC ON
ENABLE_PRECOMPILED_HEADERS OFF
ENABLE_PYLINT OFF
ENABLE_SOLUTION_FOLDERS OFF
ENABLE_THIN_LTO OFF
ENABLE_VFPV3 OFF
EXECUTABLE_OUTPUT_PATH /data/data/com.termux/files/home/opencv/build/bin
Eigen3_DIR /data/data/com.termux/files/usr/share/eigen3/cmake
GENERATE_ABI_DESCRIPTOR OFF
Glog_LIBS /data/data/com.termux/files/usr/lib/libglog.so
HDF5_DIR HDF5_DIR-NOTFOUND
INSTALL_CREATE_DISTRIB OFF
INSTALL_C_EXAMPLES OFF
INSTALL_PYTHON_EXAMPLES OFF
INSTALL_TESTS OFF
INSTALL_TO_MANGLED_PATHS OFF
LAPACKE_INCLUDE_DIR /data/data/com.termux/files/usr/include
LAPACK_CBLAS_H cblas.h
LAPACK_IMPL LAPACK/Generic
LAPACK_INCLUDE_DIR /data/data/com.termux/files/usr/include
LAPACK_LAPACKE_H lapacke.h
LAPACK_LIBRARIES /data/data/com.termux/files/usr/lib/libopenblas.so
Lept_LIBRARY Lept_LIBRARY-NOTFOUND
MKL_INCLUDE_DIRS MKL_ROOT_DIR-NOTFOUND/include
MKL_LAPACKE_INCLUDE_DIR MKL_LAPACKE_INCLUDE_DIR-NOTFOUND
MKL_ROOT_DIR MKL_ROOT_DIR-NOTFOUND
MKL_WITH_OPENMP OFF
MKL_WITH_TBB OFF
OGRE_DIR OGRE_DIR-NOTFOUND
OPENCL_FOUND ON
OPENCV_CONFIG_FILE_INCLUDE_DIR /data/data/com.termux/files/home/opencv/build
OPENCV_DNN_CUDA OFF
OPENCV_DNN_OPENCL ON
OPENCV_DOWNLOAD_PATH /data/data/com.termux/files/home/opencv/.cache
OPENCV_DUMP_HOOKS_FLOW OFF
OPENCV_ENABLE_MEMORY_SANITIZER OFF
OPENCV_ENABLE_NONFREE ON
OPENCV_EXTRA_MODULES_PATH /data/data/com.termux/files/home/opencv_contrib/modules
OPENCV_FORCE_3RDPARTY_BUILD OFF
OPENCV_FORCE_PYTHON_LIBS ON
OPENCV_GENERATE_PKGCONFIG ON
OPENCV_GENERATE_SETUPVARS ON
OPENCV_JAVA_SOURCE_VERSION
OPENCV_JAVA_TARGET_VERSION
OPENCV_MATHJAX_RELPATH https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0
OPENCV_PYTHON3_VERSION ON
OPENCV_TIMESTAMP 2019-07-02T20:55:35Z
OPENCV_WARNINGS_ARE_ERRORS OFF
OPENEXR_INCLUDE_PATH OPENEXR_INCLUDE_PATH-NOTFOUND
OpenCV_HAL_DIR OpenCV_HAL_DIR-NOTFOUND
PROTOBUF_UPDATE_FILES OFF
PYTHON2_EXECUTABLE
PYTHON2_INCLUDE_DIR
PYTHON2_INCLUDE_DIR2
PYTHON2_LIBRARY
PYTHON2_LIBRARY_DEBUG
PYTHON2_NUMPY_INCLUDE_DIRS
PYTHON2_PACKAGES_PATH
PYTHON3_EXECUTABLE /data/data/com.termux/files/usr/bin/python3
PYTHON3_INCLUDE_DIR /data/data/com.termux/files/usr/include/python3.7m
PYTHON3_INCLUDE_DIR2
PYTHON3_LIBRARY /data/data/com.termux/files/usr/lib/libpython3.7m.so
PYTHON3_LIBRARY_DEBUG
PYTHON3_NUMPY_INCLUDE_DIRS /data/data/com.termux/files/usr/lib/python3.7/site-packages/numpy-1.16.3-py3.
PYTHON3_PACKAGES_PATH lib/python3.7/site-packages
Tesseract_DIR Tesseract_DIR-NOTFOUND
Tesseract_INCLUDE_DIR Tesseract_INCLUDE_DIR-NOTFOUND
Tesseract_LIBRARY Tesseract_LIBRARY-NOTFOUND
VTK_DIR VTK_DIR-NOTFOUND
WITH_1394 OFF
WITH_ADE ON
WITH_ARAVIS OFF
WITH_CAROTENE ON
WITH_CLP OFF
WITH_EIGEN ON
WITH_FFMPEG ON
WITH_GDAL OFF
WITH_GDCM OFF
WITH_GPHOTO2 OFF
WITH_GSTREAMER ON
WITH_GTK OFF
WITH_GTK_2_X OFF
WITH_HALIDE OFF
WITH_HPX OFF
WITH_IMGCODEC_HDR ON
WITH_IMGCODEC_PFM ON
WITH_IMGCODEC_PXM ON
WITH_IMGCODEC_SUNRASTER ON
WITH_INF_ENGINE OFF
WITH_ITT ON
WITH_JASPER ON
WITH_JPEG ON
WITH_LAPACK ON
WITH_LIBREALSENSE OFF
WITH_MATLAB OFF
WITH_MFX OFF
WITH_OPENCL ON
WITH_OPENCLAMDBLAS ON
WITH_OPENCLAMDFFT ON
WITH_OPENCL_SVM OFF
WITH_OPENEXR OFF
WITH_OPENGL OFF
WITH_OPENMP OFF
WITH_OPENNI OFF
WITH_OPENNI2 OFF
WITH_OPENVX OFF
WITH_PNG ON
WITH_PROTOBUF ON
WITH_PTHREADS_PF ON
WITH_PVAPI OFF
WITH_QT OFF
WITH_QUIRC ON
WITH_TBB OFF
WITH_TIFF ON
WITH_V4L ON
WITH_VA OFF
WITH_VA_INTEL OFF
WITH_VTK OFF
WITH_VULKAN OFF
WITH_WEBP ON
WITH_XIMEA OFF
WITH_XINE OFF
opencv_dnn_PERF_CAFFE OFF
opencv_dnn_PERF_CLCAFFE OFF
make
make install
./setup_vars.sh
cd python_loader
python3 setup.py install
done...
to check: cd .. cd .. python3 import cv2 --- working --
Termux on Samsung Galaxy Tab 5Se
this
tooks a days for me to successfully instal opencv on termux.
the last step that giving success build is:
- delete build folder
- mkdir build
- cd build
- run cmake with:
LDFLAGS=" -llog -lpython3" cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_opencv_python3=on -DBUILD_opencv_python2=off -DBUILD_opencv_python2=off -DOPENCV_EXTRA_MODULES_PATH=/data/data/com.termux/files/home/opencv_contrib/modules -DOPENCV_ENABLE_NONFREE:BOOL=ON -DWITH_QT=OFF -DWITH_GTK=OFF -D WITH_TEST=OFF -D BUILD_TESTS=OFF -D BUILD_EXAMPLES=OFF ..
- then run:
cmake .
you will see a sort of cmake option visually, I made mine like below:
ANT_EXECUTABLE ANT_EXECUTABLE-NOTFOUND Atlas_BLAS_LIBRARY Atlas_BLAS_LIBRARY-NOTFOUND Atlas_CBLAS_INCLUDE_DIR /data/data/com.termux/files/usr/include Atlas_CBLAS_LIBRARY Atlas_CBLAS_LIBRARY-NOTFOUND Atlas_CLAPACK_INCLUDE_DIR /data/data/com.termux/files/usr/include Atlas_LAPACK_LIBRARY /data/data/com.termux/files/usr/lib/liblapack.so BUILD_CUDA_STUBS OFF BUILD_DOCS OFF BUILD_EXAMPLES OFF BUILD_FAT_JAVA_LIB OFF BUILD_JASPER OFF BUILD_JAVA OFF BUILD_JPEG OFF BUILD_LIST BUILD_OPENEXR OFF BUILD_PACKAGE ON BUILD_PERF_TESTS ON BUILD_PNG OFF BUILD_PROTOBUF ON BUILD_SHARED_LIBS OFF BUILD_TBB OFF BUILD_TESTS OFF BUILD_TIFF OFF BUILD_USE_SYMLINKS OFF BUILD_WEBP OFF BUILD_WITH_DEBUG_INFO OFF BUILD_WITH_DYNAMIC_IPP OFF BUILD_ZLIB OFF BUILD_opencv_apps ON BUILD_opencv_aruco ON BUILD_opencv_bgsegm ON BUILD_opencv_bioinspired ON BUILD_opencv_calib3d ON BUILD_opencv_ccalib ON BUILD_opencv_core ON BUILD_opencv_datasets ON BUILD_opencv_dnn ON BUILD_opencv_dnn_objdetect ON BUILD_opencv_dpm ON BUILD_opencv_face ON BUILD_opencv_features2d ON BUILD_opencv_flann ON BUILD_opencv_freetype ON BUILD_opencv_fuzzy ON BUILD_opencv_gapi ON BUILD_opencv_hfs ON BUILD_opencv_highgui ON BUILD_opencv_img_hash ON BUILD_opencv_imgcodecs ON BUILD_opencv_imgproc ON BUILD_opencv_java_bindings_gen OFF BUILD_opencv_js OFF BUILD_opencv_line_descriptor ON BUILD_opencv_ml ON BUILD_opencv_objdetect ON BUILD_opencv_optflow ON BUILD_opencv_phase_unwrapping ON BUILD_opencv_photo ON BUILD_opencv_plot ON BUILD_opencv_python3 ON BUILD_opencv_python_bindings_g ON BUILD_opencv_python_tests ON BUILD_opencv_quality ON BUILD_opencv_reg ON BUILD_opencv_rgbd ON BUILD_opencv_saliency ON BUILD_opencv_sfm ON BUILD_opencv_shape ON BUILD_opencv_stereo ON BUILD_opencv_stitching ON BUILD_opencv_structured_light ON BUILD_opencv_superres ON BUILD_opencv_surface_matching ON BUILD_opencv_text ON BUILD_opencv_tracking ON BUILD_opencv_ts ON BUILD_opencv_video ON BUILD_opencv_videoio ON BUILD_opencv_videostab ON BUILD_opencv_world OFF BUILD_opencv_xfeatures2d ON BUILD_opencv_ximgproc ON BUILD_opencv_xobjdetect ON BUILD_opencv_xphoto ON CAROTENE_NS carotene_o4t CCACHE_PROGRAM /data/data/com.termux/files/usr/bin/ccache CLAMDBLAS_INCLUDE_DIR CLAMDBLAS_INCLUDE_DIR-NOTFOUND CLAMDBLAS_ROOT_DIR CLAMDBLAS_ROOT_DIR-NOTFOUND CLAMDFFT_INCLUDE_DIR CLAMDFFT_INCLUDE_DIR-NOTFOUND CLAMDFFT_ROOT_DIR CLAMDFFT_ROOT_DIR-NOTFOUND CMAKE_BUILD_TYPE RELEASE CMAKE_CONFIGURATION_TYPES Release CMAKE_INSTALL_PREFIX /data/data/com.termux/files/usr CPU_BASELINE NEON;FP16 CPU_BASELINE_DISABLE ;VFPV3 CPU_BASELINE_REQUIRE ;NEON CPU_DISPATCH CV_DISABLE_OPTIMIZATION OFF CV_ENABLE_INTRINSICS ON CV_TRACE ON Caffe_INCLUDE_DIR Caffe_INCLUDE_DIR-NOTFOUND Caffe_LIBS Caffe_LIBS-NOTFOUND Ceres_DIR Ceres_DIR-NOTFOUND DC1394_INCLUDE DC1394_INCLUDE-NOTFOUND DC1394_LIBRARY DC1394_LIBRARY-NOTFOUND ENABLE_BUILD_HARDENING OFF ENABLE_CCACHE ON ENABLE_CONFIG_VERIFICATION OFF ENABLE_FAST_MATH OFF ENABLE_FLAKE8 OFF ENABLE_IMPL_COLLECTION OFF ENABLE_INSTRUMENTATION OFF ENABLE_NEON ON ENABLE_NOISY_WARNINGS OFF ENABLE_PIC ON ENABLE_PRECOMPILED_HEADERS OFF ENABLE_PYLINT OFF ENABLE_SOLUTION_FOLDERS OFF ENABLE_THIN_LTO OFF ENABLE_VFPV3 OFF EXECUTABLE_OUTPUT_PATH /data/data/com.termux/files/home/opencv/build/bin Eigen3_DIR /data/data/com.termux/files/usr/share/eigen3/cmake GENERATE_ABI_DESCRIPTOR OFF Glog_LIBS /data/data/com.termux/files/usr/lib/libglog.so HDF5_DIR HDF5_DIR-NOTFOUND INSTALL_CREATE_DISTRIB OFF INSTALL_C_EXAMPLES OFF INSTALL_PYTHON_EXAMPLES OFF INSTALL_TESTS OFF INSTALL_TO_MANGLED_PATHS OFF LAPACKE_INCLUDE_DIR /data/data/com.termux/files/usr/include LAPACK_CBLAS_H cblas.h LAPACK_IMPL LAPACK/Generic LAPACK_INCLUDE_DIR /data/data/com.termux/files/usr/include LAPACK_LAPACKE_H lapacke.h LAPACK_LIBRARIES /data/data/com.termux/files/usr/lib/libopenblas.so Lept_LIBRARY Lept_LIBRARY-NOTFOUND MKL_INCLUDE_DIRS MKL_ROOT_DIR-NOTFOUND/include MKL_LAPACKE_INCLUDE_DIR MKL_LAPACKE_INCLUDE_DIR-NOTFOUND MKL_ROOT_DIR MKL_ROOT_DIR-NOTFOUND MKL_WITH_OPENMP OFF MKL_WITH_TBB OFF OGRE_DIR OGRE_DIR-NOTFOUND OPENCL_FOUND ON OPENCV_CONFIG_FILE_INCLUDE_DIR /data/data/com.termux/files/home/opencv/build OPENCV_DNN_CUDA OFF OPENCV_DNN_OPENCL ON OPENCV_DOWNLOAD_PATH /data/data/com.termux/files/home/opencv/.cache OPENCV_DUMP_HOOKS_FLOW OFF OPENCV_ENABLE_MEMORY_SANITIZER OFF OPENCV_ENABLE_NONFREE ON OPENCV_EXTRA_MODULES_PATH /data/data/com.termux/files/home/opencv_contrib/modules OPENCV_FORCE_3RDPARTY_BUILD OFF OPENCV_FORCE_PYTHON_LIBS ON OPENCV_GENERATE_PKGCONFIG ON OPENCV_GENERATE_SETUPVARS ON OPENCV_JAVA_SOURCE_VERSION OPENCV_JAVA_TARGET_VERSION OPENCV_MATHJAX_RELPATH https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0 OPENCV_PYTHON3_VERSION ON OPENCV_TIMESTAMP 2019-07-02T20:55:35Z OPENCV_WARNINGS_ARE_ERRORS OFF OPENEXR_INCLUDE_PATH OPENEXR_INCLUDE_PATH-NOTFOUND OpenCV_HAL_DIR OpenCV_HAL_DIR-NOTFOUND PROTOBUF_UPDATE_FILES OFF PYTHON2_EXECUTABLE PYTHON2_INCLUDE_DIR PYTHON2_INCLUDE_DIR2 PYTHON2_LIBRARY PYTHON2_LIBRARY_DEBUG PYTHON2_NUMPY_INCLUDE_DIRS PYTHON2_PACKAGES_PATH PYTHON3_EXECUTABLE /data/data/com.termux/files/usr/bin/python3 PYTHON3_INCLUDE_DIR /data/data/com.termux/files/usr/include/python3.7m PYTHON3_INCLUDE_DIR2 PYTHON3_LIBRARY /data/data/com.termux/files/usr/lib/libpython3.7m.so PYTHON3_LIBRARY_DEBUG PYTHON3_NUMPY_INCLUDE_DIRS /data/data/com.termux/files/usr/lib/python3.7/site-packages/numpy-1.16.3-py3. PYTHON3_PACKAGES_PATH lib/python3.7/site-packages Tesseract_DIR Tesseract_DIR-NOTFOUND Tesseract_INCLUDE_DIR Tesseract_INCLUDE_DIR-NOTFOUND Tesseract_LIBRARY Tesseract_LIBRARY-NOTFOUND VTK_DIR VTK_DIR-NOTFOUND WITH_1394 OFF WITH_ADE ON WITH_ARAVIS OFF WITH_CAROTENE ON WITH_CLP OFF WITH_EIGEN ON WITH_FFMPEG ON WITH_GDAL OFF WITH_GDCM OFF WITH_GPHOTO2 OFF WITH_GSTREAMER ON WITH_GTK OFF WITH_GTK_2_X OFF WITH_HALIDE OFF WITH_HPX OFF WITH_IMGCODEC_HDR ON WITH_IMGCODEC_PFM ON WITH_IMGCODEC_PXM ON WITH_IMGCODEC_SUNRASTER ON WITH_INF_ENGINE OFF WITH_ITT ON WITH_JASPER ON WITH_JPEG ON WITH_LAPACK ON WITH_LIBREALSENSE OFF WITH_MATLAB OFF WITH_MFX OFF WITH_OPENCL ON WITH_OPENCLAMDBLAS ON WITH_OPENCLAMDFFT ON WITH_OPENCL_SVM OFF WITH_OPENEXR OFF WITH_OPENGL OFF WITH_OPENMP OFF WITH_OPENNI OFF WITH_OPENNI2 OFF WITH_OPENVX OFF WITH_PNG ON WITH_PROTOBUF ON WITH_PTHREADS_PF ON WITH_PVAPI OFF WITH_QT OFF WITH_QUIRC ON WITH_TBB OFF WITH_TIFF ON WITH_V4L ON WITH_VA OFF WITH_VA_INTEL OFF WITH_VTK OFF WITH_VULKAN OFF WITH_WEBP ON WITH_XIMEA OFF WITH_XINE OFF opencv_dnn_PERF_CAFFE OFF opencv_dnn_PERF_CLCAFFE OFF
- the run:
make
- after successfull make, run:
make install
- still in build folder:
./setup_vars.sh
- then go to python_loader (subfolder of build folder):
cd python_loader
- run:
python3 setup.py install
done...
to check: cd .. cd .. python3 import cv2 --- working --
Termux on Samsung Galaxy Tab 5Se
this is a good explanation, i will try it on my tab s5e as well
When I follow the compiling instructions listed in the wiki, and the process in the above post, I get the following error message after I run python import cv2
:
ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.
In looking at OpenCV, it appears this could be due to python binding linking: https://github.com/opencv/opencv/issues/13202
I'm thinking this is due to how things are stored in Termux, but I'm not familiar enough with how things are structured to do a really good job troubleshooting this.
Thoughts?
I have opencv working installed via apt. Just add my repo.
@its-pointless just grabbed your repo and installed - works perfectly. Thankyou!!
Total Linux noob here. Can anyone elaborate how to get the package to install, in terms of commands? And no rm -rf pls
Close the issue. its solved by adding its pointless repo and installing using apt install opencv
I have opencv working installed via apt. Just add my repo.
Can you tell the steps To install your pointless repo.. I am struggling to install opencv for a month in termux
Can you tell the steps To install your pointless repo..
https://wiki.termux.com/wiki/Package_Management#Community_repositories
I am doing install like this .. pkg install opencv but it show's me error
Proper pkg install
:
curl -LO https://its-pointless.github.io/setup-pointless-repo.sh
bash setup-pointless-repo.sh
pkg install opencv
If trouble with setting up third-party repo, then manually download debs. Pick a one appropriate for your CPU arch:
Hi everyone I have this problem when import
import cv2 ImportError: dlopen failed: cannot locate symbol "_ZN6google8protobuf8internal14AddDescriptorsEPNS1_15DescriptorTableEPKPFvvEi" referenced by "/data/data/com.termux/files/usr/lib/libopencv_dnn.so.4.2.0"...
ImportError: dlopen failed: cannot locate symbol "_ZN6google8protobuf8internal14AddDescriptorsEPNS1_15DescriptorTableEPKPFvvEi"
Then @its-pointless should rebuild it.
Hi everyone I have this problem when import
import cv2 ImportError: dlopen failed: cannot locate symbol "_ZN6google8protobuf8internal14AddDescriptorsEPNS1_15DescriptorTableEPKPFvvEi" referenced by "/data/data/com.termux/files/usr/lib/libopencv_dnn.so.4.2.0"...
Same problem keeps comming up
@its-pointless Can you help us ?
@xeffyr ,@Grimler91 I install opencv (pkg install opencv) by this cmd but when i use import cv2 it show me error Why? Please i need help you can i remove dlopen error please help me...
@xeffyr ,@Grimler91 I install opencv (pkg install opencv) by this cmd but when i use import cv2 it show me error Why? Please i need help you can i remove dlopen error please help me...
Proper
pkg install
:curl -LO https://its-pointless.github.io/setup-pointless-repo.sh bash setup-pointless-repo.sh pkg install opencv
If trouble with setting up third-party repo, then manually download debs. Pick a one appropriate for your CPU arch:
- https://github.com/its-pointless/its-pointless.github.io/raw/master/files/24/dists/termux/extras/binary-aarch64/opencv_4.2.0_aarch64.deb
- https://github.com/its-pointless/its-pointless.github.io/raw/master/files/24/dists/termux/extras/binary-arm/opencv_4.2.0-1_arm.deb
- https://github.com/its-pointless/its-pointless.github.io/raw/master/files/24/dists/termux/extras/binary-i686/opencv_4.2.0_i686.deb
- https://github.com/its-pointless/its-pointless.github.io/raw/master/files/24/dists/termux/extras/binary-x86_64/opencv_4.2.0_x86_64.deb
Thanks ,i install successful opencv in termux ,it works!!
now i meet another question in using opencv in termux, import cv2 cp=cv2.cv2.VideoCaptuer(0) the error come out! (gst-plugin-scanner:31660):GStreamer-warning **: .. failed to load plugin 'data/data/com/termux/files/usr/lib/gstreamer-1.0/libgstopengl.so':clopen failed:connot locate symbol "XzUnpacker_construst" referenced by "/system/lib64/libunwind.so".. [warn:0] global /home/builder/.termux-build/opencv/src/moduels/video/src/cap_gstreamer.cpp (480) ispiplineplaying opencv | gstreamer warning:gstreamer:pipline have not been created
Latest ver i uploaded is 4.2.0-2
i meet this question!!
me too, I have this problem when i try to show frames with the same function
I have opencv working installed via apt. Just add my repo.
You have but what about opencv contrib and extra modules. They were not in your repo. So they needed to be build while building opencv And if we install opencv from your repo then we can't use them and we need to build from scratch. keeping both build will cause conflicts.
Please if possible add extra modules to your apt repo
I ran into following errors while compiling opncv and extra modules Commands used
LDFLAGS=" -llog -lpython3" cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_opencv_python3=on -DBUILD_opencv_python2=off -DBUILD_opencv_python2=off -DOPENCV_EXTRA_MODULES_PATH=/data/data/com.termux/files/home/opencv_contrib/modules -DOPENCV_ENABLE_NONFREE:BOOL=ON -DWITH_QT=OFF -DWITH_GTK=OFF -D WITH_TEST=OFF -D BUILD_TESTS=OFF -DBUILD_EXAMPLES=ON
Determining if the include file io.h exists failed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_0ebdd/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_0ebdd.dir/build.make CMakeFiles/cmTC_0ebdd.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0ebdd.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_0ebdd.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'io.h' file not found #include^~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_0ebdd.dir/build.make:85: CMakeFiles/cmTC_0ebdd.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_0ebdd/fast] Error 2 Determining size of INT8 failed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_a6cc5/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_a6cc5.dir/build.make CMakeFiles/cmTC_a6cc5.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a6cc5.dir/int8.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_a6cc5.dir/int8.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c:29:12: error: use of undeclared identifier 'INT8' ('0' + ((SIZE / 10000)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT8)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c:30:12: error: use of undeclared identifier 'INT8' ('0' + ((SIZE / 1000)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT8)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c:31:12: error: use of undeclared identifier 'INT8' ('0' + ((SIZE / 100)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT8)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c:32:12: error: use of undeclared identifier 'INT8' ('0' + ((SIZE / 10)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT8)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c:33:12: error: use of undeclared identifier 'INT8' ('0' + (SIZE % 10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT8)) ^ 5 errors generated. make[1]: *** [CMakeFiles/cmTC_a6cc5.dir/build.make:85: CMakeFiles/cmTC_a6cc5.dir/int8.c.o] Error 1 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_a6cc5/fast] Error 2 /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int8.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(INT8)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of INT16 failed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_24b3e/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_24b3e.dir/build.make CMakeFiles/cmTC_24b3e.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_24b3e.dir/int16.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_24b3e.dir/int16.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c:29:12: error: use of undeclared identifier 'INT16' ('0' + ((SIZE / 10000)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT16)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c:30:12: error: use of undeclared identifier 'INT16' ('0' + ((SIZE / 1000)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT16)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c:31:12: error: use of undeclared identifier 'INT16' ('0' + ((SIZE / 100)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT16)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c:32:12: error: use of undeclared identifier 'INT16' ('0' + ((SIZE / 10)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT16)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c:33:12: error: use of undeclared identifier 'INT16' ('0' + (SIZE % 10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT16)) ^ 5 errors generated. make[1]: *** [CMakeFiles/cmTC_24b3e.dir/build.make:85: CMakeFiles/cmTC_24b3e.dir/int16.c.o] Error 1 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_24b3e/fast] Error 2 /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int16.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(INT16)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of INT32 failed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_25ca4/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_25ca4.dir/build.make CMakeFiles/cmTC_25ca4.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_25ca4.dir/int32.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_25ca4.dir/int32.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c:29:12: error: use of undeclared identifier 'INT32' ('0' + ((SIZE / 10000)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT32)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c:30:12: error: use of undeclared identifier 'INT32' ('0' + ((SIZE / 1000)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT32)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c:31:12: error: use of undeclared identifier 'INT32' ('0' + ((SIZE / 100)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT32)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c:32:12: error: use of undeclared identifier 'INT32' ('0' + ((SIZE / 10)%10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT32)) ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c:33:12: error: use of undeclared identifier 'INT32' ('0' + (SIZE % 10)), ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c:27:22: note: expanded from macro 'SIZE' #define SIZE (sizeof(INT32)) ^ 5 errors generated. make[1]: *** [CMakeFiles/cmTC_25ca4.dir/build.make:85: CMakeFiles/cmTC_25ca4.dir/int32.c.o] Error 1 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_25ca4/fast] Error 2 /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/int32.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(INT32)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the function floor exists failed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_ea241/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_ea241.dir/build.make CMakeFiles/cmTC_ea241.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ea241.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=floor -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_ea241.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS floor ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'floor' is a builtin with type 'double (double)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS floor ^ 1 warning generated. Linking C executable cmTC_ea241 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ea241.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=floor -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_ea241.dir/CheckFunctionExists.c.o -o cmTC_ea241 /data/data/com.termux/files/usr/bin/aarch64-linux-android-ld: CMakeFiles/cmTC_ea241.dir/CheckFunctionExists.c.o: undefined reference to symbol 'floor@@LIBC' /data/data/com.termux/files/usr/bin/aarch64-linux-android-ld: /system/lib64/libm.so: error adding symbols: DSO missing from command line clang-10: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [CMakeFiles/cmTC_ea241.dir/build.make:106: cmTC_ea241] Error 1 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_ea241/fast] Error 2 Determining if the function pow exists failed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_c9b91/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_c9b91.dir/build.make CMakeFiles/cmTC_c9b91.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c9b91.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=pow -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_c9b91.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS pow ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'pow' is a builtin with type 'double (double, double)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS pow ^ 1 warning generated. Linking C executable cmTC_c9b91 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c9b91.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=pow -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_c9b91.dir/CheckFunctionExists.c.o -o cmTC_c9b91 /data/data/com.termux/files/usr/bin/aarch64-linux-android-ld: CMakeFiles/cmTC_c9b91.dir/CheckFunctionExists.c.o: undefined reference to symbol 'pow@@LIBC' /data/data/com.termux/files/usr/bin/aarch64-linux-android-ld: /system/lib64/libm.so: error adding symbols: DSO missing from command line clang-10: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [CMakeFiles/cmTC_c9b91.dir/build.make:106: cmTC_c9b91] Error 1 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_c9b91/fast] Error 2 Determining if the function sqrt exists failed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_b66ff/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_b66ff.dir/build.make CMakeFiles/cmTC_b66ff.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b66ff.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=sqrt -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_b66ff.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS sqrt ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'sqrt' is a builtin with type 'double (double)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS sqrt ^ 1 warning generated. Linking C executable cmTC_b66ff /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b66ff.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=sqrt -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_b66ff.dir/CheckFunctionExists.c.o -o cmTC_b66ff /data/data/com.termux/files/usr/bin/aarch64-linux-android-ld: CMakeFiles/cmTC_b66ff.dir/CheckFunctionExists.c.o: undefined reference to symbol 'sqrt@@LIBC' /data/data/com.termux/files/usr/bin/aarch64-linux-android-ld: /system/lib64/libm.so: error adding symbols: DSO missing from command line clang-10: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [CMakeFiles/cmTC_b66ff.dir/build.make:106: cmTC_b66ff] Error 1 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_b66ff/fast] Error 2 Determining if the function setmode exists failed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_bd910/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_bd910.dir/build.make CMakeFiles/cmTC_bd910.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bd910.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=setmode -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_bd910.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c Linking C executable cmTC_bd910 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bd910.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=setmode -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_bd910.dir/CheckFunctionExists.c.o -o cmTC_bd910 /data/data/com.termux/files/usr/bin/aarch64-linux-android-ld: CMakeFiles/cmTC_bd910.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `setmode' clang-10: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [CMakeFiles/cmTC_bd910.dir/build.make:106: cmTC_bd910] Error 1 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_bd910/fast] Error 2 Build output check failed: Regex: 'unknown .*option' Output line: 'warning: unknown warning option '-Wno-unused-but-set-variable', did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]' Compilation failed: source file: '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c' check option: ' -Wno-unused-but-set-variable' ===== BUILD LOG ===== Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_edf48/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_edf48.dir/build.make CMakeFiles/cmTC_edf48.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_edf48.dir/src.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -Wno-unused-but-set-variable -o CMakeFiles/cmTC_edf48.dir/src.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option] /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c:1:8: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ^ 2 warnings generated. Linking C executable cmTC_edf48 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_edf48.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_edf48.dir/src.c.o -o cmTC_edf48 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' ===== END ===== Build output check failed: Regex: 'unknown .*option' Output line: 'warning: unknown warning option '-Wno-maybe-uninitialized', did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]' Compilation failed: source file: '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c' check option: ' -Wno-maybe-uninitialized' ===== BUILD LOG ===== Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_08abf/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_08abf.dir/build.make CMakeFiles/cmTC_08abf.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_08abf.dir/src.c.o /data/data/com.termux/files/usr/bin/cc -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-prototypes -Wno-missing-declarations -Wno-undef -Wno-unused -Wno-sign-compare -Wno-cast-align -Wno-shadow -O3 -DNDEBUG -DNDEBUG -fPIE -Wno-maybe-uninitialized -o CMakeFiles/cmTC_08abf.dir/src.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c:1:8: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ^ 2 warnings generated. Linking C executable cmTC_08abf /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08abf.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-prototypes -Wno-missing-declarations -Wno-undef -Wno-unused -Wno-sign-compare -Wno-cast-align -Wno-shadow -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_08abf.dir/src.c.o -o cmTC_08abf make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' ===== END =====
The system is: Android - 4.4.177-18671722 - aarch64 Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /data/data/com.termux/files/usr/bin/c++ Build flags: Id flags: The output was: 0 Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" The CXX compiler identification is Clang, found in "/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/3.18.2/CompilerIdCXX/a.out" Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /data/data/com.termux/files/usr/bin/cc Build flags: Id flags: The output was: 0 Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" The C compiler identification is Clang, found in "/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/3.18.2/CompilerIdC/a.out" Detecting CXX compiler ABI info compiled with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_cb4bb/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_cb4bb.dir/build.make CMakeFiles/cmTC_cb4bb.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o /data/data/com.termux/files/usr/bin/c++ -g -fPIE -v -o CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp clang version 10.0.1 (https://github.com/termux/termux-packages 2f1431d824f449f09ef50aa365cdd7ed5b8c159d) Target: aarch64-unknown-linux-android Thread model: posix InstalledDir: /data/data/com.termux/files/usr/bin Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/10.2.0 Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/8.4.0 Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/9.3.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/10.2.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/8.4.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 Selected GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 Candidate multilib: .;@m64 Selected multilib: .;@m64 (in-process) "/data/data/com.termux/files/usr/bin/clang-10" -cc1 -triple aarch64-unknown-linux-android -emit-obj -mrelax-all -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -pic-is-pie -mthread-model posix -mframe-pointer=non-leaf -fno-rounding-math -masm-verbose -mconstructor-aliases -target-cpu generic -target-feature +neon -target-abi aapcs -mllvm -aarch64-fix-cortex-a53-835769=1 -fallow-half-arguments-and-returns -dwarf-column-info -fno-split-dwarf-inlining -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -v -resource-dir /data/data/com.termux/files/usr/lib/clang/10.0.1 -isysroot /data/data/com.termux/files -internal-isystem /data/data/com.termux/files/usr/include/c++/v1 -internal-isystem /data/data/com.termux/files/usr/local/include -internal-isystem /data/data/com.termux/files/usr/lib/clang/10.0.1/include -internal-externc-isystem /data/data/com.termux/files/usr/include/aarch64-linux-android -internal-externc-isystem /data/data/com.termux/files/include -internal-externc-isystem /data/data/com.termux/files/usr/include -fdeprecated-macro -fdebug-compilation-dir /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -fno-signed-char -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o -x c++ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp clang -cc1 version 10.0.1 based upon LLVM 10.0.1 default target aarch64-linux-android ignoring nonexistent directory "/data/data/com.termux/files/usr/local/include" ignoring nonexistent directory "/data/data/com.termux/files/include" #include "..." search starts here: #include <...> search starts here: /data/data/com.termux/files/usr/include/c++/v1 /data/data/com.termux/files/usr/lib/clang/10.0.1/include /data/data/com.termux/files/usr/include/aarch64-linux-android /data/data/com.termux/files/usr/include End of search list. Linking CXX executable cmTC_cb4bb /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb4bb.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/c++ -g -llog -lpython3 -v CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_cb4bb clang version 10.0.1 (https://github.com/termux/termux-packages 2f1431d824f449f09ef50aa365cdd7ed5b8c159d) Target: aarch64-unknown-linux-android Thread model: posix InstalledDir: /data/data/com.termux/files/usr/bin Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/10.2.0 Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/8.4.0 Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/9.3.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/10.2.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/8.4.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 Selected GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 Candidate multilib: .;@m64 Selected multilib: .;@m64 "/data/data/com.termux/files/usr/bin/aarch64-linux-android-ld" --sysroot=/data/data/com.termux/files -pie -z noexecstack -EL --fix-cortex-a53-843419 --warn-shared-textrel -z now -z relro -z max-page-size=4096 --hash-style=gnu --enable-new-dtags -rpath=/data/data/com.termux/files/usr/lib --eh-frame-hdr -m aarch64linux -dynamic-linker /system/bin/linker64 -o cmTC_cb4bb /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtbegin_dynamic.o -L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 -L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../.. -L/data/data/com.termux/files/usr/lib -L/system/lib64 -llog -lpython3 CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o -lc++_shared -lgcc -ldl -lm -lc -lgcc -ldl /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtend_android.o make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Parsed CXX implicit include dir info from above output: rv=done found start of include info found start of implicit include info add: [/data/data/com.termux/files/usr/include/c++/v1] add: [/data/data/com.termux/files/usr/lib/clang/10.0.1/include] add: [/data/data/com.termux/files/usr/include/aarch64-linux-android] add: [/data/data/com.termux/files/usr/include] end of search list found collapse include dir [/data/data/com.termux/files/usr/include/c++/v1] ==> [/data/data/com.termux/files/usr/include/c++/v1] collapse include dir [/data/data/com.termux/files/usr/lib/clang/10.0.1/include] ==> [/data/data/com.termux/files/usr/lib/clang/10.0.1/include] collapse include dir [/data/data/com.termux/files/usr/include/aarch64-linux-android] ==> [/data/data/com.termux/files/usr/include/aarch64-linux-android] collapse include dir [/data/data/com.termux/files/usr/include] ==> [/data/data/com.termux/files/usr/include] implicit include dirs: [/data/data/com.termux/files/usr/include/c++/v1;/data/data/com.termux/files/usr/lib/clang/10.0.1/include;/data/data/com.termux/files/usr/include/aarch64-linux-android;/data/data/com.termux/files/usr/include] Parsed CXX implicit link information from above output: link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] ignore line: [Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_cb4bb/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_cb4bb.dir/build.make CMakeFiles/cmTC_cb4bb.dir/build] ignore line: [make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp'] ignore line: [Building CXX object CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o] ignore line: [/data/data/com.termux/files/usr/bin/c++ -g -fPIE -v -o CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp] ignore line: [clang version 10.0.1 (https://github.com/termux/termux-packages 2f1431d824f449f09ef50aa365cdd7ed5b8c159d)] ignore line: [Target: aarch64-unknown-linux-android] ignore line: [Thread model: posix] ignore line: [InstalledDir: /data/data/com.termux/files/usr/bin] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/10.2.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/8.4.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/10.2.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/8.4.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Selected GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Candidate multilib: .] ignore line: [@m64] ignore line: [Selected multilib: .] ignore line: [@m64] ignore line: [ (in-process)] ignore line: [ "/data/data/com.termux/files/usr/bin/clang-10" -cc1 -triple aarch64-unknown-linux-android -emit-obj -mrelax-all -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -pic-is-pie -mthread-model posix -mframe-pointer=non-leaf -fno-rounding-math -masm-verbose -mconstructor-aliases -target-cpu generic -target-feature +neon -target-abi aapcs -mllvm -aarch64-fix-cortex-a53-835769=1 -fallow-half-arguments-and-returns -dwarf-column-info -fno-split-dwarf-inlining -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -v -resource-dir /data/data/com.termux/files/usr/lib/clang/10.0.1 -isysroot /data/data/com.termux/files -internal-isystem /data/data/com.termux/files/usr/include/c++/v1 -internal-isystem /data/data/com.termux/files/usr/local/include -internal-isystem /data/data/com.termux/files/usr/lib/clang/10.0.1/include -internal-externc-isystem /data/data/com.termux/files/usr/include/aarch64-linux-android -internal-externc-isystem /data/data/com.termux/files/include -internal-externc-isystem /data/data/com.termux/files/usr/include -fdeprecated-macro -fdebug-compilation-dir /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -fno-signed-char -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o -x c++ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp] ignore line: [clang -cc1 version 10.0.1 based upon LLVM 10.0.1 default target aarch64-linux-android] ignore line: [ignoring nonexistent directory "/data/data/com.termux/files/usr/local/include"] ignore line: [ignoring nonexistent directory "/data/data/com.termux/files/include"] ignore line: [#include "..." search starts here:] ignore line: [#include <...> search starts here:] ignore line: [ /data/data/com.termux/files/usr/include/c++/v1] ignore line: [ /data/data/com.termux/files/usr/lib/clang/10.0.1/include] ignore line: [ /data/data/com.termux/files/usr/include/aarch64-linux-android] ignore line: [ /data/data/com.termux/files/usr/include] ignore line: [End of search list.] ignore line: [Linking CXX executable cmTC_cb4bb] ignore line: [/data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb4bb.dir/link.txt --verbose=1] ignore line: [/data/data/com.termux/files/usr/bin/c++ -g -llog -lpython3 -v CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_cb4bb ] ignore line: [clang version 10.0.1 (https://github.com/termux/termux-packages 2f1431d824f449f09ef50aa365cdd7ed5b8c159d)] ignore line: [Target: aarch64-unknown-linux-android] ignore line: [Thread model: posix] ignore line: [InstalledDir: /data/data/com.termux/files/usr/bin] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/10.2.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/8.4.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/10.2.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/8.4.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Selected GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Candidate multilib: .] ignore line: [@m64] ignore line: [Selected multilib: .] ignore line: [@m64] link line: [ "/data/data/com.termux/files/usr/bin/aarch64-linux-android-ld" --sysroot=/data/data/com.termux/files -pie -z noexecstack -EL --fix-cortex-a53-843419 --warn-shared-textrel -z now -z relro -z max-page-size=4096 --hash-style=gnu --enable-new-dtags -rpath=/data/data/com.termux/files/usr/lib --eh-frame-hdr -m aarch64linux -dynamic-linker /system/bin/linker64 -o cmTC_cb4bb /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtbegin_dynamic.o -L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 -L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../.. -L/data/data/com.termux/files/usr/lib -L/system/lib64 -llog -lpython3 CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o -lc++_shared -lgcc -ldl -lm -lc -lgcc -ldl /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtend_android.o] arg [/data/data/com.termux/files/usr/bin/aarch64-linux-android-ld] ==> ignore arg [--sysroot=/data/data/com.termux/files] ==> ignore arg [-pie] ==> ignore arg [-znoexecstack] ==> ignore arg [-EL] ==> ignore arg [--fix-cortex-a53-843419] ==> ignore arg [--warn-shared-textrel] ==> ignore arg [-znow] ==> ignore arg [-zrelro] ==> ignore arg [-zmax-page-size=4096] ==> ignore arg [--hash-style=gnu] ==> ignore arg [--enable-new-dtags] ==> ignore arg [-rpath=/data/data/com.termux/files/usr/lib] ==> ignore arg [--eh-frame-hdr] ==> ignore arg [-m] ==> ignore arg [aarch64linux] ==> ignore arg [-dynamic-linker] ==> ignore arg [/system/bin/linker64] ==> ignore arg [-o] ==> ignore arg [cmTC_cb4bb] ==> ignore arg [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtbegin_dynamic.o] ==> ignore arg [-L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ==> dir [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] arg [-L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../..] ==> dir [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../..] arg [-L/data/data/com.termux/files/usr/lib] ==> dir [/data/data/com.termux/files/usr/lib] arg [-L/system/lib64] ==> dir [/system/lib64] arg [-llog] ==> lib [log] arg [-lpython3] ==> lib [python3] arg [CMakeFiles/cmTC_cb4bb.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore arg [-lc++_shared] ==> lib [c++_shared] arg [-lgcc] ==> lib [gcc] arg [-ldl] ==> lib [dl] arg [-lm] ==> lib [m] arg [-lc] ==> lib [c] arg [-lgcc] ==> lib [gcc] arg [-ldl] ==> lib [dl] arg [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtend_android.o] ==> ignore collapse library dir [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ==> [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] collapse library dir [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../..] ==> [/data/data/com.termux/files/usr/lib] collapse library dir [/data/data/com.termux/files/usr/lib] ==> [/data/data/com.termux/files/usr/lib] collapse library dir [/system/lib64] ==> [/system/lib64] implicit libs: [log;python3;c++_shared;gcc;dl;m;c;gcc;dl] implicit dirs: [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0;/data/data/com.termux/files/usr/lib;/system/lib64] implicit fwks: [] Detecting C compiler ABI info compiled with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_7e0e4/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_7e0e4.dir/build.make CMakeFiles/cmTC_7e0e4.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o /data/data/com.termux/files/usr/bin/cc -g -fPIE -v -o CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c clang version 10.0.1 (https://github.com/termux/termux-packages 2f1431d824f449f09ef50aa365cdd7ed5b8c159d) Target: aarch64-unknown-linux-android Thread model: posix InstalledDir: /data/data/com.termux/files/usr/bin Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/10.2.0 Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/8.4.0 Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/9.3.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/10.2.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/8.4.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 Selected GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 Candidate multilib: .;@m64 Selected multilib: .;@m64 (in-process) "/data/data/com.termux/files/usr/bin/clang-10" -cc1 -triple aarch64-unknown-linux-android -emit-obj -mrelax-all -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -pic-is-pie -mthread-model posix -mframe-pointer=non-leaf -fno-rounding-math -masm-verbose -mconstructor-aliases -target-cpu generic -target-feature +neon -target-abi aapcs -mllvm -aarch64-fix-cortex-a53-835769=1 -fallow-half-arguments-and-returns -dwarf-column-info -fno-split-dwarf-inlining -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -v -resource-dir /data/data/com.termux/files/usr/lib/clang/10.0.1 -isysroot /data/data/com.termux/files -internal-isystem /data/data/com.termux/files/usr/local/include -internal-isystem /data/data/com.termux/files/usr/lib/clang/10.0.1/include -internal-externc-isystem /data/data/com.termux/files/usr/include/aarch64-linux-android -internal-externc-isystem /data/data/com.termux/files/include -internal-externc-isystem /data/data/com.termux/files/usr/include -fdebug-compilation-dir /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -fno-signed-char -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fdiagnostics-show-option -o CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o -x c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c clang -cc1 version 10.0.1 based upon LLVM 10.0.1 default target aarch64-linux-android ignoring nonexistent directory "/data/data/com.termux/files/usr/local/include" ignoring nonexistent directory "/data/data/com.termux/files/include" #include "..." search starts here: #include <...> search starts here: /data/data/com.termux/files/usr/lib/clang/10.0.1/include /data/data/com.termux/files/usr/include/aarch64-linux-android /data/data/com.termux/files/usr/include End of search list. Linking C executable cmTC_7e0e4 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e0e4.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -g -llog -lpython3 -v CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o -o cmTC_7e0e4 clang version 10.0.1 (https://github.com/termux/termux-packages 2f1431d824f449f09ef50aa365cdd7ed5b8c159d) Target: aarch64-unknown-linux-android Thread model: posix InstalledDir: /data/data/com.termux/files/usr/bin Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/10.2.0 Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/8.4.0 Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/9.3.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/10.2.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/8.4.0 Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 Selected GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 Candidate multilib: .;@m64 Selected multilib: .;@m64 "/data/data/com.termux/files/usr/bin/aarch64-linux-android-ld" --sysroot=/data/data/com.termux/files -pie -z noexecstack -EL --fix-cortex-a53-843419 --warn-shared-textrel -z now -z relro -z max-page-size=4096 --hash-style=gnu --enable-new-dtags -rpath=/data/data/com.termux/files/usr/lib --eh-frame-hdr -m aarch64linux -dynamic-linker /system/bin/linker64 -o cmTC_7e0e4 /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtbegin_dynamic.o -L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 -L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../.. -L/data/data/com.termux/files/usr/lib -L/system/lib64 -llog -lpython3 CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o -lgcc -ldl -lc -lgcc -ldl /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtend_android.o make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Parsed C implicit include dir info from above output: rv=done found start of include info found start of implicit include info add: [/data/data/com.termux/files/usr/lib/clang/10.0.1/include] add: [/data/data/com.termux/files/usr/include/aarch64-linux-android] add: [/data/data/com.termux/files/usr/include] end of search list found collapse include dir [/data/data/com.termux/files/usr/lib/clang/10.0.1/include] ==> [/data/data/com.termux/files/usr/lib/clang/10.0.1/include] collapse include dir [/data/data/com.termux/files/usr/include/aarch64-linux-android] ==> [/data/data/com.termux/files/usr/include/aarch64-linux-android] collapse include dir [/data/data/com.termux/files/usr/include] ==> [/data/data/com.termux/files/usr/include] implicit include dirs: [/data/data/com.termux/files/usr/lib/clang/10.0.1/include;/data/data/com.termux/files/usr/include/aarch64-linux-android;/data/data/com.termux/files/usr/include] Parsed C implicit link information from above output: link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] ignore line: [Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_7e0e4/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_7e0e4.dir/build.make CMakeFiles/cmTC_7e0e4.dir/build] ignore line: [make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp'] ignore line: [Building C object CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o] ignore line: [/data/data/com.termux/files/usr/bin/cc -g -fPIE -v -o CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c] ignore line: [clang version 10.0.1 (https://github.com/termux/termux-packages 2f1431d824f449f09ef50aa365cdd7ed5b8c159d)] ignore line: [Target: aarch64-unknown-linux-android] ignore line: [Thread model: posix] ignore line: [InstalledDir: /data/data/com.termux/files/usr/bin] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/10.2.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/8.4.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/10.2.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/8.4.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Selected GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Candidate multilib: .] ignore line: [@m64] ignore line: [Selected multilib: .] ignore line: [@m64] ignore line: [ (in-process)] ignore line: [ "/data/data/com.termux/files/usr/bin/clang-10" -cc1 -triple aarch64-unknown-linux-android -emit-obj -mrelax-all -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -pic-is-pie -mthread-model posix -mframe-pointer=non-leaf -fno-rounding-math -masm-verbose -mconstructor-aliases -target-cpu generic -target-feature +neon -target-abi aapcs -mllvm -aarch64-fix-cortex-a53-835769=1 -fallow-half-arguments-and-returns -dwarf-column-info -fno-split-dwarf-inlining -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -v -resource-dir /data/data/com.termux/files/usr/lib/clang/10.0.1 -isysroot /data/data/com.termux/files -internal-isystem /data/data/com.termux/files/usr/local/include -internal-isystem /data/data/com.termux/files/usr/lib/clang/10.0.1/include -internal-externc-isystem /data/data/com.termux/files/usr/include/aarch64-linux-android -internal-externc-isystem /data/data/com.termux/files/include -internal-externc-isystem /data/data/com.termux/files/usr/include -fdebug-compilation-dir /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -fno-signed-char -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fdiagnostics-show-option -o CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o -x c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c] ignore line: [clang -cc1 version 10.0.1 based upon LLVM 10.0.1 default target aarch64-linux-android] ignore line: [ignoring nonexistent directory "/data/data/com.termux/files/usr/local/include"] ignore line: [ignoring nonexistent directory "/data/data/com.termux/files/include"] ignore line: [#include "..." search starts here:] ignore line: [#include <...> search starts here:] ignore line: [ /data/data/com.termux/files/usr/lib/clang/10.0.1/include] ignore line: [ /data/data/com.termux/files/usr/include/aarch64-linux-android] ignore line: [ /data/data/com.termux/files/usr/include] ignore line: [End of search list.] ignore line: [Linking C executable cmTC_7e0e4] ignore line: [/data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e0e4.dir/link.txt --verbose=1] ignore line: [/data/data/com.termux/files/usr/bin/cc -g -llog -lpython3 -v CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o -o cmTC_7e0e4 ] ignore line: [clang version 10.0.1 (https://github.com/termux/termux-packages 2f1431d824f449f09ef50aa365cdd7ed5b8c159d)] ignore line: [Target: aarch64-unknown-linux-android] ignore line: [Thread model: posix] ignore line: [InstalledDir: /data/data/com.termux/files/usr/bin] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/10.2.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/8.4.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/bin/../lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/10.2.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/8.4.0] ignore line: [Found candidate GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Selected GCC installation: /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ignore line: [Candidate multilib: .] ignore line: [@m64] ignore line: [Selected multilib: .] ignore line: [@m64] link line: [ "/data/data/com.termux/files/usr/bin/aarch64-linux-android-ld" --sysroot=/data/data/com.termux/files -pie -z noexecstack -EL --fix-cortex-a53-843419 --warn-shared-textrel -z now -z relro -z max-page-size=4096 --hash-style=gnu --enable-new-dtags -rpath=/data/data/com.termux/files/usr/lib --eh-frame-hdr -m aarch64linux -dynamic-linker /system/bin/linker64 -o cmTC_7e0e4 /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtbegin_dynamic.o -L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0 -L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../.. -L/data/data/com.termux/files/usr/lib -L/system/lib64 -llog -lpython3 CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o -lgcc -ldl -lc -lgcc -ldl /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtend_android.o] arg [/data/data/com.termux/files/usr/bin/aarch64-linux-android-ld] ==> ignore arg [--sysroot=/data/data/com.termux/files] ==> ignore arg [-pie] ==> ignore arg [-znoexecstack] ==> ignore arg [-EL] ==> ignore arg [--fix-cortex-a53-843419] ==> ignore arg [--warn-shared-textrel] ==> ignore arg [-znow] ==> ignore arg [-zrelro] ==> ignore arg [-zmax-page-size=4096] ==> ignore arg [--hash-style=gnu] ==> ignore arg [--enable-new-dtags] ==> ignore arg [-rpath=/data/data/com.termux/files/usr/lib] ==> ignore arg [--eh-frame-hdr] ==> ignore arg [-m] ==> ignore arg [aarch64linux] ==> ignore arg [-dynamic-linker] ==> ignore arg [/system/bin/linker64] ==> ignore arg [-o] ==> ignore arg [cmTC_7e0e4] ==> ignore arg [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtbegin_dynamic.o] ==> ignore arg [-L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ==> dir [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] arg [-L/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../..] ==> dir [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../..] arg [-L/data/data/com.termux/files/usr/lib] ==> dir [/data/data/com.termux/files/usr/lib] arg [-L/system/lib64] ==> dir [/system/lib64] arg [-llog] ==> lib [log] arg [-lpython3] ==> lib [python3] arg [CMakeFiles/cmTC_7e0e4.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-lgcc] ==> lib [gcc] arg [-ldl] ==> lib [dl] arg [-lc] ==> lib [c] arg [-lgcc] ==> lib [gcc] arg [-ldl] ==> lib [dl] arg [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../../crtend_android.o] ==> ignore collapse library dir [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] ==> [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0] collapse library dir [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0/../../..] ==> [/data/data/com.termux/files/usr/lib] collapse library dir [/data/data/com.termux/files/usr/lib] ==> [/data/data/com.termux/files/usr/lib] collapse library dir [/system/lib64] ==> [/system/lib64] implicit libs: [log;python3;gcc;dl;c;gcc;dl] implicit dirs: [/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/9.3.0;/data/data/com.termux/files/usr/lib;/system/lib64] implicit fwks: [] Determining if the include file pthread.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_349a6/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_349a6.dir/build.make CMakeFiles/cmTC_349a6.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_349a6.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_349a6.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_349a6 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_349a6.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_349a6.dir/CheckIncludeFile.c.o -o cmTC_349a6 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the posix_memalign exist passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_86e31/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_86e31.dir/build.make CMakeFiles/cmTC_86e31.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_86e31.dir/CheckSymbolExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_86e31.dir/CheckSymbolExists.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_86e31 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_86e31.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_86e31.dir/CheckSymbolExists.c.o -o cmTC_86e31 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' File /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #includeint main(int argc, char** argv) { (void)argv; #ifndef posix_memalign return ((int*)(&posix_memalign))[argc]; #else (void)argc; return 0; #endif } Determining if the include file malloc.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_a15c7/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_a15c7.dir/build.make CMakeFiles/cmTC_a15c7.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a15c7.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_a15c7.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_a15c7 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a15c7.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_a15c7.dir/CheckIncludeFile.c.o -o cmTC_a15c7 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the memalign exist passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_5c715/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_5c715.dir/build.make CMakeFiles/cmTC_5c715.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5c715.dir/CheckSymbolExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_5c715.dir/CheckSymbolExists.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_5c715 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5c715.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_5c715.dir/CheckSymbolExists.c.o -o cmTC_5c715 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' File /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef memalign return ((int*)(&memalign))[argc]; #else (void)argc; return 0; #endif } Determining if the include file sys/types.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_50d6b/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_50d6b.dir/build.make CMakeFiles/cmTC_50d6b.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_50d6b.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_50d6b.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_50d6b /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_50d6b.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_50d6b.dir/CheckIncludeFile.c.o -o cmTC_50d6b make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file stdint.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_645e0/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_645e0.dir/build.make CMakeFiles/cmTC_645e0.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_645e0.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_645e0.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_645e0 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_645e0.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_645e0.dir/CheckIncludeFile.c.o -o cmTC_645e0 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file stddef.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_08607/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_08607.dir/build.make CMakeFiles/cmTC_08607.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_08607.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_08607.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_08607 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08607.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_08607.dir/CheckIncludeFile.c.o -o cmTC_08607 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining size of unsigned short passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_fdf4c/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_fdf4c.dir/build.make CMakeFiles/cmTC_fdf4c.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fdf4c.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_fdf4c.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c Linking C executable cmTC_fdf4c /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fdf4c.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_fdf4c.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_fdf4c make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the system is big endian passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_aa626/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_aa626.dir/build.make CMakeFiles/cmTC_aa626.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_aa626.dir/TestEndianess.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_aa626.dir/TestEndianess.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/TestEndianess.c Linking C executable cmTC_aa626 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa626.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_aa626.dir/TestEndianess.c.o -o cmTC_aa626 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' TestEndianess.c: /* A 16 bit integer is required. */ typedef unsigned short cmakeint16; /* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." On a big endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; /* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." On a little endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_little[argc]; require += info_big[argc]; (void)argv; return require; } Determining size of size_t passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_635f3/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_635f3.dir/build.make CMakeFiles/cmTC_635f3.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_635f3.dir/SIZEOF_SIZE_T.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_635f3.dir/SIZEOF_SIZE_T.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.c Linking C executable cmTC_635f3 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_635f3.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_635f3.dir/SIZEOF_SIZE_T.c.o -o cmTC_635f3 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining size of unsigned long passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_dd002/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_dd002.dir/build.make CMakeFiles/cmTC_dd002.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dd002.dir/SIZEOF_UNSIGNED_LONG.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_dd002.dir/SIZEOF_UNSIGNED_LONG.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_UNSIGNED_LONG.c Linking C executable cmTC_dd002 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd002.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_dd002.dir/SIZEOF_UNSIGNED_LONG.c.o -o cmTC_dd002 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Performing C SOURCE FILE Test HAVE_BUILTIN_CTZL succeeded with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_e6435/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_e6435.dir/build.make CMakeFiles/cmTC_e6435.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e6435.dir/src.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -DHAVE_BUILTIN_CTZL -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_e6435.dir/src.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_e6435 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6435.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -DHAVE_BUILTIN_CTZL -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_e6435.dir/src.c.o -o cmTC_e6435 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Source file was: int main(int argc, char **argv) { unsigned long a = argc; return __builtin_ctzl(a); } Determining if files locale.h exist passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_9ad82/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_9ad82.dir/build.make CMakeFiles/cmTC_9ad82.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9ad82.dir/HAVE_LOCALE_H.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_9ad82.dir/HAVE_LOCALE_H.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckIncludeFiles/HAVE_LOCALE_H.c Linking C executable cmTC_9ad82 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9ad82.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_9ad82.dir/HAVE_LOCALE_H.c.o -o cmTC_9ad82 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if files stdlib.h exist passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_47960/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_47960.dir/build.make CMakeFiles/cmTC_47960.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_47960.dir/HAVE_STDLIB_H.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_47960.dir/HAVE_STDLIB_H.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c Linking C executable cmTC_47960 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_47960.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_47960.dir/HAVE_STDLIB_H.c.o -o cmTC_47960 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if files sys/types.h exist passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_d72a6/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_d72a6.dir/build.make CMakeFiles/cmTC_d72a6.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d72a6.dir/NEED_SYS_TYPES_H.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_d72a6.dir/NEED_SYS_TYPES_H.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckIncludeFiles/NEED_SYS_TYPES_H.c Linking C executable cmTC_d72a6 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d72a6.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-implicit-fallthrough -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_d72a6.dir/NEED_SYS_TYPES_H.c.o -o cmTC_d72a6 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file assert.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_aafef/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_aafef.dir/build.make CMakeFiles/cmTC_aafef.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_aafef.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_aafef.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_aafef /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aafef.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_aafef.dir/CheckIncludeFile.c.o -o cmTC_aafef make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file dlfcn.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_fd03a/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_fd03a.dir/build.make CMakeFiles/cmTC_fd03a.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fd03a.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_fd03a.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_fd03a /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd03a.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_fd03a.dir/CheckIncludeFile.c.o -o cmTC_fd03a make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file fcntl.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_3772f/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_3772f.dir/build.make CMakeFiles/cmTC_3772f.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3772f.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_3772f.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_3772f /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3772f.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_3772f.dir/CheckIncludeFile.c.o -o cmTC_3772f make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file inttypes.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_ae5e9/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_ae5e9.dir/build.make CMakeFiles/cmTC_ae5e9.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ae5e9.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_ae5e9.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_ae5e9 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ae5e9.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_ae5e9.dir/CheckIncludeFile.c.o -o cmTC_ae5e9 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file limits.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_221e2/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_221e2.dir/build.make CMakeFiles/cmTC_221e2.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_221e2.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_221e2.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_221e2 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_221e2.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_221e2.dir/CheckIncludeFile.c.o -o cmTC_221e2 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file memory.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_8c41a/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_8c41a.dir/build.make CMakeFiles/cmTC_8c41a.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8c41a.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_8c41a.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_8c41a /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c41a.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_8c41a.dir/CheckIncludeFile.c.o -o cmTC_8c41a make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file search.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_4d324/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_4d324.dir/build.make CMakeFiles/cmTC_4d324.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4d324.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_4d324.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_4d324 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d324.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_4d324.dir/CheckIncludeFile.c.o -o cmTC_4d324 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file string.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_717a5/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_717a5.dir/build.make CMakeFiles/cmTC_717a5.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_717a5.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_717a5.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_717a5 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_717a5.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_717a5.dir/CheckIncludeFile.c.o -o cmTC_717a5 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file strings.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_45655/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_45655.dir/build.make CMakeFiles/cmTC_45655.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_45655.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_45655.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_45655 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_45655.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_45655.dir/CheckIncludeFile.c.o -o cmTC_45655 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file sys/time.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_ad721/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_ad721.dir/build.make CMakeFiles/cmTC_ad721.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ad721.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_ad721.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_ad721 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad721.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_ad721.dir/CheckIncludeFile.c.o -o cmTC_ad721 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the include file unistd.h exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_5ea8c/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_5ea8c.dir/build.make CMakeFiles/cmTC_5ea8c.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5ea8c.dir/CheckIncludeFile.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_5ea8c.dir/CheckIncludeFile.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_5ea8c /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5ea8c.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_5ea8c.dir/CheckIncludeFile.c.o -o cmTC_5ea8c make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Performing C SOURCE FILE Test C_HAS_inline succeeded with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_b9990/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_b9990.dir/build.make CMakeFiles/cmTC_b9990.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b9990.dir/src.c.o /data/data/com.termux/files/usr/bin/cc -Dinline=inline -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DC_HAS_inline -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_b9990.dir/src.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c:4:15: warning: no previous prototype for function 'foo' [-Wmissing-prototypes] foo_t foo(){return 0;} ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c:4:9: note: declare 'static' if the function is not intended to be used outside of this translation unit foo_t foo(){return 0;} ^ static /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c:5:22: warning: unused parameter 'argc' [-Wunused-parameter] int main(int argc, char *argv[]) {return 0;} ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c:5:34: warning: unused parameter 'argv' [-Wunused-parameter] int main(int argc, char *argv[]) {return 0;} ^ /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c:3:29: warning: unused function 'static_foo' [-Wunused-function] static inline foo_t static_foo() {return 0;} ^ 4 warnings generated. Linking C executable cmTC_b9990 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b9990.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DC_HAS_inline -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_b9990.dir/src.c.o -o cmTC_b9990 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Source file was: typedef int foo_t; static inline foo_t static_foo() {return 0;} foo_t foo(){return 0;} int main(int argc, char *argv[]) {return 0;} Determining size of signed short passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_160f2/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_160f2.dir/build.make CMakeFiles/cmTC_160f2.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_160f2.dir/SIZEOF_SIGNED_SHORT.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_160f2.dir/SIZEOF_SIGNED_SHORT.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_SIGNED_SHORT.c Linking C executable cmTC_160f2 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_160f2.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_160f2.dir/SIZEOF_SIGNED_SHORT.c.o -o cmTC_160f2 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining size of unsigned short passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_23044/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_23044.dir/build.make CMakeFiles/cmTC_23044.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_23044.dir/SIZEOF_UNSIGNED_SHORT.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_23044.dir/SIZEOF_UNSIGNED_SHORT.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_UNSIGNED_SHORT.c Linking C executable cmTC_23044 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_23044.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_23044.dir/SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_23044 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining size of signed int passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_f1f9c/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_f1f9c.dir/build.make CMakeFiles/cmTC_f1f9c.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f1f9c.dir/SIZEOF_SIGNED_INT.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_f1f9c.dir/SIZEOF_SIGNED_INT.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_SIGNED_INT.c Linking C executable cmTC_f1f9c /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1f9c.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_f1f9c.dir/SIZEOF_SIGNED_INT.c.o -o cmTC_f1f9c make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining size of unsigned int passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_6421f/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_6421f.dir/build.make CMakeFiles/cmTC_6421f.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6421f.dir/SIZEOF_UNSIGNED_INT.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_6421f.dir/SIZEOF_UNSIGNED_INT.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_UNSIGNED_INT.c Linking C executable cmTC_6421f /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6421f.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_6421f.dir/SIZEOF_UNSIGNED_INT.c.o -o cmTC_6421f make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining size of signed long passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_44a54/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_44a54.dir/build.make CMakeFiles/cmTC_44a54.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_44a54.dir/SIZEOF_SIGNED_LONG.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_44a54.dir/SIZEOF_SIGNED_LONG.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_SIGNED_LONG.c Linking C executable cmTC_44a54 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44a54.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_44a54.dir/SIZEOF_SIGNED_LONG.c.o -o cmTC_44a54 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining size of signed long long passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_f1491/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_f1491.dir/build.make CMakeFiles/cmTC_f1491.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f1491.dir/SIZEOF_SIGNED_LONG_LONG.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_f1491.dir/SIZEOF_SIGNED_LONG_LONG.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_SIGNED_LONG_LONG.c Linking C executable cmTC_f1491 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1491.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_f1491.dir/SIZEOF_SIGNED_LONG_LONG.c.o -o cmTC_f1491 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining size of unsigned long long passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_71273/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_71273.dir/build.make CMakeFiles/cmTC_71273.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_71273.dir/SIZEOF_UNSIGNED_LONG_LONG.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_71273.dir/SIZEOF_UNSIGNED_LONG_LONG.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_UNSIGNED_LONG_LONG.c Linking C executable cmTC_71273 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71273.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_71273.dir/SIZEOF_UNSIGNED_LONG_LONG.c.o -o cmTC_71273 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining size of unsigned char * passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_1a128/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_1a128.dir/build.make CMakeFiles/cmTC_1a128.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1a128.dir/SIZEOF_UNSIGNED_CHAR_P.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_1a128.dir/SIZEOF_UNSIGNED_CHAR_P.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_UNSIGNED_CHAR_P.c Linking C executable cmTC_1a128 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1a128.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_1a128.dir/SIZEOF_UNSIGNED_CHAR_P.c.o -o cmTC_1a128 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining size of ptrdiff_t passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_6995d/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_6995d.dir/build.make CMakeFiles/cmTC_6995d.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6995d.dir/SIZEOF_PTRDIFF_T.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_6995d.dir/SIZEOF_PTRDIFF_T.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CheckTypeSize/SIZEOF_PTRDIFF_T.c Linking C executable cmTC_6995d /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6995d.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_6995d.dir/SIZEOF_PTRDIFF_T.c.o -o cmTC_6995d make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function isascii exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_cb011/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_cb011.dir/build.make CMakeFiles/cmTC_cb011.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cb011.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=isascii -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_cb011.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c Linking C executable cmTC_cb011 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb011.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=isascii -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_cb011.dir/CheckFunctionExists.c.o -o cmTC_cb011 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function memset exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_e7a64/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_e7a64.dir/build.make CMakeFiles/cmTC_e7a64.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e7a64.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=memset -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_e7a64.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS memset ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS memset ^ 1 warning generated. Linking C executable cmTC_e7a64 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e7a64.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=memset -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_e7a64.dir/CheckFunctionExists.c.o -o cmTC_e7a64 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function mmap exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_60f2a/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_60f2a.dir/build.make CMakeFiles/cmTC_60f2a.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_60f2a.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=mmap -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_60f2a.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c Linking C executable cmTC_60f2a /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_60f2a.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=mmap -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_60f2a.dir/CheckFunctionExists.c.o -o cmTC_60f2a make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function getopt exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_0fe6c/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_0fe6c.dir/build.make CMakeFiles/cmTC_0fe6c.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0fe6c.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=getopt -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_0fe6c.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c Linking C executable cmTC_0fe6c /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0fe6c.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=getopt -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_0fe6c.dir/CheckFunctionExists.c.o -o cmTC_0fe6c make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function memmove exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_a6562/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_a6562.dir/build.make CMakeFiles/cmTC_a6562.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a6562.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=memmove -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_a6562.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS memmove ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS memmove ^ 1 warning generated. Linking C executable cmTC_a6562 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a6562.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=memmove -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_a6562.dir/CheckFunctionExists.c.o -o cmTC_a6562 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function strcasecmp exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_32c2d/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_32c2d.dir/build.make CMakeFiles/cmTC_32c2d.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_32c2d.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strcasecmp -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_32c2d.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strcasecmp ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strcasecmp ^ 1 warning generated. Linking C executable cmTC_32c2d /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32c2d.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strcasecmp -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_32c2d.dir/CheckFunctionExists.c.o -o cmTC_32c2d make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function strchr exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_778ce/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_778ce.dir/build.make CMakeFiles/cmTC_778ce.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_778ce.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strchr -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_778ce.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strchr ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'strchr' is a builtin with type 'char *(const char *, int)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strchr ^ 1 warning generated. Linking C executable cmTC_778ce /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_778ce.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strchr -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_778ce.dir/CheckFunctionExists.c.o -o cmTC_778ce make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function strrchr exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_edd10/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_edd10.dir/build.make CMakeFiles/cmTC_edd10.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_edd10.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strrchr -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_edd10.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strrchr ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'strrchr' is a builtin with type 'char *(const char *, int)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strrchr ^ 1 warning generated. Linking C executable cmTC_edd10 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_edd10.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strrchr -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_edd10.dir/CheckFunctionExists.c.o -o cmTC_edd10 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function strstr exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_74edc/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_74edc.dir/build.make CMakeFiles/cmTC_74edc.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_74edc.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strstr -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_74edc.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strstr ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'strstr' is a builtin with type 'char *(const char *, const char *)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strstr ^ 1 warning generated. Linking C executable cmTC_74edc /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_74edc.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strstr -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_74edc.dir/CheckFunctionExists.c.o -o cmTC_74edc make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function strtol exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_dd645/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_dd645.dir/build.make CMakeFiles/cmTC_dd645.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dd645.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strtol -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_dd645.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strtol' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strtol ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'strtol' is a builtin with type 'long (const char *, char **, int)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strtol ^ 1 warning generated. Linking C executable cmTC_dd645 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd645.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strtol -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_dd645.dir/CheckFunctionExists.c.o -o cmTC_dd645 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function strtol exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_13d96/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_13d96.dir/build.make CMakeFiles/cmTC_13d96.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_13d96.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strtol -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_13d96.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strtol' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strtol ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'strtol' is a builtin with type 'long (const char *, char **, int)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strtol ^ 1 warning generated. Linking C executable cmTC_13d96 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13d96.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strtol -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_13d96.dir/CheckFunctionExists.c.o -o cmTC_13d96 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function strtoull exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_ea82f/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_ea82f.dir/build.make CMakeFiles/cmTC_ea82f.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ea82f.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strtoull -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_ea82f.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strtoull' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strtoull ^ /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:7:3: note: 'strtoull' is a builtin with type 'unsigned long long (const char *, char **, int)' :1:31: note: expanded from here #define CHECK_FUNCTION_EXISTS strtoull ^ 1 warning generated. Linking C executable cmTC_ea82f /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ea82f.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=strtoull -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_ea82f.dir/CheckFunctionExists.c.o -o cmTC_ea82f make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Determining if the function lfind exists passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_84b27/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_84b27.dir/build.make CMakeFiles/cmTC_84b27.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_84b27.dir/CheckFunctionExists.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=lfind -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_84b27.dir/CheckFunctionExists.c.o -c /data/data/com.termux/files/usr/share/cmake-3.18/Modules/CheckFunctionExists.c Linking C executable cmTC_84b27 /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84b27.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=lfind -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_84b27.dir/CheckFunctionExists.c.o -o cmTC_84b27 make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Performing C SOURCE FILE Test HAVE_SNPRINTF succeeded with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_2a93b/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_2a93b.dir/build.make CMakeFiles/cmTC_2a93b.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2a93b.dir/src.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_SNPRINTF -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_2a93b.dir/src.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_2a93b /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2a93b.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_SNPRINTF -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_2a93b.dir/src.c.o -o cmTC_2a93b make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Source file was: #include int main(void) { char buf[10]; snprintf(buf, 10, "Test %d", 1); return 0; } Determining if the system is big endian passed with the following output: Change Dir: /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp Run Build Command(s):/data/data/com.termux/files/usr/bin/make cmTC_892bb/fast && /data/data/com.termux/files/usr/bin/make -f CMakeFiles/cmTC_892bb.dir/build.make CMakeFiles/cmTC_892bb.dir/build make[1]: Entering directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_892bb.dir/TestEndianess.c.o /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -fPIE -o CMakeFiles/cmTC_892bb.dir/TestEndianess.c.o -c /data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp/TestEndianess.c Linking C executable cmTC_892bb /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_892bb.dir/link.txt --verbose=1 /data/data/com.termux/files/usr/bin/cc -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 -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG -llog -lpython3 -Wl,--as-needed CMakeFiles/cmTC_892bb.dir/TestEndianess.c.o -o cmTC_892bb make[1]: Leaving directory '/data/data/com.termux/files/home/src/opencv/build/CMakeFiles/CMakeTmp' TestEndianess.c: /* A 16 bit integer is required. */ typedef unsigned short cmakeint16; /* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." On a big endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; /* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." On a little endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_little[argc]; require += info_big[argc]; (void)argv; return require; }
With pip3 install opencv-python i got following
Pip error log
https://termbin.com/47j7v
Output log
ERROR: Command errored out with exit status 1: /data/data/com.termux/files/home/.local/share/virtualenvs/build-F0tRHWra/bin/python /data/data/com.termux/files/home/.local/share/virtualenvs/build-F0tRHWra/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /data/data/com.termux/files/usr/tmp/pip-build-env-ktmez8w5/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel scikit-build cmake pip 'numpy==1.11.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version=='"'"'3.7'"'"'' 'numpy==1.17.3; python_version>='"'"'3.8'"'"'' Check the logs for full command output.
However i managed to compile and make install but importing gave me below error:
['', '/data/data/com.termux/files/usr/lib/python38.zip', '/data/data/com.termux/files/usr/lib/python3.8', '/data/data/com.termux/files/usr/lib/python3.8/lib-dynload', '/data/data/com.termux/files/usr/lib/python3.8/site-packages', '/data/data/com.termux/files/usr/lib/python3.8/site-packages/opencv-4.4.0-py3.8.egg'] Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/opencv-4.4.0-py3.8.egg/cv2/__init__.py", line 96, in <module> bootstrap() File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/opencv-4.4.0-py3.8.egg/cv2/__init__.py", line 23, in bootstrap
raise ImportError('ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.') ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.
Please someone help in resolving it
Solved above error with python3 setup.py develop
But then another error came while importing which was
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/data/data/com.termux/files/home/opencv/modules/python/package/cv2/__init__.py", line 96, in <module>
bootstrap()
File "/data/data/com.termux/files/home/opencv/modules/python/package/cv2/__init__.py", line 58, in bootstrap
load_first_config(['config.py'], True)
File "/data/data/com.termux/files/home/opencv/modules/python/package/cv2/__init__.py", line 56, in load_first_config
raise ImportError('OpenCV loader: missing configuration file: {}. Check OpenCV installation.'.format(fnames))
ImportError: OpenCV loader: missing configuration file: ['config.py']. Check OpenCV installation.
When I follow the compiling instructions listed in the wiki, and the process in the above post, I get the following error message after I run
python import cv2
:
ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.
In looking at OpenCV, it appears this could be due to python binding linking: opencv/opencv#13202
I'm thinking this is due to how things are stored in Termux, but I'm not familiar enough with how things are structured to do a really good job troubleshooting this.
Thoughts?
in build directory go to modules folder and python3 setup.py develop It will solve this error
Hi, Total noob here,I have set up @its-pointless repo but after installing opencv I get the below error.
import cv2 [libprotobuf FATAL /home/builder/termux-packages/.termux-builder/libprotobuf/src/src/google/protobuf/stubs/common.cc:87] This program was compiled against version 3.12.2 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.13.0). Contact the program author for an update. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "modules/dnn/opencv-caffe.pb.cc".) terminating with uncaught exception of type google::protobuf::FatalException: This program was compiled against version 3.12.2 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.13.0). Contact the program author for an update. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "modules/dnn/opencv-caffe.pb.cc".) Aborted
I tried setting up protobuf 3.12.2 but that didn't do anything. Do I have to build it from source again?
I succesfully compiled build and installed opencv from source without any error. But import opencv works only in $HOME and not anywhere else. Also it seems that opencv actually not installed, because no modules whether imread, imageio nothing works it keeps saying no attribute.
Also
import opencv as cv2
cv2
Above command show
<module 'opencv' (namespace)>
No init.py there and hence complete installation is non functional.
While compiling i added python3 support but fails to work
But after cmake make and make install steps i goto opencv/modules/python folder and ran python3 setup.py install and it finally installed but then below error occured
['', '/data/data/com.termux/files/usr/lib/python38.zip', '/data/data/com.termux/files/usr/lib/python3.8', '/data/data/com.termux/files/usr/lib/python3.8/lib-dynload', '/data/data/com.termux/files/usr/lib/python3.8/site-packages', '/data/data/com.termux/files/usr/lib/python3.8/site-packages/opencv-4.4.0-py3.8.egg'] Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/opencv-4.4.0-py3.8.egg/cv2/__init__.py", line 96, in <module>
bootstrap()
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/opencv-4.4.0-py3.8.egg/cv2/__init__.py", line 23, in bootstrap raise ImportError('ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.')
ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.
Also tried recompiling with -DOPENCV_SKIP_PYTHON_LIADER=ON but same error
Also tried python setup.py develop but no success Please someone help in resolving it
Please help needed
Thank you @its-pointless and @xeffyr perfectly working on my Xiomi Mibox S Android 9.
I used this command in termux but not working When i used this first time its work but now its not working
curl -LO https://its-pointless.github.io/setup-pointless-repo.sh bash setup-pointless-repo.sh pkg install opencv
Error
Traceback (most recent call last):
File "/storage/emulated/0/sketch.py", line 9, in
Must be upgraded to python 3.10
Hi, I am also getting the same message like @ABIRHOSSAIN10 @Yisus7u7 python version is 3.10.0 my device is Samsung Galaxy S8 (exynos) I have performed following steps:
curl -LO https://its-pointless.github.io/setup-pointless-repo.sh
bash setup-pointless-repo.sh
pkg install opencv
as a regular user (not a root)
edit: now i get it, the its-pointless repo contains opencv for python 3.9, but the lastest is 3.10 and this one is present in temrux repo
This issue/PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, I am also getting the same message like @ABIRHOSSAIN10 @Yisus7u7 python version is 3.10.0 my device is Samsung Galaxy S8 (exynos) I have performed following steps:
curl -LO https://its-pointless.github.io/setup-pointless-repo.sh bash setup-pointless-repo.sh pkg install opencv
as a regular user (not a root)
edit: now i get it, the its-pointless repo contains opencv for python 3.9, but the lastest is 3.10 and this one is present in temrux repo
may I ask how you downgrade python version from 3.10 to 3.9? because I also python 3.10 and want to try. By the way actually starting I install python 3.9.7 but when I bash setup-pointless-repo.sh then it automatic upgrade my python to 3.10...
Sorry for asking, I would like to ask that actually how to install opencv in termux which can python import and use? because I follow the step which curl the its-pointless repo and bash then pkg install but only in pkg list and haven't in pip list. I also try other method which had found from previous comment but still not working. But I use same way to install numpy and scipy no problem, both of these can found in pip list, just except opencv. Anyone can help me? Im using Android 7.1.1, Termux 0.115, Python 3.9.7
Hi, I did not manage to install opencv. The building it from sources was failing and I couldn't solve that. Since then I haven't looked if sth changed.
Hi, I did not manage to install opencv. The building it from sources was failing and I couldn't solve that. Since then I haven't looked if sth changed.
oh I see, never my its ok, now I also face the problem, but for your problem I think you can try with Python 3.9 except from 3.10 since for what I know this repo the latest is Python 3.9 and haven't yet prepare for Python 3.10. But my problem is more make me curious, haha, since I using Python 3.9 and I try install for numpy, scipy and opencv since these three can get and use same method with the its-pointless-repo, then what I get is numpy and scipy can succes found in pip list and python import also no problem, but only opencv cannot be found in python. This problem make me curious to myself. haha
Please let me know if you manage to run python and opencv to use device camera (preferably without root)
@xtkoba
does your https://github.com/termux/termux-packages/pull/9369 commit suppose to fix the issue?
i still can't pip install opencv-python
getting following error:
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /data/data/com.termux/files/usr/tmp/pip-install-30n3sd40/cmake_4a900bba224f4e84ae752a1746ccdf9d/_skbuild/linux-aarch64-3.10/cmake-build/CMakeProject-build/CMakeFiles/CMakeTmp
Run Build Command(s):/data/data/com.termux/files/usr/bin/ninja cmTC_75cca && [1/2] Building C object CMakeFiles/cmTC_75cca.dir/testCCompiler.c.o
[2/2] Linking C executable cmTC_75cca FAILED: cmTC_75cca : && /data/data/com.termux/files/usr/bin/cc -D_POSIX_C_SOURCE=199506L -D_POSIX_SOURCE=1 -D_SVID_SOURCE=1 -D_BSD_SOURCE=1 -O2 -g -DNDEBUG -lstdc++ -lgcc -lrt CMakeFiles/cmTC_75cca.dir/testCCompiler.c.o -o cmTC_75cca && : ld.lld: error: unable to find library -lgcc clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
(error is at very end of above code, error: unable to find library -lgcc
)
@gety9 linked commit adds it as a termux package, so install through pkg: pkg install opencv-python
@Grimler91 thanks for quick reply,
it worked, and opencv-python is seems to be installed:
Use 'apt autoremove' to remove it.
The following NEW packages will be installed:
opencv-python
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/887 kB of archives.
After this operation, 4870 kB of additional disk space will be used.
Selecting previously unselected package opencv-python.
(Reading database ... 31044 files and directories currently installed.)
Preparing to unpack .../opencv-python_4.5.5-1_aarch64.deb ...
Unpacking opencv-python (4.5.5-1) ...
Setting up opencv-python (4.5.5-1) ...
Requirement already satisfied: numpy in /data/data/com.termux/files/usr/lib/python3.10/site-packages (1.22.2)
however when i try to install pip install table_ocr
(that's the package i need opencv-python for)
it starts to build opencv-python again:
pip install table_ocr
Collecting table_ocr
Downloading table_ocr-0.2.5-py3-none-any.whl (33.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.4/33.4 MB 12.9 MB/s eta 0:00:00
Collecting pytesseract~=0.3
Downloading pytesseract-0.3.9-py2.py3-none-any.whl (14 kB)
Requirement already satisfied: numpy~=1.19 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from table_ocr) (1.22.2)
Collecting opencv-python~=4.2
Downloading opencv-python-4.5.5.64.tar.gz (89.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.9/89.9 MB 7.2 MB/s eta 0:00:00
Installing build dependencies
could you please help me understand what i am doing wrong? how to make it accept already installed opencv-python?
$ dpkg -c ./opencv-python_4.5.5-1_aarch64.deb | awk '{print $6}' | tree --fromfile
data
└── data
└── com.termux
└── files
└── usr
└── lib
└── python3.10
└── site-packages
└── cv2
├── __init__.py
├── config-3.10.py
├── config.py
├── gapi
│ └── __init__.py
├── load_config_py2.py
├── load_config_py3.py
├── mat_wrapper
│ └── __init__.py
├── misc
│ ├── __init__.py
│ └── version.py
├── python-3.10
│ └── cv2.cpython-310.so
└── utils
└── __init__.py
15 directories, 11 files
I think something like opencv_python-4.5.5.64.dist-info
directory is missing in site-packages
. See: PEP 376, PEP 627, and this link.
Hey,
Is there a way to install opencv-python? The standard
pip3 install opencv-python
returns