=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for xrestop-0.5 /usr/bin/make all-recursive Making all in doc CC xrestop.o xrestop.c: In function 'xrestop_client_get_stats': xrestop.c:373:3: error: unknown type name 'XResClientIdSpec' XResClientIdSpec client_specs = { ^ xrestop.c:374:4: error: field name not in record or union initializer .client = client->resource_base, ^ xrestop.c:374:4: note: (near initialization for 'client_specs') xrestop.c:375:4: error: field name not in record or union initializer .mask = XRES_CLIENT_ID_PID_MASK ^ xrestop.c:375:4: note: (near initialization for 'client_specs') xrestop.c:375:12: error: 'XRES_CLIENT_ID_PID_MASK' undeclared (first use in this function) .mask = XRES_CLIENT_ID_PID_MASK ^ xrestop.c:375:12: note: each undeclared identifier is reported only once for each function it appears in xrestop.c:375:12: warning: excess elements in scalar initializer xrestop.c:375:12: note: (near initialization for 'client_specs') xrestop.c:379:3: error: unknown type name 'XResClientIdValue' XResClientIdValue *client_ids = NULL; ^ xrestop.c:388:3: error: implicit declaration of function 'XResQueryClientIds' [-Werror=implicit-function-declaration] XResQueryClientIds (app->dpy, 1, &client_specs, &num_ids, &client_ids); ^ xrestop.c:388:3: warning: nested extern declaration of 'XResQueryClientIds' [-Wnested-externs] xrestop.c:425:22: error: request for member 'spec' in something not a structure or union if (client_ids[j].spec.mask == XRES_CLIENT_ID_PID_MASK && client_ids[j].length == sizeof(uint32_t)) { ^ xrestop.c:425:76: error: request for member 'length' in something not a structure or union if (client_ids[j].spec.mask == XRES_CLIENT_ID_PID_MASK && client_ids[j].length == sizeof(uint32_t)) { ^ In file included from /usr/include/string.h:127:0, from xrestop.c:39: xrestop.c:427:33: error: request for member 'value' in something not a structure or union memcpy(&pid, client_ids[j].value, sizeof(uint32_t)); ^ xrestop.c:427:33: error: request for member 'value' in something not a structure or union memcpy(&pid, client_ids[j].value, sizeof(uint32_t)); ^ xrestop.c: In function 'xrestop_display': xrestop.c:551:21: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'XID {aka long unsigned int}' [-Wformat=] mvprintw(i+5, 0, "%.7x %4d %4d %4d %4d %4d %4d %7s %7s %7s %5s %s", ^ cc1: some warnings being treated as errors *** [xrestop.o] Error code 1 make[2]: stopped in /scratch/work/x11/xrestop/work/xrestop-0.5 1 error make[2]: stopped in /scratch/work/x11/xrestop/work/xrestop-0.5 *** [all-recursive] Error code 1 make[1]: stopped in /scratch/work/x11/xrestop/work/xrestop-0.5 1 error make[1]: stopped in /scratch/work/x11/xrestop/work/xrestop-0.5 *** [all] Error code 2 make: stopped in /scratch/work/x11/xrestop/work/xrestop-0.5 1 error make: stopped in /scratch/work/x11/xrestop/work/xrestop-0.5 *** Error code 2 Stop. make[1]: stopped in /tree/pkgsrc/x11/xrestop *** Error code 1 Stop. make: stopped in /tree/pkgsrc/x11/xrestop