=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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'. ===> Building for py313-uwsgi-2.0.26 * Building wheel... /usr/pkg/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'descriptions' warnings.warn(msg) running bdist_wheel running build running build_py creating build/lib copying uwsgidecorators.py -> build/lib installing to build/bdist.netbsd-9.3-amd64/wheel running install In file included from plugins/python/python_plugin.c:1:0: plugins/python/uwsgi_python.h:178:2: error: unknown type name '_PyCFrame' _PyCFrame **current_frame; ^~~~~~~~~ plugins/python/uwsgi_python.h:182:2: error: unknown type name '_PyCFrame' _PyCFrame *current_main_frame; ^~~~~~~~~ plugins/python/python_plugin.c:138:2: warning: 'Py_NoSiteFlag' is deprecated [-Wdeprecated-declarations] {"no-site", no_argument, 0, "do not import site module", uwsgi_opt_true, &Py_NoSiteFlag, 0}, ^ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.13/Python.h:76:0, from plugins/python/uwsgi_python.h:4, from plugins/python/python_plugin.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.13/cpython/pydebug.h:14:37: note: declared here Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_NoSiteFlag; ^~~~~~~~~~~~~ plugins/python/python_plugin.c: In function 'uwsgi_python_init': plugins/python/python_plugin.c:254:3: warning: 'Py_SetPythonHome' is deprecated [-Wdeprecated-declarations] Py_SetPythonHome(wpyhome); ^~~~~~~~~~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.13/Python.h:123:0, from plugins/python/uwsgi_python.h:4, from plugins/python/python_plugin.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.13/pylifecycle.h:40:38: note: declared here Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *); ^~~~~~~~~~~~~~~~ plugins/python/python_plugin.c:278:2: warning: 'Py_SetProgramName' is deprecated [-Wdeprecated-declarations] Py_SetProgramName(pname); ^~~~~~~~~~~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.13/Python.h:123:0, from plugins/python/uwsgi_python.h:4, from plugins/python/python_plugin.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.13/pylifecycle.h:37:38: note: declared here Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetProgramName(const wchar_t *); ^~~~~~~~~~~~~~~~~ plugins/python/python_plugin.c:287:2: warning: 'Py_OptimizeFlag' is deprecated [-Wdeprecated-declarations] Py_OptimizeFlag = up.optimize; ^~~~~~~~~~~~~~~ In file included from plugins/python/pyutils.c:1:0: plugins/python/uwsgi_python.h:178:2: error: unknown type name '_PyCFrame' _PyCFrame **current_frame; ^~~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.13/Python.h:76:0, from plugins/python/uwsgi_python.h:4, from plugins/python/python_plugin.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.13/cpython/pydebug.h:13:37: note: declared here Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag; ^~~~~~~~~~~~~~~ plugins/python/uwsgi_python.h:182:2: error: unknown type name '_PyCFrame' _PyCFrame *current_main_frame; ^~~~~~~~~ plugins/python/pyutils.c: In function 'init_pyargv': plugins/python/pyutils.c:391:2: warning: 'PySys_SetArgv' is deprecated [-Wdeprecated-declarations] PySys_SetArgv(up.argc, up.py_argv); ^~~~~~~~~~~~~ In file included from /tmp/www/py-uwsgi/work/.buildlink/include/python3.13/Python.h:125:0, from plugins/python/uwsgi_python.h:4, from plugins/python/pyutils.c:1: /tmp/www/py-uwsgi/work/.buildlink/include/python3.13/sysmodule.h:10:38: note: declared here Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **); ^~~~~~~~~~~~~ plugins/python/python_plugin.c: In function 'uwsgi_python_pre_uwsgi_fork': ERROR Backend subprocess exited when trying to invoke build_wheel plugins/python/python_plugin.c:1337:3: warning: implicit declaration of function '_PyImport_AcquireLock'; did you mean 'PyThread_acquire_lock'? [-Wimplicit-function-declaration] _PyImport_AcquireLock(interp); ^~~~~~~~~~~~~~~~~~~~~ PyThread_acquire_lock In file included from plugins/python/pyloader.c:1:0: plugins/python/uwsgi_python.h:178:2: error: unknown type name '_PyCFrame' _PyCFrame **current_frame; ^~~~~~~~~ plugins/python/python_plugin.c: In function 'uwsgi_python_post_uwsgi_fork': plugins/python/uwsgi_python.h:182:2: error: unknown type name '_PyCFrame' _PyCFrame *current_main_frame; ^~~~~~~~~ plugins/python/python_plugin.c:1354:4: warning: implicit declaration of function '_PyImport_ReleaseLock'; did you mean 'PyImport_ReloadModule'? [-Wimplicit-function-declaration] _PyImport_ReleaseLock(interp); ^~~~~~~~~~~~~~~~~~~~~ PyImport_ReloadModule *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/py-uwsgi plugins/python/python_plugin.c: In function 'uwsgi_python_suspend': plugins/python/python_plugin.c:1616:48: error: 'PyThreadState {aka struct _ts}' has no member named 'cframe' up.current_frame[wsgi_req->async_id] = tstate->cframe; ^~ plugins/python/python_plugin.c:1629:33: error: 'PyThreadState {aka struct _ts}' has no member named 'cframe' up.current_main_frame = tstate->cframe; ^~ plugins/python/python_plugin.c: In function 'uwsgi_python_resume': plugins/python/python_plugin.c:1869:9: error: 'PyThreadState {aka struct _ts}' has no member named 'cframe' tstate->cframe = up.current_frame[wsgi_req->async_id]; ^~ plugins/python/python_plugin.c:1882:9: error: 'PyThreadState {aka struct _ts}' has no member named 'cframe' tstate->cframe = up.current_main_frame; ^~ In file included from plugins/python/wsgi_handlers.c:1:0: plugins/python/uwsgi_python.h:178:2: error: unknown type name '_PyCFrame' _PyCFrame **current_frame; ^~~~~~~~~ plugins/python/uwsgi_python.h:182:2: error: unknown type name '_PyCFrame' _PyCFrame *current_main_frame; ^~~~~~~~~ *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/py-uwsgi