=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for fuse-unionfs-0.17 cc -O2 -march=i586 -Wall $(pkg-config --cflags fuse) -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -c unionfs.c unionfs.c:197:9: warning: implicit declaration of function 'fdatasync' is invalid in C99 [-Wimplicit-function-declaration] res = fdatasync(fi->fh); ^ unionfs.c:214:27: warning: 'memset' call operates on objects of type 'struct stat' while the size is based on a different type 'struct stat *' [-Wsizeof-pointer-memaccess] memset(stbuf, 0, sizeof(stbuf)); ~~~~~ ^~~~~ unionfs.c:214:27: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? memset(stbuf, 0, sizeof(stbuf)); ^~~~~ 2 warnings generated. cc -O2 -march=i586 -Wall $(pkg-config --cflags fuse) -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -c stats.c cc -O2 -march=i586 -Wall $(pkg-config --cflags fuse) -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -c opts.c cc -O2 -march=i586 -Wall $(pkg-config --cflags fuse) -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -c debug.c cc -O2 -march=i586 -Wall $(pkg-config --cflags fuse) -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -c cache.c cc -Wl,-R/usr/pkg/lib -lfuse $(pkg-config --libs fuse) -o unionfs unionfs.o stats.o opts.o debug.o cache.o unionfs.o: In function `unionfs_fsync': unionfs.c:(.text+0x1742): undefined reference to `fdatasync' /usr/lib/libpuffs.so.2: undefined reference to `sef_self' /usr/lib/libpuffs.so.2: undefined reference to `__getfh30' /usr/lib/libpuffs.so.2: undefined reference to `fs_lookup_credentials' /usr/lib/libpuffs.so.2: undefined reference to `sef_receive_status' /usr/lib/libpuffs.so.2: undefined reference to `sef_setcb_signal_handler' /usr/lib/librefuse.so: undefined reference to `puffs_init' /usr/lib/libpuffs.so.2: undefined reference to `sef_startup' /usr/lib/libpuffs.so.2: undefined reference to `sef_setcb_init_restart' /usr/lib/libpuffs.so.2: undefined reference to `sef_cb_init_fail' /usr/lib/libpuffs.so.2: undefined reference to `fsync_range' /usr/lib/libpuffs.so.2: undefined reference to `panic' /usr/lib/libpuffs.so.2: undefined reference to `sys_safecopyfrom' /usr/lib/libpuffs.so.2: undefined reference to `sef_setcb_init_fresh' /usr/lib/libpuffs.so.2: undefined reference to `sys_hz' /usr/lib/libpuffs.so.2: undefined reference to `getuptime' /usr/lib/libpuffs.so.2: undefined reference to `env_setargs' /usr/lib/libpuffs.so.2: undefined reference to `sys_safecopyto' /usr/lib/libpuffs.so.2: undefined reference to `__real_main' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/filesystems/fuse-unionfs/work/unionfs-fuse-0.17 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/filesystems/fuse-unionfs *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/filesystems/fuse-unionfs