=> 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.29 * Building wheel... /usr/pkg/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'descriptions' warnings.warn(msg) /usr/pkg/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib copying uwsgidecorators.py -> build/lib installing to build/bdist.netbsd-10.0-i386/wheel running install core/ssl.c: In function 'uwsgi_ssl_new_server_context': core/ssl.c:268:17: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 268 | DH *dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); | ^~ In file included from /usr/include/openssl/ssl.h:35, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/pem.h:469:1: note: declared here 469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) | ^~~~~~~~~~~~~~~~~~~ core/ssl.c:273:25: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 273 | DH_free(dh); | ^~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:36, from /usr/include/openssl/ssl.h:30, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ core/ssl.c:279:9: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 279 | EC_KEY *ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); | ^~~~~~ In file included from /usr/include/openssl/x509.h:32, from /usr/include/openssl/ssl.h:30, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/ec.h:998:31: note: declared here 998 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ core/ssl.c:283:17: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 283 | EC_KEY_free(ecdh); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:32, from /usr/include/openssl/ssl.h:30, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/ec.h:1003:28: note: declared here 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ core/ssl.c: In function 'uwsgi_sha1': core/ssl.c:563:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 563 | SHA1_Init(&sha); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:40, from /usr/include/openssl/ssl.h:30, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/sha.h:53:27: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ core/ssl.c:564:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 564 | SHA1_Update(&sha, src, len); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:40, from /usr/include/openssl/ssl.h:30, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/sha.h:54:27: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ core/ssl.c:565:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 565 | SHA1_Final((unsigned char *)dst, &sha); | ^~~~~~~~~~ In file included from /usr/include/openssl/x509.h:40, from /usr/include/openssl/ssl.h:30, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/sha.h:55:27: note: declared here 55 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ core/ssl.c: In function 'uwsgi_md5': core/ssl.c:571:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 571 | MD5_Init(&md5); | ^~~~~~~~ In file included from core/ssl.c:4: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ core/ssl.c:572:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 572 | MD5_Update(&md5, src, len); | ^~~~~~~~~~ In file included from core/ssl.c:4: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ core/ssl.c:573:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 573 | MD5_Final((unsigned char *)dst, &md5); | ^~~~~~~~~ In file included from core/ssl.c:4: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ core/ssl.c: In function 'uwsgi_sha1_2n': core/ssl.c:579:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 579 | SHA1_Init(&sha); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:40, from /usr/include/openssl/ssl.h:30, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/sha.h:53:27: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ core/ssl.c:580:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 580 | SHA1_Update(&sha, s1, len1); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:40, from /usr/include/openssl/ssl.h:30, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/sha.h:54:27: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ core/ssl.c:581:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 581 | SHA1_Update(&sha, s2, len2); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:40, from /usr/include/openssl/ssl.h:30, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/sha.h:54:27: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ core/ssl.c:582:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 582 | SHA1_Final((unsigned char *)dst, &sha); | ^~~~~~~~~~ In file included from /usr/include/openssl/x509.h:40, from /usr/include/openssl/ssl.h:30, from ./uwsgi.h:357, from core/ssl.c:1: /usr/include/openssl/sha.h:55:27: note: declared here 55 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ In file included from /pbulk/work/www/py-uwsgi/work/.buildlink/include/python3.13/Python.h:81, from plugins/python/uwsgi_python.h:4, from plugins/python/python_plugin.c:1: /pbulk/work/www/py-uwsgi/work/.buildlink/include/python3.13/longobject.h:107:12: fatal error: cpython/longobject.h: No such file or directory 107 | # include "cpython/longobject.h" | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from plugins/python/wsgi_headers.c:1: plugins/python/uwsgi_python.h:4:10: fatal error: Python.h: No such file or directory 4 | #include | ^~~~~~~~~~ compilation terminated. In file included from plugins/python/pump_subhandler.c:1: plugins/python/uwsgi_python.h:4:10: fatal error: Python.h: No such file or directory 4 | #include | ^~~~~~~~~~ compilation terminated. In file included from plugins/python/profiler.c:1: plugins/python/uwsgi_python.h:4:10: fatal error: Python.h: No such file or directory 4 | #include | ^~~~~~~~~~ compilation terminated. In file included from plugins/gevent/../python/uwsgi_python.h:1, from plugins/gevent/gevent.h:1, from plugins/gevent/hooks.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/python/uwsgi_python.h:1, from plugins/python/symimporter.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/python/uwsgi_python.h:1, from plugins/python/web3_subhandler.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/gevent/../python/uwsgi_python.h:1, from plugins/gevent/gevent.h:1, from plugins/gevent/gevent.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/python/uwsgi_python.h:1, from plugins/python/uwsgi_pymodule.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. ERROR Backend subprocess exited when trying to invoke build_wheel In file included from core/legion.c:1: core/../uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/www/py-uwsgi In file included from plugins/ping/ping_plugin.c:1: plugins/ping/../../uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/python/uwsgi_python.h:1, from plugins/python/pyloader.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/python/uwsgi_python.h:1, from plugins/python/wsgi_handlers.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/python/uwsgi_python.h:1, from plugins/python/gil.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/python/uwsgi_python.h:1, from plugins/python/pyutils.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/python/uwsgi_python.h:1, from plugins/python/raw.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/corerouter/corerouter.c:13: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/python/uwsgi_python.h:1, from plugins/python/wsgi_subhandler.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/rrdtool/rrdtool.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/cgi/cgi_plugin.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/nagios/nagios.c:1: plugins/nagios/../../uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/cache/cache.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/rpc/rpc_plugin.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/carbon/carbon.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/corerouter/cr_common.c:7: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/fastrouter/fastrouter.c:7: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/python/uwsgi_python.h:1, from plugins/python/tracebacker.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. In file included from plugins/corerouter/cr_map.c:1: ./uwsgi.h:445:10: fatal error: pcre2.h: No such file or directory 445 | #include | ^~~~~~~~~ compilation terminated. *** Error code 1 Stop. make: stopped in /usr/pkgsrc/www/py-uwsgi Assembler messages: Fatal error: can't create core/cache.o: No such file or directory Assembler messages: Fatal error: can't create core/utils.o: No such file or directory Assembler messages: Fatal error: can't create core/routing.o: No such file or directory Assembler messages: Fatal error: can't create core/uwsgi.o: No such file or directory