------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libargon2-20190702.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/php72-7.2.30.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> pserv-3.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> pserv-3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by pserv-3.4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> pserv-3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by pserv-3.4 for building => SHA256 Checksum OK for pserv-3.4.tar.Z. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> pserv-3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by pserv-3.4 for building ===> Extracting for pserv-3.4 ===> pserv-3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by pserv-3.4 for building => SHA256 Checksum OK for pserv-3.4.tar.Z. Extracted Memory Use: 0.50M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for pserv-3.4 ===> Applying ports patches for pserv-3.4 ===> Cleanly applied ports patch(es) patch-handlers.c patch-handlers.h patch-log.c patch-main.c patch-main.h patch-mime.c patch-mime_types.dat patch-pserv.conf SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for pserv-3.4 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... cpp checking for egrep... grep -E checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes 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 socklen_t... (cached) yes checking for pid_t... (cached) yes checking for unistd.h... (cached) yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... yes checking for working vfork... (cached) yes checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes checking whether stat accepts an empty string... no checking for strftime... (cached) yes checking for dup2... (cached) yes checking for inet_ntoa... (cached) yes checking for memmove... (cached) yes checking for socket... yes checking for strstr... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating defaults/Makefile config.status: creating sources/Makefile config.status: creating sources/config.h config.status: executing depfiles commands SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for pserv-3.4 --- all-recursive --- Making all in defaults Making all in sources --- all --- /usr/bin/make all-am --- main.o --- --- log.o --- --- handlers.o --- --- mime.o --- --- main.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -DMAXNAMLEN=255 -O2 -fno-strict-aliasing -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi --- mime.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -DMAXNAMLEN=255 -O2 -fno-strict-aliasing -MT mime.o -MD -MP -MF ".deps/mime.Tpo" -c -o mime.o mime.c; then mv -f ".deps/mime.Tpo" ".deps/mime.Po"; else rm -f ".deps/mime.Tpo"; exit 1; fi --- log.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -DMAXNAMLEN=255 -O2 -fno-strict-aliasing -MT log.o -MD -MP -MF ".deps/log.Tpo" -c -o log.o log.c; then mv -f ".deps/log.Tpo" ".deps/log.Po"; else rm -f ".deps/log.Tpo"; exit 1; fi --- handlers.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -DMAXNAMLEN=255 -O2 -fno-strict-aliasing -MT handlers.o -MD -MP -MF ".deps/handlers.Tpo" -c -o handlers.o handlers.c; then mv -f ".deps/handlers.Tpo" ".deps/handlers.Po"; else rm -f ".deps/handlers.Tpo"; exit 1; fi handlers.c: In function 'phpHandler': handlers.c:378:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(scriptWorkingDir, completedPath, strlen(completedPath) - strlen(relativePath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ handlers.c:378:46: note: length computed here strncpy(scriptWorkingDir, completedPath, strlen(completedPath) - strlen(relativePath)); ^~~~~~~~~~~~~~~~~~~~~ --- pserv --- cc -pipe -DMAXNAMLEN=255 -O2 -fno-strict-aliasing -o pserv main.o log.o handlers.o mime.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> pserv-3.4 depends on file: /usr/local/include/php/main/php.h - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for pserv-3.4 ===> pserv-3.4 depends on file: /usr/local/include/php/main/php.h - found ===> Generating temporary packing list install -s -m 555 /construction/www/pserv/pserv-3.4/sources/pserv /construction/www/pserv/stage/usr/local/sbin/ /bin/mkdir -p /construction/www/pserv/stage/usr/local/etc/pserv install -m 0644 /construction/www/pserv/pserv-3.4/defaults/mime_types.dat /construction/www/pserv/stage/usr/local/etc/pserv/mime.types install -m 0644 /construction/www/pserv/pserv-3.4/defaults/pserv.conf /construction/www/pserv/stage/usr/local/etc/pserv/pserv.conf.sample install -m 555 /xports/www/pserv/files/pserv.sh /construction/www/pserv/stage/usr/local/etc/rc.d/ ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for pserv-3.4 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:09