configure: WARNING: unrecognized options: --without-gcc configure: WARNING: --with(out)-system-ffi is ignored on this platform configure: WARNING: unrecognized options: --without-gcc /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fd39ccdd1e4722f2dc0e3e8608c820703c0961e5/source_subfolder/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fd39ccdd1e4722f2dc0e3e8608c820703c0961e5/source_subfolder/Modules/_testcapimodule.c:6308:5: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations] MyList_Type.tp_print = 0; ^~~~~~~~~~~ In file included from source_subfolder/Include/object.h:746:0, from source_subfolder/Include/pytime.h:6, from source_subfolder/Include/Python.h:85, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fd39ccdd1e4722f2dc0e3e8608c820703c0961e5/source_subfolder/Modules/_testcapimodule.c:15: source_subfolder/Include/cpython/object.h:260:30: note: declared here Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); ^~~~~~~~ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fd39ccdd1e4722f2dc0e3e8608c820703c0961e5/source_subfolder/Modules/_testcapimodule.c: In function ‘test_buildvalue_issue38913’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fd39ccdd1e4722f2dc0e3e8608c820703c0961e5/source_subfolder/Modules/_testcapimodule.c:6443:15: warning: variable ‘res’ set but not used [-Wunused-but-set-variable] PyObject *res; ^~~ WARNING: The script easy_install-3.8 is installed in '/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/fd39ccdd1e4722f2dc0e3e8608c820703c0961e5/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts pip3 and pip3.8 are installed in '/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/fd39ccdd1e4722f2dc0e3e8608c820703c0961e5/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Using Python_ADDITIONAL_VERSIONS: 3.8.6;3.8;3 Python3_EXECUTABLE: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/fd39ccdd1e4722f2dc0e3e8608c820703c0961e5/bin/python3.8 Python3_INTERPRETER_ID: Python Python3_VERSION: 3.8.6 Python3_INCLUDE_DIRS: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/fd39ccdd1e4722f2dc0e3e8608c820703c0961e5/include/python3.8 Python3_LIBRARIES: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/fd39ccdd1e4722f2dc0e3e8608c820703c0961e5/lib/libpython3.8.a CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Python3_FIND_IMPLEMENTATIONS Traceback (most recent call last): File "/home/conan/w/cci_PR-1510/105/4cff58df-82d4-4fcd-9dc8-d497cab0a2e0/recipes/cpython/all/test_package/test_package.py", line 207, in ALL_TESTS[ns.test_module]() File "/home/conan/w/cci_PR-1510/105/4cff58df-82d4-4fcd-9dc8-d497cab0a2e0/recipes/cpython/all/test_package/test_package.py", line 22, in inner_fn fn() File "/home/conan/w/cci_PR-1510/105/4cff58df-82d4-4fcd-9dc8-d497cab0a2e0/recipes/cpython/all/test_package/test_package.py", line 108, in test_bsddb import bsddb ModuleNotFoundError: No module named 'bsddb' Traceback (most recent call last): File "/home/conan/w/cci_PR-1510/105/4cff58df-82d4-4fcd-9dc8-d497cab0a2e0/recipes/cpython/all/test_package/test_package.py", line 207, in ALL_TESTS[ns.test_module]() File "/home/conan/w/cci_PR-1510/105/4cff58df-82d4-4fcd-9dc8-d497cab0a2e0/recipes/cpython/all/test_package/test_package.py", line 22, in inner_fn fn() File "/home/conan/w/cci_PR-1510/105/4cff58df-82d4-4fcd-9dc8-d497cab0a2e0/recipes/cpython/all/test_package/test_package.py", line 195, in test_tkinter import _tkinter ModuleNotFoundError: No module named '_tkinter'