=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for ywho-1.3
clang -O2 -Wall  -c ywho.c
ywho.c:381:29: warning: tentative definition of variable with internal linkage has incomplete non-array type 'struct utmpidlearr' [-Wtentative-definition-incomplete-type]
static struct utmpidlearr       cutmpidlearr;
                                ^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:475:8: error: use of undeclared identifier 'RUSERSVERS_IDLE'
                            RUSERSVERS_IDLE, pertry_timeout, &sock);
                            ^
ywho.c:495:37: error: use of undeclared identifier 'xdr_utmpidlearr'
        (xdrproc_t)xdr_void, 0, (xdrproc_t)xdr_utmpidlearr,
                                           ^
ywho.c:513:18: error: incomplete definition of type 'struct utmpidlearr'
        if (cutmpidlearr.uia_cnt == 0 && aflag) {
            ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:520:30: error: incomplete definition of type 'struct utmpidlearr'
        for (i = 0; i < cutmpidlearr.uia_cnt; i++) {
                        ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:521:22: error: incomplete definition of type 'struct utmpidlearr'
            j = cutmpidlearr.uia_arr[i]->ui_utmp.ut_time;
                ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:524:23: error: incomplete definition of type 'struct utmpidlearr'
            mm = cutmpidlearr.uia_arr[i]->ui_idle;
                 ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:554:18: error: incomplete definition of type 'struct utmpidlearr'
                   cutmpidlearr.uia_arr[i]->ui_utmp.ut_name,
                   ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:555:18: error: incomplete definition of type 'struct utmpidlearr'
                   cutmpidlearr.uia_arr[i]->ui_utmp.ut_line,
                   ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:562:31: error: incomplete definition of type 'struct utmpidlearr'
            if (*(host = cutmpidlearr.uia_arr[i]->ui_utmp.ut_host)) {
                         ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:564:36: error: incomplete definition of type 'struct utmpidlearr'
                (void) strncpy(tmp, host, SIZ_UT_HOST);
                                          ^~~~~~~~~~~
ywho.c:560:40: note: expanded from macro 'SIZ_UT_HOST'
#define SIZ_UT_HOST sizeof(cutmpidlearr.uia_arr[i]->ui_utmp.ut_host)
                           ~~~~~~~~~~~~^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:128:34: note: expanded from macro 'strncpy'
                __builtin___strncpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                               ^~~~~~~~~~~
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:565:7: error: incomplete definition of type 'struct utmpidlearr'
                tmp[SIZ_UT_HOST] = '\0';
                    ^~~~~~~~~~~
ywho.c:560:40: note: expanded from macro 'SIZ_UT_HOST'
#define SIZ_UT_HOST sizeof(cutmpidlearr.uia_arr[i]->ui_utmp.ut_host)
                           ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:589:30: error: incomplete definition of type 'struct utmpidlearr'
        for (i = 0; i < cutmpidlearr.uia_cnt; i++) {
                        ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:594:38: error: incomplete definition of type 'struct utmpidlearr'
            (void) strncat(tmp, cutmpidlearr.uia_arr[i]->ui_utmp.ut_name, 8);
                                ~~~~~~~~~~~~^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:143:34: note: expanded from macro 'strncat'
                __builtin___strncat_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                               ^~~~~~~~~~~
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:630:18: error: incomplete definition of type 'struct utmpidlearr'
            cutmpidlearr.uia_cnt,
            ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:631:18: error: incomplete definition of type 'struct utmpidlearr'
            cutmpidlearr.uia_cnt == 1 ? " user" : "users",
            ~~~~~~~~~~~~^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
ywho.c:638:37: error: use of undeclared identifier 'xdr_utmpidlearr'
    clnt_freeres(client, (xdrproc_t)xdr_utmpidlearr, (caddr_t) &cutmpidlearr);
                                    ^
ywho.c:381:29: error: tentative definition has type 'struct utmpidlearr' that is never completed
static struct utmpidlearr       cutmpidlearr;
                                ^
ywho.c:381:15: note: forward declaration of 'struct utmpidlearr'
static struct utmpidlearr       cutmpidlearr;
              ^
1 warning and 17 errors generated.
*** [ywho.o] Error code 1

bmake: stopped in /Users/pbulk/build/net/ywho/work/ywho-1.3
1 error

bmake: stopped in /Users/pbulk/build/net/ywho/work/ywho-1.3
*** Error code 2

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

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/net/ywho