------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The webstone 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 ------------------------------------------------------------------------------- ===> webstone-ssl-2.5_4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The webstone 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 ===> webstone-ssl-2.5_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by webstone-ssl-2.5_4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The webstone 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 ===> webstone-ssl-2.5_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by webstone-ssl-2.5_4 for building => SHA256 Checksum OK for WebStone-SSL-2.5.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The webstone 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 ===> webstone-ssl-2.5_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by webstone-ssl-2.5_4 for building ===> Extracting for webstone-ssl-2.5_4 => SHA256 Checksum OK for WebStone-SSL-2.5.tgz. Extracted Memory Use: 3.29M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for webstone-ssl-2.5_4 ===> Applying ports patches for webstone-ssl-2.5_4 ===> Cleanly applied ports patch(es) patch-src_Makefile.in patch-src_get.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> webstone-ssl-2.5_4 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> webstone-ssl-2.5_4 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for webstone-ssl-2.5_4 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking host system type... x86_64-portbld-dragonfly5.9 checking target system type... x86_64-portbld-dragonfly5.9 checking build system type... x86_64-portbld-dragonfly5.9 checking for gcc... cc checking whether the C compiler (cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,-rpath,/usr/local/lib ) works... yes checking whether the C compiler (cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,-rpath,/usr/local/lib ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking whether make sets ${MAKE}... yes checking for gawk... (cached) /usr/bin/awk checking for perl... (cached) /usr/local/bin/perl checking for waitpid... yes checking for floor in -lm... yes checking for rexec in -lcompat... yes checking for gethostbyname in -lnsl... no checking for connect in -lsocket... no checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for fcntl.h... (cached) yes checking for limits.h... (cached) yes checking for sgtty.h... no checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for working const... yes checking for size_t... (cached) yes checking return type of signal handlers... void checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for tm_zone in struct tm... yes checking for 8-bit clean memcmp... yes checking for vprintf... (cached) yes checking for gethostname... (cached) yes checking for gettimeofday... (cached) yes checking for select... (cached) yes checking for socket... yes checking for strerror... (cached) yes checking for strncasecmp... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating API-test/Makefile creating config.h SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for webstone-ssl-2.5_4 COMPILING FILE webmaster.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -c webmaster.c -o webmaster.o webmaster.c: In function 'pick_webmaster_IP_address': webmaster.c:349:17: warning: implicit declaration of function 'inet_addr'; did you mean 'h_addr'? [-Wimplicit-function-declaration] client_addr = inet_addr(client_hostname); ^~~~~~~~~ h_addr webmaster.c: In function 'RexecClients': webmaster.c:913:12: warning: implicit declaration of function 'rexec'; did you mean 're_exec'? [-Wimplicit-function-declaration] tmpfd = rexec(&tmphostname, inetport->s_port, login, password, ^~~~~ re_exec COMPILING FILE timefunc.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -c timefunc.c -o timefunc.o COMPILING FILE bench.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -c bench.c -o bench.o bench.c: In function 'recvdata': bench.c:73:92: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] D_PRINTF("recvdata(): attempting to read %d bytes from socket %d, ptr %x\n", nbytes, sock, (int) ptr); ^ bench.c: In function 'text_to_timeval': bench.c:192:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] D_PRINTF("T/%d %s\n", (int)timeval_as_text, timeval_as_text); ^ bench.c: In function 'text_to_double': bench.c:204:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] D_PRINTF("D/%d %s\n", (int)double_as_text, double_as_text); ^ COMPILING FILE parse_file_list.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -c parse_file_list.c -o parse_file_list.o parse_file_list.c: In function 'parse_file_list': parse_file_list.c:103:19: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] for (tmpptr--; isspace(*tmpptr) && tmpptr != textvalue; tmpptr--); ^~~~~~~ COMPILING FILE statistics.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -c statistics.c -o statistics.o COMPILING FILE errexit.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -c errexit.c -o errexit.o COMPILING FILE sysdep.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -c sysdep.c -o sysdep.o COMPILING FILE random.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -c random.c -o random.o cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -L/usr/local/lib -Wl,-rpath,/usr/local/lib webmaster.o timefunc.o bench.o parse_file_list.o statistics.o errexit.o sysdep.o random.o -lcompat -lm -lssl -lcrypto -lcompat -o webmaster COMPILING FILE webclient.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -c webclient.c -o webclient.o webclient.c:61: warning: "INFINITY" redefined #define INFINITY 100000000 In file included from webclient.c:32: /usr/include/math.h:43: note: this is the location of the previous definition #define INFINITY __builtin_inff() webclient.c: In function 'main': webclient.c:915:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ClientThread((void *) random_seed); ^ webclient.c: In function 'ClientThread': webclient.c:1062:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] my_random_seed = (have_random_seed ? (unsigned int) thread_arg : getpid()); ^ COMPILING FILE get.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DSTONE_SSL -DHAVE_CONFIG_H -c get.c -o get.o get.c: In function 'get': get.c:168:3: warning: implicit declaration of function 'ERR_load_crypto_strings'; did you mean 'ERR_load_SSL_strings'? [-Wimplicit-function-declaration] ERR_load_crypto_strings(); ^~~~~~~~~~~~~~~~~~~~~~~ ERR_load_SSL_strings get.c:174:26: warning: implicit declaration of function 'SSLv2_client_method'; did you mean 'SSLv23_client_method'? [-Wimplicit-function-declaration] if((ctx = SSL_CTX_new(SSLv2_client_method())) == NULL) { ^~~~~~~~~~~~~~~~~~~ SSLv23_client_method get.c:174:26: warning: passing argument 1 of 'SSL_CTX_new' makes pointer from integer without a cast [-Wint-conversion] if((ctx = SSL_CTX_new(SSLv2_client_method())) == NULL) { ^~~~~~~~~~~~~~~~~~~~~ In file included from get.c:56: /usr/local/include/openssl/ssl.h:1503:17: note: expected 'const SSL_METHOD *' {aka 'const struct ssl_method_st *'} but argument is of type 'int' __owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth); ^~~~~~~~~~~ get.c:175:5: warning: implicit declaration of function 'ERR_print_errors_fp'; did you mean 'X509_print_ex_fp'? [-Wimplicit-function-declaration] ERR_print_errors_fp(stderr); ^~~~~~~~~~~~~~~~~~~ X509_print_ex_fp get.c:238:24: error: dereferencing pointer to incomplete type 'SSL' {aka 'struct ssl_st'} SSL_SESSION_free(ssl->session); ^~ *** Error code 1 Stop. make[1]: stopped in /construction/www/webstone-ssl/WebStone2.5/src *** Error code 1 Stop. make: stopped in /xports/www/webstone-ssl FAILED 00:00:02