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/a3c683ce97a24ef84667ec3475da9032e092c20a/source_subfolder/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/source_subfolder/Modules/_testcapimodule.c: In function ‘test_buildvalue_issue38913’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/source_subfolder/Modules/_cursesmodule.c: In function ‘_curses_unctrl’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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); ^ 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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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); ^ 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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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); ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/a3c683ce97a24ef84667ec3475da9032e092c20a/source_subfolder/Modules/_cursesmodule.c: In function ‘_curses_unctrl’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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); ^ 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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/source_subfolder/Modules/_cursesmodule.c: In function ‘_curses_unctrl’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/build/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/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/a3c683ce97a24ef84667ec3475da9032e092c20a/source_subfolder/Modules/_cursesmodule.c:4151:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ Traceback (most recent call last): File "/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/a3c683ce97a24ef84667ec3475da9032e092c20a/lib/python3.8/compileall.py", line 332, in exit_status = int(not main()) File "/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/a3c683ce97a24ef84667ec3475da9032e092c20a/lib/python3.8/compileall.py", line 314, in main if not compile_dir(dest, maxlevels, args.ddir, File "/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/a3c683ce97a24ef84667ec3475da9032e092c20a/lib/python3.8/compileall.py", line 93, in compile_dir success = min(results, default=True) File "/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/a3c683ce97a24ef84667ec3475da9032e092c20a/lib/python3.8/concurrent/futures/process.py", line 484, in _chain_from_iterable_of_lists for element in iterable: File "/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/a3c683ce97a24ef84667ec3475da9032e092c20a/lib/python3.8/concurrent/futures/_base.py", line 611, in result_iterator yield fs.pop().result() File "/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/a3c683ce97a24ef84667ec3475da9032e092c20a/lib/python3.8/concurrent/futures/_base.py", line 439, in result return self.__get_result() File "/home/conan/w/cci_PR-1510/.conan/data/cpython/3.8.6/_/_/package/a3c683ce97a24ef84667ec3475da9032e092c20a/lib/python3.8/concurrent/futures/_base.py", line 388, in __get_result raise self._exception concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending. Terminated make: [libinstall] Error 143 (ignored) make: *** [libinstall] Terminated Terminated ERROR: Exiting with code: 5