=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/security/cfs", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for cfs-1.5.0 /bin/cp /data/jenkins/workspace/pkgsrc-upstream-trunk/security/cfs/files/do_make /tmp/work/security/cfs/work/cfs-1.5.0 rpcgen -h -o nfsproto.h nfsproto.x rpcgen -h -o admproto.h admproto.x gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSOLARIS2X -DPORTMAP -DPTMX -c cfs.c cfs.c: In function 'main': cfs.c:166:52: error: passing argument 4 of 'svc_reg' from incompatible pointer type [-Wincompatible-pointer-types] 166 | if (!svc_reg(tp, NFS_PROGRAM, NFS_VERSION, nfs_program_2, | ^~~~~~~~~~~~~ | | | void (*)(void) In file included from /usr/include/rpc/rpc.h:66, from cfs.c:38: /usr/include/rpc/svc.h:703:25: note: expected 'void (*)(struct svc_req *, SVCXPRT *)' but argument is of type 'void (*)(void)' 703 | void (*)(struct svc_req *, SVCXPRT *), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfs.c:53:6: note: 'nfs_program_2' declared here 53 | void nfs_program_2(); | ^~~~~~~~~~~~~ cfs.c:175:52: error: passing argument 4 of 'svc_reg' from incompatible pointer type [-Wincompatible-pointer-types] 175 | if (!svc_reg(tp, ADM_PROGRAM, ADM_VERSION, adm_program_2, nc)) { | ^~~~~~~~~~~~~ | | | void (*)(void) /usr/include/rpc/svc.h:703:25: note: expected 'void (*)(struct svc_req *, SVCXPRT *)' but argument is of type 'void (*)(void)' 703 | void (*)(struct svc_req *, SVCXPRT *), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfs.c:54:6: note: 'adm_program_2' declared here 54 | void adm_program_2(); | ^~~~~~~~~~~~~ *** Error code 1 Stop. make: stopped making "cfs" in /tmp/work/security/cfs/work/cfs-1.5.0 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/cfs *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/cfs