=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for rtunes-snap-20071122nb5 cd libbsd; /usr/pkg/bin/gmake gmake[1]: Entering directory '/tmp/audio/rtunes/work/rtunes/libbsd' gcc -O2 -pipe -Wall -Werror -Wstrict-prototypes -c -O2 -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 -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 -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/audio/rtunes/work/rtunes/libbsd' cd rtunes; /usr/pkg/bin/gmake gmake[1]: Entering directory '/tmp/audio/rtunes/work/rtunes/rtunes' gcc -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -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 -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 -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 -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] if (!strncmp(boxes[box], buf, 4)) { ^~~ rtunes.c: In function 'main': In file included from mp4.c:20:0: /usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'unsigned char *' int strncmp(const char *, const char *, size_t); ^~~~~~~ rtunes.c:174:14: warning: variable 's' set but not used [-Wunused-but-set-variable] int i, r, s, ch, fd, raw = 0, sample; ^ rtsp.c: In function 'rtsp_Announce': rtsp.c:189:40: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] cipher_base64_rp(base64_aesiv, strlen(base64_aesiv)); ^~~~~~~~~~~~ In file included from rtsp.c:21:0: /usr/include/string.h:61:9: 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] cipher_base64_rp(base64_aesiv, strlen(base64_aesiv)); ^~~~~~~~~~~~ In file included from rtsp.c:25:0: proto.h:24:8: note: expected 'char *' but argument is of type 'unsigned char *' int cipher_base64_rp(char *, int); ^~~~~~~~~~~~~~~~ rtsp.c:190:44: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] cipher_base64_rp(base64_rsaaeskey, strlen(base64_rsaaeskey)); ^~~~~~~~~~~~~~~~ In file included from rtsp.c:21:0: /usr/include/string.h:61:9: 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] cipher_base64_rp(base64_rsaaeskey, strlen(base64_rsaaeskey)); ^~~~~~~~~~~~~~~~ In file included from rtsp.c:25:0: proto.h:24:8: note: expected 'char *' but argument is of type 'unsigned char *' int cipher_base64_rp(char *, int); ^~~~~~~~~~~~~~~~ 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);; ^~ gmake[1]: *** [GNUmakefile:14: cipher.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory '/tmp/audio/rtunes/work/rtunes/rtunes' gmake: *** [GNUmakefile:3: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/audio/rtunes *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/audio/rtunes