------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor 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 SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> hexedit-1.4.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> hexedit-1.4.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hexedit-1.4.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> hexedit-1.4.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hexedit-1.4.2 for building => SHA256 Checksum OK for pixel-hexedit-1.4.2_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> hexedit-1.4.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hexedit-1.4.2 for building ===> Extracting for hexedit-1.4.2 => SHA256 Checksum OK for pixel-hexedit-1.4.2_GH0.tar.gz. Extracted Memory Use: 0.14M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for hexedit-1.4.2 ===> Applying ports patches for hexedit-1.4.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> hexedit-1.4.2 depends on file: /usr/local/lib/libncurses.so.6 - found ===> hexedit-1.4.2 depends on package: autoconf>=2.69 - found ===> hexedit-1.4.2 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> hexedit-1.4.2 depends on file: /usr/local/lib/libncurses.so.6 - found ===> hexedit-1.4.2 depends on package: autoconf>=2.69 - found ===> hexedit-1.4.2 depends on package: automake>=1.16.1 - found ===> Configuring for hexedit-1.4.2 configure: loading site script /xports/Templates/config.site 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 for a BSD-compatible install... /usr/bin/install -c checking for initscr in -lcurses... no checking for initscr in -lncurses... yes checking for keypad in -ltinfo... yes checking for use_default_colors... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no 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 whether stat file-mode macros are broken... no 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 unistd.h... (cached) yes checking for libgen.h... (cached) yes checking for sys/mount.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... (cached) yes checking for memcmp... (cached) yes checking for memmem... yes checking for memrmem... no checking for memrchr... yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for basename... (cached) yes checking whether dirname is declared... yes checking whether basename is declared... yes checking whether memrchr is declared... (cached) yes checking whether memmem is declared... (cached) yes checking whether memrmem is declared... no configure: creating ./config.status config.status: creating Makefile config.status: creating Makefile-build config.status: creating hexedit.1 config.status: creating config.h SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for hexedit-1.4.2 --- hexedit.o --- --- display.o --- --- mark.o --- --- page.o --- --- file.o --- --- interact.o --- --- misc.o --- --- search.o --- --- page.o --- cc -DHAVE_CONFIG_H -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c page.c --- display.o --- cc -DHAVE_CONFIG_H -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c display.c --- file.o --- cc -DHAVE_CONFIG_H -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c file.c --- hexedit.o --- cc -DHAVE_CONFIG_H -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c hexedit.c --- interact.o --- cc -DHAVE_CONFIG_H -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c interact.c --- misc.o --- cc -DHAVE_CONFIG_H -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c misc.c --- mark.o --- cc -DHAVE_CONFIG_H -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c mark.c --- search.o --- cc -DHAVE_CONFIG_H -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c search.c --- hexedit --- cc -L/usr/local/lib -Wl,-rpath=/usr/local/lib -o hexedit hexedit.o display.o mark.o page.o file.o interact.o misc.o search.o -lncurses -ltinfo m4 -DVERSION=1.4.2 /construction/editors/hexedit/hexedit-1.4.2/hexedit.1.in > /construction/editors/hexedit/hexedit-1.4.2/hexedit.1 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> hexedit-1.4.2 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for hexedit-1.4.2 ===> hexedit-1.4.2 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 /construction/editors/hexedit/hexedit-1.4.2/hexedit /construction/editors/hexedit/stage/usr/local/bin/ install -m 444 /construction/editors/hexedit/hexedit-1.4.2/hexedit.1 /construction/editors/hexedit/stage/usr/local/share/man/man1/ ====> 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 hexedit-1.4.2 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:15