>>> Building on exopi-1 under www/ap2-mod_wsgi BDEPENDS = [devel/py-setuptools;lang/python/3;www/apache-httpd] DIST = [www/ap2-mod_wsgi:mod_wsgi-5.0.2.tar.gz] FULLPKGNAME = ap2-mod_wsgi-5.0.2 RDEPENDS = [www/apache-httpd;lang/python/3] (Junk lock obtained for exopi-1 at 1764451723.57) >>> Running depends in www/ap2-mod_wsgi at 1764451723.62 last junk was in games/ri-li /usr/sbin/pkg_add -aI -Drepair apache-httpd-2.4.65p3 py3-setuptools-79.0.1v0 was: /usr/sbin/pkg_add -aI -Drepair apache-httpd-2.4.65p3 py3-setuptools-79.0.1v0 python-3.13.9 /usr/sbin/pkg_add -aI -Drepair apache-httpd-2.4.65p3 py3-setuptools-79.0.1v0 The following new rcscripts were installed: /etc/rc.d/apache2 See rcctl(8) for details. >>> Running show-prepare-results in www/ap2-mod_wsgi at 1764451731.34 ===> www/ap2-mod_wsgi ===> Building from scratch ap2-mod_wsgi-5.0.2 ===> ap2-mod_wsgi-5.0.2 depends on: apache-httpd-* -> apache-httpd-2.4.65p3 ===> ap2-mod_wsgi-5.0.2 depends on: py3-setuptools-* -> py3-setuptools-79.0.1v0 ===> ap2-mod_wsgi-5.0.2 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> Verifying specs: iconv intl m pthread python3.13 util ===> found iconv.7.1 intl.8.1 m.10.1 pthread.28.1 python3.13.0.0 util.21.0 apache-httpd-2.4.65p3 py3-setuptools-79.0.1v0 python-3.13.9 (Junk lock released for exopi-1 at 1764451732.04) distfiles size=710243 >>> Running build in www/ap2-mod_wsgi at 1764451732.08 ===> www/ap2-mod_wsgi ===> Checking files for ap2-mod_wsgi-5.0.2 `/exopi-cvs/ports/distfiles/mod_wsgi-5.0.2.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for ap2-mod_wsgi-5.0.2 ===> Patching for ap2-mod_wsgi-5.0.2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for ap2-mod_wsgi-5.0.2 ===> Configuring for ap2-mod_wsgi-5.0.2 Using /exopi-obj/pobj/ap2-mod_wsgi-5.0.2/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/ap2-mod_wsgi-5.0.2/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for prctl... no checking Apache version... 2.4.65 configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for ap2-mod_wsgi-5.0.2 /usr/local/sbin/apxs2 -c -I/usr/local/include/python3.13 -DNDEBUG -Wc,-O2 -Wc,-pipe src/server/mod_wsgi.c src/server/wsgi_*.c -L/usr/local/lib -L/usr/local/lib/python3.13/config -lpython3.13 -lintl -lpthread -lutil -lm /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/mod_wsgi.lo src/server/mod_wsgi.c && touch src/server/mod_wsgi.slo src/server/mod_wsgi.c:2633:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 2633 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/mod_wsgi.c:2638:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 2638 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/mod_wsgi.c:3862:10: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 3862 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/mod_wsgi.c:14394:30: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 14394 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ 4 warnings generated. src/server/mod_wsgi.c:2633:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 2633 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/mod_wsgi.c:2638:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 2638 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/mod_wsgi.c:3862:10: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 3862 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/mod_wsgi.c:14394:30: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 14394 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ 4 warnings generated. /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_apache.lo src/server/wsgi_apache.c && touch src/server/wsgi_apache.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_buckets.lo src/server/wsgi_buckets.c && touch src/server/wsgi_buckets.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_convert.lo src/server/wsgi_convert.c && touch src/server/wsgi_convert.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_daemon.lo src/server/wsgi_daemon.c && touch src/server/wsgi_daemon.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_interp.lo src/server/wsgi_interp.c && touch src/server/wsgi_interp.slo src/server/wsgi_interp.c:733:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 733 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:751:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 751 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:769:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 769 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:821:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 821 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:867:42: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 867 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:1139:37: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 1139 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:1468:26: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 1468 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:1478:29: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 1478 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ 8 warnings generated. src/server/wsgi_interp.c:733:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 733 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:751:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 751 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:769:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 769 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:821:46: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 821 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:867:42: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 867 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:1139:37: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 1139 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:1468:26: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 1468 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ src/server/wsgi_interp.c:1478:29: warning: 'Py_FileSystemDefaultEncoding' is deprecated [-Wdeprecated-declarations] 1478 | Py_FileSystemDefaultEncoding, | ^ /usr/local/include/python3.13/fileobject.h:22:1: note: 'Py_FileSystemDefaultEncoding' has been explicitly marked deprecated here 22 | Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | ^ /usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED' 251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ 8 warnings generated. /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_logger.lo src/server/wsgi_logger.c && touch src/server/wsgi_logger.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_memory.lo src/server/wsgi_memory.c && touch src/server/wsgi_memory.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_metrics.lo src/server/wsgi_metrics.c && touch src/server/wsgi_metrics.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_restrict.lo src/server/wsgi_restrict.c && touch src/server/wsgi_restrict.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_server.lo src/server/wsgi_server.c && touch src/server/wsgi_server.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_stream.lo src/server/wsgi_stream.c && touch src/server/wsgi_stream.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_thread.lo src/server/wsgi_thread.c && touch src/server/wsgi_thread.slo /usr/bin/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -g -D_POSIX_THREADS -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -O2 -pipe -I/usr/local/include/python3.13 -DNDEBUG -c -o src/server/wsgi_validate.lo src/server/wsgi_validate.c && touch src/server/wsgi_validate.slo /usr/bin/libtool --silent --mode=link cc -L/usr/local/lib -o src/server/mod_wsgi.la -rpath /usr/local/lib/apache2 -module -avoid-version src/server/wsgi_validate.lo src/server/wsgi_thread.lo src/server/wsgi_stream.lo src/server/wsgi_server.lo src/server/wsgi_restrict.lo src/server/wsgi_metrics.lo src/server/wsgi_memory.lo src/server/wsgi_logger.lo src/server/wsgi_interp.lo src/server/wsgi_daemon.lo src/server/wsgi_convert.lo src/server/wsgi_buckets.lo src/server/wsgi_apache.lo src/server/mod_wsgi.lo -L/usr/local/lib -L/usr/local/lib/python3.13/config -lpython3.13 -lintl -lpthread -lutil -lm >>> Running package in www/ap2-mod_wsgi at 1764451752.21 ===> www/ap2-mod_wsgi ===> Faking installation for ap2-mod_wsgi-5.0.2 mkdir -p /exopi-obj/pobj/ap2-mod_wsgi-5.0.2/fake-amd64/usr/local/lib/apache2 /usr/local/sbin/apxs2 -i -S LIBEXECDIR=/exopi-obj/pobj/ap2-mod_wsgi-5.0.2/fake-amd64/usr/local/lib/apache2 -n 'mod_wsgi' src/server/mod_wsgi.la /usr/local/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/bin/libtool' src/server/mod_wsgi.la /exopi-obj/pobj/ap2-mod_wsgi-5.0.2/fake-amd64/usr/local/lib/apache2 /usr/bin/libtool --mode=install install src/server/mod_wsgi.la /exopi-obj/pobj/ap2-mod_wsgi-5.0.2/fake-amd64/usr/local/lib/apache2/ libtool: install: install -m 644 src/server/.libs/mod_wsgi.a /exopi-obj/pobj/ap2-mod_wsgi-5.0.2/fake-amd64/usr/local/lib/apache2//mod_wsgi.a libtool: install: install -m 644 src/server/.libs/mod_wsgi.so /exopi-obj/pobj/ap2-mod_wsgi-5.0.2/fake-amd64/usr/local/lib/apache2//mod_wsgi.so libtool: install: install -m 644 src/server/.libs/mod_wsgi.lai /exopi-obj/pobj/ap2-mod_wsgi-5.0.2/fake-amd64/usr/local/lib/apache2//mod_wsgi.la chmod 755 /exopi-obj/pobj/ap2-mod_wsgi-5.0.2/fake-amd64/usr/local/lib/apache2/mod_wsgi.so Installing /exopi-cvs/ports/www/ap2-mod_wsgi/pkg/README as /exopi-obj/pobj/ap2-mod_wsgi-5.0.2/fake-amd64/usr/local/share/doc/pkg-readmes/ap2-mod_wsgi ===> Building package for ap2-mod_wsgi-5.0.2 Create /exopi-cvs/ports/packages/amd64/all/ap2-mod_wsgi-5.0.2.tgz Creating package ap2-mod_wsgi-5.0.2 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|www/apache-httpd checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ap2-mod_wsgi-5.0.2.tgz >>> Running clean in www/ap2-mod_wsgi at 1764451757.25 ===> www/ap2-mod_wsgi ===> Cleaning for ap2-mod_wsgi-5.0.2 >>> Ended at 1764451757.45 max_stuck=3.05/depends=7.73/show-prepare-results=0.74/build=20.13/package=5.04/clean=0.23