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/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/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/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/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); ^~~~~~~~ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^~~~~~ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^~~~~~ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c: In function ‘_curses_unctrl’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:4150:38: warning: passing argument 1 of ‘unctrl’ makes pointer from integer without a cast [-Wint-conversion] return PyBytes_FromString(unctrl(ch_)); ^~~ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: note: expected ‘SCREEN * {aka struct screen *}’ but argument is of type ‘chtype {aka long unsigned int}’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:4150:31: error: too few arguments to function ‘unctrl’ return PyBytes_FromString(unctrl(ch_)); ^~~~~~ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: note: declared here NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:4151:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^~~~~~ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^~~~~~ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c: In function ‘_curses_unctrl’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:4150:38: warning: passing argument 1 of ‘unctrl’ makes pointer from integer without a cast [-Wint-conversion] return PyBytes_FromString(unctrl(ch_)); ^~~ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: note: expected ‘SCREEN * {aka struct screen *}’ but argument is of type ‘chtype {aka long unsigned int}’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:4150:31: error: too few arguments to function ‘unctrl’ return PyBytes_FromString(unctrl(ch_)); ^~~~~~ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: note: declared here NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:4151:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^~~~~~ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^~~~~~ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c: In function ‘_curses_unctrl’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:4150:38: warning: passing argument 1 of ‘unctrl’ makes pointer from integer without a cast [-Wint-conversion] return PyBytes_FromString(unctrl(ch_)); ^~~ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: note: expected ‘SCREEN * {aka struct screen *}’ but argument is of type ‘chtype {aka long unsigned int}’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:4150:31: error: too few arguments to function ‘unctrl’ return PyBytes_FromString(unctrl(ch_)); ^~~~~~ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/7e6a9572e27976fb902411b94a36503969f30e60/include/ncursesw/unctrl.h:61:54: note: declared here NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^~~~ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/source_subfolder/Modules/_cursesmodule.c:4151:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ WARNING: The script easy_install-3.8 is installed in '/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/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/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/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. Terminated ERROR: cpython/3.8.6 (test package): Error in build() method, line 86 cmake.configure() ConanException: Error 143 while executing cd '/home/conan/w/cci_PR-1510/88/6a387749-ebd2-40ab-9e55-e27e3081672e/recipes/cpython/all/test_package/build/a2e02053f557284817aa96d4fad2a57c42cf1c6e' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="7" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DPY_VERSION_MAJOR="3" -DPY_VERSION_MAJOR_MINOR="3.8" -DPY_VERSION="3.8.6" -DPY_VERSION_SUFFIX="d" -DPYTHON_EXECUTABLE="/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/bin/python3.8" -DUSE_FINDPYTHON_X="True" -DPython3_EXECUTABLE="/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/bin/python3.8" -DPython3_ROOT_DIR="/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc" -DPython3_USE_STATIC_LIBS="True" -DPython3_FIND_FRAMEWORK="NEVER" -DPython3_FIND_REGISTRY="NEVER" -DPython3_FIND_IMPLEMENTATIONS="CPython" -DPython3_FIND_STRATEGY="LOCATION" -Wno-dev '/home/conan/w/cci_PR-1510/88/6a387749-ebd2-40ab-9e55-e27e3081672e/recipes/cpython/all/test_package' Terminated