=> Bootstrap dependency digest>=20010302: found digest-20160304
WARNING: [license.mk] Every package should define a LICENSE.
===> 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 cfs-1.4.1nb6
rpcgen -b -h -o nfsproto.h nfsproto.x
./unansi NetBSD nfsproto.h
rpcgen -b -h -o admproto.h admproto.x
./unansi NetBSD admproto.h
clang -O2 -DPROTOTYPES=1 -DBSD44 -DANYPORT -DCFS_PORT=2049 -DSHORTLINKS -DHAVE_GETPASS -Dnfsproc_null_2_svc=nfsproc_null_2             -Dnfsproc_getattr_2_svc=nfsproc_getattr_2               -Dnfsproc_setattr_2_svc=nfsproc_setattr_2               -Dnfsproc_root_2_svc=nfsproc_root_2             -Dnfsproc_lookup_2_svc=nfsproc_lookup_2         -Dnfsproc_readlink_2_svc=nfsproc_readlink_2             -Dnfsproc_read_2_svc=nfsproc_read_2             -Dnfsproc_writecache_2_svc=nfsproc_writecache_2         -Dnfsproc_write_2_svc=nfsproc_write_2           -Dnfsproc_create_2_svc=nfsproc_create_2         -Dnfsproc_remove_2_svc=nfsproc_remove_2         -Dnfsproc_rename_2_svc=nfsproc_rename_2         -Dnfsproc_link_2_svc=nfsproc_link_2             -Dnfsproc_symlink_2_svc=nfsproc_symlink_2               -Dnfsproc_mkdir_2_svc=nfsproc_mkdir_2           -Dnfsproc_rmdir_2_svc=nfsproc_rmdir_2           -Dnfsproc_readdir_2_svc=nfsproc_readdir_2               -Dnfsproc_statfs_2_svc=nfsproc_statfs_2         -Dadmproc_null_2_svc=admproc_null_2             -Dadmproc_attach_2_svc=admproc_attach_2         -Dadmproc_detach_2_svc=admproc_detach_2         -Dadmproc_null_1_svc=admproc_null_1             -Dadmproc_attach_1_svc=admproc_attach_1         -Dadmproc_detach_1_svc=admproc_detach_1         -Dadmproc_ls_1_svc=admproc_ls_1                   -c cfs.c
In file included from cfs.c:40:
./nfsproto.h:320:7: error: conflicting types for 'nfsproc_null_2'
void *nfsproc_null_2_svc(void *, struct svc_req *);
      ^
<command line>:7:28: note: expanded from here
#define nfsproc_null_2_svc nfsproc_null_2
                           ^
./nfsproto.h:319:7: note: previous declaration is here
void *nfsproc_null_2(void *, CLIENT *);
      ^
./nfsproto.h:322:11: error: conflicting types for 'nfsproc_getattr_2'
attrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
          ^
<command line>:8:31: note: expanded from here
#define nfsproc_getattr_2_svc nfsproc_getattr_2
                              ^
./nfsproto.h:321:11: note: previous declaration is here
attrstat *nfsproc_getattr_2(nfs_fh *, CLIENT *);
          ^
./nfsproto.h:324:11: error: conflicting types for 'nfsproc_setattr_2'
attrstat *nfsproc_setattr_2_svc(sattrargs *, struct svc_req *);
          ^
<command line>:9:31: note: expanded from here
#define nfsproc_setattr_2_svc nfsproc_setattr_2
                              ^
./nfsproto.h:323:11: note: previous declaration is here
attrstat *nfsproc_setattr_2(sattrargs *, CLIENT *);
          ^
./nfsproto.h:326:7: error: conflicting types for 'nfsproc_root_2'
void *nfsproc_root_2_svc(void *, struct svc_req *);
      ^
<command line>:10:28: note: expanded from here
#define nfsproc_root_2_svc nfsproc_root_2
                           ^
./nfsproto.h:325:7: note: previous declaration is here
void *nfsproc_root_2(void *, CLIENT *);
      ^
./nfsproto.h:328:11: error: conflicting types for 'nfsproc_lookup_2'
diropres *nfsproc_lookup_2_svc(diropargs *, struct svc_req *);
          ^
<command line>:11:30: note: expanded from here
#define nfsproc_lookup_2_svc nfsproc_lookup_2
                             ^
./nfsproto.h:327:11: note: previous declaration is here
diropres *nfsproc_lookup_2(diropargs *, CLIENT *);
          ^
./nfsproto.h:330:14: error: conflicting types for 'nfsproc_readlink_2'
readlinkres *nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
             ^
<command line>:12:32: note: expanded from here
#define nfsproc_readlink_2_svc nfsproc_readlink_2
                               ^
./nfsproto.h:329:14: note: previous declaration is here
readlinkres *nfsproc_readlink_2(nfs_fh *, CLIENT *);
             ^
./nfsproto.h:332:10: error: conflicting types for 'nfsproc_read_2'
readres *nfsproc_read_2_svc(readargs *, struct svc_req *);
         ^
<command line>:13:28: note: expanded from here
#define nfsproc_read_2_svc nfsproc_read_2
                           ^
./nfsproto.h:331:10: note: previous declaration is here
readres *nfsproc_read_2(readargs *, CLIENT *);
         ^
./nfsproto.h:334:7: error: conflicting types for 'nfsproc_writecache_2'
void *nfsproc_writecache_2_svc(void *, struct svc_req *);
      ^
