+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cfs-1.4.1nb6/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cfs-1.4.1nb6/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 cc -pipe -O2 -fPIC -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 : error: conflicting types for 'nfsproc_null_2' : note: in definition of macro 'nfsproc_null_2_svc' In file included from cfs.c:40: nfsproto.h:319:7: note: previous declaration of 'nfsproc_null_2' was here 319 | void *nfsproc_null_2(void *, CLIENT *); | ^~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_getattr_2' : note: in definition of macro 'nfsproc_getattr_2_svc' In file included from cfs.c:40: nfsproto.h:321:11: note: previous declaration of 'nfsproc_getattr_2' was here 321 | attrstat *nfsproc_getattr_2(nfs_fh *, CLIENT *); | ^~~~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_setattr_2' : note: in definition of macro 'nfsproc_setattr_2_svc' In file included from cfs.c:40: nfsproto.h:323:11: note: previous declaration of 'nfsproc_setattr_2' was here 323 | attrstat *nfsproc_setattr_2(sattrargs *, CLIENT *); | ^~~~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_root_2' : note: in definition of macro 'nfsproc_root_2_svc' In file included from cfs.c:40: nfsproto.h:325:7: note: previous declaration of 'nfsproc_root_2' was here 325 | void *nfsproc_root_2(void *, CLIENT *); | ^~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_lookup_2' : note: in definition of macro 'nfsproc_lookup_2_svc' In file included from cfs.c:40: nfsproto.h:327:11: note: previous declaration of 'nfsproc_lookup_2' was here 327 | diropres *nfsproc_lookup_2(diropargs *, CLIENT *); | ^~~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_readlink_2' : note: in definition of macro 'nfsproc_readlink_2_svc' In file included from cfs.c:40: nfsproto.h:329:14: note: previous declaration of 'nfsproc_readlink_2' was here 329 | readlinkres *nfsproc_readlink_2(nfs_fh *, CLIENT *); | ^~~~~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_read_2' : note: in definition of macro 'nfsproc_read_2_svc' In file included from cfs.c:40: nfsproto.h:331:10: note: previous declaration of 'nfsproc_read_2' was here 331 | readres *nfsproc_read_2(readargs *, CLIENT *); | ^~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_writecache_2' : note: in definition of macro 'nfsproc_writecache_2_svc' In file included from cfs.c:40: nfsproto.h:333:7: note: previous declaration of 'nfsproc_writecache_2' was here 333 | void *nfsproc_writecache_2(void *, CLIENT *); | ^~~~~~~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_write_2' : note: in definition of macro 'nfsproc_write_2_svc' In file included from cfs.c:40: nfsproto.h:335:11: note: previous declaration of 'nfsproc_write_2' was here 335 | attrstat *nfsproc_write_2(writeargs *, CLIENT *); | ^~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_create_2' : note: in definition of macro 'nfsproc_create_2_svc' In file included from cfs.c:40: nfsproto.h:337:11: note: previous declaration of 'nfsproc_create_2' was here 337 | diropres *nfsproc_create_2(createargs *, CLIENT *); | ^~~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_remove_2' : note: in definition of macro 'nfsproc_remove_2_svc' In file included from cfs.c:40: nfsproto.h:339:10: note: previous declaration of 'nfsproc_remove_2' was here 339 | nfsstat *nfsproc_remove_2(diropargs *, CLIENT *); | ^~~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_rename_2' : note: in definition of macro 'nfsproc_rename_2_svc' In file included from cfs.c:40: nfsproto.h:341:10: note: previous declaration of 'nfsproc_rename_2' was here 341 | nfsstat *nfsproc_rename_2(renameargs *, CLIENT *); | ^~~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_link_2' : note: in definition of macro 'nfsproc_link_2_svc' In file included from cfs.c:40: nfsproto.h:343:10: note: previous declaration of 'nfsproc_link_2' was here 343 | nfsstat *nfsproc_link_2(linkargs *, CLIENT *); | ^~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_symlink_2' : note: in definition of macro 'nfsproc_symlink_2_svc' In file included from cfs.c:40: nfsproto.h:345:10: note: previous declaration of 'nfsproc_symlink_2' was here 345 | nfsstat *nfsproc_symlink_2(symlinkargs *, CLIENT *); | ^~~~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_mkdir_2' : note: in definition of macro 'nfsproc_mkdir_2_svc' In file included from cfs.c:40: nfsproto.h:347:11: note: previous declaration of 'nfsproc_mkdir_2' was here 347 | diropres *nfsproc_mkdir_2(createargs *, CLIENT *); | ^~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_rmdir_2' : note: in definition of macro 'nfsproc_rmdir_2_svc' In file included from cfs.c:40: nfsproto.h:349:10: note: previous declaration of 'nfsproc_rmdir_2' was here 349 | nfsstat *nfsproc_rmdir_2(diropargs *, CLIENT *); | ^~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_readdir_2' : note: in definition of macro 'nfsproc_readdir_2_svc' In file included from cfs.c:40: nfsproto.h:351:13: note: previous declaration of 'nfsproc_readdir_2' was here 351 | readdirres *nfsproc_readdir_2(readdirargs *, CLIENT *); | ^~~~~~~~~~~~~~~~~ : error: conflicting types for 'nfsproc_statfs_2' : note: in definition of macro 'nfsproc_statfs_2_svc' In file included from cfs.c:40: nfsproto.h:353:12: note: previous declaration of 'nfsproc_statfs_2' was here 353 | statfsres *nfsproc_statfs_2(nfs_fh *, CLIENT *); | ^~~~~~~~~~~~~~~~ : error: conflicting types for 'admproc_null_2' : note: in definition of macro 'admproc_null_2_svc' In file included from cfs.c:41: admproto.h:147:7: note: previous declaration of 'admproc_null_2' was here 147 | void *admproc_null_2(void *, CLIENT *); | ^~~~~~~~~~~~~~ : error: conflicting types for 'admproc_attach_2' : note: in definition of macro 'admproc_attach_2_svc' In file included from cfs.c:41: admproto.h:149:10: note: previous declaration of 'admproc_attach_2' was here 149 | cfsstat *admproc_attach_2(cfs_attachargs *, CLIENT *); | ^~~~~~~~~~~~~~~~ : error: conflicting types for 'admproc_detach_2' : note: in definition of macro 'admproc_detach_2_svc' In file included from cfs.c:41: admproto.h:151:10: note: previous declaration of 'admproc_detach_2' was here 151 | cfsstat *admproc_detach_2(cfs_detachargs *, CLIENT *); | ^~~~~~~~~~~~~~~~ cfs.c:68:1: warning: return type defaults to 'int' [-Wimplicit-int] 68 | main(argc,argv) | ^~~~ cfs.c: In function 'initstuff': cfs.c:242:2: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 242 | umask(0); | ^~~~~ *** Error code 1 Stop. bmake: stopped in /home/pbulk/build/security/cfs/work/cfs-1.4.1 *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/security/cfs *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/security/cfs