=> Bootstrap dependency digest>=20010302: found digest-20180917 ===> 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 '/data/scratch/audio/rtunes/work/rtunes/libbsd' clang -O2 -pipe -Wall -Werror -Wstrict-prototypes -c -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib strlcpy.c clang -O2 -pipe -Wall -Werror -Wstrict-prototypes -c -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib strlcat.c clang -O2 -pipe -Wall -Werror -Wstrict-prototypes -c -O2 -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 '/data/scratch/audio/rtunes/work/rtunes/libbsd' cd rtunes; /usr/pkg/bin/gmake gmake[1]: Entering directory '/data/scratch/audio/rtunes/work/rtunes/rtunes' clang -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib rtunes.c clang -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib cipher.c clang -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib mp4.c clang -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib rtsp.c clang -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib sys.c yacc -d parse.y lex scan.l clang -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o parse.o y.tab.c clang -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o scan.o lex.yy.c rtsp.c:189:40: warning: passing 'unsigned char [512]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] cipher_base64_rp(base64_aesiv, strlen(base64_aesiv)); ^~~~~~~~~~~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ rtsp.c:189:19: warning: passing 'unsigned char [512]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] cipher_base64_rp(base64_aesiv, strlen(base64_aesiv)); ^~~~~~~~~~~~ ./proto.h:24:31: note: passing argument to parameter here int cipher_base64_rp(char *, int); ^ rtsp.c:190:44: warning: passing 'unsigned char [512]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] cipher_base64_rp(base64_rsaaeskey, strlen(base64_rsaaeskey)); ^~~~~~~~~~~~~~~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ rtsp.c:190:19: warning: passing 'unsigned char [512]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] cipher_base64_rp(base64_rsaaeskey, strlen(base64_rsaaeskey)); ^~~~~~~~~~~~~~~~ ./proto.h:24:31: note: passing argument to parameter here int cipher_base64_rp(char *, int); ^ cipher.c:100:30: warning: initializing 'const unsigned char *' with an expression of type 'char [345]' converts between pointers to integer types with different sign [-Wpointer-sign] static const unsigned char *n = ^ cipher.c:108:30: warning: initializing 'const unsigned char *' with an expression of type 'char [5]' converts between pointers to integer types with different sign [-Wpointer-sign] static const unsigned char *e = "AQAB"; ^ ~~~~~~ cipher.c:116:59: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (cipher_base64_decode(n_bin, n, sizeof(n_bin), strlen(n)) < 1) ^ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ cipher.c:118:59: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (cipher_base64_decode(e_bin, e, sizeof(e_bin), strlen(e)) < 1) ^ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ cipher.c:123:5: error: incomplete definition of type 'struct rsa_st' key->n = BN_bin2bn(n_bin, 256, key->n);; ~~~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef struct rsa_st RSA; ^ cipher.c:123:36: error: incomplete definition of type 'struct rsa_st' key->n = BN_bin2bn(n_bin, 256, key->n);; ~~~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef struct rsa_st RSA; ^ cipher.c:124:5: error: incomplete definition of type 'struct rsa_st' key->e = BN_bin2bn(e_bin, 3, key->e); ~~~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef struct rsa_st RSA; ^ cipher.c:124:34: error: incomplete definition of type 'struct rsa_st' key->e = BN_bin2bn(e_bin, 3, key->e); ~~~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef struct rsa_st RSA; ^ cipher.c:125:5: error: incomplete definition of type 'struct rsa_st' key->d = NULL; ~~~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef struct rsa_st RSA; ^ cipher.c:126:5: error: incomplete definition of type 'struct rsa_st' key->p = NULL; ~~~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef struct rsa_st RSA; ^ cipher.c:127:5: error: incomplete definition of type 'struct rsa_st' key->q = NULL; ~~~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef struct rsa_st RSA; ^ cipher.c:128:5: error: incomplete definition of type 'struct rsa_st' key->dmp1 = NULL; ~~~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef struct rsa_st RSA; ^ cipher.c:129:5: error: incomplete definition of type 'struct rsa_st' key->dmq1 = NULL; ~~~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef struct rsa_st RSA; ^ cipher.c:130:5: error: incomplete definition of type 'struct rsa_st' key->iqmp = NULL; ~~~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef struct rsa_st RSA; ^ 4 warnings and 10 errors generated. gmake[1]: *** [GNUmakefile:14: cipher.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... mp4.c:87:28: warning: passing 'unsigned char [4]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!strncmp(boxes[box], buf, 4)) { ^~~ /usr/include/string.h:63:40: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ 4 warnings generated. lex.yy.c:1168:17: warning: unused function 'yyunput' [-Wunused-function] static void yyunput (int c, char * yy_bp ) ^ lex.yy.c:1215:16: warning: function 'input' is not needed and will not be emitted [-Wunneeded-internal-declaration] static int input (void) ^ 1 warning generated. 2 warnings generated. gmake[1]: Leaving directory '/data/scratch/audio/rtunes/work/rtunes/rtunes' gmake: *** [GNUmakefile:3: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/audio/rtunes *** Error code 1 Stop. make: stopped in /data/pkgsrc/audio/rtunes