=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for cfs-1.5.0bnb1
/bin/cp /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/cfs/files/do_make /Users/pbulk/build/security/cfs/work/cfs-1.5.0.beta
rpcgen  -h -o nfsproto.h nfsproto.x
rpcgen  -h -o admproto.h admproto.x
clang -pipe -Os  -c cfs.c
cfs.c:198:47: warning: incompatible function pointer types passing 'int ()' to parameter of type 'void (*)()' [-Wincompatible-function-pointer-types]
        if (!svc_register(tp,NFS_PROGRAM,NFS_VERSION,nfs_program_2,
                                                     ^~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/svc.h:201:79: note: passing argument to parameter here
extern bool_t   svc_register __P((SVCXPRT *, unsigned int, unsigned int, void (*)(), int));
                                                                                ^
cfs.c:203:2: warning: implicit declaration of function 'pmap_unset' is invalid in C99 [-Wimplicit-function-declaration]
        pmap_unset(ADM_PROGRAM,ADM_VERSION);
        ^
cfs.c:204:47: warning: incompatible function pointer types passing 'int ()' to parameter of type 'void (*)()' [-Wincompatible-function-pointer-types]
        if (!svc_register(tp,ADM_PROGRAM,ADM_VERSION,adm_program_2,
                                                     ^~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/svc.h:201:79: note: passing argument to parameter here
extern bool_t   svc_register __P((SVCXPRT *, unsigned int, unsigned int, void (*)(), int));
                                                                                ^
3 warnings generated.
rpcgen  -c -o nfsproto_xdr.c nfsproto.x
clang -pipe -Os  -c nfsproto_xdr.c
rpcgen  -m -o nfsproto_svr.c nfsproto.x
clang -pipe -Os  -c nfsproto_svr.c
rpcgen  -c -o admproto_xdr.c admproto.x
clang -pipe -Os  -c admproto_xdr.c
admproto_xdr.c:36:22: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-Wincompatible-pointer-types]
        if (!xdr_long(xdrs, &objp->pl))
                            ^~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:373:36: note: passing argument to parameter here
extern bool_t   xdr_long(XDR *, int *);
                                     ^
admproto_xdr.c:51:22: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-Wincompatible-pointer-types]
        if (!xdr_long(xdrs, &objp->pl))
                            ^~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:373:36: note: passing argument to parameter here
extern bool_t   xdr_long(XDR *, int *);
                                     ^
admproto_xdr.c:70:22: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-Wincompatible-pointer-types]
        if (!xdr_long(xdrs, &objp->pl))
                            ^~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:373:36: note: passing argument to parameter here
extern bool_t   xdr_long(XDR *, int *);
                                     ^
admproto_xdr.c:93:22: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-Wincompatible-pointer-types]
        if (!xdr_long(xdrs, &objp->pl))
                            ^~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:373:36: note: passing argument to parameter here
extern bool_t   xdr_long(XDR *, int *);
                                     ^
admproto_xdr.c:108:22: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-Wincompatible-pointer-types]
        if (!xdr_long(xdrs, &objp->pl))
                            ^~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:373:36: note: passing argument to parameter here
extern bool_t   xdr_long(XDR *, int *);
                                     ^
admproto_xdr.c:123:22: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-Wincompatible-pointer-types]
        if (!xdr_long(xdrs, &objp->pl))
                            ^~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/rpc/xdr.h:373:36: note: passing argument to parameter here
extern bool_t   xdr_long(XDR *, int *);
                                     ^
6 warnings generated.
rpcgen  -m -o admproto_svr.c admproto.x
clang -pipe -Os  -c admproto_svr.c
clang -pipe -Os  -c cfs_adm.c
clang -pipe -Os  -c cfs_nfs.c
clang -pipe -Os  -c cfs_fh.c
clang -pipe -Os  -c cfs_des.c
clang -pipe -Os  -c cfs_cipher.c
clang -pipe -Os  -c adm.c
clang -pipe -Os  -c mcgsbox.c
clang -pipe -Os  -c cfs_bfenc.c
clang -pipe -Os  -c cfs_bfsk.c
clang -pipe -Os  -c mcg.c
clang -pipe -Os  -c safer.c
clang cfs.o nfsproto_xdr.o nfsproto_svr.o admproto_xdr.o admproto_svr.o  cfs_adm.o cfs_nfs.o cfs_fh.o cfs_des.o cfs_cipher.o adm.o mcgsbox.o  cfs_bfenc.o cfs_bfsk.o mcg.o safer.o  -o cfsd
Undefined symbols for architecture arm64:
  "__rpcsvcdirty", referenced from:
      _nfs_program_2 in nfsproto_svr.o
      _adm_program_2 in admproto_svr.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make: stopped making "cfs" in /Users/pbulk/build/security/cfs/work/cfs-1.5.0.beta
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/cfs
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/cfs