=> Bootstrap dependency digest>=20010302: found digest-20190127
===> 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
gcc -O2 -D_FORTIFY_SOURCE=2 -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
<command-line>:0:20: error: conflicting types for 'nfsproc_null_2'
nfsproto.h:320:7: note: in expansion of macro 'nfsproc_null_2_svc'
 void *nfsproc_null_2_svc(void *, struct svc_req *);
       ^~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:319:7: note: previous declaration of 'nfsproc_null_2' was here
 void *nfsproc_null_2(void *, CLIENT *);
       ^~~~~~~~~~~~~~
<command-line>:0:23: error: conflicting types for 'nfsproc_getattr_2'
nfsproto.h:322:11: note: in expansion of macro 'nfsproc_getattr_2_svc'
 attrstat *nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
           ^~~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:321:11: note: previous declaration of 'nfsproc_getattr_2' was here
 attrstat *nfsproc_getattr_2(nfs_fh *, CLIENT *);
           ^~~~~~~~~~~~~~~~~
<command-line>:0:23: error: conflicting types for 'nfsproc_setattr_2'
nfsproto.h:324:11: note: in expansion of macro 'nfsproc_setattr_2_svc'
 attrstat *nfsproc_setattr_2_svc(sattrargs *, struct svc_req *);
           ^~~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:323:11: note: previous declaration of 'nfsproc_setattr_2' was here
 attrstat *nfsproc_setattr_2(sattrargs *, CLIENT *);
           ^~~~~~~~~~~~~~~~~
<command-line>:0:20: error: conflicting types for 'nfsproc_root_2'
nfsproto.h:326:7: note: in expansion of macro 'nfsproc_root_2_svc'
 void *nfsproc_root_2_svc(void *, struct svc_req *);
       ^~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:325:7: note: previous declaration of 'nfsproc_root_2' was here
 void *nfsproc_root_2(void *, CLIENT *);
       ^~~~~~~~~~~~~~
<command-line>:0:22: error: conflicting types for 'nfsproc_lookup_2'
nfsproto.h:328:11: note: in expansion of macro 'nfsproc_lookup_2_svc'
 diropres *nfsproc_lookup_2_svc(diropargs *, struct svc_req *);
           ^~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:327:11: note: previous declaration of 'nfsproc_lookup_2' was here
 diropres *nfsproc_lookup_2(diropargs *, CLIENT *);
           ^~~~~~~~~~~~~~~~
<command-line>:0:24: error: conflicting types for 'nfsproc_readlink_2'
nfsproto.h:330:14: note: in expansion of macro 'nfsproc_readlink_2_svc'
 readlinkres *nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
              ^~~~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:329:14: note: previous declaration of 'nfsproc_readlink_2' was here
 readlinkres *nfsproc_readlink_2(nfs_fh *, CLIENT *);
              ^~~~~~~~~~~~~~~~~~
<command-line>:0:20: error: conflicting types for 'nfsproc_read_2'
nfsproto.h:332:10: note: in expansion of macro 'nfsproc_read_2_svc'
 readres *nfsproc_read_2_svc(readargs *, struct svc_req *);
          ^~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:331:10: note: previous declaration of 'nfsproc_read_2' was here
 readres *nfsproc_read_2(readargs *, CLIENT *);
          ^~~~~~~~~~~~~~
<command-line>:0:26: error: conflicting types for 'nfsproc_writecache_2'
nfsproto.h:334:7: note: in expansion of macro 'nfsproc_writecache_2_svc'
 void *nfsproc_writecache_2_svc(void *, struct svc_req *);
       ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:333:7: note: previous declaration of 'nfsproc_writecache_2' was here
 void *nfsproc_writecache_2(void *, CLIENT *);
       ^~~~~~~~~~~~~~~~~~~~
<command-line>:0:21: error: conflicting types for 'nfsproc_write_2'
nfsproto.h:336:11: note: in expansion of macro 'nfsproc_write_2_svc'
 attrstat *nfsproc_write_2_svc(writeargs *, struct svc_req *);
           ^~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:335:11: note: previous declaration of 'nfsproc_write_2' was here
 attrstat *nfsproc_write_2(writeargs *, CLIENT *);
           ^~~~~~~~~~~~~~~
<command-line>:0:22: error: conflicting types for 'nfsproc_create_2'
nfsproto.h:338:11: note: in expansion of macro 'nfsproc_create_2_svc'
 diropres *nfsproc_create_2_svc(createargs *, struct svc_req *);
           ^~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:337:11: note: previous declaration of 'nfsproc_create_2' was here
 diropres *nfsproc_create_2(createargs *, CLIENT *);
           ^~~~~~~~~~~~~~~~
<command-line>:0:22: error: conflicting types for 'nfsproc_remove_2'
nfsproto.h:340:10: note: in expansion of macro 'nfsproc_remove_2_svc'
 nfsstat *nfsproc_remove_2_svc(diropargs *, struct svc_req *);
          ^~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:339:10: note: previous declaration of 'nfsproc_remove_2' was here
 nfsstat *nfsproc_remove_2(diropargs *, CLIENT *);
          ^~~~~~~~~~~~~~~~
