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/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_testcapimodule.c:6308:5: warning: ‘tp_print’ is deprecated (declared at source_subfolder/Include/cpython/object.h:260) [-Wdeprecated-declarations] MyList_Type.tp_print = 0; ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_testcapimodule.c: In function ‘test_buildvalue_issue38913’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_testcapimodule.c:6443:15: warning: variable ‘res’ set but not used [-Wunused-but-set-variable] PyObject *res; ^ 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/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/9abd6d6cf4c4b746fa47d76cf8521de4e077f746/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:1037:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ In file included from /usr/include/ncursesw/ncurses.h:1997:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/9abd6d6cf4c4b746fa47d76cf8521de4e077f746/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/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_cursesmodule.c: In function ‘_curses_unctrl’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_cursesmodule.c:4150:38: warning: passing argument 1 of ‘unctrl’ makes pointer from integer without a cast 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/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/9abd6d6cf4c4b746fa47d76cf8521de4e077f746/include/ncursesw/unctrl.h:61:54: note: expected ‘struct SCREEN *’ but argument is of type ‘chtype’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1037: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/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/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/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/9abd6d6cf4c4b746fa47d76cf8521de4e077f746/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:1037: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/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/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/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/9abd6d6cf4c4b746fa47d76cf8521de4e077f746/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:1037:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ In file included from /usr/include/ncursesw/ncurses.h:1997:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fdad8d22894b7ba6ba4e74ebef85c84e705048d2/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/9abd6d6cf4c4b746fa47d76cf8521de4e077f746/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ gcc: internal compiler error: Terminated (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. gcc: internal compiler error: Terminated (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Terminated make: *** [sharedmods] Error 143 cpython/3.8.6: ERROR: Package 'fdad8d22894b7ba6ba4e74ebef85c84e705048d2' build failed cpython/3.8.6: WARN: Build folder /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/fdad8d22894b7ba6ba4e74ebef85c84e705048d2 ERROR: cpython/3.8.6: Error in build() method, line 330 autotools.make() ConanException: Error 2 while executing make -j3 Terminated