=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Installing for py312-uwsgi-2.0.22 => Generating pre-install file lists => Creating installation directories (cd /Users/pbulk/build/www/py-uwsgi/work/uwsgi-2.0.22/ && /usr/bin/env UWSGI_INCLUDES=/opt/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=/Users/pbulk/build/www/py-uwsgi/work/.destdir USETOOLS=no GOTMPDIR=/Users/pbulk/build PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread PTHREADBASE= DL_CFLAGS= DL_LDFLAGS= DL_LIBS= MACOSX_DEPLOYMENT_TARGET=11.3 PYTHON=/opt/pkg/bin/python3.12 CC=clang CFLAGS=-pipe\ -Os\ -I/opt/pkg/include\ -I/opt/pkg/include/python3.12 CPPFLAGS=-I/opt/pkg/include\ -I/opt/pkg/include/python3.12 CXX=clang++ CXXFLAGS=-pipe\ -Os\ -I/opt/pkg/include\ -I/opt/pkg/include/python3.12 COMPILER_RPATH_FLAG=-L F77=f77 FC=f77 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/opt/pkg/lib LINKER_RPATH_FLAG=-L PATH=/Users/pbulk/build/www/py-uwsgi/work/.cwrapper/bin:/Users/pbulk/build/www/py-uwsgi/work/.buildlink/bin:/Users/pbulk/build/www/py-uwsgi/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/opt/pkg/etc CXXCPP=clang\ -E HOME=/Users/pbulk/build/www/py-uwsgi/work/.home CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/www/py-uwsgi/work/.cwrapper/config CPP=clang\ -E LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/Users/pbulk/build/www/py-uwsgi/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/Users/pbulk/build/www/py-uwsgi/work/.tools/bin/itstool GDBUS_CODEGEN=/Users/pbulk/build/www/py-uwsgi/work/.tools/bin/gdbus-codegen PKG_CONFIG=/Users/pbulk/build/www/py-uwsgi/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/Users/pbulk/build/www/py-uwsgi/work/.buildlink/lib/pkgconfig:/Users/pbulk/build/www/py-uwsgi/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/Users/pbulk/build/www/py-uwsgi/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/www/py-uwsgi/work/.cwrapper/config /opt/pkg/bin/python3.12 setup.py "install" -c -O1 --root=/Users/pbulk/build/www/py-uwsgi/work/.destdir) /opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'descriptions' warnings.warn(msg) running install /opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() core/ini.c:90:6: warning: variable 'lines' set but not used [-Wunused-but-set-variable] int lines = 1; ^ 1 warning generated. plugins/python/python_plugin.c:138:76: warning: 'Py_NoSiteFlag' is deprecated [-Wdeprecated-declarations] {"no-site", no_argument, 0, "do not import site module", uwsgi_opt_true, &Py_NoSiteFlag, 0}, ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/cpython/pydebug.h:14:1: note: 'Py_NoSiteFlag' has been explicitly marked deprecated here Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_NoSiteFlag; ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ plugins/python/python_plugin.c:239:3: warning: 'Py_SetPythonHome' is deprecated [-Wdeprecated-declarations] Py_SetPythonHome(wpyhome); ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/pylifecycle.h:40:1: note: 'Py_SetPythonHome' has been explicitly marked deprecated here Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *); ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ plugins/python/python_plugin.c:263:2: warning: 'Py_SetProgramName' is deprecated [-Wdeprecated-declarations] Py_SetProgramName(pname); ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/pylifecycle.h:37:1: note: 'Py_SetProgramName' has been explicitly marked deprecated here Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetProgramName(const wchar_t *); ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ plugins/python/python_plugin.c:269:2: warning: 'Py_OptimizeFlag' is deprecated [-Wdeprecated-declarations] Py_OptimizeFlag = up.optimize; ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/cpython/pydebug.h:13:1: note: 'Py_OptimizeFlag' has been explicitly marked deprecated here Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag; ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ plugins/python/python_plugin.c:1327:25: error: too few arguments to function call, single argument 'interp' was not specified _PyImport_AcquireLock(); ~~~~~~~~~~~~~~~~~~~~~ ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/cpython/import.h:13:18: note: '_PyImport_AcquireLock' declared here PyAPI_FUNC(void) _PyImport_AcquireLock(PyInterpreterState *interp); ^ plugins/python/python_plugin.c:1339:26: error: too few arguments to function call, single argument 'interp' was not specified _PyImport_ReleaseLock(); ~~~~~~~~~~~~~~~~~~~~~ ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/cpython/import.h:14:17: note: '_PyImport_ReleaseLock' declared here PyAPI_FUNC(int) _PyImport_ReleaseLock(PyInterpreterState *interp); ^ plugins/python/python_plugin.c:1596:64: error: no member named 'recursion_remaining' in 'struct _ts'; did you mean 'c_recursion_remaining'? up.current_recursion_remaining[wsgi_req->async_id] = tstate->recursion_remaining; ^~~~~~~~~~~~~~~~~~~ c_recursion_remaining /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/cpython/pystate.h:150:9: note: 'c_recursion_remaining' declared here int c_recursion_remaining; ^ plugins/python/python_plugin.c:1605:49: error: no member named 'recursion_remaining' in 'struct _ts'; did you mean 'c_recursion_remaining'? up.current_main_recursion_remaining = tstate->recursion_remaining; ^~~~~~~~~~~~~~~~~~~ c_recursion_remaining /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/cpython/pystate.h:150:9: note: 'c_recursion_remaining' declared here int c_recursion_remaining; ^ plugins/python/python_plugin.c:1839:11: error: no member named 'recursion_remaining' in 'struct _ts'; did you mean 'c_recursion_remaining'? tstate->recursion_remaining = up.current_recursion_remaining[wsgi_req->async_id]; ^~~~~~~~~~~~~~~~~~~ c_recursion_remaining /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/cpython/pystate.h:150:9: note: 'c_recursion_remaining' declared here int c_recursion_remaining; ^ plugins/python/python_plugin.c:1848:11: error: no member named 'recursion_remaining' in 'struct _ts'; did you mean 'c_recursion_remaining'? tstate->recursion_remaining = up.current_main_recursion_remaining; ^~~~~~~~~~~~~~~~~~~ c_recursion_remaining /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/cpython/pystate.h:150:9: note: 'c_recursion_remaining' declared here int c_recursion_remaining; ^ 4 warnings and 6 errors generated. plugins/python/pyutils.c:391:2: warning: 'PySys_SetArgv' is deprecated [-Wdeprecated-declarations] PySys_SetArgv(up.argc, up.py_argv); ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/sysmodule.h:13:1: note: 'PySys_SetArgv' has been explicitly marked deprecated here Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **); ^ /Users/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/www/py-uwsgi *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/www/py-uwsgi