=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for rtunes-snap-20071122nb5 cd libbsd; /usr/pkg/bin/gmake gmake[1]: Entering directory '/tmp/pkgbuild/audio/rtunes/work.aarch64/rtunes/libbsd' gcc -O2 -pipe -Wall -Werror -Wstrict-prototypes -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib strlcpy.c gcc -O2 -pipe -Wall -Werror -Wstrict-prototypes -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib strlcat.c gcc -O2 -pipe -Wall -Werror -Wstrict-prototypes -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib arc4random.c ar -r libbsd.a strlcpy.o strlcat.o arc4random.o ar: creating libbsd.a ranlib libbsd.a gmake[1]: Leaving directory '/tmp/pkgbuild/audio/rtunes/work.aarch64/rtunes/libbsd' cd rtunes; /usr/pkg/bin/gmake gmake[1]: Entering directory '/tmp/pkgbuild/audio/rtunes/work.aarch64/rtunes/rtunes' gcc -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib rtunes.c gcc -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib cipher.c gcc -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib mp4.c gcc -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib rtsp.c mp4.c: In function 'mp4_seek_box': mp4.c:87:28: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] In file included from mp4.c:20:0: /usr/include/string.h:63:5: note: expected 'const char *' but argument is of type 'unsigned char *' int strncmp(const char *, const char *, size_t); ^~~~~~~ rtunes.c: In function 'main': rtunes.c:174:12: warning: variable 's' set but not used [-Wunused-but-set-variable] gcc -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib sys.c yacc -d parse.y gcc -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o parse.o y.tab.c distcc[17748] ERROR: compile cipher.c on 10.0.20.122:3640 failed distcc[17748] (dcc_build_somewhere) Warning: remote compilation of 'cipher.c' failed, retrying locally distcc[17748] Warning: failed to distribute cipher.c to 10.0.20.122:3640, running locally instead rtsp.c: In function 'rtsp_Announce': rtsp.c:189:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from rtsp.c:21:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ rtsp.c:189:19: warning: pointer targets in passing argument 1 of 'cipher_base64_rp' differ in signedness [-Wpointer-sign] In file included from rtsp.c:25:0: proto.h:24:5: note: expected 'char *' but argument is of type 'unsigned char *' rtsp.c:190:44: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from rtsp.c:21:0: /usr/include/string.h:61:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *); ^~~~~~ rtsp.c:190:19: warning: pointer targets in passing argument 1 of 'cipher_base64_rp' differ in signedness [-Wpointer-sign] In file included from rtsp.c:25:0: proto.h:24:5: note: expected 'char *' but argument is of type 'unsigned char *' lex scan.l gcc -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o scan.o lex.yy.c cipher.c: In function 'cipher_rsa_encrypt_aeskey': cipher.c:101:6: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "59dE8qLieItsH1WgjrcFRKj6eUWqi+bGLOX1HL3U3GhC/j0Qg90u3sG/1CUtwC" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cipher.c:108:34: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] static const unsigned char *e = "AQAB"; ^~~~~~ cipher.c:116:59: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (cipher_base64_decode(n_bin, n, sizeof(n_bin), strlen(n)) < 1) ^ In file included from cipher.c:24:0: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ cipher.c:118:59: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (cipher_base64_decode(e_bin, e, sizeof(e_bin), strlen(e)) < 1) ^ In file included from cipher.c:24:0: /usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *' size_t strlen(const char *); ^~~~~~ cipher.c:123:5: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}' key->n = BN_bin2bn(n_bin, 256, key->n);; ^~ distcc[17748] ERROR: compile cipher.c on localhost failed gmake[1]: *** [GNUmakefile:14: cipher.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... lex.yy.c:1221:16: warning: 'input' defined but not used [-Wunused-function] lex.yy.c:1174:17: warning: 'yyunput' defined but not used [-Wunused-function] gmake[1]: Leaving directory '/tmp/pkgbuild/audio/rtunes/work.aarch64/rtunes/rtunes' gmake: *** [GNUmakefile:3: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/audio/rtunes *** Error code 1 Stop. make: stopped in /usr/pkgsrc/audio/rtunes