------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/autoconf-wrapper-20131203.txz 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. Installing /packages/All/autoconf-2.69_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/automake-1.16.1_2.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> msend-3.0_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> msend-3.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by msend-3.0_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> msend-3.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by msend-3.0_3 for building => SHA256 Checksum OK for msend-3.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> msend-3.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by msend-3.0_3 for building ===> Extracting for msend-3.0_3 => SHA256 Checksum OK for msend-3.0.tar.gz. Extracted Memory Use: 0.35M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for msend-3.0_3 ===> Applying ports patches for msend-3.0_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> msend-3.0_3 depends on package: autoconf>=2.69 - found ===> msend-3.0_3 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> msend-3.0_3 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> msend-3.0_3 depends on package: autoconf>=2.69 - found ===> msend-3.0_3 depends on package: automake>=1.16.1 - found ===> msend-3.0_3 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) ===> Configuring for msend-3.0_3 aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoheader-2.69: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader-2.69: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader-2.69: WARNING: is deprecated and discouraged. autoheader-2.69: autoheader-2.69: WARNING: Using the third argument of `AC_DEFINE' and autoheader-2.69: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without autoheader-2.69: WARNING: `acconfig.h': autoheader-2.69: autoheader-2.69: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader-2.69: [Define if a function `main' is needed.]) autoheader-2.69: autoheader-2.69: WARNING: More sophisticated templates can also be produced, see the autoheader-2.69: WARNING: documentation. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:3: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.in:7: installing './compile' Makefile.am: installing './depcomp' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' 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 a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking for main in -lreadline... yes checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 fcntl.h... (cached) yes checking for limits.h... (cached) yes checking for malloc.h... (cached) no checking for sys/file.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... 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 return type of signal handlers... void checking for strftime... (cached) yes checking for wait3 that fills in rusage... yes checking for gethostname... (cached) yes checking for select... (cached) yes checking for socket... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default commands ./config.status: config.h: not found SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for msend-3.0_3 --- all --- /usr/bin/make all-am --- msend.o --- --- msave.o --- --- compat.o --- --- mesgd.o --- --- msave.o --- cc -DHAVE_CONFIG_H -I. -I/usr/local/include -pipe -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX -O2 -fno-strict-aliasing -MT msave.o -MD -MP -MF .deps/msave.Tpo -c -o msave.o msave.c --- msend.o --- cc -DHAVE_CONFIG_H -I. -I/usr/local/include -pipe -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX -O2 -fno-strict-aliasing -MT msend.o -MD -MP -MF .deps/msend.Tpo -c -o msend.o msend.c --- compat.o --- cc -DHAVE_CONFIG_H -I. -I/usr/local/include -pipe -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX -O2 -fno-strict-aliasing -MT compat.o -MD -MP -MF .deps/compat.Tpo -c -o compat.o compat.c --- mesgd.o --- cc -DHAVE_CONFIG_H -I. -I/usr/local/include -pipe -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX -O2 -fno-strict-aliasing -MT mesgd.o -MD -MP -MF .deps/mesgd.Tpo -c -o mesgd.o mesgd.c --- compat.o --- mv -f .deps/compat.Tpo .deps/compat.Po --- mesgd.o --- mesgd.c: In function 'reaper': mesgd.c:479:6: warning: implicit declaration of function 'wait'; did you mean 'main'? [-Wimplicit-function-declaration] i = wait(&j); ^~~~ main mesgd.c: In function 'send_to_term': mesgd.c:771:30: warning: function returns address of local variable [-Wreturn-local-addr] return("-unable to stat %s", device); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ mesgd.c: In function 'store_to_file': mesgd.c:850:2: warning: 'strncat' specified bound 1025 equals destination size [-Wstringop-overflow=] strncat(fullpath, "/.message", sizeof(fullpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- msave.o --- mv -f .deps/msave.Tpo .deps/msave.Po --- msend.o --- mv -f .deps/msend.Tpo .deps/msend.Po --- msend --- cc -pipe -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX -O2 -fno-strict-aliasing -L/usr/local/lib -o msend msend.o msave.o compat.o -lreadline --- mesgd.o --- mesgd.c: In function 'output_message': mesgd.c:949:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(&outline2[before], outline, strlen(outline)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mesgd.c:948:27: note: length computed here before = (LINELENGTH-1 - strlen(outline)) / 2; ^~~~~~~~~~~~~~~ mesgd.c:959:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(&outline[6], sender, strlen(sender)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mesgd.c:959:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] mesgd.c:970:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(&outline[LINELENGTH-2-length], sender, length); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mesgd.c:967:12: note: length computed here length = strlen(sender); ^~~~~~~~~~~~~~ mv -f .deps/mesgd.Tpo .deps/mesgd.Po --- mesgd --- cc -pipe -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX -O2 -fno-strict-aliasing -L/usr/local/lib -o mesgd mesgd.o compat.o -lreadline SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for msend-3.0_3 ===> Generating temporary packing list /bin/mkdir -p '/construction/net/msend/stage/usr/local/bin' install -s -m 555 msend '/construction/net/msend/stage/usr/local/bin' /bin/mkdir -p '/construction/net/msend/stage/usr/local/sbin' install -s -m 555 mesgd '/construction/net/msend/stage/usr/local/sbin' /bin/mkdir -p '/construction/net/msend/stage/usr/local/man/man1' install -m 0644 msend.1 '/construction/net/msend/stage/usr/local/man/man1' /bin/mkdir -p '/construction/net/msend/stage/usr/local/man/man8' install -m 0644 mesgd.8 '/construction/net/msend/stage/usr/local/man/man8' ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> 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 msend-3.0_3 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:00 TOTAL TIME 00:00:23