=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for unworkable-0.53nb3 --- announce.o --- --- bencode.o --- --- buf.o --- --- announce.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c announce.c --- bencode.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c bencode.c --- buf.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c buf.c --- announce.o --- announce.c:292:14: warning: passing 'u_int8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (strncmp(c, HTTP_1_0, strlen(HTTP_1_0)) != 0 && strncmp(c, HTTP_1_1, strlen(HTTP_1_1))) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ announce.c:292:61: warning: passing 'u_int8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (strncmp(c, HTTP_1_0, strlen(HTTP_1_0)) != 0 && strncmp(c, HTTP_1_1, strlen(HTTP_1_1))) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ announce.c:297:14: warning: passing 'u_int8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (strncmp(c, HTTP_OK, strlen(HTTP_OK)) != 0) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ announce.c:302:13: warning: passing 'u_int8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] c = strstr(c, HTTP_END); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:89:26: note: passing argument to parameter '__big' here char *strstr(const char *__big, const char *__little); ^ announce.c:302:4: warning: assigning to 'u_int8_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] c = strstr(c, HTTP_END); ^ ~~~~~~~~~~~~~~~~~~~ --- ctl_server.o --- --- network.o --- --- ctl_server.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c ctl_server.c --- network.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c network.c --- announce.o --- 5 warnings generated. --- parse.o --- yacc parse.y clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c -o parse.o y.tab.c --- network.o --- network.c:631:49: warning: expression result unused [-Wunused-value] trace("REQUEST offset out of bounds (%u)"), off; ^~~ --- progressmeter.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c progressmeter.c --- parse.o --- rm -f y.tab.c --- scheduler.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c scheduler.c --- network.o --- 1 warning generated. --- torrent.o --- --- trace.o --- --- torrent.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c torrent.c --- trace.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c trace.c --- torrent.o --- torrent.c:77:19: warning: passing 'char *' to parameter of type 'const u_int8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] SHA1Update(&sha, p, (infoend - (p - buf))); ^ openbsd-compat/sha1.h:25:45: note: passing argument to parameter here void SHA1Update(SHA1_CTX *, const u_int8_t *, size_t); ^ --- util.o --- --- xmalloc.o --- --- torrent.o --- torrent.c:767:5: warning: assigning to 'u_int8_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] s = tp->body.multifile.pieces ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ torrent.c:770:5: warning: assigning to 'u_int8_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] s = tp->body.singlefile.pieces ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ --- util.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c util.c --- xmalloc.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c xmalloc.c --- torrent.o --- 3 warnings generated. --- sha1.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c sha1.c --- strtonum.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c strtonum.c --- main.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -ggdb -Iopenbsd-compat -I/opt/pkg/include -c main.c --- sha1.o --- sha1.c:134:46: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] SHA1Transform(context->state, (u_int8_t *)&data[i]); ^ --- strtonum.o --- strtonum.c:30:9: warning: 'LLONG_MIN' macro redefined [-Wmacro-redefined] #define LLONG_MIN (-0x7fffffffffffffffLL-1) ^ /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/limits.h:83:9: note: previous definition is here #define LLONG_MIN (-__LONG_LONG_MAX__-1LL) ^ strtonum.c:31:9: warning: 'LLONG_MAX' macro redefined [-Wmacro-redefined] #define LLONG_MAX 0x7fffffffffffffffLL ^ /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/limits.h:82:9: note: previous definition is here #define LLONG_MAX __LONG_LONG_MAX__ ^ 2 warnings generated. --- unworkable.cat1 --- nroff -Tascii -mandoc unworkable.1 > unworkable.cat1 mksh: [3]: nroff: inaccessible or not found *** [unworkable.cat1] Error code 127 bmake: stopped in /Users/pbulk/build/net/unworkable/work/unworkable --- sha1.o --- 1 warning generated. 1 error bmake: stopped in /Users/pbulk/build/net/unworkable/work/unworkable *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/unworkable *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/unworkable