=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Installing for py310-uwsgi-2.0.19.1nb2 => Generating pre-install file lists => Creating installation directories (cd /tmp/www/py-uwsgi/work/uWSGI-2.0.19.1/ && /usr/bin/env UWSGI_INCLUDES=/usr/pkg/include SOURCE_DATE_EPOCH=1 UWSGI_PROFILE_OVERRIDE="debug=false;json=false;pcre=true;sse_offload=false;ssl=true;uuid=false;xml=libxml2;yaml=false" DESTDIR=/tmp/www/py-uwsgi/work/.destdir USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.10 CC=gcc CFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.10 CPPFLAGS=-I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.10 CXX=c++ CXXFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.10 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib LINKER_RPATH_FLAG=-R PATH=/tmp/www/py-uwsgi/work/.cwrapper/bin:/tmp/www/py-uwsgi/work/.buildlink/bin:/tmp/www/py-uwsgi/work/.gcc/bin:/tmp/www/py-uwsgi/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/tmp/www/py-uwsgi/work/.home CWRAPPERS_CONFIG_DIR=/tmp/www/py-uwsgi/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/www/py-uwsgi/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/www/py-uwsgi/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/www/py-uwsgi/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/www/py-uwsgi/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/www/py-uwsgi/work/.buildlink/lib/pkgconfig:/tmp/www/py-uwsgi/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/www/py-uwsgi/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/www/py-uwsgi/work/.cwrapper/config /usr/pkg/bin/python3.10 setup.py "install" -c -O1 --root=/tmp/www/py-uwsgi/work/.destdir) /usr/pkg/lib/python3.10/site-packages/setuptools/_distutils/dist.py:275: UserWarning: Unknown distribution option: 'descriptions' warnings.warn(msg) running install /usr/pkg/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( plugins/python/python_plugin.c: In function 'uwsgi_python_reset_random_seed': plugins/python/python_plugin.c:319:33: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyEval_CallObject(random_seed, random_args); ^~~~~~~~~~~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/python_plugin.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/pyutils.c: In function 'uwsgi_python_backtrace': plugins/python/pyutils.c:78:2: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *result = PyEval_CallObject(extract_tb, args); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/pyutils.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/pyutils.c: In function 'python_call': plugins/python/pyutils.c:279:2: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *pyret = PyEval_CallObject(callable, args); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/pyutils.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/python_plugin.c: In function 'uwsgi_pyimport_by_filename': plugins/python/python_plugin.c:470:18: warning: implicit declaration of function 'PyParser_SimpleParseFile'; did you mean 'PyRun_SimpleFile'? [-Wimplicit-function-declaration] py_file_node = PyParser_SimpleParseFile(pyfile, real_filename, Py_file_input); ^~~~~~~~~~~~~~~~~~~~~~~~ PyRun_SimpleFile plugins/python/python_plugin.c:470:16: warning: assignment makes pointer from integer without a cast [-Wint-conversion] py_file_node = PyParser_SimpleParseFile(pyfile, real_filename, Py_file_input); ^ plugins/python/python_plugin.c:487:19: warning: implicit declaration of function 'PyParser_SimpleParseString'; did you mean 'PyRun_SimpleString'? [-Wimplicit-function-declaration] py_file_node = PyParser_SimpleParseString(pycontent, Py_file_input); ^~~~~~~~~~~~~~~~~~~~~~~~~~ PyRun_SimpleString plugins/python/python_plugin.c:487:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion] py_file_node = PyParser_SimpleParseString(pycontent, Py_file_input); ^ plugins/python/python_plugin.c:496:34: warning: implicit declaration of function 'PyNode_Compile'; did you mean 'Py_GetCompiler'? [-Wimplicit-function-declaration] py_compiled_node = (PyObject *) PyNode_Compile(py_file_node, real_filename); ^~~~~~~~~~~~~~ Py_GetCompiler plugins/python/python_plugin.c:496:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] py_compiled_node = (PyObject *) PyNode_Compile(py_file_node, real_filename); ^ plugins/python/python_plugin.c: In function 'uwsgi_python_enable_threads': plugins/python/python_plugin.c:1292:2: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] PyEval_InitThreads(); ^~~~~~~~~~~~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/python_plugin.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:122:37: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); ^~~~~~~~~~~~~~~~~~ plugins/python/python_plugin.c: In function 'uwsgi_python_set_thread_name': plugins/python/python_plugin.c:1336:33: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *current_thread = PyEval_CallObject(threading_current, (PyObject *)NULL); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/python_plugin.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/python_plugin.c: In function 'uwsgi_python_setup_thread': plugins/python/python_plugin.c:1424:33: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *current_thread = PyEval_CallObject(threading_current, (PyObject *)NULL); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/python_plugin.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/python_plugin.c: In function 'uwsgi_python_mule': plugins/python/python_plugin.c:1854:4: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] result = PyEval_CallObject(callable, arglist); ^~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/python_plugin.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/python_plugin.c: In function 'uwsgi_python_logger': plugins/python/python_plugin.c:1944:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] ul->data = (void *) PyEval_CallObject(py_getLogger, py_getLogger_args); ^~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/python_plugin.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/pyloader.c: In function 'uwsgi_pecan_loader': plugins/python/pyloader.c:663:2: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] pecan_app = PyEval_CallObject(pecan_deploy, pecan_arg); ^~~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/pyloader.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/pyloader.c: In function 'uwsgi_paste_loader': plugins/python/pyloader.c:727:2: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] paste_app = PyEval_CallObject(paste_loadapp, paste_arg); ^~~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/pyloader.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/pyloader.c: In function 'uwsgi_eval_loader': plugins/python/pyloader.c:745:19: warning: implicit declaration of function 'PyParser_SimpleParseString'; did you mean 'PyRun_SimpleString'? [-Wimplicit-function-declaration] wsgi_eval_node = PyParser_SimpleParseString(code, Py_file_input); ^~~~~~~~~~~~~~~~~~~~~~~~~~ PyRun_SimpleString plugins/python/pyloader.c:745:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion] wsgi_eval_node = PyParser_SimpleParseString(code, Py_file_input); ^ plugins/python/pyloader.c:752:36: warning: implicit declaration of function 'PyNode_Compile'; did you mean 'Py_GetCompiler'? [-Wimplicit-function-declaration] wsgi_compiled_node = (PyObject *) PyNode_Compile(wsgi_eval_node, "uwsgi_eval_config"); ^~~~~~~~~~~~~~ Py_GetCompiler plugins/python/pyloader.c:752:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] wsgi_compiled_node = (PyObject *) PyNode_Compile(wsgi_eval_node, "uwsgi_eval_config"); ^ plugins/python/wsgi_subhandler.c: In function 'uwsgi_python_consume_file_wrapper_read': plugins/python/wsgi_subhandler.c:106:10: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *read_method_output = PyEval_CallObject(read_method, read_method_args); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/wsgi_subhandler.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/wsgi_subhandler.c: In function 'uwsgi_response_subhandler_wsgi': plugins/python/wsgi_subhandler.c:366:25: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *close_method_output = PyEval_CallObject(close_method, close_method_args); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/wsgi_subhandler.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/tracebacker.c: In function 'uwsgi_python_get_thread_name': plugins/python/tracebacker.c:17:2: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *threads_list = PyEval_CallObject(threading_enumerate, (PyObject *)NULL); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/tracebacker.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/tracebacker.c: In function 'uwsgi_python_tracebacker_thread': plugins/python/tracebacker.c:109:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *current_frames = PyEval_CallObject(_current_frames, (PyObject *)NULL); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/tracebacker.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/tracebacker.c:115:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *frames_ret = PyEval_CallObject(current_frames_items, (PyObject *)NULL); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/tracebacker.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/tracebacker.c:137:4: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *stacktrace = PyEval_CallObject( extract_stack, arg_tuple); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/tracebacker.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/python/raw.c: In function 'uwsgi_request_python_raw': plugins/python/raw.c:67:2: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] wsgi_req->async_result = PyEval_CallObject(up.raw_callable, args); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/python/uwsgi_python.h:2, from plugins/python/raw.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugins/gevent/gevent.c: In function 'py_uwsgi_gevent_ctrl_gl': plugins/gevent/gevent.c:36:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] PyObject *gswitch = PyEval_CallObject(ugevent.greenlet_switch, gevent_sleep_args); ^~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/Python.h:130:0, from plugins/gevent/../python/uwsgi_python.h:2, from plugins/gevent/gevent.h:1, from plugins/gevent/gevent.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.10/ceval.h:17:43: note: declared here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ld: plugins/python/python_plugin.o: in function `uwsgi_pyimport_by_filename': python_plugin.c:(.text+0x16a5): undefined reference to `PyParser_SimpleParseString' ld: python_plugin.c:(.text+0x16ba): undefined reference to `PyNode_Compile' ld: python_plugin.c:(.text+0x1773): undefined reference to `PyParser_SimpleParseFile' ld: python_plugin.c:(.text+0x1793): undefined reference to `PyNode_Compile' ld: python_plugin.c:(.text+0x1806): undefined reference to `PyParser_SimpleParseFile' ld: python_plugin.c:(.text+0x1826): undefined reference to `PyNode_Compile' ld: plugins/python/pyloader.o: in function `uwsgi_eval_loader': pyloader.c:(.text+0x15ce): undefined reference to `PyParser_SimpleParseString' ld: pyloader.c:(.text+0x15e7): undefined reference to `PyNode_Compile' using profile: buildconf/default.ini detected include path: ['/usr/pkg/include', '/tmp/www/py-uwsgi/work/.buildlink/include', '/usr/include/gcc-7', '/usr/include'] Patching "bin_name" to properly install_scripts dir detected CPU cores: 4 configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_POSIX_SEM -DUWSGI_EVENT_USE_KQUEUE -DUWSGI_EVENT_TIMER_USE_KQUEUE -DUWSGI_EVENT_FILEMONITOR_USE_KQUEUE -I/usr/pkg/include -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_VERSION="\"2.0.19.1\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="19" -DUWSGI_VERSION_REVISION="1" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_SSL -I/usr/pkg/include/libxml2 -I/usr/include -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\".\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(gevent);UDEP(cgi);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(gevent);ULEP(cgi);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);" *** uWSGI compiling server core *** [thread 2][gcc] core/utils.o [thread 0][gcc] core/protocol.o [thread 3][gcc] core/socket.o [thread 1][gcc] core/logging.o [thread 0][gcc] core/master.o [thread 3][gcc] core/master_utils.o [thread 1][gcc] core/emperor.o [thread 0][gcc] core/notify.o [thread 2][gcc] core/mule.o [thread 0][gcc] core/subscription.o [thread 3][gcc] core/stats.o [thread 1][gcc] core/sendfile.o [thread 2][gcc] core/async.o [thread 3][gcc] core/master_checks.o [thread 1][gcc] core/fifo.o [thread 0][gcc] core/offload.o [thread 2][gcc] core/io.o [thread 1][gcc] core/static.o [thread 3][gcc] core/websockets.o [thread 0][gcc] core/spooler.o [thread 3][gcc] core/snmp.o [thread 1][gcc] core/exceptions.o [thread 2][gcc] core/config.o [thread 0][gcc] core/setup_utils.o [thread 3][gcc] core/clock.o [thread 1][gcc] core/init.o [thread 0][gcc] core/buffer.o [thread 2][gcc] core/reader.o [thread 3][gcc] core/writer.o [thread 1][gcc] core/alarm.o [thread 0][gcc] core/cron.o [thread 2][gcc] core/hooks.o [thread 3][gcc] core/plugins.o [thread 1][gcc] core/lock.o [thread 0][gcc] core/cache.o [thread 3][gcc] core/daemons.o [thread 1][gcc] core/errors.o [thread 2][gcc] core/hash.o [thread 1][gcc] core/master_events.o [thread 2][gcc] core/chunked.o [thread 3][gcc] core/queue.o [thread 2][gcc] core/event.o [thread 1][gcc] core/signal.o [thread 0][gcc] core/strings.o [thread 3][gcc] core/progress.o [thread 2][gcc] core/timebomb.o [thread 3][gcc] core/ini.o [thread 1][gcc] core/fsmon.o [thread 0][gcc] core/mount.o [thread 2][gcc] core/metrics.o [thread 3][gcc] core/plugins_builder.o [thread 1][gcc] core/sharedarea.o [thread 0][gcc] core/rpc.o [thread 3][gcc] core/gateway.o [thread 0][gcc] core/loop.o [thread 1][gcc] core/cookie.o [thread 3][gcc] core/querystring.o [thread 2][gcc] core/rb_timers.o [thread 0][gcc] core/transformations.o [thread 1][gcc] core/uwsgi.o [thread 3][gcc] proto/base.o [thread 2][gcc] proto/uwsgi.o [thread 0][gcc] proto/http.o [thread 2][gcc] proto/fastcgi.o [thread 3][gcc] proto/scgi.o [thread 3][gcc] proto/puwsgi.o [thread 2][gcc] core/zlib.o [thread 0][gcc] core/regexp.o [thread 3][gcc] core/routing.o [thread 0][gcc] core/ssl.o [thread 2][gcc] core/legion.o [thread 0][gcc] core/xmlconf.o [thread 1][gcc] core/dot_h.o [thread 0][gcc] core/config_py.o *** uWSGI compiling embedded plugins *** [thread 2][gcc] plugins/python/python_plugin.o [thread 1][gcc] plugins/python/pyutils.o [thread 0][gcc] plugins/python/pyloader.o [thread 3][gcc] plugins/python/wsgi_handlers.o [thread 1][gcc] plugins/python/wsgi_headers.o [thread 3][gcc] plugins/python/wsgi_subhandler.o [thread 0][gcc] plugins/python/web3_subhandler.o [thread 1][gcc] plugins/python/pump_subhandler.o [thread 2][gcc] plugins/python/gil.o [thread 3][gcc] plugins/python/uwsgi_pymodule.o [thread 0][gcc] plugins/python/profiler.o [thread 2][gcc] plugins/python/symimporter.o [thread 1][gcc] plugins/python/tracebacker.o [thread 0][gcc] plugins/python/raw.o [thread 2][gcc] plugins/gevent/gevent.o [thread 1][gcc] plugins/gevent/hooks.o [thread 0][gcc] plugins/cgi/cgi_plugin.o [thread 1][gcc] plugins/ping/ping_plugin.o [thread 2][gcc] plugins/cache/cache.o [thread 1][gcc] plugins/nagios/nagios.o [thread 0][gcc] plugins/rrdtool/rrdtool.o [thread 2][gcc] plugins/carbon/carbon.o [thread 3][gcc] plugins/rpc/rpc_plugin.o [thread 1][gcc] plugins/corerouter/cr_common.o [thread 0][gcc] plugins/corerouter/cr_map.o [thread 2][gcc] plugins/corerouter/corerouter.o [thread 1][gcc] plugins/fastrouter/fastrouter.o [thread 3][gcc] plugins/http/http.o [thread 0][gcc] plugins/http/keepalive.o [thread 0][gcc] plugins/http/https.o [thread 2][gcc] plugins/http/spdy3.o [thread 1][gcc] plugins/ugreen/ugreen.o [thread 3][gcc] plugins/signal/signal_plugin.o [thread 1][gcc] plugins/syslog/syslog_plugin.o [thread 0][gcc] plugins/rsyslog/rsyslog_plugin.o [thread 2][gcc] plugins/logsocket/logsocket_plugin.o [thread 3][gcc] plugins/router_uwsgi/router_uwsgi.o [thread 1][gcc] plugins/router_redirect/router_redirect.o [thread 0][gcc] plugins/router_basicauth/router_basicauth.o [thread 2][gcc] plugins/zergpool/zergpool.o [thread 3][gcc] plugins/redislog/redislog_plugin.o [thread 1][gcc] plugins/mongodblog/mongodblog_plugin.o [thread 0][gcc] plugins/router_rewrite/router_rewrite.o [thread 2][gcc] plugins/router_http/router_http.o [thread 3][gcc] plugins/logfile/logfile.o [thread 1][gcc] plugins/router_cache/router_cache.o [thread 0][gcc] plugins/rawrouter/rawrouter.o [thread 2][gcc] plugins/router_static/router_static.o [thread 3][gcc] plugins/sslrouter/sslrouter.o [thread 1][gcc] plugins/spooler/spooler_plugin.o [thread 2][gcc] plugins/cheaper_busyness/cheaper_busyness.o [thread 0][gcc] plugins/symcall/symcall_plugin.o [thread 3][gcc] plugins/transformation_tofile/tofile.o [thread 1][gcc] plugins/transformation_gzip/gzip.o [thread 0][gcc] plugins/transformation_chunked/chunked.o [thread 2][gcc] plugins/transformation_offload/offload.o [thread 1][gcc] plugins/router_memcached/router_memcached.o [thread 3][gcc] plugins/router_redis/router_redis.o [thread 0][gcc] plugins/router_hash/router_hash.o [thread 2][gcc] plugins/router_expires/expires.o [thread 1][gcc] plugins/router_metrics/plugin.o [thread 3][gcc] plugins/transformation_template/tt.o [thread 0][gcc] plugins/stats_pusher_socket/plugin.o *** uWSGI linking *** gcc -o /tmp/www/py-uwsgi/work/.destdir/usr/pkg/bin/uwsgi -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib core/utils.o core/protocol.o core/socket.o core/logging.o core/master.o core/master_utils.o core/emperor.o core/notify.o core/mule.o core/subscription.o core/stats.o core/sendfile.o core/async.o core/master_checks.o core/fifo.o core/offload.o core/io.o core/static.o core/websockets.o core/spooler.o core/snmp.o core/exceptions.o core/config.o core/setup_utils.o core/clock.o core/init.o core/buffer.o core/reader.o core/writer.o core/alarm.o core/cron.o core/hooks.o core/plugins.o core/lock.o core/cache.o core/daemons.o core/errors.o core/hash.o core/master_events.o core/chunked.o core/queue.o core/event.o core/signal.o core/strings.o core/progress.o core/timebomb.o core/ini.o core/fsmon.o core/mount.o core/metrics.o core/plugins_builder.o core/sharedarea.o core/rpc.o core/gateway.o core/loop.o core/cookie.o core/querystring.o core/rb_timers.o core/transformations.o core/uwsgi.o proto/base.o proto/uwsgi.o proto/http.o proto/fastcgi.o proto/scgi.o proto/puwsgi.o core/zlib.o core/regexp.o core/routing.o core/ssl.o core/legion.o core/xmlconf.o core/dot_h.o core/config_py.o plugins/python/python_plugin.o plugins/python/pyutils.o plugins/python/pyloader.o plugins/python/wsgi_handlers.o plugins/python/wsgi_headers.o plugins/python/wsgi_subhandler.o plugins/python/web3_subhandler.o plugins/python/pump_subhandler.o plugins/python/gil.o plugins/python/uwsgi_pymodule.o plugins/python/profiler.o plugins/python/symimporter.o plugins/python/tracebacker.o plugins/python/raw.o plugins/gevent/gevent.o plugins/gevent/hooks.o plugins/cgi/cgi_plugin.o plugins/ping/ping_plugin.o plugins/cache/cache.o plugins/nagios/nagios.o plugins/rrdtool/rrdtool.o plugins/carbon/carbon.o plugins/rpc/rpc_plugin.o plugins/corerouter/cr_common.o plugins/corerouter/cr_map.o plugins/corerouter/corerouter.o plugins/fastrouter/fastrouter.o plugins/http/http.o plugins/http/keepalive.o plugins/http/https.o plugins/http/spdy3.o plugins/ugreen/ugreen.o plugins/signal/signal_plugin.o plugins/syslog/syslog_plugin.o plugins/rsyslog/rsyslog_plugin.o plugins/logsocket/logsocket_plugin.o plugins/router_uwsgi/router_uwsgi.o plugins/router_redirect/router_redirect.o plugins/router_basicauth/router_basicauth.o plugins/zergpool/zergpool.o plugins/redislog/redislog_plugin.o plugins/mongodblog/mongodblog_plugin.o plugins/router_rewrite/router_rewrite.o plugins/router_http/router_http.o plugins/logfile/logfile.o plugins/router_cache/router_cache.o plugins/rawrouter/rawrouter.o plugins/router_static/router_static.o plugins/sslrouter/sslrouter.o plugins/spooler/spooler_plugin.o plugins/cheaper_busyness/cheaper_busyness.o plugins/symcall/symcall_plugin.o plugins/transformation_tofile/tofile.o plugins/transformation_gzip/gzip.o plugins/transformation_chunked/chunked.o plugins/transformation_offload/offload.o plugins/router_memcached/router_memcached.o plugins/router_redis/router_redis.o plugins/router_hash/router_hash.o plugins/router_expires/expires.o plugins/router_metrics/plugin.o plugins/transformation_template/tt.o plugins/stats_pusher_socket/plugin.o -lpthread -lm -rdynamic -lz -lkvm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpcre -lssl -lcrypto -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz -L/usr/lib -llzma -L/usr/lib -lm -lcrypt -lintl -lpthread -lutil -lm -lm -lpython3.10 -lcrypt *** error linking uWSGI *** *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/py-uwsgi *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/py-uwsgi