=> 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 fuse-unionfs-3.7 /usr/pkg/bin/gmake -C src/ gmake[1]: Entering directory '/tmp/filesystems/fuse-unionfs/work/unionfs-fuse-3.7/src' Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found gcc -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/include -W -Wall -fPIC -I/usr/include -DFUSE_USE_VERSION=35 -D_FILE_OFFSET_BITS=64 -DLIBC_XATTR -c -o unionfs.o unionfs.c Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found gcc -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/include -W -Wall -fPIC -I/usr/include -DFUSE_USE_VERSION=35 -D_FILE_OFFSET_BITS=64 -DLIBC_XATTR -c -o fuse_ops.o fuse_ops.c Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found gcc -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/include -W -Wall -fPIC -I/usr/include -DFUSE_USE_VERSION=35 -D_FILE_OFFSET_BITS=64 -DLIBC_XATTR -c -o opts.o opts.c Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found gcc -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/include -W -Wall -fPIC -I/usr/include -DFUSE_USE_VERSION=35 -D_FILE_OFFSET_BITS=64 -DLIBC_XATTR -c -o debug.o debug.c Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found In file included from fuse_ops.c:54:0: readdir.h:9:117: warning: 'enum fuse_readdir_flags' declared inside parameter list will not be visible outside of this definition or declaration int unionfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t off, struct fuse_file_info *fi, enum fuse_readdir_flags flags); ^~~~~~~~~~~~~~~~~~ fuse_ops.c:253:63: warning: 'struct fuse_config' declared inside parameter list will not be visible outside of this definition or declaration static void *unionfs_init(struct fuse_conn_info *conn, struct fuse_config *cfg) { ^~~~~~~~~~~ fuse_ops.c: In function 'unionfs_ioctl': fuse_ops.c:307:113: warning: unused parameter 'flags' [-Wunused-parameter] static int unionfs_ioctl(const char *path, unsigned int cmd, void *arg, struct fuse_file_info *fi, unsigned int flags, void *data) { ^~~~~ Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found gcc -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/include -W -Wall -fPIC -I/usr/include -DFUSE_USE_VERSION=35 -D_FILE_OFFSET_BITS=64 -DLIBC_XATTR -c -o findbranch.o findbranch.c Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found fuse_ops.c: At top level: fuse_ops.c:904:11: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .chmod = unionfs_chmod, ^~~~~~~~~~~~~ fuse_ops.c:904:11: note: (near initialization for 'unionfs_oper.chmod') fuse_ops.c:905:11: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .chown = unionfs_chown, ^~~~~~~~~~~~~ fuse_ops.c:905:11: note: (near initialization for 'unionfs_oper.chown') fuse_ops.c:909:13: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .getattr = unionfs_getattr, ^~~~~~~~~~~~~~~ fuse_ops.c:909:13: note: (near initialization for 'unionfs_oper.getattr') fuse_ops.c:911:10: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .init = unionfs_init, ^~~~~~~~~~~~ fuse_ops.c:911:10: note: (near initialization for 'unionfs_oper.init') fuse_ops.c:912:3: error: 'struct fuse_operations' has no member named 'ioctl' .ioctl = unionfs_ioctl, ^~~~~ fuse_ops.c:912:11: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .ioctl = unionfs_ioctl, ^~~~~~~~~~~~~ fuse_ops.c:912:11: note: (near initialization for 'unionfs_oper.destroy') fuse_ops.c:919:13: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .readdir = unionfs_readdir, ^~~~~~~~~~~~~~~ fuse_ops.c:919:13: note: (near initialization for 'unionfs_oper.readdir') fuse_ops.c:921:12: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .rename = unionfs_rename, ^~~~~~~~~~~~~~ fuse_ops.c:921:12: note: (near initialization for 'unionfs_oper.rename') fuse_ops.c:925:14: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .truncate = unionfs_truncate, ^~~~~~~~~~~~~~~~ fuse_ops.c:925:14: note: (near initialization for 'unionfs_oper.truncate') fuse_ops.c:927:13: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .utimens = unionfs_utimens, ^~~~~~~~~~~~~~~ fuse_ops.c:927:13: note: (near initialization for 'unionfs_oper.utimens') Package fuse3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fuse3.pc' to the PKG_CONFIG_PATH environment variable Package 'fuse3' not found gmake[1]: *** [: fuse_ops.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory '/tmp/filesystems/fuse-unionfs/work/unionfs-fuse-3.7/src' gmake: *** [Makefile:7: build] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/filesystems/fuse-unionfs *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/filesystems/fuse-unionfs