------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/fping-4.2.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The sntop 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 ------------------------------------------------------------------------------- ===> sntop-1.4.3_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The sntop 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 ===> sntop-1.4.3_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sntop-1.4.3_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The sntop 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 ===> sntop-1.4.3_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sntop-1.4.3_1 for building => SHA256 Checksum OK for sntop-1.4.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The sntop 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 ===> sntop-1.4.3_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sntop-1.4.3_1 for building ===> Extracting for sntop-1.4.3_1 => SHA256 Checksum OK for sntop-1.4.3.tar.gz. Extracted Memory Use: 0.14M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for sntop-1.4.3_1 ===> Applying ports patches for sntop-1.4.3_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> sntop-1.4.3_1 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> sntop-1.4.3_1 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for sntop-1.4.3_1 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -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 -I/usr/local/include/ncurses -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 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 working const... yes checking return type of signal handlers... void checking for printw in -lncurses... yes checking for getopt_long... yes updating cache ./config.cache creating ./config.status creating Makefile sntop: configure complete, now run 'make' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for sntop-1.4.3_1 --- sntop.o --- cc -I. -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DRETSIGTYPE=void -DHAVE_LIBNCURSES=1 -DHAVE_GETOPT_LONG=1 -DCONF_SFILE=\"/usr/local/etc/sntoprc\" -c sntop.c sntop.c: In function 'main': sntop.c:215:24: warning: '%s' directive writing 25 bytes into a region of size between 24 and 76 [-Wformat-overflow=] sprintf(buf, "%s %s %s", ping, current->host, PING_END); ^~ sntop.c:215:4: note: 'sprintf' output between 28 and 80 bytes into a destination of size 78 sprintf(buf, "%s %s %s", ping, current->host, PING_END); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sntop.c:140:5: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] strncpy(action, optarg, ACTION_BUF); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sntop.c:129:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(cfile, optarg, CONF_BUF); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sntop.c:126:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(hfile, optarg, CONF_BUF); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sntop.c:136:5: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] strncpy(action, optarg, ACTION_BUF); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- sntop --- cc -o sntop sntop.o -L/usr/local/lib -Wl,-rpath=/usr/local/lib -lncurses sntop: done compiling, now install with 'make install' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> sntop-1.4.3_1 depends on file: /usr/local/sbin/fping - found ===> sntop-1.4.3_1 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for sntop-1.4.3_1 ===> sntop-1.4.3_1 depends on file: /usr/local/sbin/fping - found ===> sntop-1.4.3_1 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list sntop: Sample config exists at /usr/local/etc/sntoprc.sample sntop: Man file installed in /usr/local/man/man1 sntop: Executable installed in /usr/local/bin install -m 0644 /construction/net/sntop/sntop-1.4.3/COPYING /construction/net/sntop/stage/usr/local/share/doc/sntop install -m 0644 /construction/net/sntop/sntop-1.4.3/CREDITS /construction/net/sntop/stage/usr/local/share/doc/sntop install -m 0644 /construction/net/sntop/sntop-1.4.3/ChangeLog /construction/net/sntop/stage/usr/local/share/doc/sntop install -m 0644 /construction/net/sntop/sntop-1.4.3/INSTALL /construction/net/sntop/stage/usr/local/share/doc/sntop install -m 0644 /construction/net/sntop/sntop-1.4.3/README /construction/net/sntop/stage/usr/local/share/doc/sntop install -m 0644 /construction/net/sntop/sntop-1.4.3/TODO /construction/net/sntop/stage/usr/local/share/doc/sntop install -m 0644 /construction/net/sntop/sntop-1.4.3/alarm.sh /construction/net/sntop/stage/usr/local/share/examples/sntop install -m 0644 /construction/net/sntop/sntop-1.4.3/sntoprc.EXAMPLE /construction/net/sntop/stage/usr/local/share/examples/sntop ====> 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 sntop-1.4.3_1 file sizes/checksums [11]: 0% file sizes/checksums [11]: 100% packing files [11]: 0% packing files [11]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:04