=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for xrn-9.01nb4 cc -O -I/usr/pkg/include -I /usr/X11R7/include -DVOID_SIGNAL -DXRN_LANG_english -DXRNAPPDIR=\"/usr/pkg/lib/X11/app-defaults\" -DXRN_APP_CLASS=\"XRn\" -DXRN -I/usr/X11R7/include -c avl.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DVOID_SIGNAL -DXRN_LANG_english -DXRNAPPDIR=\"/usr/pkg/lib/X11/app-defaults\" -DXRN_APP_CLASS=\"XRn\" -DXRN -I/usr/X11R7/include -c clientlib.c clientlib.c:276:13: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] return (atoi(line)); ^ clientlib.c:314:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else { ^ 2 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DVOID_SIGNAL -DXRN_LANG_english -DXRNAPPDIR=\"/usr/pkg/lib/X11/app-defaults\" -DXRN_APP_CLASS=\"XRn\" -DXRN -I/usr/X11R7/include -c compose.c In file included from compose.c:43: ./error_hnds.h:58:19: error: redefinition of 'sys_nerr' with a different type: 'int' vs 'const int' extern int errno, sys_nerr; ^ /usr/include/errno.h:60:18: note: previous definition is here extern const int sys_nerr __RENAME(__sys_nerr14); ^ In file included from compose.c:43: ./error_hnds.h:59:14: error: redefinition of 'sys_errlist' with a different type: 'char *[]' vs 'const char *const *' extern char *sys_errlist[]; ^ /usr/include/errno.h:61:27: note: previous definition is here extern const char *const *sys_errlist __RENAME(__sys_errlist14); ^ compose.c:523:34: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] (void) strncat(host, domain, sizeof(host) - strlen(host)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compose.c:523:34: note: change the argument to be the free space in the destination buffer minus the terminating null byte (void) strncat(host, domain, sizeof(host) - strlen(host)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(host) - strlen(host) - 1 compose.c:1197:14: warning: incompatible pointer types passing 'long *' to parameter of type 'time_t *' (aka 'long long *') [-Wincompatible-pointer-types] (void) time(&clock); ^~~~~~ /usr/include/time.h:97:21: note: passing argument to parameter here time_t time(time_t *) __RENAME(__time50); ^ compose.c:1198:46: warning: incompatible pointer types passing 'long *' to parameter of type 'const time_t *' (aka 'const long long *') [-Wincompatible-pointer-types] ret = fprintf(fp, "From %s %s", user, ctime(&clock)); ^~~~~~ /usr/include/time.h:93:27: note: passing argument to parameter here char *ctime(const time_t *) __RENAME(__ctime50); ^ compose.c:1442:7: warning: implicit declaration of function 'system' is invalid in C99 [-Wimplicit-function-declaration] if (system(verify_command)) { ^ compose.c:1910:30: warning: format string is not a string literal (potentially insecure) [-Wformat-security] (void) sprintf(input, FORWARDED_ARTICLE_END_MSG); ^~~~~~~~~~~~~~~~~~~~~~~~~ ./mesg_strings.h:325:35: note: expanded from macro 'FORWARDED_ARTICLE_END_MSG' #define FORWARDED_ARTICLE_END_MSG message_strings[197] ^~~~~~~~~~~~~~~~~~~~ compose.c:2349:22: warning: incompatible pointer types passing 'SIG_PF0' (aka 'void (*)(int, ...)') to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] signal(SIGCHLD, (SIG_PF0) catch_sigchld); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ compose.c:2905:49: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(ComposeLabel, XtNlabel, title, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1598:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ 7 warnings and 2 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/news/xrn/work *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/news/xrn *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/news/xrn