=> 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 stud-0.3p53nb7 clang -O2 -I/usr/pkg/include/ev -I/usr/include -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/pkg/include -DUSE_KEEPIDLE -I/usr/pkg/include/ev -I/usr/include -c -o stud.o stud.c clang -O2 -I/usr/pkg/include/ev -I/usr/include -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/pkg/include -DUSE_KEEPIDLE -I/usr/pkg/include/ev -I/usr/include -c -o ringbuffer.o ringbuffer.c clang -O2 -I/usr/pkg/include/ev -I/usr/include -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/pkg/include -DUSE_KEEPIDLE -I/usr/pkg/include/ev -I/usr/include -c -o configuration.o configuration.c stud.c:559:14: error: incomplete definition of type 'struct ssl_ctx_st' ctx->default_passwd_callback, ctx->default_passwd_callback_userdata); ~~~^ /usr/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'struct ssl_ctx_st' typedef struct ssl_ctx_st SSL_CTX; ^ stud.c:559:44: error: incomplete definition of type 'struct ssl_ctx_st' ctx->default_passwd_callback, ctx->default_passwd_callback_userdata); ~~~^ /usr/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'struct ssl_ctx_st' typedef struct ssl_ctx_st SSL_CTX; ^ stud.c:758:28: error: incomplete definition of type 'struct X509_name_entry_st' PUSH_CTX(x509_entry->value, ctx); ~~~~~~~~~~^ stud.c:715:64: note: expanded from macro 'PUSH_CTX' ASN1_STRING_to_UTF8((unsigned char **)&cl->servername, asn1_str); \ ^~~~~~~~ /usr/include/openssl/x509.h:71:16: note: forward declaration of 'struct X509_name_entry_st' typedef struct X509_name_entry_st X509_NAME_ENTRY; ^ stud.c:1075:16: error: incomplete definition of type 'struct ssl_st' if (ps->ssl->s3) { ~~~~~~~^ /usr/include/openssl/ossl_typ.h:144:16: note: forward declaration of 'struct ssl_st' typedef struct ssl_st SSL; ^ stud.c:1076:16: error: incomplete definition of type 'struct ssl_st' ps->ssl->s3->flags |= SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS; ~~~~~~~^ /usr/include/openssl/ossl_typ.h:144:16: note: forward declaration of 'struct ssl_st' typedef struct ssl_st SSL; ^ configuration.c:206:27: warning: array subscript is of type 'char' [-Wchar-subscripts] while (ptr != NULL && ! isalpha(*ptr)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ configuration.c:212:25: warning: array subscript is of type 'char' [-Wchar-subscripts] while(ptr != NULL && (isalnum(*ptr) || *ptr == '-')) { ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ configuration.c:236:27: warning: array subscript is of type 'char' [-Wchar-subscripts] while (ptr != NULL && ! isgraph(*ptr)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:52:44: note: expanded from macro 'isgraph' #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) ^~~~ configuration.c:244:24: warning: array subscript is of type 'char' [-Wchar-subscripts] while(ptr != NULL && isgraph(*ptr)) { ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:52:44: note: expanded from macro 'isgraph' #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) ^~~~ 5 errors generated. gmake: *** [: stud.o] Error 1 gmake: *** Waiting for unfinished jobs.... 4 warnings generated. *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/security/stud *** Error code 1 Stop. make: stopped in /data/pkgsrc/security/stud