<command-line>:0:22: error: conflicting types for 'nfsproc_rename_2'
nfsproto.h:342:10: note: in expansion of macro 'nfsproc_rename_2_svc'
 nfsstat *nfsproc_rename_2_svc(renameargs *, struct svc_req *);
          ^~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:341:10: note: previous declaration of 'nfsproc_rename_2' was here
 nfsstat *nfsproc_rename_2(renameargs *, CLIENT *);
          ^~~~~~~~~~~~~~~~
<command-line>:0:20: error: conflicting types for 'nfsproc_link_2'
nfsproto.h:344:10: note: in expansion of macro 'nfsproc_link_2_svc'
 nfsstat *nfsproc_link_2_svc(linkargs *, struct svc_req *);
          ^~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:343:10: note: previous declaration of 'nfsproc_link_2' was here
 nfsstat *nfsproc_link_2(linkargs *, CLIENT *);
          ^~~~~~~~~~~~~~
<command-line>:0:23: error: conflicting types for 'nfsproc_symlink_2'
nfsproto.h:346:10: note: in expansion of macro 'nfsproc_symlink_2_svc'
 nfsstat *nfsproc_symlink_2_svc(symlinkargs *, struct svc_req *);
          ^~~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:345:10: note: previous declaration of 'nfsproc_symlink_2' was here
 nfsstat *nfsproc_symlink_2(symlinkargs *, CLIENT *);
          ^~~~~~~~~~~~~~~~~
<command-line>:0:21: error: conflicting types for 'nfsproc_mkdir_2'
nfsproto.h:348:11: note: in expansion of macro 'nfsproc_mkdir_2_svc'
 diropres *nfsproc_mkdir_2_svc(createargs *, struct svc_req *);
           ^~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:347:11: note: previous declaration of 'nfsproc_mkdir_2' was here
 diropres *nfsproc_mkdir_2(createargs *, CLIENT *);
           ^~~~~~~~~~~~~~~
<command-line>:0:21: error: conflicting types for 'nfsproc_rmdir_2'
nfsproto.h:350:10: note: in expansion of macro 'nfsproc_rmdir_2_svc'
 nfsstat *nfsproc_rmdir_2_svc(diropargs *, struct svc_req *);
          ^~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:349:10: note: previous declaration of 'nfsproc_rmdir_2' was here
 nfsstat *nfsproc_rmdir_2(diropargs *, CLIENT *);
          ^~~~~~~~~~~~~~~
<command-line>:0:23: error: conflicting types for 'nfsproc_readdir_2'
nfsproto.h:352:13: note: in expansion of macro 'nfsproc_readdir_2_svc'
 readdirres *nfsproc_readdir_2_svc(readdirargs *, struct svc_req *);
             ^~~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:351:13: note: previous declaration of 'nfsproc_readdir_2' was here
 readdirres *nfsproc_readdir_2(readdirargs *, CLIENT *);
             ^~~~~~~~~~~~~~~~~
<command-line>:0:22: error: conflicting types for 'nfsproc_statfs_2'
nfsproto.h:354:12: note: in expansion of macro 'nfsproc_statfs_2_svc'
 statfsres *nfsproc_statfs_2_svc(nfs_fh *, struct svc_req *);
            ^~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:40:0:
nfsproto.h:353:12: note: previous declaration of 'nfsproc_statfs_2' was here
 statfsres *nfsproc_statfs_2(nfs_fh *, CLIENT *);
            ^~~~~~~~~~~~~~~~
<command-line>:0:20: error: conflicting types for 'admproc_null_2'
admproto.h:148:7: note: in expansion of macro 'admproc_null_2_svc'
 void *admproc_null_2_svc(void *, struct svc_req *);
       ^~~~~~~~~~~~~~~~~~
In file included from cfs.c:41:0:
admproto.h:147:7: note: previous declaration of 'admproc_null_2' was here
 void *admproc_null_2(void *, CLIENT *);
       ^~~~~~~~~~~~~~
<command-line>:0:22: error: conflicting types for 'admproc_attach_2'
admproto.h:150:10: note: in expansion of macro 'admproc_attach_2_svc'
 cfsstat *admproc_attach_2_svc(cfs_attachargs *, struct svc_req *);
          ^~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:41:0:
admproto.h:149:10: note: previous declaration of 'admproc_attach_2' was here
 cfsstat *admproc_attach_2(cfs_attachargs *, CLIENT *);
          ^~~~~~~~~~~~~~~~
<command-line>:0:22: error: conflicting types for 'admproc_detach_2'
admproto.h:152:10: note: in expansion of macro 'admproc_detach_2_svc'
 cfsstat *admproc_detach_2_svc(cfs_detachargs *, struct svc_req *);
          ^~~~~~~~~~~~~~~~~~~~
In file included from cfs.c:41:0:
admproto.h:151:10: note: previous declaration of 'admproc_detach_2' was here
 cfsstat *admproc_detach_2(cfs_detachargs *, CLIENT *);
          ^~~~~~~~~~~~~~~~
cfs.c:68:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc,argv)
 ^~~~
cfs.c: In function 'initstuff':
cfs.c:242:2: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration]
  umask(0);
  ^~~~~
*** Error code 1

Stop.
make: stopped in /tmp/pkgbuild/security/cfs/work.earmv6hf/cfs-1.4.1
*** Error code 1

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

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