=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 parchive-1.1nb1 --- backend.o --- --- checkpar.o --- --- makepar.o --- --- rwpar.o --- --- makepar.o --- gcc -g -W -Wall -Wno-unused -O2 -c makepar.c --- backend.o --- gcc -g -W -Wall -Wno-unused -O2 -c backend.c --- checkpar.o --- gcc -g -W -Wall -Wno-unused -O2 -c checkpar.c --- rwpar.o --- gcc -g -W -Wall -Wno-unused -O2 -c rwpar.c --- backend.o --- backend.c: In function 'move_away': backend.c:185:17: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] l = i + strlen(ext); ^~~ In file included from backend.c:16:0: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const u8 * {aka const unsigned char *}' size_t strlen(const char *); ^~~~~~ backend.c: In function 'rename_away': backend.c:209:21: warning: pointer targets in passing argument 2 of 'move_away' differ in signedness [-Wpointer-sign] if (move_away(dst, ".bad")) { ^~~~~~ backend.c:174:1: note: expected 'const u8 * {aka const unsigned char *}' but argument is of type 'char *' move_away(u16 *file, const u8 *ext) ^~~~~~~~~ --- rwpar.o --- rwpar.c: In function 'write_par_header': rwpar.c:466:31: warning: pointer targets in passing argument 2 of 'move_away' differ in signedness [-Wpointer-sign] if (move_away(par->filename, ".old")) { ^~~~~~ In file included from rwpar.c:23:0: backend.h:35:5: note: expected 'const u8 * {aka const unsigned char *}' but argument is of type 'char *' int move_away(u16 *file, const u8 *ext); ^~~~~~~~~ rwpar.c: In function 'restore_files': rwpar.c:640:23: warning: pointer targets in passing argument 2 of 'move_away' differ in signedness [-Wpointer-sign] if (move_away(path, ".bad")) { ^~~~~~ In file included from rwpar.c:23:0: backend.h:35:5: note: expected 'const u8 * {aka const unsigned char *}' but argument is of type 'char *' int move_away(u16 *file, const u8 *ext); ^~~~~~~~~ --- backend.o --- backend.c: In function 'find_file_name': backend.c:314:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (ret) break; ^ backend.c:315:3: note: here case 0: ^~~~ backend.c: In function 'find_volume': backend.c:363:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (ret) break; ^ backend.c:364:3: note: here case 0: ^~~~ --- rs.o --- gcc -g -W -Wall -Wno-unused -O2 -c rs.c --- md5.o --- gcc -g -W -Wall -Wno-unused -O2 -c md5.c md5.c: In function 'md5_finish_ctx': md5.c:113:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] bp = &ctx->buffer[bytes + pad]; ^ --- fileops.o --- gcc -g -W -Wall -Wno-unused -O2 -c fileops.c fileops.c: In function 'file_md5_buffer': fileops.c:370:21: warning: pointer targets in passing argument 1 of 'md5_buffer' differ in signedness [-Wpointer-sign] return (md5_buffer(buf, s, block) != 0); ^~~ In file included from fileops.c:20:0: md5.h:99:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern void *md5_buffer __P ((const char *buffer, size_t len, void *resblock)); ^~~~~~~~~~ --- main.o --- gcc -g -W -Wall -Wno-unused -O2 -c main.c --- readoldpar.o --- gcc -g -W -Wall -Wno-unused -O2 -c readoldpar.c --- main.o --- main.c: In function 'main': main.c:227:15: warning: this statement may fall through [-Wimplicit-fallthrough=] cmd.action = ACTION_CHECK; main.c:229:3: note: here case ACTION_CHECK: ^~~~ --- interface.o --- gcc -g -W -Wall -Wno-unused -O2 -c interface.c --- ui_text.o --- gcc -g -W -Wall -Wno-unused -O2 -c ui_text.c --- par --- gcc -o par backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o