=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for xdu-3.0nb8 cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c xdu.c xdu.c:38:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern nodeinfo(), helpinfo(); ~~~~~~ ^ xdu.c:38:20: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern nodeinfo(), helpinfo(); ~~~~~~ ^ xdu.c:99:22: warning: implicitly declaring library function 'calloc' with type 'void *(unsigned int, unsigned int)' np = (struct node *)calloc(1,sizeof(struct node)); ^ xdu.c:99:22: note: include the header or explicitly provide a declaration for 'calloc' xdu.c:102:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(1); ^ xdu.c:102:3: note: include the header or explicitly provide a declaration for 'exit' xdu.c:199:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc,argv) ^ xdu.c:208:7: warning: implicit declaration of function 'isatty' is invalid in C99 [-Wimplicit-function-declaration] if (isatty(fileno(stdin))) { ^ xdu.c:209:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, usage); ^~~~~ xdu.c:217:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, usage); ^~~~~ xdu.c:254:15: warning: implicit declaration of function 'strtol' is invalid in C99 [-Wimplicit-function-declaration] size = (int)strtol( buf, &name, 10 ); ^ xdu.c:255:11: warning: implicit declaration of function 'isspace' is invalid in C99 [-Wimplicit-function-declaration] while ( isspace(*name) ) name++; ^ xdu.c:435:30: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("%s %d\n", np->name, np->size); ~~ ^~~~~~~~ %ld xdu.c:481:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] drawnode(nodep, rect) ^ xdu.c:503:2: warning: implicit declaration of function 'drawchildren' is invalid in C99 [-Wimplicit-function-declaration] drawchildren(nodep, subrect); ^ xdu.c:504:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xdu.c:510:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] drawchildren(nodep, rect) ^ xdu.c:562:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xdu.c:588:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] pwd() ^ xdu.c:614:35: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("%s %d (%.2f%%)\n", path, topp->size, ~~ ^~~~~~~~~~ %ld xdu.c:616:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xdu.c:639:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xdu.c:648:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xdu.c:667:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xdu.c:709:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xdu.c:718:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xdu.c:730:23: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("%-8d %s\n", np->size, np->name); ~~~~ ^~~~~~~~ %-8ld xdu.c:732:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xdu.c:749:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 27 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c xwin.c xwin.c:349:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwin.c:351:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xmainloop() ^ xwin.c:357:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xclear() ^ xwin.c:360:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwin.c:362:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xrepaint() ^ xwin.c:369:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwin.c:371:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xrepaint_noclear() ^ xwin.c:377:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 8 warnings generated. bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/sysutils/xdu/work *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/sysutils/xdu *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/xdu