=> 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 py310-smbc-1.0.24nb3 (cd /tmp/net/py-smbc/work/pysmbc-1.0.24/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.10 CC=gcc CFLAGS=-O2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.10 CPPFLAGS=-I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.10 CXX=c++ CXXFLAGS=-O2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.10 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran 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=-Wl,-zrelro\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib LINKER_RPATH_FLAG=-R PATH=/tmp/net/py-smbc/work/.cwrapper/bin:/tmp/net/py-smbc/work/.buildlink/bin:/tmp/net/py-smbc/work/.gcc/bin:/tmp/net/py-smbc/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/tmp/net/py-smbc/work/.home CWRAPPERS_CONFIG_DIR=/tmp/net/py-smbc/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/net/py-smbc/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/net/py-smbc/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/net/py-smbc/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/net/py-smbc/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/net/py-smbc/work/.buildlink/lib/pkgconfig:/tmp/net/py-smbc/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/net/py-smbc/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/net/py-smbc/work/.cwrapper/config /usr/pkg/bin/python3.10 setup.py build -j4) running build running build_py creating build creating build/lib.netbsd-9.3-amd64-cpython-310 creating build/lib.netbsd-9.3-amd64-cpython-310/smbc copying smbc/__init__.py -> build/lib.netbsd-9.3-amd64-cpython-310/smbc copying smbc/xattr.py -> build/lib.netbsd-9.3-amd64-cpython-310/smbc running build_ext building '_smbc' extension creating build/temp.netbsd-9.3-amd64-cpython-310 creating build/temp.netbsd-9.3-amd64-cpython-310/smbc gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -fPIC -DSMBCLIENT_VERSION=700 -I/usr/pkg/include -I/usr/pkg/include/python3.10 -c smbc/context.c -o build/temp.netbsd-9.3-amd64-cpython-310/smbc/context.o smbc/context.c: In function 'Context_setNetbiosName': smbc/context.c:789:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] chars = PyUnicode_GET_SIZE(value); /* not including NUL */ ^~~~~ In file included from /tmp/net/py-smbc/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/net/py-smbc/work/.buildlink/include/python3.10/Python.h:83, from smbc/smbcmodule.h:27, from smbc/context.c:30: /tmp/net/py-smbc/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ smbc/context.c:789:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] chars = PyUnicode_GET_SIZE(value); /* not including NUL */ ^~~~~ In file included from /tmp/net/py-smbc/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/net/py-smbc/work/.buildlink/include/python3.10/Python.h:83, from smbc/smbcmodule.h:27, from smbc/context.c:30: /tmp/net/py-smbc/work/.buildlink/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( ^~~~~~~~~~~~~~~~~~~ smbc/context.c:789:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] chars = PyUnicode_GET_SIZE(value); /* not including NUL */ ^~~~~ In file included from /tmp/net/py-smbc/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/net/py-smbc/work/.buildlink/include/python3.10/Python.h:83, from smbc/smbcmodule.h:27, from smbc/context.c:30: /tmp/net/py-smbc/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ smbc/context.c: In function 'Context_setWorkgroup': smbc/context.c:863:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] chars = PyUnicode_GET_SIZE(value); /* not including NUL */ ^~~~~ In file included from /tmp/net/py-smbc/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/net/py-smbc/work/.buildlink/include/python3.10/Python.h:83, from smbc/smbcmodule.h:27, from smbc/context.c:30: /tmp/net/py-smbc/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ smbc/context.c:863:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] chars = PyUnicode_GET_SIZE(value); /* not including NUL */ ^~~~~ In file included from /tmp/net/py-smbc/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/net/py-smbc/work/.buildlink/include/python3.10/Python.h:83, from smbc/smbcmodule.h:27, from smbc/context.c:30: /tmp/net/py-smbc/work/.buildlink/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( ^~~~~~~~~~~~~~~~~~~ smbc/context.c:863:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] chars = PyUnicode_GET_SIZE(value); /* not including NUL */ ^~~~~ In file included from /tmp/net/py-smbc/work/.buildlink/include/python3.10/unicodeobject.h:1046:0, from /tmp/net/py-smbc/work/.buildlink/include/python3.10/Python.h:83, from smbc/smbcmodule.h:27, from smbc/context.c:30: /tmp/net/py-smbc/work/.buildlink/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -fPIC -DSMBCLIENT_VERSION=700 -I/usr/pkg/include -I/usr/pkg/include/python3.10 -c smbc/dir.c -o build/temp.netbsd-9.3-amd64-cpython-310/smbc/dir.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -fPIC -DSMBCLIENT_VERSION=700 -I/usr/pkg/include -I/usr/pkg/include/python3.10 -c smbc/file.c -o build/temp.netbsd-9.3-amd64-cpython-310/smbc/file.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -fPIC -DSMBCLIENT_VERSION=700 -I/usr/pkg/include -I/usr/pkg/include/python3.10 -c smbc/smbcdirent.c -o build/temp.netbsd-9.3-amd64-cpython-310/smbc/smbcdirent.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 -fPIC -DSMBCLIENT_VERSION=700 -I/usr/pkg/include -I/usr/pkg/include/python3.10 -c smbc/smbcmodule.c -o build/temp.netbsd-9.3-amd64-cpython-310/smbc/smbcmodule.o gcc -shared -L. -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.10 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.10 build/temp.netbsd-9.3-amd64-cpython-310/smbc/context.o build/temp.netbsd-9.3-amd64-cpython-310/smbc/dir.o build/temp.netbsd-9.3-amd64-cpython-310/smbc/file.o build/temp.netbsd-9.3-amd64-cpython-310/smbc/smbcdirent.o build/temp.netbsd-9.3-amd64-cpython-310/smbc/smbcmodule.o -L/usr/pkg/lib -L/usr/pkg/lib -lsmbclient -o build/lib.netbsd-9.3-amd64-cpython-310/_smbc.so *** Please use pkgtools/verifypc to sanity check dependencies.