=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for xdm3d-1.0nb7 rm -f auth.o cc -c -O -I/usr/pkg/include -I /usr/X11R7/include -DBINDIR=\"/usr/pkg/bin\" -DXDMDIR=\"/usr/pkg/share/xdm3d\" -DHASXDMAUTH -DTCPCONN -DUNIXCONN -DGREET_USER_STATIC -DOSMAJORVERSION=0 -DOSMINORVERSION=0 -DHAS_SETUSERCONTEXT auth.c auth.c:900:23: warning: incompatible pointer types passing 'struct sockaddr *' to parameter of type 'XdmcpNetaddr' (aka 'char *') [-Wincompatible-pointer-types] if (ConvertAddr (&ifr->ifr_addr, &len, &addr) < 0) ^~~~~~~~~~~~~~ ./dm.h:431:30: note: passing argument to parameter 'saddr' here int ConvertAddr(XdmcpNetaddr saddr, int *len, char **addr); ^ 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DBINDIR=\"/usr/pkg/bin\" -DXDMDIR=\"/usr/pkg/share/xdm3d\" -DHASXDMAUTH -DTCPCONN -DUNIXCONN -DGREET_USER_STATIC -DOSMAJORVERSION=0 -DOSMINORVERSION=0 -DHAS_SETUSERCONTEXT -I/usr/X11R7/include -c daemon.c daemon.c:104:9: warning: implicit declaration of function 'setpgrp' is invalid in C99 [-Wimplicit-function-declaration] stat = setpgrp(child_id, child_id); ^ 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DBINDIR=\"/usr/pkg/bin\" -DXDMDIR=\"/usr/pkg/share/xdm3d\" -DHASXDMAUTH -DTCPCONN -DUNIXCONN -DGREET_USER_STATIC -DOSMAJORVERSION=0 -DOSMINORVERSION=0 -DHAS_SETUSERCONTEXT -I/usr/X11R7/include -c server.c server.c:298:47: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] getpeername (fd, (struct sockaddr *) buf, &len); ^~~~ /usr/include/sys/socket.h:645:74: note: passing argument to parameter here int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DBINDIR=\"/usr/pkg/bin\" -DXDMDIR=\"/usr/pkg/share/xdm3d\" -DHASXDMAUTH -DTCPCONN -DUNIXCONN -DGREET_USER_STATIC -DOSMAJORVERSION=0 -DOSMINORVERSION=0 -DHAS_SETUSERCONTEXT -I/usr/X11R7/include -c dpylist.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DBINDIR=\"/usr/pkg/bin\" -DXDMDIR=\"/usr/pkg/share/xdm3d\" -DHASXDMAUTH -DTCPCONN -DUNIXCONN -DGREET_USER_STATIC -DOSMAJORVERSION=0 -DOSMINORVERSION=0 -DHAS_SETUSERCONTEXT -I/usr/X11R7/include -c dm.c dm.c:831:14: error: use of undeclared identifier 'args' va_start(args, fmt); ^ /usr/include/stdarg.h:57:48: note: expanded from macro 'va_start' #define va_start(ap, last) __builtin_va_start((ap), (last)) ^ /usr/include/stdarg.h:49:65: note: expanded from macro '__builtin_va_start' #define __builtin_va_start(ap, last) __builtin_stdarg_start((ap), (last)) ^ dm.c:833:45: error: use of undeclared identifier 'args'; did you mean 'abs'? vsnprintf(&Title[0], TitleLen - 1, fmt, args); ^~~~ abs /usr/include/stdlib.h:98:13: note: 'abs' declared here __pure int abs(int); ^ dm.c:834:12: error: use of undeclared identifier 'args' va_end(args); ^ /usr/include/stdarg.h:59:38: note: expanded from macro 'va_end' #define va_end(ap) __builtin_va_end(ap) ^ 3 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/x11/xdm3d/work/xdm *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/x11/xdm3d *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/x11/xdm3d