------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1d,1.txz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The stone 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 ------------------------------------------------------------------------------- ===> stone-2.3e depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The stone 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 ===> stone-2.3e depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by stone-2.3e for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The stone 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 ===> stone-2.3e depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by stone-2.3e for building => SHA256 Checksum OK for stone-2.3e.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The stone 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 ===> stone-2.3e depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by stone-2.3e for building ===> Extracting for stone-2.3e => SHA256 Checksum OK for stone-2.3e.tar.gz. Extracted Memory Use: 0.36M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for stone-2.3e SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> stone-2.3e depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> stone-2.3e depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for stone-2.3e SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for stone-2.3e --- bsd-ssl --- /usr/bin/make TARGET=bsd ssl_stone --- ssl_stone --- /usr/bin/make FLAGS="-DUSE_POP -DUSE_SSL -I/usr/local/include " LIBS="-DUNIX_DAEMON -L/usr/local/lib -lssl -lcrypto" bsd --- bsd --- /usr/bin/make FLAGS="-DCPP='\"/usr/bin/cpp -traditional\"' -D_THREAD_SAFE -DPTHREAD -DREG_NOERROR=0 -DUSE_POP -DUSE_SSL -I/usr/local/include " LIBS="-pthread -DUNIX_DAEMON -L/usr/local/lib -lssl -lcrypto" stone --- stone --- cc -pipe -O2 -fno-strict-aliasing -DCPP='"/usr/bin/cpp -traditional"' -D_THREAD_SAFE -DPTHREAD -DREG_NOERROR=0 -DUSE_POP -DUSE_SSL -I/usr/local/include -o stone stone.c -pthread -DUNIX_DAEMON -L/usr/local/lib -lssl -lcrypto stone.c: In function 'saDup': stone.c:426:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define SockAddrBaseSize ((int)&((SockAddr*)NULL)->addr) ^ stone.c:1558:28: note: in expansion of macro 'SockAddrBaseSize' SockAddr *ret = malloc(SockAddrBaseSize + salen); ^~~~~~~~~~~~~~~~ stone.c: In function 'asyncHealthCheck': stone.c:1984:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ASYNC_END; ^~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /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/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stone.c: In function 'modPairDest': stone.c:2455:17: error: dereferencing pointer to incomplete type 'SSL_SESSION' {aka 'struct ssl_session_st'} int len = sess->session_id_length; ^~ stone.c: In function 'sendPairUDPbuf': stone.c:426:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define SockAddrBaseSize ((int)&((SockAddr*)NULL)->addr) ^ stone.c:3023:39: note: in expansion of macro 'SockAddrBaseSize' lenmax = t->bufmax - DATA_HEAD_LEN - SockAddrBaseSize; ^~~~~~~~~~~~~~~~ stone.c: In function 'doSSL_accept': stone.c:3268:12: warning: implicit declaration of function 'SSL_state'; did you mean 'SSL_write'? [-Wimplicit-function-declaration] sd, ret, SSL_state(ssl), SSL_is_init_finished(ssl), ^~~~~~~~~ SSL_write stone.c: In function 'asyncConn': stone.c:3979:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ASYNC_END; ^~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /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/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stone.c: In function 'asyncReadWrite': stone.c:6718:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ASYNC_END; ^~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /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/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stone.c: In function 'asyncAcceptConnect': stone.c:6794:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ASYNC_END; ^~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /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/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stone.c: In function 'newMatch': stone.c:7070:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] NewMatchCount++, (int)match); ^ stone.c: In function 'freeMatch': stone.c:7084:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] --NewMatchCount, (int)match); ^ stone.c: In function 'repeater': stone.c:7744:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^~~~~~~~~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /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/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stone.c: In function 'sslopts_default': stone.c:8879:15: warning: implicit declaration of function 'SSLv2_server_method'; did you mean 'SSLv23_server_method'? [-Wimplicit-function-declaration] opts->meth = SSLv2_server_method(); ^~~~~~~~~~~~~~~~~~~ SSLv23_server_method stone.c:8879:13: warning: assignment to 'SSL_METHOD *' {aka 'struct ssl_method_st *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] opts->meth = SSLv2_server_method(); ^ stone.c:8889:15: warning: implicit declaration of function 'SSLv2_client_method'; did you mean 'SSLv23_client_method'? [-Wimplicit-function-declaration] opts->meth = SSLv2_client_method(); ^~~~~~~~~~~~~~~~~~~ SSLv23_client_method stone.c:8889:13: warning: assignment to 'SSL_METHOD *' {aka 'struct ssl_method_st *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] opts->meth = SSLv2_client_method(); ^ stone.c: In function 'sslopts': stone.c:8971:2: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] if (isserver) opts->meth = TLSv1_server_method(); ^~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/ssl.h:1878:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(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/ssl.h:1878:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ stone.c:8971:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if (isserver) opts->meth = TLSv1_server_method(); ^ stone.c:8972:2: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] else opts->meth = TLSv1_client_method(); ^~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/ssl.h:1879:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(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/ssl.h:1879:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ stone.c:8972:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] else opts->meth = TLSv1_client_method(); ^ stone.c:8981:27: warning: assignment to 'SSL_METHOD *' {aka 'struct ssl_method_st *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] if (isserver) opts->meth = SSLv2_server_method(); ^ stone.c:8982:18: warning: assignment to 'SSL_METHOD *' {aka 'struct ssl_method_st *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] else opts->meth = SSLv2_client_method(); ^ In file included from stone.c:309: stone.c: In function 'initialize': stone.c:9945:12: warning: passing argument 4 of 'CRYPTO_get_ex_new_index' from incompatible pointer type [-Wincompatible-pointer-types] newMatch, NULL, freeMatch); ^~~~~~~~ /usr/local/include/openssl/ssl.h:2018:64: note: in definition of macro 'SSL_SESSION_get_ex_new_index' CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL_SESSION, l, p, newf, dupf, freef) ^~~~ In file included from stone.c:306: /usr/local/include/openssl/crypto.h:173:44: note: expected 'void (*)(void *, void *, CRYPTO_EX_DATA *, int, long int, void *)' {aka 'void (*)(void *, void *, struct crypto_ex_data_st *, int, long int, void *)'} but argument is of type 'int (*)(void *, void *, CRYPTO_EX_DATA *, int, long int, void *)' {aka 'int (*)(void *, void *, struct crypto_ex_data_st *, int, long int, void *)'} CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, ~~~~~~~~~~~~~~~^~~~~~~~ *** [stone] Error code 1 make[4]: stopped in /construction/net/stone/stone-2.3d-2.3.2.7 1 error make[4]: stopped in /construction/net/stone/stone-2.3d-2.3.2.7 *** [bsd] Error code 2 make[3]: stopped in /construction/net/stone/stone-2.3d-2.3.2.7 1 error make[3]: stopped in /construction/net/stone/stone-2.3d-2.3.2.7 *** [ssl_stone] Error code 2 make[2]: stopped in /construction/net/stone/stone-2.3d-2.3.2.7 1 error make[2]: stopped in /construction/net/stone/stone-2.3d-2.3.2.7 *** [bsd-ssl] Error code 2 make[1]: stopped in /construction/net/stone/stone-2.3d-2.3.2.7 1 error make[1]: stopped in /construction/net/stone/stone-2.3d-2.3.2.7 ===> 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/net/stone FAILED 00:00:02