=> 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 7plus-225nb1 gcc -c -O2 -Wall -pedantic -ansi -D__unix__ 7plus.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ encode.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ correct.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ rebuild.c In file included from /usr/include/stdio.h:597:0, from 7plus.h:27, from encode.c:1: encode.c: In function 'encode_file': encode.c:270:43: warning: the address of 'searchbin' will always evaluate as 'true' [-Waddress] sprintf (filename, "%s%s", searchbin?searchbin:"", _7PLUS_FLS); ^ encode.c:320:49: warning: the address of 'searchbin' will always evaluate as 'true' [-Waddress] sprintf (filename, "%s%s%s", searchbin?searchbin:"", ^ encode.c:335:53: warning: the address of 'searchbin' will always evaluate as 'true' [-Waddress] sprintf (filename, "%s%s.p%02x", searchbin?searchbin:"", ^ encode.c:355:49: warning: the address of 'searchbin' will always evaluate as 'true' [-Waddress] sprintf (filename, "%s%s%s", searchbin?searchbin:"", ^ correct.c: In function 'correct_meta': correct.c:209:44: warning: the address of 'dum' will always evaluate as 'true' [-Waddress] if (!mcrc(line, 0) || !corrpart || !dum) ^ encode.c:707:39: warning: the address of 'searchbin' will always evaluate as 'true' [-Waddress] fprintf (o, "'%s%s", searchbin?searchbin:"", destname); ^ encode.c:717:41: warning: the address of 'searchbin' will always evaluate as 'true' [-Waddress] fprintf (o, "'%s%s", searchbin?searchbin:"", destname); ^ encode.c:735:44: warning: the address of 'searchbin' will always evaluate as 'true' [-Waddress] fprintf (o, "'%s%s%s'\n", searchbin?searchbin:"", destname, ".upl"); ^ In file included from /usr/include/stdio.h:597:0, from 7plus.h:27, from encode.c:1: encode.c:744:45: warning: the address of 'searchbin' will always evaluate as 'true' [-Waddress] sprintf (filename, "%s%s", searchbin?searchbin:"", _7PLUS_FLS); ^ gcc -c -O2 -Wall -pedantic -ansi -D__unix__ decode.c decode.c: In function 'decode_file': decode.c:117:28: warning: format '%x' expects argument of type 'unsigned int *', but argument 3 has type 'int *' [-Wformat=] if (sscanf (_ext, "p%x", &part) == 1) ~^ ~~~~~ %x gcc -c -O2 -Wall -pedantic -ansi -D__unix__ extract.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ join.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ utils.c utils.c: In function 'crc_file': utils.c:512:9: warning: the address of 'line' will always evaluate as 'true' [-Waddress] if (!line || strncmp ("CRC ", line, 4)) ^ utils.c: In function 'test_file': utils.c:901:12: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!flag) ^~ utils.c:903:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' fprintf (o, "Break.\n"); ^~~~~~~ gcc -c -O2 -Wall -pedantic -ansi -D__unix__ unix.c gcc -s -ansi -o 7plus 7plus.o encode.o correct.o rebuild.o decode.o extract.o join.o utils.o unix.o