=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for fuse-wdfs-1.4.2nb9 Making all in src /usr/pkg/bin/bmake all-am if cc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_STDBOOL_H -I/usr/pkg/include -I/usr/include -D_REENTRANT -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/neon -I/usr/pkg/include/glib/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 if cc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_STDBOOL_H -I/usr/pkg/include -I/usr/include -D_REENTRANT -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/neon -I/usr/pkg/include/glib/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 if cc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_STDBOOL_H -I/usr/pkg/include -I/usr/include -D_REENTRANT -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/neon -I/usr/pkg/include/glib/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 wdfs-main.c:149:21: warning: incompatible pointer types passing 'struct fuse_args *' to parameter of type 'struct fuse_args *' [-Wincompatible-pointer-types] fuse_opt_add_arg(option_list, "-ho"); ^~~~~~~~~~~ /usr/include/fuse_opt.h:57:40: note: passing argument to parameter here int fuse_opt_add_arg(struct fuse_args *, const char *); ^ wdfs-main.c:162:21: warning: incompatible pointer types passing 'struct fuse_args *' to parameter of type 'struct fuse_args *' [-Wincompatible-pointer-types] fuse_opt_add_arg(option_list, "--version"); ^~~~~~~~~~~ /usr/include/fuse_opt.h:57:40: note: passing argument to parameter here int fuse_opt_add_arg(struct fuse_args *, const char *); ^ wdfs-main.c:167:28: warning: incompatible pointer types passing 'struct fuse_args *' to parameter of type 'struct fuse_args *' [-Wincompatible-pointer-types] return fuse_opt_add_arg(option_list, "-f"); ^~~~~~~~~~~ /usr/include/fuse_opt.h:57:40: note: passing argument to parameter here int fuse_opt_add_arg(struct fuse_args *, const char *); ^ wdfs-main.c:710:24: warning: address of 'fi' will always evaluate to 'true' [-Wpointer-bool-conversion] assert(localpath && &fi); ~~ ^~ /usr/include/assert.h:59:4: note: expanded from macro 'assert' ((e) ? __static_cast(void,0) : __assert13(__FILE__, __LINE__, \ ^ wdfs-main.c:776:31: warning: address of 'fi' will always evaluate to 'true' [-Wpointer-bool-conversion] assert(localpath && buf && &fi); ~~ ^~ /usr/include/assert.h:59:4: note: expanded from macro 'assert' ((e) ? __static_cast(void,0) : __assert13(__FILE__, __LINE__, \ ^ wdfs-main.c:798:31: warning: address of 'fi' will always evaluate to 'true' [-Wpointer-bool-conversion] assert(localpath && buf && &fi); ~~ ^~ /usr/include/assert.h:59:4: note: expanded from macro 'assert' ((e) ? __static_cast(void,0) : __assert13(__FILE__, __LINE__, \ ^ wdfs-main.c:974:24: warning: address of 'fi' will always evaluate to 'true' [-Wpointer-bool-conversion] assert(localpath && &fi); ~~ ^~ /usr/include/assert.h:59:4: note: expanded from macro 'assert' ((e) ? __static_cast(void,0) : __assert13(__FILE__, __LINE__, \ ^ wdfs-main.c:1339:49: warning: incompatible pointer types passing 'int (void *, const char *, int, struct fuse_args *)' to parameter of type 'fuse_opt_proc_t' (aka 'int (*)(void *, const char *, int, struct fuse_args *)') [-Wincompatible-pointer-types] if (fuse_opt_parse(&options, &wdfs, wdfs_opts, wdfs_opt_proc) == -1) ^~~~~~~~~~~~~ /usr/include/fuse_opt.h:63:46: note: passing argument to parameter here const struct fuse_opt *, fuse_opt_proc_t); ^ wdfs-main.c:1370:19: warning: incompatible pointer types passing 'struct fuse_args *' to parameter of type 'struct fuse_args *' [-Wincompatible-pointer-types] fuse_opt_add_arg(&options, fsname); ^~~~~~~~ /usr/include/fuse_opt.h:57:40: note: passing argument to parameter here int fuse_opt_add_arg(struct fuse_args *, const char *); ^ wdfs-main.c:1374:19: warning: incompatible pointer types passing 'struct fuse_args *' to parameter of type 'struct fuse_args *' [-Wincompatible-pointer-types] fuse_opt_add_arg(&options, "-s"); ^~~~~~~~ /usr/include/fuse_opt.h:57:40: note: passing argument to parameter here int fuse_opt_add_arg(struct fuse_args *, const char *); ^ wdfs-main.c:1377:19: warning: incompatible pointer types passing 'struct fuse_args *' to parameter of type 'struct fuse_args *' [-Wincompatible-pointer-types] fuse_opt_add_arg(&options, "-oentry_timeout=0"); ^~~~~~~~ /usr/include/fuse_opt.h:57:40: note: passing argument to parameter here int fuse_opt_add_arg(struct fuse_args *, const char *); ^ wdfs-main.c:1378:19: warning: incompatible pointer types passing 'struct fuse_args *' to parameter of type 'struct fuse_args *' [-Wincompatible-pointer-types] fuse_opt_add_arg(&options, "-oattr_timeout=0"); ^~~~~~~~ /usr/include/fuse_opt.h:57:40: note: passing argument to parameter here int fuse_opt_add_arg(struct fuse_args *, const char *); ^ 12 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_STDBOOL_H -I/usr/pkg/include -I/usr/include -D_REENTRANT -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/neon -I/usr/pkg/include/glib/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 cc -O2 -march=i586 -I/usr/pkg/include -I/usr/include -D_REENTRANT -DPCRE_STATIC -I/usr/pkg/include/neon -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -Wall -D_GNU_SOURCE -D_REENTRANT -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o wdfs cache.o svn.o wdfs-main.o webdav.o -L/usr/pkg/lib -Wl,-R/usr/lib -lrefuse -Wl,-R/usr/pkg/lib -lneon -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl /usr/lib/libpuffs.so.2: undefined reference to `env_setargs' /usr/lib/libpuffs.so.2: undefined reference to `fsdriver_copyout' /usr/lib/libpuffs.so.2: undefined reference to `sef_setcb_signal_handler' /usr/lib/libpuffs.so.2: undefined reference to `sef_startup' /usr/lib/libpuffs.so.2: undefined reference to `__real_main' /usr/lib/libpuffs.so.2: undefined reference to `panic' /usr/lib/libpuffs.so.2: undefined reference to `fsdriver_copyin' /usr/lib/libpuffs.so.2: undefined reference to `sef_receive_status' /usr/lib/libpuffs.so.2: undefined reference to `clock_time' /usr/lib/libpuffs.so.2: undefined reference to `fsdriver_process' /usr/lib/libpuffs.so.2: undefined reference to `sef_setcb_init_fresh' /usr/lib/libpuffs.so.2: undefined reference to `sef_cancel' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[2]: stopped in /usr/pkgsrc/work/filesystems/fuse-wdfs/work/wdfs-1.4.2/src *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/work/filesystems/fuse-wdfs/work/wdfs-1.4.2/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/filesystems/fuse-wdfs/work/wdfs-1.4.2 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/filesystems/fuse-wdfs *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/filesystems/fuse-wdfs