=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> 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 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 compose.c:524: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:524: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:1198: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:1199: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:2350: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); ^ 4 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 cursor.c cursor.c:315:12: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] return atoi(&tstring[point+2]); ^ cursor.c:354:11: warning: implicit declaration of function 'atol' is invalid in C99 [-Wimplicit-function-declaration] artNum = atol(&tstring[left+2]); ^ 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 dialogs.c dialogs.c:350:70: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(XtNameToWidget(dialog, "dialog.value"), XtNecho, 0, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ 1 warning 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 refile.c refile.c:234:18: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] while ((rv = read (artfd, msg, n + 512 > pos ? pos - n : 512)) > 0) { ^ refile.c:246:9: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] (void) close(artfd); ^ 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 mesg.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 error_hnds.c error_hnds.c:176:26: warning: incompatible pointer types passing 'SIG_PF0' (aka 'void (*)(int, ...)') to parameter of type 'void (*)(int)' [-Wincompatible-pointer-types] oldcatcher = signal(i, (SIG_PF0) sig_catcher); ^~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/signal.h:246:27: note: passing argument to parameter here void (*signal(int, void (*)(int)))(int); ^ error_hnds.c:199:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(-1); ^ error_hnds.c:199:5: note: include the header or explicitly provide a declaration for 'exit' 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 newsrcfile.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 resources.c resources.c:788:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(0); ^ resources.c:788:5: note: include the header or explicitly provide a declaration for 'exit' 1 warning 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 internals.c internals.c:182:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(-1); ^ internals.c:182:5: note: include the header or explicitly provide a declaration for 'exit' internals.c:2303:16: warning: implicit declaration of function 'atol' is invalid in C99 [-Wimplicit-function-declaration] if ((number = atol(num_ptr)) <= 0) ^ internals.c:2334:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ internals.c:3636:7: warning: for loop has empty body [-Wempty-body] STRIPLEADINGSPACES; ^ internals.c:3616:17: note: expanded from macro 'STRIPLEADINGSPACES' start++); ^ internals.c:3636:7: note: put the semicolon on a separate line to silence this warning internals.c:3616:17: note: expanded from macro 'STRIPLEADINGSPACES' start++); ^ internals.c:3643:7: warning: for loop has empty body [-Wempty-body] STRIPLEADINGSPACES; ^ internals.c:3616:17: note: expanded from macro 'STRIPLEADINGSPACES' start++); ^ internals.c:3643:7: note: put the semicolon on a separate line to silence this warning internals.c:3616:17: note: expanded from macro 'STRIPLEADINGSPACES' start++); ^ internals.c:3654:5: warning: for loop has empty body [-Wempty-body] STRIPENDINGSPACES; ^ internals.c:3618:48: note: expanded from macro 'STRIPENDINGSPACES' isspace((unsigned char)*end); *end-- = '\0'); ^ internals.c:3654:5: note: put the semicolon on a separate line to silence this warning internals.c:3618:48: note: expanded from macro 'STRIPENDINGSPACES' isspace((unsigned char)*end); *end-- = '\0'); ^ 6 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 save.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 server.c server.c:326:5: warning: implicit declaration of function 'putenv' is invalid in C99 [-Wimplicit-function-declaration] putenv(new_env); ^ server.c:337:13: warning: implicit declaration of function 'system' is invalid in C99 [-Wimplicit-function-declaration] return (system(cmdbuf)); ^ server.c:826:10: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] if (atoi(message) != ERR_NOGROUP) { ^ server.c:903:19: warning: incompatible pointer types passing 'long *' to parameter of type 'const time_t *' (aka 'const long long *') [-Wincompatible-pointer-types] curtime = gmtime(&clock); ^~~~~~ /usr/include/time.h:95:33: note: passing argument to parameter here struct tm *gmtime(const time_t *) __RENAME(__gmtime50); ^ server.c:1572:16: warning: implicit declaration of function 'atol' is invalid in C99 [-Wimplicit-function-declaration] number = atol(message); ^ server.c:1609:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else { ^ server.c:1616:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else { ^ 7 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 utils.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 xrn.c xrn.c:166:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(0); ^ xrn.c:166:5: note: include the header or explicitly provide a declaration for 'exit' 1 warning 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 xthelper.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 rcyacc.c In file included from rcyacc.y:182: rclex.l:88:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] yywrap() ^ rclex.l:94:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] yyerror(s) ^ rclex.l:103:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 3 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 cancel.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 vprintf.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 tempnam.c tempnam.c:28:15: warning: implicit declaration of function 'access' is invalid in C99 [-Wimplicit-function-declaration] else if (access(dir, W_OK | X_OK) < 0) ^ tempnam.c:92:39: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] pfx ? pfx : "", unique_letters, getpid()); ^ 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 strstr.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 strtok.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 mesg_strings.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 Text.c Text.c:172:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ Text.c:202:47: warning: missing sentinel in function call [-Wsentinel] XtVaGetValues(w, XtNtextSource, &source, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Text.c:290:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ Text.c:312:41: warning: missing sentinel in function call [-Wsentinel] XtVaGetValues(w, XtNstring, &file, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Text.c:347:43: warning: missing sentinel in function call [-Wsentinel] XtVaGetValues(w, XtNeditType, &type, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Text.c:348:49: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(w, XtNeditType, XawtextEdit, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ Text.c:350:42: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(w, XtNeditType, type, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ Text.c:409:47: warning: missing sentinel in function call [-Wsentinel] XtVaGetValues(w, XtNtextSource, &source, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Text.c:466:47: warning: missing sentinel in function call [-Wsentinel] XtVaGetValues(w, XtNtextSource, &source, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Text.c:564:66: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(w, XtNdisplayPosition, (XawTextPosition) pos, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ Text.c:685:47: warning: missing sentinel in function call [-Wsentinel] XtVaGetValues(w, XtNtextSource, &source, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Text.c:765:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Text.c:767:54: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(w, XtNheight, (Dimension) height, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ Text.c:792:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Text.c:821:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Text.c:907:46: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(w, XtNselectTypes, array, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ Text.c:930:46: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(w, XtNselectTypes, array, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ Text.c:987:47: warning: missing sentinel in function call [-Wsentinel] XtVaGetValues(w, XtNtextSource, &source, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Text.c:1037:49: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(w, XtNwrap, XawtextWrapWord, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ Text.c:1050:50: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(w, XtNwrap, XawtextWrapNever, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ 20 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 ngMode.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 artMode.c artMode.c:487:12: warning: implicit declaration of function 'atol' is invalid in C99 [-Wimplicit-function-declaration] *artNum = atol(&SubjectString[ArtPosition + 2]); ^ artMode.c:1364:20: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] under_cursor = atoi(SubjectString + cursor_position + 2); ^ artMode.c:1981:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ artMode.c:3605:50: warning: missing sentinel in function call [-Wsentinel] XtVaGetValues(SubjectText, XtNheight, &height, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ artMode.c:3606:60: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(SubjectText, XtNpreferredPaneSize, height, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ 5 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 allMode.c allMode.c:492:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 1 warning 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 addMode.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 snapshot.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 artstruct.c artstruct.c:402:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ artstruct.c:408:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ artstruct.c:434:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ artstruct.c:440:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ artstruct.c:470:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ artstruct.c:499:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 6 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 Buttons.c Buttons.c:311:11: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else { ^ Buttons.c:335:10: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else { ^ Buttons.c:634:30: warning: implicit declaration of function 'atol' is invalid in C99 [-Wimplicit-function-declaration] (void) sprintf(name, "%ld", atol(&string[left] + 2)); ^ Buttons.c:634:30: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] (void) sprintf(name, "%ld", atol(&string[left] + 2)); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~ %d 4 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 InfoLine.c InfoLine.c:40:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1385:15: note: function has been explicitly marked sentinel here extern Widget XtVaCreateManagedWidget( ^ InfoLine.c:45:43: warning: missing sentinel in function call [-Wsentinel] XtVaGetValues(w, XtNheight, &height, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ InfoLine.c:52:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ InfoLine.c:78:44: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(w, XtNlabel, newString, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ 4 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 ButtonBox.c ButtonBox.c:42:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1378:15: note: function has been explicitly marked sentinel here extern Widget XtVaCreateWidget( ^ ButtonBox.c:60:30: warning: missing sentinel in function call [-Wsentinel] XtNcallback, callbacks, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1385:15: note: function has been explicitly marked sentinel here extern Widget XtVaCreateManagedWidget( ^ ButtonBox.c:81:35: warning: missing sentinel in function call [-Wsentinel] XtNnumChildren, &num_children, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ 3 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 busyCursor.c busyCursor.c:149:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ busyCursor.c:153:49: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(root, XtNcursor, the_cursor, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ busyCursor.c:193:53: warning: missing sentinel in function call [-Wsentinel] XtVaSetValues(root, XtNcursor, info_p->cursor, 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ busyCursor.c:199:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ 4 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 varfile.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 activecache.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 sort.c sort.c:373:3: warning: implicit declaration of function 'qsort' is invalid in C99 [-Wimplicit-function-declaration] qsort((void *)data->articles, data->count, sizeof(*data->articles), ^ 1 warning 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 getdate2.c getdate.y:550:2: warning: implicitly declaring library function 'abort' with type 'void (void) __attribute__((noreturn))' abort (); ^ getdate.y:550:2: note: include the header or explicitly provide a declaration for 'abort' 1 warning 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 hash.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 killfile.c killfile.c:128:18: warning: implicit declaration of function 'atol' is invalid in C99 [-Wimplicit-function-declaration] file->thru = atol(str + 5); ^ killfile.c:458:30: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] (void) sprintf(ptr, "u%ld", entry->entry.last_used); ~~~ ^~~~~~~~~~~~~~~~~~~~~~ %lld killfile.c:745:7: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] CHECK_WRITE(fprintf(fp, "THRU %ld\n", kf->thru) != EOF); ^ killfile.c:700:15: note: expanded from macro 'CHECK_WRITE' (void) unlink(temp_file); \ ^ 3 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 InfoDialog.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 Frame.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 Xmisc.c Xmisc.c:228:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1603:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ Xmisc.c:236:6: warning: missing sentinel in function call [-Wsentinel] 0); ^ , NULL /usr/pkgsrc/work/news/xrn/work/.buildlink/include/X11/Intrinsic.h:1592:13: note: function has been explicitly marked sentinel here extern void XtVaSetValues( ^ 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 file_cache.c file_cache.c:310:10: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] (void) unlink(file->name); ^ file_cache.c:495:7: warning: implicit declaration of function 'link' is invalid in C99 [-Wimplicit-function-declaration] if (link(old_name, new_name) < 0) { ^ 2 warnings generated. bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/news/xrn/work *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/news/xrn *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/news/xrn