=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> 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 opusfile-0.7nb1 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /data/scratch/audio/opusfile/work/opusfile-0.7/missing aclocal-1.15 -I m4 WARNING: 'aclocal' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /data/scratch/audio/opusfile/work/opusfile-0.7/missing autoconf cd . && /bin/sh /data/scratch/audio/opusfile/work/opusfile-0.7/missing automake-1.15 --foreign WARNING: 'autoconf' is missing on your system. You should only need it if you modified 'configure.ac'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. /bin/sh ./config.status --recheck WARNING: 'automake' is missing on your system. You should only need it if you modified 'Makefile.am', 'acinclude.m4' or 'configure.ac'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. cd . && /bin/sh ./config.status Makefile depfiles config.status: creating Makefile config.status: executing depfiles commands /bin/sh ./config.status --recheck (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /data/scratch/audio/opusfile/work/opusfile-0.7/missing autoheader) WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.ac'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged /usr/pkg/bin/gmake all-am gmake[1]: Entering directory '/data/scratch/audio/opusfile/work/opusfile-0.7' /bin/sh ./config.status --recheck CC src/internal.lo CC src/opusfile.lo CC src/stream.lo CC examples/opusfile_example.o CC src/info.lo CC src/http.lo CC examples/seeking_example.o src/http.c:121:23: warning: array subscript is of type 'char' [-Wchar-subscripts] if(OP_UNLIKELY(!isxdigit(_s[i+1])) ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^ src/internal.h:68:48: note: expanded from macro 'OP_UNLIKELY' # define OP_UNLIKELY(_x) (__builtin_expect(!!(_x),0)) ^~ src/http.c:122:23: warning: array subscript is of type 'char' [-Wchar-subscripts] ||OP_UNLIKELY(!isxdigit(_s[i+2])) ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^ src/internal.h:68:48: note: expanded from macro 'OP_UNLIKELY' # define OP_UNLIKELY(_x) (__builtin_expect(!!(_x),0)) ^~ src/http.c:1524:5: error: incomplete definition of type 'struct bio_st' _b->init=1; ~~^ /usr/include/openssl/ossl_typ.h:79:16: note: forward declaration of 'struct bio_st' typedef struct bio_st BIO; ^ src/http.c:1525:5: error: incomplete definition of type 'struct bio_st' _b->num=0; ~~^ /usr/include/openssl/ossl_typ.h:79:16: note: forward declaration of 'struct bio_st' typedef struct bio_st BIO; ^ src/http.c:1526:5: error: incomplete definition of type 'struct bio_st' _b->ptr=NULL; ~~^ /usr/include/openssl/ossl_typ.h:79:16: note: forward declaration of 'struct bio_st' typedef struct bio_st BIO; ^ src/http.c:1536:19: error: variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st') static BIO_METHOD op_bio_retry_method={ ^ /usr/include/openssl/bio.h:244:16: note: forward declaration of 'struct bio_method_st' typedef struct bio_method_st BIO_METHOD; ^ src/http.c:1595:25: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] pattern=(const char *)ASN1_STRING_data(_pattern); ^ /usr/include/openssl/asn1.h:553:1: note: 'ASN1_STRING_data' has been explicitly marked deprecated here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ /usr/include/openssl/opensslconf.h:127:34: note: expanded from macro 'DEPRECATEDIN_1_1_0' # define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ src/http.c:1778:17: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] cert_ip=ASN1_STRING_data(name->d.iPAddress); ^ /usr/include/openssl/asn1.h:553:1: note: 'ASN1_STRING_data' has been explicitly marked deprecated here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ /usr/include/openssl/opensslconf.h:127:34: note: expanded from macro 'DEPRECATEDIN_1_1_0' # define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ src/http.c:2215:7: warning: implicit declaration of function 'CRYPTO_w_lock' [-Wimplicit-function-declaration] CRYPTO_w_lock(CRYPTO_LOCK_SSL); ^ src/http.c:2215:21: error: use of undeclared identifier 'CRYPTO_LOCK_SSL' CRYPTO_w_lock(CRYPTO_LOCK_SSL); ^ src/http.c:2221:7: warning: implicit declaration of function 'CRYPTO_w_unlock' [-Wimplicit-function-declaration] CRYPTO_w_unlock(CRYPTO_LOCK_SSL); ^ src/http.c:2221:23: error: use of undeclared identifier 'CRYPTO_LOCK_SSL' CRYPTO_w_unlock(CRYPTO_LOCK_SSL); ^ 6 warnings and 6 errors generated. Makefile:642: recipe for target 'src/http.lo' failed gmake[1]: *** [src/http.lo] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory '/data/scratch/audio/opusfile/work/opusfile-0.7' Makefile:461: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/audio/opusfile *** Error code 1 Stop. make: stopped in /data/pkgsrc/audio/opusfile