=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for xvkbd-3.5 rm -f xvkbd.o cc -c -O -I/usr/pkg/include -I /usr/X11R7/include -DUSE_XTEST -DUSE_I18N xvkbd.c xvkbd.c:1468:22: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] cp2 = strchr(cp, ']'); ^~ /usr/include/string.h:55:26: note: passing argument to parameter here char *strchr(const char *, int); ^ xvkbd.c:1468:13: warning: assigning to 'const unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] cp2 = strchr(cp, ']'); ^ ~~~~~~~~~~~~~~~ xvkbd.c:1475:24: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(key, cp + 1, len); ^~~~~~ /usr/include/string.h:64:57: note: passing argument to parameter here char *strncpy(char * __restrict, const char * __restrict, size_t); ^ xvkbd.c:1483:22: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] cp2 = strchr(cp, '}'); ^~ /usr/include/string.h:55:26: note: passing argument to parameter here char *strchr(const char *, int); ^ xvkbd.c:1483:13: warning: assigning to 'const unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] cp2 = strchr(cp, '}'); ^ ~~~~~~~~~~~~~~~ xvkbd.c:1499:24: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(key, cp + 1, len); ^~~~~~ /usr/include/string.h:64:57: note: passing argument to parameter here char *strncpy(char * __restrict, const char * __restrict, size_t); ^ xvkbd.c:1541:9: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] sscanf(cp + 1, "%d", &val); ^~~~~~ /usr/include/stdio.h:257:36: note: passing argument to parameter here int sscanf(const char * __restrict, const char * __restrict, ...) ^ xvkbd.c:1875:75: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fprintf(stderr, "SetWindowManagerHint: _NET_WM_STATE_ABOVE = %d\n", ev.data.l[0]); ~~ ^~~~~~~~~~~~ %ld xvkbd.c:2441:18: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] SendString(value); ^~~~~ xvkbd.c:1446:45: note: passing argument to parameter 'str' here static void SendString(const unsigned char *str) ^ xvkbd.c:3168:28: warning: format specifies type 'char *' but the argument has type 'char (*)[200]' [-Wformat] sscanf(&str[1], "%*s %s", &key); ~~ ^~~~ xvkbd.c:3540:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static cnt = 0; ~~~~~~ ^ xvkbd.c:3668:18: warning: passing 'String' (aka 'char *') to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] SendString(appres.text); ^~~~~~~~~~~ xvkbd.c:1446:45: note: passing argument to parameter 'str' here static void SendString(const unsigned char *str) ^ xvkbd.c:3761:25: warning: incompatible pointer types assigning to 'void (*)(int)' from 'void (void)' [-Wincompatible-pointer-types] sigact.sa_handler = SignalUser1; ^ ~~~~~~~~~~~ 13 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DUSE_XTEST -DUSE_I18N -I/usr/X11R7/include -c findwidget.c bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/x11/xvkbd/work/xvkbd-3.5 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/x11/xvkbd *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/x11/xvkbd