------------------------------------------------------------------------------- -- 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 ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> vbindiff-3.0.b5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> vbindiff-3.0.b5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vbindiff-3.0.b5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> vbindiff-3.0.b5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vbindiff-3.0.b5 for building => SHA256 Checksum OK for vbindiff-3.0_beta5.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> vbindiff-3.0.b5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vbindiff-3.0.b5 for building ===> Extracting for vbindiff-3.0.b5 => SHA256 Checksum OK for vbindiff-3.0_beta5.tar.gz. Extracted Memory Use: 0.56M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for vbindiff-3.0.b5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> vbindiff-3.0.b5 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> vbindiff-3.0.b5 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for vbindiff-3.0.b5 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 whether to enable debugging... no 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 c++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of c++... gcc3 checking for gcc... cc 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 dependency style of cc... gcc3 checking for library containing initscr... -lncurses checking for library containing cbreak... none required checking for library containing new_panel... -lpanel checking how to run the C++ preprocessor... c++ -E 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/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 errno.h... (cached) yes checking for fcntl.h... (cached) yes checking for limits.h... (cached) yes checking panel.h usability... yes checking panel.h presence... no configure: WARNING: panel.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: panel.h: proceeding with the compiler's result checking for panel.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... (cached) yes checking for _Bool... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working memcmp... yes checking for atexit... (cached) yes checking for memset... (cached) yes checking for strchr... (cached) yes checking for strerror... (cached) yes checking for strrchr... (cached) yes checking for strtoul... (cached) 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 SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for vbindiff-3.0.b5 --- all --- /usr/bin/make all-am --- vbindiff.o --- --- ConWin.o --- --- GetOpt.o --- --- vbindiff.o --- c++ -DHAVE_CONFIG_H -I. -I./curses -Wall -D_FILE_OFFSET_BITS=64 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -MT vbindiff.o -MD -MP -MF .deps/vbindiff.Tpo -c -o vbindiff.o vbindiff.cpp --- ConWin.o --- c++ -DHAVE_CONFIG_H -I. -I./curses -Wall -D_FILE_OFFSET_BITS=64 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -MT ConWin.o -MD -MP -MF .deps/ConWin.Tpo -c -o ConWin.o `test -f 'curses/ConWin.cpp' || echo './'`curses/ConWin.cpp --- GetOpt.o --- c++ -DHAVE_CONFIG_H -I. -I./curses -Wall -D_FILE_OFFSET_BITS=64 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -MT GetOpt.o -MD -MP -MF .deps/GetOpt.Tpo -c -o GetOpt.o `test -f 'GetOpt/GetOpt.cpp' || echo './'`GetOpt/GetOpt.cpp --- ConWin.o --- mv -f .deps/ConWin.Tpo .deps/ConWin.Po --- GetOpt.o --- mv -f .deps/GetOpt.Tpo .deps/GetOpt.Po --- vbindiff.o --- vbindiff.cpp: In member function 'void FileDisplay::setByte(short int, short int, Byte)': vbindiff.cpp:659:18: warning: '%02X' directive writing between 2 and 8 bytes into a region of size 3 [-Wformat-overflow=] sprintf(str, "%02X", b); ^~~~~~ vbindiff.cpp:659:18: note: directive argument in the range [0, 2147483647] vbindiff.cpp:659:12: note: 'sprintf' output between 3 and 9 bytes into a destination of size 3 sprintf(str, "%02X", b); ~~~~~~~^~~~~~~~~~~~~~~~ mv -f .deps/vbindiff.Tpo .deps/vbindiff.Po --- vbindiff --- c++ -Wall -D_FILE_OFFSET_BITS=64 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,-rpath=/usr/local/lib -o vbindiff vbindiff.o ConWin.o GetOpt.o -lpanel -lncurses SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> vbindiff-3.0.b5 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for vbindiff-3.0.b5 ===> vbindiff-3.0.b5 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list /bin/mkdir -p '/construction/textproc/vbindiff/stage/usr/local/bin' install -s -m 555 vbindiff '/construction/textproc/vbindiff/stage/usr/local/bin' /bin/mkdir -p '/construction/textproc/vbindiff/stage/usr/local/man/man1' install -m 0644 vbindiff.1 '/construction/textproc/vbindiff/stage/usr/local/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 vbindiff-3.0.b5 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:10