=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> 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-wdfs-1.4.2nb17 --- all-recursive --- Making all in src --- all --- /usr/bin/make all-am --- cache.o --- --- svn.o --- --- wdfs-main.o --- --- webdav.o --- --- svn.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_STDBOOL_H -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -O2 -D_KERNTYPES -D_NETBSD_SOURCE -fPIC -D_FORTIFY_SOURCE=2 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/neon -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT svn.o -MD -MP -MF ".deps/svn.Tpo" -c -o svn.o svn.c; then mv -f ".deps/svn.Tpo" ".deps/svn.Po"; else rm -f ".deps/svn.Tpo"; exit 1; fi --- wdfs-main.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_STDBOOL_H -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -O2 -D_KERNTYPES -D_NETBSD_SOURCE -fPIC -D_FORTIFY_SOURCE=2 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/neon -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT wdfs-main.o -MD -MP -MF ".deps/wdfs-main.Tpo" -c -o wdfs-main.o wdfs-main.c; then mv -f ".deps/wdfs-main.Tpo" ".deps/wdfs-main.Po"; else rm -f ".deps/wdfs-main.Tpo"; exit 1; fi --- webdav.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_STDBOOL_H -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -O2 -D_KERNTYPES -D_NETBSD_SOURCE -fPIC -D_FORTIFY_SOURCE=2 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/neon -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT webdav.o -MD -MP -MF ".deps/webdav.Tpo" -c -o webdav.o webdav.c; then mv -f ".deps/webdav.Tpo" ".deps/webdav.Po"; else rm -f ".deps/webdav.Tpo"; exit 1; fi --- cache.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_STDBOOL_H -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -O2 -D_KERNTYPES -D_NETBSD_SOURCE -fPIC -D_FORTIFY_SOURCE=2 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/neon -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT cache.o -MD -MP -MF ".deps/cache.Tpo" -c -o cache.o cache.c; then mv -f ".deps/cache.Tpo" ".deps/cache.Po"; else rm -f ".deps/cache.Tpo"; exit 1; fi --- wdfs-main.o --- wdfs-main.c: In function 'wdfs_opt_proc': wdfs-main.c:158:21: warning: passing argument 1 of 'fuse_opt_add_arg' from incompatible pointer type [-Wincompatible-pointer-types] fuse_opt_add_arg(option_list, "--version"); ^~~~~~~~~~~ In file included from wdfs-main.c:35:0: /usr/include/fuse_opt.h:59:5: note: expected 'struct fuse_args *' but argument is of type 'struct fuse_args *' int fuse_opt_add_arg(struct fuse_args *, const char *); ^~~~~~~~~~~~~~~~ wdfs-main.c:163:28: warning: passing argument 1 of 'fuse_opt_add_arg' from incompatible pointer type [-Wincompatible-pointer-types] return fuse_opt_add_arg(option_list, "-f"); ^~~~~~~~~~~ In file included from wdfs-main.c:35:0: /usr/include/fuse_opt.h:59:5: note: expected 'struct fuse_args *' but argument is of type 'struct fuse_args *' int fuse_opt_add_arg(struct fuse_args *, const char *); ^~~~~~~~~~~~~~~~ In file included from wdfs-main.c:32:0: wdfs-main.c: In function 'wdfs_open': wdfs-main.c:706:19: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] assert(localpath && &fi); ^ wdfs-main.c: In function 'wdfs_read': wdfs-main.c:772:26: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] assert(localpath && buf && &fi); ^ wdfs-main.c: In function 'wdfs_write': wdfs-main.c:794:26: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] assert(localpath && buf && &fi); ^ wdfs-main.c: In function 'wdfs_ftruncate': wdfs-main.c:970:19: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] assert(localpath && &fi); ^ wdfs-main.c: In function 'call_fuse_main': wdfs-main.c:1318:65: error: macro "fuse_main" passed 4 arguments, but takes just 3 return fuse_main(args->argc, args->argv, &wdfs_operations, NULL); ^ wdfs-main.c:1318:9: error: 'fuse_main' undeclared (first use in this function); did you mean 'fuse_exit'? return fuse_main(args->argc, args->argv, &wdfs_operations, NULL); ^~~~~~~~~ fuse_exit wdfs-main.c:1318:9: note: each undeclared identifier is reported only once for each function it appears in wdfs-main.c: In function 'main': wdfs-main.c:1334:49: warning: passing argument 4 of 'fuse_opt_parse' from incompatible pointer type [-Wincompatible-pointer-types] if (fuse_opt_parse(&options, &wdfs, wdfs_opts, wdfs_opt_proc) == -1) ^~~~~~~~~~~~~ In file included from wdfs-main.c:35:0: /usr/include/fuse_opt.h:65:5: note: expected 'fuse_opt_proc_t {aka int (*)(void *, const char *, int, struct fuse_args *)}' but argument is of type 'int (*)(void *, const char *, int, struct fuse_args *)' int fuse_opt_parse(struct fuse_args *, void *, ^~~~~~~~~~~~~~ wdfs-main.c:1365:19: warning: passing argument 1 of 'fuse_opt_add_arg' from incompatible pointer type [-Wincompatible-pointer-types] fuse_opt_add_arg(&options, fsname); ^ In file included from wdfs-main.c:35:0: /usr/include/fuse_opt.h:59:5: note: expected 'struct fuse_args *' but argument is of type 'struct fuse_args *' int fuse_opt_add_arg(struct fuse_args *, const char *); ^~~~~~~~~~~~~~~~ wdfs-main.c:1369:19: warning: passing argument 1 of 'fuse_opt_add_arg' from incompatible pointer type [-Wincompatible-pointer-types] fuse_opt_add_arg(&options, "-s"); ^ In file included from wdfs-main.c:35:0: /usr/include/fuse_opt.h:59:5: note: expected 'struct fuse_args *' but argument is of type 'struct fuse_args *' int fuse_opt_add_arg(struct fuse_args *, const char *); ^~~~~~~~~~~~~~~~ wdfs-main.c:1372:19: warning: passing argument 1 of 'fuse_opt_add_arg' from incompatible pointer type [-Wincompatible-pointer-types] fuse_opt_add_arg(&options, "-oentry_timeout=0"); ^ In file included from wdfs-main.c:35:0: /usr/include/fuse_opt.h:59:5: note: expected 'struct fuse_args *' but argument is of type 'struct fuse_args *' int fuse_opt_add_arg(struct fuse_args *, const char *); ^~~~~~~~~~~~~~~~ wdfs-main.c:1373:19: warning: passing argument 1 of 'fuse_opt_add_arg' from incompatible pointer type [-Wincompatible-pointer-types] fuse_opt_add_arg(&options, "-oattr_timeout=0"); ^ In file included from wdfs-main.c:35:0: /usr/include/fuse_opt.h:59:5: note: expected 'struct fuse_args *' but argument is of type 'struct fuse_args *' int fuse_opt_add_arg(struct fuse_args *, const char *); ^~~~~~~~~~~~~~~~ wdfs-main.c: In function 'call_fuse_main': wdfs-main.c:1322:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ At top level: wdfs-main.c:1250:31: warning: 'wdfs_operations' defined but not used [-Wunused-variable] static struct fuse_operations wdfs_operations = { ^~~~~~~~~~~~~~~ *** [wdfs-main.o] Error code 1 make[2]: stopped in /tmp/filesystems/fuse-wdfs/work/wdfs-1.4.2/src 1 error make[2]: stopped in /tmp/filesystems/fuse-wdfs/work/wdfs-1.4.2/src *** [all] Error code 2 make[1]: stopped in /tmp/filesystems/fuse-wdfs/work/wdfs-1.4.2/src 1 error make[1]: stopped in /tmp/filesystems/fuse-wdfs/work/wdfs-1.4.2/src *** [all-recursive] Error code 1 make: stopped in /tmp/filesystems/fuse-wdfs/work/wdfs-1.4.2 1 error make: stopped in /tmp/filesystems/fuse-wdfs/work/wdfs-1.4.2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/filesystems/fuse-wdfs *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/filesystems/fuse-wdfs