------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1d,1.txz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The sslwrap port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> sslwrap-2.0.6_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The sslwrap port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> sslwrap-2.0.6_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sslwrap-2.0.6_2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The sslwrap port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> sslwrap-2.0.6_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sslwrap-2.0.6_2 for building => SHA256 Checksum OK for sslwrap.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The sslwrap port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> sslwrap-2.0.6_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sslwrap-2.0.6_2 for building ===> Extracting for sslwrap-2.0.6_2 => SHA256 Checksum OK for sslwrap.tar.gz. Extracted Memory Use: 0.10M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for sslwrap-2.0.6_2 ===> Applying ports patches for sslwrap-2.0.6_2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> sslwrap-2.0.6_2 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> sslwrap-2.0.6_2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for sslwrap-2.0.6_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for sslwrap-2.0.6_2 --- all --- cc -o sslwrap s_server.c s_socket.c s_cb.c -pipe -O2 -fno-strict-aliasing -DFLAT_INC -DOPENSSL="\"openssl/\"" -L/usr/local/lib -lssl -lcrypto -I/usr/local/include s_server.c: In function 'get_dh512': s_server.c:190: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:285:7: 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:285:6: warning: assignment to 'SSL_METHOD *' {aka 'struct ssl_method_st *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] meth=SSLv2_server_method(); ^ In file included from s_server.c:127: 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:291:2: note: in expansion of macro 'apps_startup' apps_startup(); ^~~~~~~~~~~~ s_server.c:407:10: warning: assignment to 'SSL_METHOD *' {aka 'struct ssl_method_st *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] { meth=SSLv2_server_method(); } ^ s_server.c:479: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: /usr/local/include/openssl/ssl.h:730:39: 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 (*cb) (const SSL *ssl, int type, int val)); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s_server.c: In function 'tmp_rsa_cb': s_server.c:875:3: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] rsa_tmp=RSA_generate_key(512,RSA_F4,NULL,NULL); ^~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/lhash.h:17, from s_server.c:124: /usr/local/include/openssl/rsa.h:234:25: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/rsa.h:234:1: note: in expansion of macro 'DEPRECATEDIN_0_9_8' DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~~~ 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) ^~ *** [all] Error code 1 make[1]: stopped in /construction/security/sslwrap/sslwrap206 1 error make[1]: stopped in /construction/security/sslwrap/sslwrap206 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /xports/security/sslwrap FAILED 00:00:02