=> 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 py27-setproctitle-1.2.3 (cd /tmp/sysutils/py-setproctitle/work/setproctitle-1.2.3/ && /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/python2.7 CC=gcc CFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include CPPFLAGS=-I/usr/include\ -I/usr/pkg/include CXX=c++ CXXFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include 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/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/sysutils/py-setproctitle/work/.cwrapper/bin:/tmp/sysutils/py-setproctitle/work/.buildlink/bin:/tmp/sysutils/py-setproctitle/work/.gcc/bin:/tmp/sysutils/py-setproctitle/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/sysutils/py-setproctitle/work/.home CWRAPPERS_CONFIG_DIR=/tmp/sysutils/py-setproctitle/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/sysutils/py-setproctitle/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/sysutils/py-setproctitle/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/sysutils/py-setproctitle/work/.tools/bin/gdbus-codegen PKG_CONFIG= PKG_CONFIG_LIBDIR=/tmp/sysutils/py-setproctitle/work/.buildlink/lib/pkgconfig:/tmp/sysutils/py-setproctitle/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/sysutils/py-setproctitle/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/sysutils/py-setproctitle/work/.cwrapper/config /usr/pkg/bin/python2.7 setup.py build ) running build running build_ext building 'setproctitle' extension creating build creating build/temp.netbsd-9.0-amd64-2.7 creating build/temp.netbsd-9.0-amd64-2.7/src gcc -fno-strict-aliasing -O2 -fPIC -D_FORTIFY_SOURCE=2 -pthread -I/usr/include -I/usr/pkg/include -DNDEBUG -O2 -fPIC -D_FORTIFY_SOURCE=2 -pthread -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -fPIC -DBSD=1 -DHAVE_SETPROCTITLE=1 -DHAVE_PS_STRING=1 -DSPT_VERSION=1.2.3 -I/usr/pkg/include/python2.7 -c src/setproctitle.c -o build/temp.netbsd-9.0-amd64-2.7/src/setproctitle.o src/setproctitle.c:140:15: error: variable 'moduledef' has initializer but incomplete type static struct PyModuleDef moduledef = { ^~~~~~~~~~~ src/setproctitle.c:141:5: error: 'PyModuleDef_HEAD_INIT' undeclared here (not in a function); did you mean 'PyObject_HEAD_INIT'? PyModuleDef_HEAD_INIT, ^~~~~~~~~~~~~~~~~~~~~ PyObject_HEAD_INIT src/setproctitle.c:141:5: warning: excess elements in struct initializer src/setproctitle.c:141:5: note: (near initialization for 'moduledef') src/setproctitle.c:142:5: warning: excess elements in struct initializer "setproctitle", ^~~~~~~~~~~~~~ src/setproctitle.c:142:5: note: (near initialization for 'moduledef') src/setproctitle.c:143:5: warning: excess elements in struct initializer setproctitle_module_documentation, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/setproctitle.c:143:5: note: (near initialization for 'moduledef') src/setproctitle.c:144:5: warning: excess elements in struct initializer -1, ^ src/setproctitle.c:144:5: note: (near initialization for 'moduledef') src/setproctitle.c:145:5: warning: excess elements in struct initializer spt_methods, ^~~~~~~~~~~ src/setproctitle.c:145:5: note: (near initialization for 'moduledef') src/setproctitle.c:146:5: warning: excess elements in struct initializer NULL, ^~~~ src/setproctitle.c:146:5: note: (near initialization for 'moduledef') src/setproctitle.c:147:5: warning: excess elements in struct initializer NULL, ^~~~ src/setproctitle.c:147:5: note: (near initialization for 'moduledef') src/setproctitle.c:148:5: warning: excess elements in struct initializer NULL, ^~~~ src/setproctitle.c:148:5: note: (near initialization for 'moduledef') src/setproctitle.c:149:5: warning: excess elements in struct initializer NULL ^~~~ src/setproctitle.c:149:5: note: (near initialization for 'moduledef') src/setproctitle.c: In function 'PyInit_setproctitle': src/setproctitle.c:160:9: warning: implicit declaration of function 'PyModule_Create'; did you mean '_PyModule_Clear'? [-Wimplicit-function-declaration] m = PyModule_Create(&moduledef); ^~~~~~~~~~~~~~~ _PyModule_Clear src/setproctitle.c:160:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] m = PyModule_Create(&moduledef); ^ src/setproctitle.c:169:12: warning: 'return' with a value, in function returning void return m; ^ src/setproctitle.c:153:1: note: declared here PyInit_setproctitle(void) ^~~~~~~~~~~~~~~~~~~ src/setproctitle.c: At top level: src/setproctitle.c:140:27: error: storage size of 'moduledef' isn't known static struct PyModuleDef moduledef = { ^~~~~~~~~ error: command 'gcc' failed with exit status 1 *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/py-setproctitle *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/py-setproctitle