=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ja-dvi2tty-5.0 --- dvi2tty.o --- --- dvistuff.o --- --- disdvi.o --- --- dvistuff.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DDEFPAGER='"/usr/pkg/bin/jless"' -c dvistuff.c --- dvi2tty.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DDEFPAGER='"/usr/pkg/bin/jless"' -c dvi2tty.c --- disdvi.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DDEFPAGER='"/usr/pkg/bin/jless"' -c disdvi.c disdvi.c:81:17: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] char * malloc (); ^~~~~~ disdvi.c: In function 'main': disdvi.c:124:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ disdvi.c:124:9: warning: incompatible implicit declaration of built-in function 'exit' disdvi.c:124:9: note: include '' or provide a declaration of 'exit' disdvi.c:128:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(*argv, "-h")) { ^~~~~~ --- dvi2tty.o --- dvi2tty.c: In function 'main': --- disdvi.o --- disdvi.c:130:13: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ disdvi.c:130:13: note: include '' or provide a declaration of 'exit' disdvi.c:132:18: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if ((i = strlen(*argv)) == 0) { ^~~~~~ disdvi.c:132:18: warning: incompatible implicit declaration of built-in function 'strlen' disdvi.c:132:18: note: include '' or provide a declaration of 'strlen' disdvi.c:135:13: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ disdvi.c:135:13: note: include '' or provide a declaration of 'exit' disdvi.c:141:13: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(dvi_name, *argv); ^~~~~~ disdvi.c:141:13: warning: incompatible implicit declaration of built-in function 'strcpy' --- dvi2tty.o --- dvi2tty.c:266:22: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] if (pager && isatty(fileno(output))) { /* try to pipe to a pager */ ^~~~~~ dvi2tty.c:282:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ dvi2tty.c:282:5: warning: incompatible implicit declaration of built-in function 'exit' dvi2tty.c:282:5: note: include '' or provide a declaration of 'exit' --- disdvi.o --- disdvi.c:141:13: note: include '' or provide a declaration of 'strcpy' disdvi.c:142:13: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(dvi_name, ".dvi"); ^~~~~~ disdvi.c:142:13: warning: incompatible implicit declaration of built-in function 'strcat' disdvi.c:142:13: note: include '' or provide a declaration of 'strcat' disdvi.c:146:13: warning: incompatible implicit declaration of built-in function 'exit' exit(3); ^~~~ disdvi.c:146:13: note: include '' or provide a declaration of 'exit' disdvi.c:262:5: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ disdvi.c:262:5: note: include '' or provide a declaration of 'exit' --- dvi2tty.o --- dvi2tty.c: In function 'getpages': dvi2tty.c:500:35: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] firstpage = (printlisttype *) malloc(sizeof(printlisttype)); ^~~~~~ dvi2tty.c:500:35: warning: incompatible implicit declaration of built-in function 'malloc' dvi2tty.c:500:35: note: include '' or provide a declaration of 'malloc' dvi2tty.c:540:36: warning: comparison between pointer and integer if ((str[j] != ' ') && (str[j] != NULL)) { ^~ dvi2tty.c: In function 'plcnxt': dvi2tty.c:561:34: warning: incompatible implicit declaration of built-in function 'malloc' lastpage = (printlisttype *) malloc(sizeof(printlisttype)); ^~~~~~ dvi2tty.c:561:34: note: include '' or provide a declaration of 'malloc' --- disdvi.o --- disdvi.c: In function 'fontdef': disdvi.c:428:13: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ disdvi.c:428:13: note: include '' or provide a declaration of 'exit' disdvi.c:434:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(fnt->name); /* free old name */ ^~~~ disdvi.c:434:9: warning: incompatible implicit declaration of built-in function 'free' disdvi.c:434:9: note: include '' or provide a declaration of 'free' disdvi.c:437:9: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ disdvi.c:437:9: note: include '' or provide a declaration of 'exit' --- dvi2tty.o --- dvi2tty.c: In function 'errorexit': dvi2tty.c:745:9: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] unlink(OUTfilename); ^~~~~~ dvi2tty.c:748:5: warning: incompatible implicit declaration of built-in function 'exit' exit(errorcode); ^~~~ dvi2tty.c:748:5: note: include '' or provide a declaration of 'exit' dvi2tty.c: In function 'usage': dvi2tty.c:841:5: warning: incompatible implicit declaration of built-in function 'exit' exit(uerr); ^~~~ dvi2tty.c:841:5: note: include '' or provide a declaration of 'exit' --- dvistuff.o --- dvistuff.c: In function 'postamble': dvistuff.c:268:32: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] if ((stack = (stackitem *) malloc(stackmax * sizeof(stackitem))) == NULL) ^~~~~~ dvistuff.c:268:32: warning: incompatible implicit declaration of built-in function 'malloc' dvistuff.c:268:32: note: include '' or provide a declaration of 'malloc' dvistuff.c: In function 'printpage': dvistuff.c:650:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(currentline->prev); ^~~~ dvistuff.c:650:9: warning: incompatible implicit declaration of built-in function 'free' dvistuff.c:650:9: note: include '' or provide a declaration of 'free' dvistuff.c:652:5: warning: incompatible implicit declaration of built-in function 'free' free(currentline); /* free last line */ ^~~~ dvistuff.c:652:5: note: include '' or provide a declaration of 'free' dvistuff.c: In function 'horizontalmove': dvistuff.c:772:9: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] if (abs(amount) > charwidth / 4L) { ^~~ dvistuff.c: In function 'get_line': dvistuff.c:818:30: warning: incompatible implicit declaration of built-in function 'malloc' if ((temp = (linetype *) malloc(sizeof(linetype))) == NULL) ^~~~~~ dvistuff.c:818:30: note: include '' or provide a declaration of 'malloc' dvistuff.c: In function 'fontdef': dvistuff.c:1271:29: warning: incompatible implicit declaration of built-in function 'malloc' if ((fnt = (font *) malloc(sizeof(font))) == NULL) { ^~~~~~ dvistuff.c:1271:29: note: include '' or provide a declaration of 'malloc' dvistuff.c:1273:13: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ dvistuff.c:1273:13: warning: incompatible implicit declaration of built-in function 'exit' dvistuff.c:1273:13: note: include '' or provide a declaration of 'exit' dvistuff.c:1279:9: warning: incompatible implicit declaration of built-in function 'free' free(fnt->name); /* free old name */ ^~~~ dvistuff.c:1279:9: note: include '' or provide a declaration of 'free' dvistuff.c:1280:26: warning: incompatible implicit declaration of built-in function 'malloc' if ((name = (char *) malloc(namelen * sizeof(char))) == NULL) { ^~~~~~ dvistuff.c:1280:26: note: include '' or provide a declaration of 'malloc' dvistuff.c:1282:9: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dvistuff.c:1282:9: note: include '' or provide a declaration of 'exit' --- disdvi --- cc -o disdvi disdvi.o --- jdvi2tty --- cc -o jdvi2tty dvi2tty.o dvistuff.o