+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=313 PKG_APACHE=apache24 WRKLOG=/tmp/bulklog/ap24-py313-python-3.5.0.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=313 PKG_APACHE=apache24 WRKLOG=/tmp/bulklog/ap24-py313-python-3.5.0.1/work.log ===> Building for ap24-py313-python-3.5.0.1 ar -x `gcc -print-libgcc-file-name` _eprintf.o ar -x `gcc -print-libgcc-file-name` _floatdidf.o ar -x `gcc -print-libgcc-file-name` _muldi3.o Building mod_python.so. /opt/pkg/bin/apxs -I/home/pbulk/build/www/ap2-python/work/mod_python-3.5.0.1/src/include -I/opt/pkg/include/python3.13 -DNDEBUG -DPKGSRC_OPSYS_VERSION=051100 -DNCURSES_WIDECHAR=1 -DPKGSRC_OPSYS_VERSION=051100 -DNCURSES_WIDECHAR=1 -D_REENTRANT -DPKGSRC_OPSYS_VERSION=051100 -DNCURSES_WIDECHAR=1 -c mod_python.c _apachemodule.c requestobject.c tableobject.c util.c serverobject.c connobject.c filterobject.c hlist.c hlistobject.c finfoobject.c version.c include/_apachemodule.h include/filterobject.h include/hlist.h include/mod_python.h include/psp_flex.h include/psp_parser.h include/requestobject.h include/tableobject.h include/connobject.h include/finfoobject.h include/hlistobject.h include/mp_version.h include/_pspmodule.h include/psp_string.h include/serverobject.h include/util.h -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/opt/pkg/lib/python3.13/config -lpython3.13 -lsocket -lnsl -lintl -ldl -lsendfile -lrt _eprintf.o _floatdidf.o _muldi3.o /home/pbulk/build/www/ap2-python/work/.cwrapper/bin/libtool --silent --mode=compile gcc -prefer-pic -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -I/opt/pkg/include/apr-1 -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/libxml2 -I/opt/pkg/include/ncurses -DSOLARIS2=11 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include/httpd -I/opt/pkg/include/apr-1 -I/opt/pkg/include/apr-1 -I/opt/pkg/include -I/home/pbulk/build/www/ap2-python/work/mod_python-3.5.0.1/src/include -I/opt/pkg/include/python3.13 -DNDEBUG -DPKGSRC_OPSYS_VERSION=051100 -DNCURSES_WIDECHAR=1 -DPKGSRC_OPSYS_VERSION=051100 -DNCURSES_WIDECHAR=1 -D_REENTRANT -DPKGSRC_OPSYS_VERSION=051100 -DNCURSES_WIDECHAR=1 -c -o mod_python.lo mod_python.c && touch mod_python.slo mod_python.c: In function 'python_init': mod_python.c:761:9: warning: 'Py_GetProgramFullPath' is deprecated [-Wdeprecated-declarations] 761 | ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, | ^~~~~~~~~~~~ In file included from /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/Python.h:123, from /home/pbulk/build/www/ap2-python/work/mod_python-3.5.0.1/src/include/mod_python.h:47, from mod_python.c:28: /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/pylifecycle.h:43:43: note: declared here 43 | Py_DEPRECATED(3.13) PyAPI_FUNC(wchar_t *) Py_GetProgramFullPath(void); | ^~~~~~~~~~~~~~~~~~~~~ mod_python.c:764:9: warning: 'Py_GetPath' is deprecated [-Wdeprecated-declarations] 764 | ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, | ^~~~~~~~~~~~ /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/pylifecycle.h:46:43: note: declared here 46 | Py_DEPRECATED(3.13) PyAPI_FUNC(wchar_t *) Py_GetPath(void); | ^~~~~~~~~~ mod_python.c:788:9: warning: 'Py_NoUserSiteDirectory' is deprecated [-Wdeprecated-declarations] 788 | Py_NoUserSiteDirectory = 1; | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/Python.h:76: /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/cpython/pydebug.h:19:37: note: declared here 19 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_NoUserSiteDirectory; | ^~~~~~~~~~~~~~~~~~~~~~ mod_python.c:812:9: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] 812 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/Python.h:124: /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/ceval.h:114:37: note: declared here 114 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ mod_python.c: In function 'directive_PythonOptimize': mod_python.c:2426:5: warning: 'Py_OptimizeFlag' is deprecated [-Wdeprecated-declarations] 2426 | if ((val) && (Py_OptimizeFlag != 2)) | ^~ /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/cpython/pydebug.h:13:37: note: declared here 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag; | ^~~~~~~~~~~~~~~ mod_python.c:2427:9: warning: 'Py_OptimizeFlag' is deprecated [-Wdeprecated-declarations] 2427 | Py_OptimizeFlag = 2; | ^~~~~~~~~~~~~~~ /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/cpython/pydebug.h:13:37: note: declared here 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag; | ^~~~~~~~~~~~~~~ mod_python.c: In function 'PythonChildInitHandler': mod_python.c:2651:5: warning: 'PyOS_AfterFork' is deprecated [-Wdeprecated-declarations] 2651 | PyOS_AfterFork(); | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/Python.h:127: /home/pbulk/build/www/ap2-python/work/.buildlink/include/python3.13/intrcheck.h:18:37: note: declared here 18 | Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyOS_AfterFork(void); | ^~~~~~~~~~~~~~ /home/pbulk/build/www/ap2-python/work/.cwrapper/bin/libtool --silent --mode=compile gcc -prefer-pic -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -I/opt/pkg/include/apr-1 -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/libxml2 -I/opt/pkg/include/ncurses -DSOLARIS2=11 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include/httpd -I/opt/pkg/include/apr-1 -I/opt/pkg/include/apr-1 -I/opt/pkg/include -I/home/pbulk/build/www/ap2-python/work/mod_python-3.5.0.1/src/include -I/opt/pkg/include/python3.13 -DNDEBUG -DPKGSRC_OPSYS_VERSION=051100 -DNCURSES_WIDECHAR=1 -DPKGSRC_OPSYS_VERSION=051100 -DNCURSES_WIDECHAR=1 -D_REENTRANT -DPKGSRC_OPSYS_VERSION=051100 -DNCURSES_WIDECHAR=1 -c -o _apachemodule.lo _apachemodule.c && touch _apachemodule.slo _apachemodule.c: In function '_apache_module_init': _apachemodule.c:857:5: error: implicit declaration of function '_PyImport_FixupExtensionObject' [-Wimplicit-function-declaration] 857 | _PyImport_FixupExtensionObject(m, name, name | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apxs:Error: Command failed with rc=65536 . *** Error code 1 Stop. bmake[1]: stopped making "all" in /home/pbulk/build/www/ap2-python/work/mod_python-3.5.0.1/src *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/www/ap2-python/work/mod_python-3.5.0.1 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ap2-python *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ap2-python