=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py37-pyinotify-0.9.6 (cd /opt/work/sysutils/py-pyinotify/work/pyinotify-0.9.6/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread PTHREADBASE= DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/opt/pkg/bin/python3.7 CC=clang CFLAGS=-O2\ -I/opt/pkg/include\ -I/opt/pkg/include/python3.7 CPPFLAGS=-I/opt/pkg/include\ -I/opt/pkg/include/python3.7 CXX=clang++ CXXFLAGS=-O2\ -I/opt/pkg/include\ -I/opt/pkg/include/python3.7 COMPILER_RPATH_FLAG=-L F77=f77 FC=f77 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=-L/opt/pkg/lib\ -L/usr/lib LINKER_RPATH_FLAG=-L PATH=/opt/work/sysutils/py-pyinotify/work/.cwrapper/bin:/opt/work/sysutils/py-pyinotify/work/.buildlink/bin:/opt/work/sysutils/py-pyinotify/work/.tools/bin:/opt/pkg/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/opt/pkg-dev/bin:/opt/pkg-dev/sbin:/opt/pkg/bin:/opt/X11/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/opt/pkg/etc CXXCPP=clang\ -E HOME=/opt/work/sysutils/py-pyinotify/work/.home CWRAPPERS_CONFIG_DIR=/opt/work/sysutils/py-pyinotify/work/.cwrapper/config CPP=clang\ -E LOCALBASE=/opt/pkg X11BASE=/opt/X11 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ \ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ sjmulder\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ sjmulder\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ \ -o\ sjmulder\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ sjmulder\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ sjmulder\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/opt/work/sysutils/py-pyinotify/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/opt/work/sysutils/py-pyinotify/work/.buildlink/lib/pkgconfig:/opt/work/sysutils/py-pyinotify/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/opt/work/sysutils/py-pyinotify/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/opt/work/sysutils/py-pyinotify/work/.cwrapper/config /opt/pkg/bin/python3.7 setup.py build -j8) running build running build_py creating build creating build/lib.macosx-11.2-arm64-3.7 copying python3/pyinotify.py -> build/lib.macosx-11.2-arm64-3.7 running build_ext building 'inotify_syscalls' extension creating build/temp.macosx-11.2-arm64-3.7 creating build/temp.macosx-11.2-arm64-3.7/common clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include -I/opt/pkg/include -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include -I/opt/pkg/include -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include -I/opt/pkg/include -O2 -I/opt/pkg/include -I/opt/pkg/include/python3.7 -I/opt/pkg/include -I/opt/pkg/include/python3.7 -I/opt/pkg/include/python3.7 -c common/inotify_syscalls.c -o build/temp.macosx-11.2-arm64-3.7/common/inotify_syscalls.o common/inotify_syscalls.c:111:4: error: "Unsupported architecture!" # error "Unsupported architecture!" ^ common/inotify_syscalls.c:122:12: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations] result = syscall(__NR_inotify_init); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:742:6: note: 'syscall' has been explicitly marked deprecated here int syscall(int, ...); ^ common/inotify_syscalls.c:122:20: error: use of undeclared identifier '__NR_inotify_init'; did you mean 'inotify_init'? result = syscall(__NR_inotify_init); ^~~~~~~~~~~~~~~~~ inotify_init common/inotify_syscalls.c:116:18: note: 'inotify_init' declared here static PyObject* inotify_init(PyObject* self, PyObject* args) { ^ common/inotify_syscalls.c:140:12: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations] result = syscall(__NR_inotify_add_watch, fd, name, mask); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:742:6: note: 'syscall' has been explicitly marked deprecated here int syscall(int, ...); ^ common/inotify_syscalls.c:140:20: error: use of undeclared identifier '__NR_inotify_add_watch'; did you mean 'inotify_add_watch'? result = syscall(__NR_inotify_add_watch, fd, name, mask); ^~~~~~~~~~~~~~~~~~~~~~ inotify_add_watch common/inotify_syscalls.c:131:18: note: 'inotify_add_watch' declared here static PyObject* inotify_add_watch(PyObject* self, PyObject* args) { ^ common/inotify_syscalls.c:157:12: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations] result = syscall(__NR_inotify_rm_watch, fd, wd); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:742:6: note: 'syscall' has been explicitly marked deprecated here int syscall(int, ...); ^ common/inotify_syscalls.c:157:20: error: use of undeclared identifier '__NR_inotify_rm_watch'; did you mean 'inotify_rm_watch'? result = syscall(__NR_inotify_rm_watch, fd, wd); ^~~~~~~~~~~~~~~~~~~~~ inotify_rm_watch common/inotify_syscalls.c:149:18: note: 'inotify_rm_watch' declared here static PyObject* inotify_rm_watch(PyObject* self, PyObject* args) { ^ 3 warnings and 4 errors generated. error: command 'clang' failed with exit status 1 *** Error code 1 Stop. bmake[1]: stopped in /opt/pkgsrc/sysutils/py-pyinotify *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/sysutils/py-pyinotify