=> 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 py311-lmdb-1.6.2 * Building wheel... Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/libraries/liblmdb/lmdb.h b/libraries/liblmdb/lmdb.h |index ff03c22..3d6f4cc 100644 |--- a/libraries/liblmdb/lmdb.h |+++ b/libraries/liblmdb/lmdb.h -------------------------- Patching file lmdb.h using Plan A... Hunk #1 succeeded at 682. Hunk #2 succeeded at 706. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/libraries/liblmdb/mdb.c b/libraries/liblmdb/mdb.c |index deb6779..b5d152c 100644 |--- a/libraries/liblmdb/mdb.c |+++ b/libraries/liblmdb/mdb.c -------------------------- Patching file mdb.c using Plan A... Hunk #1 succeeded at 9366. Hunk #2 succeeded at 9417. Hunk #3 succeeded at 9481. Hunk #4 succeeded at 9599. Hunk #5 succeeded at 9625. Hunk #6 succeeded at 9642. done py-lmdb: Using bundled liblmdb with py-lmdb patches; override with LMDB_FORCE_SYSTEM=1 or LMDB_PURE=1. py-lmdb: Using CPython extension; override with LMDB_FORCE_CFFI=1. running bdist_wheel running build running build_py creating build/lib.netbsd-10.0-i386-cpython-311/lmdb copying lmdb/__init__.py -> build/lib.netbsd-10.0-i386-cpython-311/lmdb copying lmdb/__main__.py -> build/lib.netbsd-10.0-i386-cpython-311/lmdb copying lmdb/_config.py -> build/lib.netbsd-10.0-i386-cpython-311/lmdb copying lmdb/cffi.py -> build/lib.netbsd-10.0-i386-cpython-311/lmdb copying lmdb/tool.py -> build/lib.netbsd-10.0-i386-cpython-311/lmdb running build_ext building 'cpython' extension creating build/temp.netbsd-10.0-i386-cpython-311/build/lib creating build/temp.netbsd-10.0-i386-cpython-311/lmdb gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.11 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.11 -fPIC -Ilib/py-lmdb -Ibuild/lib -I/usr/pkg/include/python3.11 -c build/lib/mdb.c -o build/temp.netbsd-10.0-i386-cpython-311/build/lib/mdb.o -DHAVE_PATCHED_LMDB=1 -UNDEBUG -w build/lib/mdb.c: In function 'mdb_env_cwalk': cc1: warning: writing 4 bytes into a region of size 1 [-Wstringop-overflow=] build/lib/mdb.c:941:8: note: at offset 0 to object 'mn_data' with size 1 declared here 941 | char mn_data[1]; /**< key and data are appended here */ | ^~~~~~~ build/lib/mdb.c: In function 'mdb_node_add': cc1: warning: writing 4 bytes into a region of size 1 [-Wstringop-overflow=] cc1: warning: writing 4 bytes into a region of size 1 [-Wstringop-overflow=] gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.11 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.11 -fPIC -Ilib/py-lmdb -Ibuild/lib -I/usr/pkg/include/python3.11 -c build/lib/midl.c -o build/temp.netbsd-10.0-i386-cpython-311/build/lib/midl.o -DHAVE_PATCHED_LMDB=1 -UNDEBUG -w gcc -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.11 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.11 -fPIC -Ilib/py-lmdb -Ibuild/lib -I/usr/pkg/include/python3.11 -c lmdb/cpython.c -o build/temp.netbsd-10.0-i386-cpython-311/lmdb/cpython.o -DHAVE_PATCHED_LMDB=1 -UNDEBUG -w lmdb/cpython.c: In function 'val_from_buffer': lmdb/cpython.c:549:5: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 549 | return PyObject_AsReadBuffer(buf, | ^~~~~~ In file included from /pbulk/work/databases/py-lmdb/work/.buildlink/include/python3.11/Python.h:100, from lmdb/cpython.c:26: /pbulk/work/databases/py-lmdb/work/.buildlink/include/python3.11/abstract.h:343:17: note: declared here 343 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ lmdb/cpython.c: In function 'env_copy': lmdb/cpython.c:1381:18: warning: implicit declaration of function 'mdb_env_copy3'; did you mean 'mdb_env_copy2'? [-Wimplicit-function-declaration] 1381 | UNLOCKED(rc, mdb_env_copy3(self->env, fspath_s, flags, txn)); | ^~~~~~~~~~~~~ lmdb/cpython.c:571:12: note: in definition of macro 'UNLOCKED' 571 | out = (e); \ | ^ lmdb/cpython.c: In function 'env_copyfd': lmdb/cpython.c:1464:18: warning: implicit declaration of function 'mdb_env_copyfd3'; did you mean 'mdb_env_copyfd2'? [-Wimplicit-function-declaration] 1464 | UNLOCKED(rc, mdb_env_copyfd3(self->env, HANDLE_ARG, flags, txn)); | ^~~~~~~~~~~~~~~ lmdb/cpython.c:571:12: note: in definition of macro 'UNLOCKED' 571 | out = (e); \ | ^ gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.11 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.11 build/temp.netbsd-10.0-i386-cpython-311/build/lib/mdb.o build/temp.netbsd-10.0-i386-cpython-311/build/lib/midl.o build/temp.netbsd-10.0-i386-cpython-311/lmdb/cpython.o -L/usr/pkg/lib -o build/lib.netbsd-10.0-i386-cpython-311/lmdb/cpython.so installing to build/bdist.netbsd-10.0-i386/wheel running install running install_lib creating build/bdist.netbsd-10.0-i386/wheel creating build/bdist.netbsd-10.0-i386/wheel/lmdb copying build/lib.netbsd-10.0-i386-cpython-311/lmdb/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./lmdb copying build/lib.netbsd-10.0-i386-cpython-311/lmdb/__main__.py -> build/bdist.netbsd-10.0-i386/wheel/./lmdb copying build/lib.netbsd-10.0-i386-cpython-311/lmdb/_config.py -> build/bdist.netbsd-10.0-i386/wheel/./lmdb copying build/lib.netbsd-10.0-i386-cpython-311/lmdb/cffi.py -> build/bdist.netbsd-10.0-i386/wheel/./lmdb copying build/lib.netbsd-10.0-i386-cpython-311/lmdb/tool.py -> build/bdist.netbsd-10.0-i386/wheel/./lmdb copying build/lib.netbsd-10.0-i386-cpython-311/lmdb/cpython.so -> build/bdist.netbsd-10.0-i386/wheel/./lmdb running install_egg_info running egg_info writing lmdb.egg-info/PKG-INFO writing dependency_links to lmdb.egg-info/dependency_links.txt writing top-level names to lmdb.egg-info/top_level.txt reading manifest file 'lmdb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'lmdb/__pycache__' adding license file 'LICENSE' writing manifest file 'lmdb.egg-info/SOURCES.txt' Copying lmdb.egg-info to build/bdist.netbsd-10.0-i386/wheel/./lmdb-1.6.2-py3.11.egg-info running install_scripts creating build/bdist.netbsd-10.0-i386/wheel/lmdb-1.6.2.dist-info/WHEEL creating '/pbulk/work/databases/py-lmdb/work/lmdb-1.6.2/dist/.tmp-u4m4g3c2/lmdb-1.6.2-cp311-cp311-netbsd_10_0_i386.whl' and adding 'build/bdist.netbsd-10.0-i386/wheel' to it adding 'lmdb/__init__.py' adding 'lmdb/__main__.py' adding 'lmdb/_config.py' adding 'lmdb/cffi.py' adding 'lmdb/cpython.so' adding 'lmdb/tool.py' adding 'lmdb-1.6.2.dist-info/licenses/LICENSE' adding 'lmdb-1.6.2.dist-info/METADATA' adding 'lmdb-1.6.2.dist-info/WHEEL' adding 'lmdb-1.6.2.dist-info/top_level.txt' adding 'lmdb-1.6.2.dist-info/RECORD' removing build/bdist.netbsd-10.0-i386/wheel Successfully built lmdb-1.6.2-cp311-cp311-netbsd_10_0_i386.whl