<command line>:14:34: note: expanded from here
#define nfsproc_writecache_2_svc nfsproc_writecache_2
                                 ^
./nfsproto.h:333:7: note: previous declaration is here
void *nfsproc_writecache_2(void *, CLIENT *);
      ^
./nfsproto.h:336:11: error: conflicting types for 'nfsproc_write_2'
attrstat *nfsproc_write_2_svc(writeargs *, struct svc_req *);
          ^
<command line>:15:29: note: expanded from here
#define nfsproc_write_2_svc nfsproc_write_2
                            ^
./nfsproto.h:335:11: note: previous declaration is here
attrstat *nfsproc_write_2(writeargs *, CLIENT *);
          ^
./nfsproto.h:338:11: error: conflicting types for 'nfsproc_create_2'
diropres *nfsproc_create_2_svc(createargs *, struct svc_req *);
          ^
<command line>:16:30: note: expanded from here
#define nfsproc_create_2_svc nfsproc_create_2
                             ^
./nfsproto.h:337:11: note: previous declaration is here
diropres *nfsproc_create_2(createargs *, CLIENT *);
          ^
./nfsproto.h:340:10: error: conflicting types for 'nfsproc_remove_2'
nfsstat *nfsproc_remove_2_svc(diropargs *, struct svc_req *);
         ^
<command line>:17:30: note: expanded from here
#define nfsproc_remove_2_svc nfsproc_remove_2
                             ^
./nfsproto.h:339:10: note: previous declaration is here
nfsstat *nfsproc_remove_2(diropargs *, CLIENT *);
         ^
./nfsproto.h:342:10: error: conflicting types for 'nfsproc_rename_2'
nfsstat *nfsproc_rename_2_svc(renameargs *, struct svc_req *);
         ^
<command line>:18:30: note: expanded from here
#define nfsproc_rename_2_svc nfsproc_rename_2
                             ^
./nfsproto.h:341:10: note: previous declaration is here
nfsstat *nfsproc_rename_2(renameargs *, CLIENT *);
         ^
./nfsproto.h:344:10: error: conflicting types for 'nfsproc_link_2'
nfsstat *nfsproc_link_2_svc(linkargs *, struct svc_req *);
         ^
<command line>:19:28: note: expanded from here
#define nfsproc_link_2_svc nfsproc_link_2
                           ^
./nfsproto.h:343:10: note: previous declaration is here
nfsstat *nfsproc_link_2(linkargs *, CLIENT *);
         ^
./nfsproto.h:346:10: error: conflicting types for 'nfsproc_symlink_2'
nfsstat *nfsproc_symlink_2_svc(symlinkargs *, struct svc_req *);
         ^
<command line>:20:31: note: expanded from here
#define nfsproc_symlink_2_svc nfsproc_symlink_2
                              ^
./nfsproto.h:345:10: note: previous declaration is here
nfsstat *nfsproc_symlink_2(symlinkargs *, CLIENT *);
         ^
./nfsproto.h:348:11: error: conflicting types for 'nfsproc_mkdir_2'
diropres *nfsproc_mkdir_2_svc(createargs *, struct svc_req *);
          ^
<command line>:21:29: note: expanded from here
#define nfsproc_mkdir_2_svc nfsproc_mkdir_2
                            ^
./nfsproto.h:347:11: note: previous declaration is here
diropres *nfsproc_mkdir_2(createargs *, CLIENT *);
          ^
./nfsproto.h:350:10: error: conflicting types for 'nfsproc_rmdir_2'
nfsstat *nfsproc_rmdir_2_svc(diropargs *, struct svc_req *);
         ^
<command line>:22:29: note: expanded from here
#define nfsproc_rmdir_2_svc nfsproc_rmdir_2
                            ^
./nfsproto.h:349:10: note: previous declaration is here
nfsstat *nfsproc_rmdir_2(diropargs *, CLIENT *);
         ^
./nfsproto.h:352:13: error: conflicting types for 'nfsproc_readdir_2'
readdirres *nfsproc_readdir_2_svc(readdirargs *, struct svc_req *);
            ^
<command line>:23:31: note: expanded from here
#define nfsproc_readdir_2_svc nfsproc_readdir_2
                              ^
./nfsproto.h:351:13: note: previous declaration is here
readdirres *nfsproc_readdir_2(readdirargs *, CLIENT *);
            ^
./nfsproto.h:354:12: error: conflicting types for 'nfsproc_statfs_2'
statfsres *nfsproc_statfs_2_svc(nfs_fh *, struct svc_req *);
           ^
<command line>:24:30: note: expanded from here
#define nfsproc_statfs_2_svc nfsproc_statfs_2
                             ^
./nfsproto.h:353:12: note: previous declaration is here
statfsres *nfsproc_statfs_2(nfs_fh *, CLIENT *);
           ^
In file included from cfs.c:41:
./admproto.h:148:7: error: conflicting types for 'admproc_null_2'
void *admproc_null_2_svc(void *, struct svc_req *);
      ^
<command line>:25:28: note: expanded from here
#define admproc_null_2_svc admproc_null_2
                           ^
./admproto.h:147:7: note: previous declaration is here
void *admproc_null_2(void *, CLIENT *);
      ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** Error code 1

Stop.
make: stopped in /data/scratch/security/cfs/work/cfs-1.4.1
*** Error code 1

Stop.
make[1]: stopped in /data/pkgsrc/security/cfs
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/security/cfs