------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from perl5-5.30.1: -- 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:03 ------------------------------------------------------------------------------- -- 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-2.5_2 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-2.5_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by webstone-2.5_2 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-2.5_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by webstone-2.5_2 for building => SHA256 Checksum OK for ws25_src.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-2.5_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by webstone-2.5_2 for building ===> Extracting for webstone-2.5_2 => SHA256 Checksum OK for ws25_src.tgz. Extracted Memory Use: 1.20M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for webstone-2.5_2 ===> Applying ports patches for webstone-2.5_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for webstone-2.5_2 loading site script /xports/Templates/config.site creating cache ./config.cache checking host system type... x86_64-unknown-dragonfly5.9 checking target system type... x86_64-unknown-dragonfly5.9 checking build system type... x86_64-portbld-dragonfly5.9 checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) 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 mawk... (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:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for webstone-2.5_2 COMPILING FILE webmaster.c cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c webmaster.c -o webmaster.o webmaster.c: In function 'pick_webmaster_IP_address': webmaster.c:326: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:805: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 -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c timefunc.c -o timefunc.o COMPILING FILE bench.c cc -pipe -O2 -fno-strict-aliasing -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 -O2 -fno-strict-aliasing -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 -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c statistics.c -o statistics.o COMPILING FILE errexit.c cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c errexit.c -o errexit.o COMPILING FILE sysdep.c cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c sysdep.c -o sysdep.o cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H webmaster.o timefunc.o bench.o parse_file_list.o statistics.o errexit.o sysdep.o -lcompat -lm -o webmaster COMPILING FILE webclient.c cc -pipe -O2 -fno-strict-aliasing -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:850: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:997: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 -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c get.c -o get.o cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H webclient.o timefunc.o get.o parse_file_list.o bench.o statistics.o errexit.o sysdep.o -lcompat -lm -o webclient COMPILING FILE genrand.c cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c genrand.c -o genrand.o cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H genrand.o -lcompat -lm -o genrand (cd CGI-test; make CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing" INCLUDES="" DEFS="-DHAVE_CONFIG_H" LDFLAGS="") COMPILING FILE ws20_cgi.c cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c ws20_cgi.c -o ws20_cgi.o cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H ws20_cgi.o -o ws20_cgi COMPILING FILE ws25_cgi.c cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c ws25_cgi.c -o ws25_cgi.o cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H ws25_cgi.o -o ws25_cgi (cd CGI-test; make CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing" INCLUDES="" DEFS="-DHAVE_CONFIG_H" LDFLAGS="" install) INSTALLING FILES cp ws20_cgi ws25_cgi ../../lgm cp webmaster webclient genrand ../bin SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> webstone-2.5_2 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for webstone-2.5_2 ===> webstone-2.5_2 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list install -m 555 /construction/www/webstone/WebStone2.5/bin/* /construction/www/webstone/stage/usr/local/webstone/bin install -m 555 /construction/www/webstone/WebStone2.5/lgm/* /construction/www/webstone/stage/usr/local/webstone/lgm install -m 0644 /construction/www/webstone/WebStone2.5/conf/* /construction/www/webstone/stage/usr/local/webstone/conf install -m 555 /construction/www/webstone/WebStone2.5/webstone /construction/www/webstone/stage/usr/local/webstone /bin/chmod u+w /construction/www/webstone/stage/usr/local/webstone/bin/webclient /usr/bin/strip /construction/www/webstone/stage/usr/local/webstone/bin/webclient /bin/chmod u-w /construction/www/webstone/stage/usr/local/webstone/bin/webclient /bin/chmod u+w /construction/www/webstone/stage/usr/local/webstone/bin/webmaster /usr/bin/strip /construction/www/webstone/stage/usr/local/webstone/bin/webmaster /bin/chmod u-w /construction/www/webstone/stage/usr/local/webstone/bin/webmaster /bin/chmod u+w /construction/www/webstone/stage/usr/local/webstone/bin/genrand /usr/bin/strip /construction/www/webstone/stage/usr/local/webstone/bin/genrand /bin/chmod u-w /construction/www/webstone/stage/usr/local/webstone/bin/genrand /bin/chmod u+w /construction/www/webstone/stage/usr/local/webstone/lgm/ws20_cgi /usr/bin/strip /construction/www/webstone/stage/usr/local/webstone/lgm/ws20_cgi /bin/chmod u-w /construction/www/webstone/stage/usr/local/webstone/lgm/ws20_cgi /bin/chmod u+w /construction/www/webstone/stage/usr/local/webstone/lgm/ws25_cgi /usr/bin/strip /construction/www/webstone/stage/usr/local/webstone/lgm/ws25_cgi /bin/chmod u-w /construction/www/webstone/stage/usr/local/webstone/lgm/ws25_cgi ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for webstone-2.5_2 file sizes/checksums [49]: 0% file sizes/checksums [49]: 100% packing files [49]: 0% packing files [49]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:10