+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/portmap-4nb3/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/portmap-4nb3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for portmap-4nb3
--- portmap.o ---
--- pmap_check.o ---
--- portmap.o ---
cc -Dconst= -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT   -DFACILITY=LOG_AUTH  -DIGNORE_SIGCHLD  -O   -I/usr/pkg/include -c portmap.c
--- pmap_check.o ---
cc -Dconst= -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT   -DFACILITY=LOG_AUTH  -DIGNORE_SIGCHLD  -O   -I/usr/pkg/include -c pmap_check.c
--- portmap.o ---
portmap.c: In function 'xperror':
portmap.c:238:16: error: argument 'what' doesn't match prototype
  __const char *what;
                ^
<command-line>:0:8: error: prototype declaration
portmap.c: In function 'reg_service':
portmap.c:293:3: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [enabled by default]
   if (!svc_sendreply(xprt, xdr_void, (caddr_t)0) && debugging) {
   ^
In file included from /usr/include/rpc/rpc.h:56:0,
                 from portmap.c:83:
/usr/include/rpc/svc.h:244:15: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)(void)'
 extern bool_t svc_sendreply (SVCXPRT *__xprt, xdrproc_t __xdr_results,
               ^
portmap.c:302:3: warning: passing argument 2 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [enabled by default]
   if (!svc_getargs(xprt, xdr_pmap, &reg))
   ^
portmap.c:302:3: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)(struct XDR *, struct pmap *)'
portmap.c:302:3: warning: passing argument 3 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [enabled by default]
portmap.c:302:3: note: expected 'caddr_t' but argument is of type 'struct pmap *'
portmap.c:344:4: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [enabled by default]
    if ((!svc_sendreply(xprt, xdr_int, (caddr_t)&ans)) &&
    ^
In file included from /usr/include/rpc/rpc.h:56:0,
                 from portmap.c:83:
/usr/include/rpc/svc.h:244:15: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)(struct XDR *, int *)'
 extern bool_t svc_sendreply (SVCXPRT *__xprt, xdrproc_t __xdr_results,
               ^
portmap.c:356:3: warning: passing argument 2 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [enabled by default]
   if (!svc_getargs(xprt, xdr_pmap, &reg))
   ^
portmap.c:356:3: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)(struct XDR *, struct pmap *)'
portmap.c:356:3: warning: passing argument 3 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [enabled by default]
portmap.c:356:3: note: expected 'caddr_t' but argument is of type 'struct pmap *'
portmap.c:390:4: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [enabled by default]
    if ((!svc_sendreply(xprt, xdr_int, (caddr_t)&ans)) &&
    ^
In file included from /usr/include/rpc/rpc.h:56:0,
                 from portmap.c:83:
/usr/include/rpc/svc.h:244:15: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)(struct XDR *, int *)'
 extern bool_t svc_sendreply (SVCXPRT *__xprt, xdrproc_t __xdr_results,
               ^
portmap.c:402:3: warning: passing argument 2 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [enabled by default]
   if (!svc_getargs(xprt, xdr_pmap, &reg))
   ^
portmap.c:402:3: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)(struct XDR *, struct pmap *)'
portmap.c:402:3: warning: passing argument 3 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [enabled by default]
portmap.c:402:3: note: expected 'caddr_t' but argument is of type 'struct pmap *'
portmap.c:417:4: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [enabled by default]
    if ((!svc_sendreply(xprt, xdr_int, (caddr_t)&port)) &&
    ^
In file included from /usr/include/rpc/rpc.h:56:0,
                 from portmap.c:83:
/usr/include/rpc/svc.h:244:15: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)(struct XDR *, int *)'
 extern bool_t svc_sendreply (SVCXPRT *__xprt, xdrproc_t __xdr_results,
               ^
portmap.c:429:3: warning: passing argument 2 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [enabled by default]
   if (!svc_getargs(xprt, xdr_void, NULL))
   ^
portmap.c:429:3: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)(void)'
portmap.c:441:8: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [enabled by default]
        (caddr_t)&p)) && debugging) {
        ^
In file included from /usr/include/rpc/rpc.h:56:0,
                 from portmap.c:83:
/usr/include/rpc/svc.h:244:15: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)(struct XDR *, struct pmaplist **)'
 extern bool_t svc_sendreply (SVCXPRT *__xprt, xdrproc_t __xdr_results,
               ^
portmap.c: In function 'xdr_encap_parms':
portmap.c:484:2: warning: passing argument 3 of 'xdr_bytes' from incompatible pointer type [enabled by default]
  return (xdr_bytes(xdrs, &(epp->args), &(epp->arglen), ARGSIZE));
  ^
In file included from /usr/include/rpc/rpc.h:42:0,
                 from portmap.c:83:
/usr/include/rpc/xdr.h:311:15: note: expected 'u_int *' but argument is of type 'u_long *'
 extern bool_t xdr_bytes (XDR *__xdrs, char **__cpp, u_int *__sizep,
               ^
portmap.c: In function 'callit':
portmap.c:588:2: warning: passing argument 2 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [enabled by default]
  if (!svc_getargs(xprt, xdr_rmtcall_args, &a))
  ^
portmap.c:588:2: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)()'
portmap.c:588:2: warning: passing argument 3 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [enabled by default]
portmap.c:588:2: note: expected 'caddr_t' but argument is of type 'struct rmtcallargs *'
portmap.c:617:3: warning: passing argument 3 of 'client->cl_ops->cl_call' from incompatible pointer type [enabled by default]
   if (clnt_call(client, a.rmt_proc, xdr_opaque_parms, &a,
   ^
portmap.c:617:3: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)()'
portmap.c:617:3: warning: passing argument 4 of 'client->cl_ops->cl_call' from incompatible pointer type [enabled by default]
portmap.c:617:3: note: expected 'caddr_t' but argument is of type 'struct rmtcallargs *'
portmap.c:617:3: warning: passing argument 5 of 'client->cl_ops->cl_call' from incompatible pointer type [enabled by default]
portmap.c:617:3: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)()'
portmap.c:617:3: warning: passing argument 6 of 'client->cl_ops->cl_call' from incompatible pointer type [enabled by default]
portmap.c:617:3: note: expected 'caddr_t' but argument is of type 'struct rmtcallargs *'
portmap.c:619:4: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [enabled by default]
    svc_sendreply(xprt, xdr_rmtcall_result, (caddr_t)&a);
    ^
In file included from /usr/include/rpc/rpc.h:56:0,
                 from portmap.c:83:
/usr/include/rpc/svc.h:244:15: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)()'
 extern bool_t svc_sendreply (SVCXPRT *__xprt, xdrproc_t __xdr_results,
               ^
*** [portmap.o] Error code 1

bmake: stopped in /home/pbulk/build/net/portmap/work/portmap_4
1 error

bmake: stopped in /home/pbulk/build/net/portmap/work/portmap_4
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/net/portmap
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/net/portmap