=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for fuse-ntfs-3g-2015.3.14
--- ntfs_3g_probe-ntfs-3g.probe.o ---
--- ntfs_3g_usermap-usermap.o ---
--- ntfs_3g_secaudit-secaudit.o ---
--- ntfs_3g-ntfs-3g.o ---
--- ntfs_3g-ntfs-3g_common.o ---
--- ntfs_3g_probe-ntfs-3g.probe.o ---
clang -DHAVE_CONFIG_H -I. -I..   -D_KERNTYPES -I/usr/pkg/include  -I../include/ntfs-3g -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/pkg/include -Wall -MT ntfs_3g_probe-ntfs-3g.probe.o -MD -MP -MF .deps/ntfs_3g_probe-ntfs-3g.probe.Tpo -c -o ntfs_3g_probe-ntfs-3g.probe.o `test -f 'ntfs-3g.probe.c' || echo './'`ntfs-3g.probe.c
--- ntfs_3g_usermap-usermap.o ---
clang -DHAVE_CONFIG_H -I. -I..   -D_KERNTYPES -I/usr/pkg/include  -I../include/ntfs-3g -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/pkg/include -Wall -MT ntfs_3g_usermap-usermap.o -MD -MP -MF .deps/ntfs_3g_usermap-usermap.Tpo -c -o ntfs_3g_usermap-usermap.o `test -f 'usermap.c' || echo './'`usermap.c
--- ntfs_3g_secaudit-secaudit.o ---
clang -DHAVE_CONFIG_H -I. -I..   -D_KERNTYPES -I/usr/pkg/include  -I../include/ntfs-3g -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/pkg/include -Wall -MT ntfs_3g_secaudit-secaudit.o -MD -MP -MF .deps/ntfs_3g_secaudit-secaudit.Tpo -c -o ntfs_3g_secaudit-secaudit.o `test -f 'secaudit.c' || echo './'`secaudit.c
--- ntfs_3g-ntfs-3g_common.o ---
clang -DHAVE_CONFIG_H -I. -I..   -D_KERNTYPES -I/usr/pkg/include  			 -DFUSE_USE_VERSION=26 		  			 -I../include/ntfs-3g -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/pkg/include -Wall -MT ntfs_3g-ntfs-3g_common.o -MD -MP -MF .deps/ntfs_3g-ntfs-3g_common.Tpo -c -o ntfs_3g-ntfs-3g_common.o `test -f 'ntfs-3g_common.c' || echo './'`ntfs-3g_common.c
--- ntfs_3g-ntfs-3g.o ---
clang -DHAVE_CONFIG_H -I. -I..   -D_KERNTYPES -I/usr/pkg/include  			 -DFUSE_USE_VERSION=26 		  			 -I../include/ntfs-3g -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/pkg/include -Wall -MT ntfs_3g-ntfs-3g.o -MD -MP -MF .deps/ntfs_3g-ntfs-3g.Tpo -c -o ntfs_3g-ntfs-3g.o `test -f 'ntfs-3g.c' || echo './'`ntfs-3g.c
--- ntfs_3g-ntfs-3g_common.o ---
ntfs-3g_common.c:625:22: warning: implicit declaration of function 'fuse_version' is invalid in C99 [-Wimplicit-function-declaration]
                                      FUSE_TYPE, fuse_version());
                                                 ^
ntfs-3g_common.c:64:19: warning: unused variable 'nf_ns_alt_xattr_efsinfo' [-Wunused-const-variable]
static const char nf_ns_alt_xattr_efsinfo[] = "user.ntfs.efsinfo";
                  ^
