=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for rxvt-2.7.10nb10
clang -DHAVE_CONFIG_H  -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT  -I/opt/pkg/include/X11 -I.. -I. -I. -c rxvt.c
/bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H  -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT  -I/opt/pkg/include/X11 -I.. -I. -I. -c command.c
clang -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c command.c -o command.o
In file included from command.c:48:
./rxvt.h:1037:12: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    struct utmp     ut;
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
command.c:566:20: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                len = greek_xlat(kbuf, len);
                                 ^~~~
./grkelot.extpro:6:66: note: passing argument to parameter 's' here
int              greek_xlat                       __PROTO((char *s, int num_chars));
                                                                 ^
command.c:965:8: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
                ks = XKeycodeToKeysym(r->Xdisplay, ev->xkey.keycode, 0);
                     ^
/Users/pbulk/build/x11/rxvt/work/.buildlink/include/X11/Xlib.h:1682:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here
_X_DEPRECATED
^
/Users/pbulk/build/x11/rxvt/work/.buildlink/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED'
# define _X_DEPRECATED  __attribute__((deprecated))
                                       ^
command.c:2506:3: warning: expression result unused [-Wunused-value]
                0;
                ^
4 warnings generated.
echo timestamp > command.lo
/bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H  -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT  -I/opt/pkg/include/X11 -I.. -I. -I. -c defaultfont.c
clang -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c defaultfont.c -o defaultfont.o
In file included from defaultfont.c:26:
./rxvt.h:1037:12: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    struct utmp     ut;
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
1 warning generated.
echo timestamp > defaultfont.lo
/bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H  -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT  -I/opt/pkg/include/X11 -I.. -I. -I. -c grkelot.c
clang -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c grkelot.c -o grkelot.o
In file included from grkelot.c:70:
./rxvt.h:1037:12: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    struct utmp     ut;
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
1 warning generated.
echo timestamp > grkelot.lo
/bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H  -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT  -I/opt/pkg/include/X11 -I.. -I. -I. -c init.c
clang -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c init.c -o init.o
In file included from init.c:35:
./rxvt.h:1037:12: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    struct utmp     ut;
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
init.c:1020:14: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
            switch (XKeycodeToKeysym(r->Xdisplay, kc[k], 0)) {
                    ^
/Users/pbulk/build/x11/rxvt/work/.buildlink/include/X11/Xlib.h:1682:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here
_X_DEPRECATED
^
/Users/pbulk/build/x11/rxvt/work/.buildlink/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED'
# define _X_DEPRECATED  __attribute__((deprecated))
                                       ^
2 warnings generated.
echo timestamp > init.lo
/bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H  -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT  -I/opt/pkg/include/X11 -I.. -I. -I. -c logging.c
clang -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -Os -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c logging.c -o logging.o
In file included from logging.c:43:
./rxvt.h:1037:12: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    struct utmp     ut;
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
In file included from logging.c:44:
In file included from ./logging.h:32:
./logging.intpro:2:81: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
int              rxvt_write_bsd_utmp              __PROTO((int utmp_pos, struct utmp *wu));
                                                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
In file included from logging.c:44:
In file included from ./logging.h:32:
./logging.intpro:3:92: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
void             rxvt_update_wtmp                 __PROTO((const char *fname, const struct utmp *putmp));
                                                                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:64:12: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    struct utmp    *ut = &(r->h->ut);
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:87:33: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    MEMSET(ut, 0, sizeof(struct utmp));
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:227:12: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    struct utmp    *tmput, *ut = &(r->h->ut);
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:227:12: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    struct utmp    *tmput, *ut = &(r->h->ut);
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:301:30: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
        MEMSET(ut, 0, sizeof(struct utmp));
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:320:42: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
rxvt_write_bsd_utmp(int utmp_pos, struct utmp *wu)
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:327:53: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    if (lseek(fd, (off_t) (utmp_pos * sizeof(struct utmp)), SEEK_SET) != -1)
                                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:328:30: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
        write(fd, wu, sizeof(struct utmp));
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:341:50: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
rxvt_update_wtmp(const char *fname, const struct utmp *putmp)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:367:37: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
        if (write(fd, putmp, sizeof(struct utmp)) != sizeof(struct utmp))
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:367:61: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
        if (write(fd, putmp, sizeof(struct utmp)) != sizeof(struct utmp))
                                                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:383:21: error: variable has incomplete type 'struct lastlogx'
    struct lastlogx llx;
                    ^
logging.c:383:12: note: forward declaration of 'struct lastlogx'
    struct lastlogx llx;
           ^
logging.c:387:12: warning: 'lastlog' is deprecated [-Wdeprecated-declarations]
    struct lastlog  ll;
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:90:7: note: 'lastlog' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
logging.c:400:5: warning: call to undeclared function 'updlastlogx'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    updlastlogx(RXVT_LASTLOGX_FILE, getuid(), &llx);
    ^
logging.c:400:17: error: use of undeclared identifier 'RXVT_LASTLOGX_FILE'
    updlastlogx(RXVT_LASTLOGX_FILE, getuid(), &llx);
                ^
16 warnings and 2 errors generated.
*** [logging.lo] Error code 1

bmake[1]: stopped in /Users/pbulk/build/x11/rxvt/work/rxvt-2.7.10/src
1 error

bmake[1]: stopped in /Users/pbulk/build/x11/rxvt/work/rxvt-2.7.10/src
*** [all] Error code 1

bmake: stopped in /Users/pbulk/build/x11/rxvt/work/rxvt-2.7.10
1 error

bmake: stopped in /Users/pbulk/build/x11/rxvt/work/rxvt-2.7.10
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/rxvt
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/rxvt