=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for unworkable-0.53nb2 --- announce.o --- --- bencode.o --- --- buf.o --- --- ctl_server.o --- --- announce.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c announce.c --- bencode.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c bencode.c --- buf.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c buf.c --- ctl_server.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c ctl_server.c --- network.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c network.c --- parse.o --- yacc parse.y gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c -o parse.o y.tab.c --- progressmeter.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c progressmeter.c --- announce.o --- announce.c: In function 'handle_announce_error': announce.c:292:14: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] In file included from announce.c:42:0: /usr/include/string.h:63:5: note: expected 'const char *' but argument is of type 'u_int8_t * {aka unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ announce.c:292:65: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] In file included from announce.c:42:0: /usr/include/string.h:63:5: note: expected 'const char *' but argument is of type 'u_int8_t * {aka unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ announce.c:297:14: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] In file included from announce.c:42:0: /usr/include/string.h:63:5: note: expected 'const char *' but argument is of type 'u_int8_t * {aka unsigned char *}' int strncmp(const char *, const char *, size_t); ^~~~~~~ announce.c:302:13: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] In file included from announce.c:42:0: /usr/include/string.h:68:7: note: expected 'const char *' but argument is of type 'u_int8_t * {aka unsigned char *}' char *strstr(const char *, const char *); ^~~~~~ announce.c:302:4: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] --- scheduler.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c scheduler.c --- network.o --- distcc[13271] ERROR: compile network.c on 10.0.20.122:3648 failed distcc[13271] (dcc_build_somewhere) Warning: remote compilation of 'network.c' failed, retrying locally distcc[13271] Warning: failed to distribute network.c to 10.0.20.122:3648, running locally instead --- torrent.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c torrent.c --- parse.o --- parse.y: In function 'yyparse': parse.y:113:11: warning: implicit declaration of function 'strtonum'; did you mean 'strtou'? [-Wimplicit-function-declaration] rm -f y.tab.c --- trace.o --- --- network.o --- network.c: In function 'network_peer_process_message': --- trace.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c trace.c --- network.o --- network.c:631:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] trace("REQUEST offset out of bounds (%u)"), off; ^ network.c: In function 'network_crypto_dh': network.c:1288:10: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}' if ((dhp->p = BN_bin2bn(mse_P, CRYPTO_INT_LEN, NULL)) == NULL) ^~ --- util.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/usr/include -c util.c --- network.o --- distcc[13271] ERROR: compile network.c on localhost failed *** [network.o] Error code 1 make: stopped in /tmp/pkgbuild/net/unworkable/work.i386/unworkable --- torrent.o --- torrent.c: In function 'torrent_parse_infohash': torrent.c:77:19: warning: pointer targets in passing argument 2 of 'SHA1Update' differ in signedness [-Wpointer-sign] In file included from torrent.c:27:0: openbsd-compat/sha1.h:25:6: note: expected 'const u_int8_t * {aka const unsigned char *}' but argument is of type 'char *' torrent.c: In function 'torrent_piece_checkhash': torrent.c:767:5: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] torrent.c:770:5: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] 1 error make: stopped in /tmp/pkgbuild/net/unworkable/work.i386/unworkable *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/net/unworkable *** Error code 1 Stop. make: stopped in /usr/pkgsrc/net/unworkable