--- ntfs_3g_probe-ntfs-3g.probe.o ---
mv -f .deps/ntfs_3g_probe-ntfs-3g.probe.Tpo .deps/ntfs_3g_probe-ntfs-3g.probe.Po
--- ntfs-3g.probe ---
/bin/sh ../libtool  --tag=CC    --mode=link clang  -I../include/ntfs-3g  -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/usr/pkg/include -Wall  -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o ntfs-3g.probe ntfs_3g_probe-ntfs-3g.probe.o -lntfs-3g 
--- ntfs_3g-ntfs-3g.o ---
ntfs-3g.c:3528:58: warning: implicit declaration of function 'fuse_version' is invalid in C99 [-Wimplicit-function-declaration]
        ntfs_log_info(usage_msg, EXEC_NAME, VERSION, FUSE_TYPE, fuse_version(),
                                                                ^
ntfs-3g.c:3657:18: warning: incompatible pointer types passing 'char *' to parameter of type 'struct fuse *' [-Wincompatible-pointer-types]
        fc = fuse_mount(opts.mnt_point, &margs);
                        ^~~~~~~~~~~~~~
/usr/include/fuse.h:156:29: note: passing argument to parameter here
int fuse_mount(struct fuse *, const char *);
                            ^
ntfs-3g.c:3657:34: warning: incompatible pointer types passing 'struct fuse_args *' to parameter of type 'const char *' [-Wincompatible-pointer-types]
        fc = fuse_mount(opts.mnt_point, &margs);
                                        ^~~~~~
/usr/include/fuse.h:156:43: note: passing argument to parameter here
int fuse_mount(struct fuse *, const char *);
                                          ^
ntfs-3g.c:3657:5: warning: incompatible integer to pointer conversion assigning to 'struct fuse_chan *' from 'int' [-Wint-conversion]
        fc = fuse_mount(opts.mnt_point, &margs);
           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntfs-3g.c:3705:68: error: too many arguments to function call, expected 4, have 5
        fh = fuse_new(ctx->fc, &args , &ntfs_3g_ops, sizeof(ntfs_3g_ops), NULL);
             ~~~~~~~~                                                     ^~~~
/usr/include/sys/null.h:13:14: note: expanded from macro 'NULL'
#define NULL    ((void *)0)
                ^~~~~~~~~~~
/usr/include/fuse.h:153:1: note: 'fuse_new' declared here
struct fuse *fuse_new(struct fuse_args *,
^
ntfs-3g.c:3720:31: error: too many arguments to function call, expected 1, have 2
        fuse_unmount(opts.mnt_point, ctx->fc);
        ~~~~~~~~~~~~                 ^~~~~~~
/usr/include/fuse.h:157:1: note: 'fuse_unmount' declared here
void fuse_unmount(struct fuse *);
^
ntfs-3g.c:3999:31: error: too many arguments to function call, expected 1, have 2
        fuse_unmount(opts.mnt_point, ctx->fc);
        ~~~~~~~~~~~~                 ^~~~~~~
/usr/include/fuse.h:157:1: note: 'fuse_unmount' declared here
void fuse_unmount(struct fuse *);
^
4 warnings and 3 errors generated.
*** [ntfs_3g-ntfs-3g.o] Error code 1

make: stopped in /data/scratch/filesystems/fuse-ntfs-3g/work/ntfs-3g_ntfsprogs-2015.3.14/src
--- ntfs-3g.probe ---
libtool: link: clang -I../include/ntfs-3g -O2 -D_KERNTYPES -D_NETBSD_SOURCE -I/data/scratch/filesystems/fuse-ntfs-3g/work/.buildlink/include -Wall -Wl,-rpath -Wl,/usr/pkg/lib -o ntfs-3g.probe ntfs_3g_probe-ntfs-3g.probe.o  -L/data/scratch/filesystems/fuse-ntfs-3g/work/.buildlink/lib -lntfs-3g -Wl,-rpath,/data/scratch/filesystems/fuse-ntfs-3g/work/.buildlink/lib -Wl,-rpath,/data/scratch/filesystems/fuse-ntfs-3g/work/.buildlink/lib
--- ntfs_3g-ntfs-3g_common.o ---
2 warnings generated.
mv -f .deps/ntfs_3g-ntfs-3g_common.Tpo .deps/ntfs_3g-ntfs-3g_common.Po
--- ntfs_3g_usermap-usermap.o ---
mv -f .deps/ntfs_3g_usermap-usermap.Tpo .deps/ntfs_3g_usermap-usermap.Po
--- ntfs_3g_secaudit-secaudit.o ---
mv -f .deps/ntfs_3g_secaudit-secaudit.Tpo .deps/ntfs_3g_secaudit-secaudit.Po
1 error

make: stopped in /data/scratch/filesystems/fuse-ntfs-3g/work/ntfs-3g_ntfsprogs-2015.3.14/src
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/filesystems/fuse-ntfs-3g
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/filesystems/fuse-ntfs-3g