------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The icmpchat 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 ------------------------------------------------------------------------------- ===> icmpchat-0.6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The icmpchat 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 ===> icmpchat-0.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by icmpchat-0.6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The icmpchat 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 ===> icmpchat-0.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by icmpchat-0.6 for building => SHA256 Checksum OK for icmpchat-0.6.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The icmpchat 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 ===> icmpchat-0.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by icmpchat-0.6 for building ===> Extracting for icmpchat-0.6 => SHA256 Checksum OK for icmpchat-0.6.tar.gz. Extracted Memory Use: 0.20M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for icmpchat-0.6 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> icmpchat-0.6 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> icmpchat-0.6 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for icmpchat-0.6 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for icmpchat-0.6 --- setup.o --- --- debug.o --- --- sendicmp.o --- --- chat.o --- --- wrap.o --- --- cipherwrap.o --- --- sha256.o --- --- rijndael.o --- --- curses.o --- --- setup.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c setup.c --- debug.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c debug.c --- sendicmp.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c sendicmp.c --- chat.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c chat.c --- wrap.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c wrap.c --- cipherwrap.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c cipherwrap.c --- sha256.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c sha256.c --- rijndael.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c rijndael.c --- curses.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c curses.c --- setup.o --- setup.c: In function 'main': setup.c:30:35: warning: right shift count >= width of type [-Wshift-count-overflow] if(icmptype < 0 || icmptype >> ICMP_MAXTYPE) ^~ --- cipherwrap.o --- cipherwrap.c: In function 'encipher_string': cipherwrap.c:54:3: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncat(buffer, textbuf, strlen(textbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cipherwrap.h:9, from cipherwrap.c:7: cipherwrap.c:53:10: note: length computed here assert(strlen(textbuf) < sizeof(buffer)-strlen(buffer)); ^~~~~~~~~~~~~~~ cipherwrap.c: In function 'decipher_string': cipherwrap.c:93:3: warning: 'memcpy' reading 256 bytes from a region of size 249 [-Wstringop-overflow=] memcpy(decipher_text, buffer + strlen(SID), CIPHERBUF); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- all --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -o icmpchat setup.o debug.o sendicmp.o chat.o wrap.o cipherwrap.o sha256.o rijndael.o curses.o -L/usr/local/lib -Wl,-rpath=/usr/local/lib -lncurses Build icmpchat SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> icmpchat-0.6 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for icmpchat-0.6 ===> icmpchat-0.6 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 /construction/net-im/icmpchat/icmpchat-0.6/icmpchat /construction/net-im/icmpchat/stage/usr/local/bin cd /construction/net-im/icmpchat/icmpchat-0.6 && install -m 0644 Changes Problems Readme Todo /construction/net-im/icmpchat/stage/usr/local/share/doc/icmpchat ====> 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 icmpchat-0.6 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:04