=> 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-bindfs-1.15.1 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/pbulk/work/filesystems/fuse-bindfs/work/bindfs-1.15.1' Making all in src gmake[2]: Entering directory '/pbulk/work/filesystems/fuse-bindfs/work/bindfs-1.15.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_BETTER_REALPATH -Dfuse_operations="_MK_FUSE_OPERATIONS_(_FUSE_OP_VERSION__)" -std=c99 -Wall -Wpedantic -fno-common -O2 -D_KERNTYPES -D_NETBSD_SOURCE -MT bindfs.o -MD -MP -MF .deps/bindfs.Tpo -c -o bindfs.o bindfs.c gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_BETTER_REALPATH -Dfuse_operations="_MK_FUSE_OPERATIONS_(_FUSE_OP_VERSION__)" -std=c99 -Wall -Wpedantic -fno-common -O2 -D_KERNTYPES -D_NETBSD_SOURCE -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_BETTER_REALPATH -Dfuse_operations="_MK_FUSE_OPERATIONS_(_FUSE_OP_VERSION__)" -std=c99 -Wall -Wpedantic -fno-common -O2 -D_KERNTYPES -D_NETBSD_SOURCE -MT permchain.o -MD -MP -MF .deps/permchain.Tpo -c -o permchain.o permchain.c gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_BETTER_REALPATH -Dfuse_operations="_MK_FUSE_OPERATIONS_(_FUSE_OP_VERSION__)" -std=c99 -Wall -Wpedantic -fno-common -O2 -D_KERNTYPES -D_NETBSD_SOURCE -MT userinfo.o -MD -MP -MF .deps/userinfo.Tpo -c -o userinfo.o userinfo.c gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_BETTER_REALPATH -Dfuse_operations="_MK_FUSE_OPERATIONS_(_FUSE_OP_VERSION__)" -std=c99 -Wall -Wpedantic -fno-common -O2 -D_KERNTYPES -D_NETBSD_SOURCE -MT arena.o -MD -MP -MF .deps/arena.Tpo -c -o arena.o arena.c gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_BETTER_REALPATH -Dfuse_operations="_MK_FUSE_OPERATIONS_(_FUSE_OP_VERSION__)" -std=c99 -Wall -Wpedantic -fno-common -O2 -D_KERNTYPES -D_NETBSD_SOURCE -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_BETTER_REALPATH -Dfuse_operations="_MK_FUSE_OPERATIONS_(_FUSE_OP_VERSION__)" -std=c99 -Wall -Wpedantic -fno-common -O2 -D_KERNTYPES -D_NETBSD_SOURCE -MT usermap.o -MD -MP -MF .deps/usermap.Tpo -c -o usermap.o usermap.c gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_BETTER_REALPATH -Dfuse_operations="_MK_FUSE_OPERATIONS_(_FUSE_OP_VERSION__)" -std=c99 -Wall -Wpedantic -fno-common -O2 -D_KERNTYPES -D_NETBSD_SOURCE -MT rate_limiter.o -MD -MP -MF .deps/rate_limiter.Tpo -c -o rate_limiter.o rate_limiter.c mv -f .deps/debug.Tpo .deps/debug.Po mv -f .deps/arena.Tpo .deps/arena.Po In file included from bindfs.c:83:0: /usr/include/fuse.h:111:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token struct fuse_operations { ^ /usr/include/fuse.h:154:31: error: expected ';', ',' or ')' before '*' token const struct fuse_operations *, size_t, void *); ^ /usr/include/fuse.h:161:63: error: expected ';', ',' or ')' before '*' token int fuse_main_real(int, char **, const struct fuse_operations *, size_t, void *); ^ bindfs.c:1693:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bindfs_oper' static struct fuse_operations bindfs_oper = { ^~~~~~~~~~~ bindfs.c:1735:2: warning: ISO C does not allow extra ';' outside of a function [-Wpedantic] }; ^ mv -f .deps/rate_limiter.Tpo .deps/rate_limiter.Po bindfs.c: In function 'main': bindfs.c:2818:9: error: 'bindfs_oper' undeclared (first use in this function); did you mean 'bindfs_open'? bindfs_oper.setxattr = NULL; ^~~~~~~~~~~ bindfs_open bindfs.c:2818:9: note: each undeclared identifier is reported only once for each function it appears in At top level: bindfs.c:1656:12: warning: 'bindfs_removexattr' defined but not used [-Wunused-function] static int bindfs_removexattr(const char *path, const char *name) ^~~~~~~~~~~~~~~~~~ bindfs.c:1607:12: warning: 'bindfs_listxattr' defined but not used [-Wunused-function] static int bindfs_listxattr(const char *path, char* list, size_t size) ^~~~~~~~~~~~~~~~ bindfs.c:1574:12: warning: 'bindfs_getxattr' defined but not used [-Wunused-function] static int bindfs_getxattr(const char *path, const char *name, char *value, ^~~~~~~~~~~~~~~ bindfs.c:1529:12: warning: 'bindfs_setxattr' defined but not used [-Wunused-function] static int bindfs_setxattr(const char *path, const char *name, const char *value, ^~~~~~~~~~~~~~~ bindfs.c:1500:12: warning: 'bindfs_fsync' defined but not used [-Wunused-function] static int bindfs_fsync(const char *path, int isdatasync, ^~~~~~~~~~~~ bindfs.c:1491:12: warning: 'bindfs_release' defined but not used [-Wunused-function] static int bindfs_release(const char *path, struct fuse_file_info *fi) ^~~~~~~~~~~~~~ bindfs.c:1474:12: warning: 'bindfs_statfs' defined but not used [-Wunused-function] static int bindfs_statfs(const char *path, struct statvfs *stbuf) ^~~~~~~~~~~~~ bindfs.c:1462:12: warning: 'bindfs_ioctl' defined but not used [-Wunused-function] static int bindfs_ioctl(const char *path, int cmd, void *arg, ^~~~~~~~~~~~ bindfs.c:1448:12: warning: 'bindfs_flock' defined but not used [-Wunused-function] static int bindfs_flock(const char *path, struct fuse_file_info *fi, int op) ^~~~~~~~~~~~ bindfs.c:1437:12: warning: 'bindfs_lock' defined but not used [-Wunused-function] static int bindfs_lock(const char *path, struct fuse_file_info *fi, int cmd, ^~~~~~~~~~~ bindfs.c:1400:12: warning: 'bindfs_write' defined but not used [-Wunused-function] static int bindfs_write(const char *path, const char *buf, size_t size, ^~~~~~~~~~~~ bindfs.c:1363:12: warning: 'bindfs_read' defined but not used [-Wunused-function] static int bindfs_read(const char *path, char *buf, size_t size, off_t offset, ^~~~~~~~~~~ bindfs.c:1338:12: warning: 'bindfs_open' defined but not used [-Wunused-function] static int bindfs_open(const char *path, struct fuse_file_info *fi) ^~~~~~~~~~~ bindfs.c:1304:12: warning: 'bindfs_create' defined but not used [-Wunused-function] static int bindfs_create(const char *path, mode_t mode, struct fuse_file_info *fi) ^~~~~~~~~~~~~ bindfs.c:1274:12: warning: 'bindfs_utimens' defined but not used [-Wunused-function] static int bindfs_utimens(const char *path, const struct timespec ts[2]) ^~~~~~~~~~~~~~ bindfs.c:1257:12: warning: 'bindfs_ftruncate' defined but not used [-Wunused-function] static int bindfs_ftruncate(const char *path, off_t size, ^~~~~~~~~~~~~~~~ bindfs.c:1238:12: warning: 'bindfs_truncate' defined but not used [-Wunused-function] static int bindfs_truncate(const char *path, off_t size) ^~~~~~~~~~~~~~~ bindfs.c:1182:12: warning: 'bindfs_chown' defined but not used [-Wunused-function] static int bindfs_chown(const char *path, uid_t uid, gid_t gid) ^~~~~~~~~~~~ bindfs.c:1115:12: warning: 'bindfs_chmod' defined but not used [-Wunused-function] static int bindfs_chmod(const char *path, mode_t mode) ^~~~~~~~~~~~ bindfs.c:1088:12: warning: 'bindfs_link' defined but not used [-Wunused-function] static int bindfs_link(const char *from, const char *to) ^~~~~~~~~~~ bindfs.c:1042:12: warning: 'bindfs_rename' defined but not used [-Wunused-function] static int bindfs_rename(const char *from, const char *to) ^~~~~~~~~~~~~ bindfs.c:1013:12: warning: 'bindfs_symlink' defined but not used [-Wunused-function] static int bindfs_symlink(const char *from, const char *to) ^~~~~~~~~~~~~~ bindfs.c:1008:12: warning: 'bindfs_rmdir' defined but not used [-Wunused-function] static int bindfs_rmdir(const char *path) ^~~~~~~~~~~~ bindfs.c:1003:12: warning: 'bindfs_unlink' defined but not used [-Wunused-function] static int bindfs_unlink(const char *path) ^~~~~~~~~~~~~ bindfs.c:977:12: warning: 'bindfs_mkdir' defined but not used [-Wunused-function] static int bindfs_mkdir(const char *path, mode_t mode) ^~~~~~~~~~~~ bindfs.c:949:12: warning: 'bindfs_mknod' defined but not used [-Wunused-function] static int bindfs_mknod(const char *path, mode_t mode, dev_t rdev) ^~~~~~~~~~~~ bindfs.c:855:12: warning: 'bindfs_readdir' defined but not used [-Wunused-function] static int bindfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, ^~~~~~~~~~~~~~ bindfs.c:829:12: warning: 'bindfs_readlink' defined but not used [-Wunused-function] static int bindfs_readlink(const char *path, char *buf, size_t size) ^~~~~~~~~~~~~~~ bindfs.c:809:12: warning: 'bindfs_fgetattr' defined but not used [-Wunused-function] static int bindfs_fgetattr(const char *path, struct stat *stbuf, ^~~~~~~~~~~~~~~ bindfs.c:788:12: warning: 'bindfs_getattr' defined but not used [-Wunused-function] static int bindfs_getattr(const char *path, struct stat *stbuf) ^~~~~~~~~~~~~~ bindfs.c:780:13: warning: 'bindfs_destroy' defined but not used [-Wunused-function] static void bindfs_destroy(void *private_data) ^~~~~~~~~~~~~~ bindfs.c:746:14: warning: 'bindfs_init' defined but not used [-Wunused-function] static void *bindfs_init() ^~~~~~~~~~~ mv -f .deps/userinfo.Tpo .deps/userinfo.Po mv -f .deps/usermap.Tpo .deps/usermap.Po gmake[2]: *** [Makefile:456: bindfs.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... mv -f .deps/permchain.Tpo .deps/permchain.Po mv -f .deps/misc.Tpo .deps/misc.Po gmake[2]: Leaving directory '/pbulk/work/filesystems/fuse-bindfs/work/bindfs-1.15.1/src' gmake[1]: *** [Makefile:403: all-recursive] Error 1 gmake[1]: Leaving directory '/pbulk/work/filesystems/fuse-bindfs/work/bindfs-1.15.1' gmake: *** [Makefile:335: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/filesystems/fuse-bindfs *** Error code 1 Stop. make: stopped in /usr/pkgsrc/filesystems/fuse-bindfs