=> 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 sslwrap-206nb9 --- .gdbinit --- --- s_server.o --- --- s_socket.o --- --- s_cb.o --- --- s_server.o --- # compile sslwrap206/s_server.o gcc -O2 -DFLAT_INC -D_FORTIFY_SOURCE=2 -I/usr/include -fPIE -std=gnu99 -I/usr/include -c s_server.c --- .gdbinit --- rm -f .gdbinit --- s_cb.o --- # compile sslwrap206/s_cb.o gcc -O2 -DFLAT_INC -D_FORTIFY_SOURCE=2 -I/usr/include -fPIE -std=gnu99 -I/usr/include -c s_cb.c --- s_socket.o --- # compile sslwrap206/s_socket.o gcc -O2 -DFLAT_INC -D_FORTIFY_SOURCE=2 -I/usr/include -fPIE -std=gnu99 -I/usr/include -c s_socket.c --- .gdbinit --- touch .gdbinit --- s_server.o --- s_server.c: In function 'get_dh512': s_server.c:184:4: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}' dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL); ^~ s_server.c: In function 'main': s_server.c:275:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] meth=SSLv23_server_method(); ^ --- s_cb.o --- s_cb.c: In function 'verify_callback': s_cb.c:104:13: error: dereferencing pointer to incomplete type 'X509_STORE_CTX {aka struct x509_store_ctx_st}' switch (ctx->error) ^~ *** [s_cb.o] Error code 1 make: stopped in /tmp/security/sslwrap/work/sslwrap206 --- s_server.o --- In file included from s_server.c:127:0: apps.h:124:43: warning: implicit declaration of function 'SSLeay_add_all_algorithms'; did you mean 'SSLeay_add_ssl_algorithms'? [-Wimplicit-function-declaration] # define apps_startup() do_pipe_sig(); SSLeay_add_all_algorithms(); ^ s_server.c:285:2: note: in expansion of macro 'apps_startup' apps_startup(); ^~~~~~~~~~~~ s_server.c:401:11: warning: implicit declaration of function 'SSLv2_server_method'; did you mean 'SSLv23_server_method'? [-Wimplicit-function-declaration] { meth=SSLv2_server_method(); } ^~~~~~~~~~~~~~~~~~~ SSLv23_server_method s_server.c:401:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion] { meth=SSLv2_server_method(); } ^ s_server.c:405:11: warning: implicit declaration of function 'SSLv3_server_method'; did you mean 'SSLv23_server_method'? [-Wimplicit-function-declaration] { meth=SSLv3_server_method(); } ^~~~~~~~~~~~~~~~~~~ SSLv23_server_method s_server.c:405:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion] { meth=SSLv3_server_method(); } ^ s_server.c:475:43: warning: passing argument 2 of 'SSL_CTX_set_info_callback' from incompatible pointer type [-Wincompatible-pointer-types] if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback); ^~~~~~~~~~~~~~~~~~~~~~ In file included from s_server.c:131:0: /usr/include/openssl/ssl.h:729:6: note: expected 'void (*)(const SSL *, int, int) {aka void (*)(const struct ssl_st *, int, int)}' but argument is of type 'void (*)(SSL *, int, int) {aka void (*)(struct ssl_st *, int, int)}' void SSL_CTX_set_info_callback(SSL_CTX *ctx, ^~~~~~~~~~~~~~~~~~~~~~~~~ s_server.c: In function 'tmp_rsa_cb': s_server.c:871:3: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] rsa_tmp=RSA_generate_key(512,RSA_F4,NULL,NULL); ^~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/lhash.h:17, from s_server.c:124: /usr/include/openssl/rsa.h:234:1: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^ *** [s_server.o] Error code 1 make: stopped in /tmp/security/sslwrap/work/sslwrap206 --- s_socket.o --- ctfconvert -g -L VERSION s_socket.o 2 errors make: stopped in /tmp/security/sslwrap/work/sslwrap206 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/security/sslwrap *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/security/sslwrap