------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> hexer-1.0.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> hexer-1.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hexer-1.0.3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> hexer-1.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hexer-1.0.3 for building => SHA256 Checksum OK for hexer-1.0.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> hexer-1.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hexer-1.0.3 for building ===> Extracting for hexer-1.0.3 ===> hexer-1.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hexer-1.0.3 for building => SHA256 Checksum OK for hexer-1.0.3.tar.gz. Extracted Memory Use: 0.61M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for hexer-1.0.3 /usr/bin/env WRKSRC=/construction/editors/hexer/hexer-1.0.3 REWARNFILE=/construction/editors/hexer/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's@-lcurses@-lncurses@' /construction/editors/hexer/hexer-1.0.3/Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> hexer-1.0.3 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> hexer-1.0.3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for hexer-1.0.3 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for hexer-1.0.3 --- config.h --- --- bin2c --- --- config.h --- [ ! -e config.h.auto ] || rm config.h.auto echo "/* Autogenerated by Makefile and config-test.c */" > config.h.auto for item in SIGTYPE_INT ALLOCA_H VASPRINTF ; do echo "Testing for $item"; if cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -D"TEST_$item" -c -o config-test.o -Werror config-test.c; then value=1; else value=0; fi; echo "- result: $value"; printf "\\n#define HAVE_%s\\t%d\\n" "$item" "$value" >> config.h.auto; done Testing for SIGTYPE_INT --- bin2c --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,-rpath=/usr/local/lib -o bin2c bin2c.c --- config.h --- config-test.c: In function 'main': config-test.c:98:33: error: passing argument 2 of 'signal' from incompatible pointer type [-Werror=incompatible-pointer-types] buf[0] = '0' + (signal(SIGINT, handler) != SIG_ERR); ^~~~~~~ In file included from /usr/include/signal.h:38, from config-test.c:49: /usr/include/sys/signal.h:317:17: note: expected 'void (*)(int)' but argument is of type 'int (*)(void)' __sighandler_t *signal(int, __sighandler_t *); ^~~~~~ cc1: all warnings being treated as errors - result: 0 Testing for ALLOCA_H - result: 1 Testing for VASPRINTF config-test.c: In function 'run_vasprintf': config-test.c:82:8: error: implicit declaration of function 'vasprintf'; did you mean 'vsprintf'? [-Werror=implicit-function-declaration] ret = vasprintf(&res, "%d", v); ^~~~~~~~~ vsprintf cc1: all warnings being treated as errors --- helptext.c --- ./bin2c -n helptext -o helptext.c help.txt --- config.h --- - result: 0 for item in STRCMP STRCASECMP MEMMOVE FLOAT_H STRERROR ; do echo "Assuming $item is present"; printf "\\n/* Assumed; please let the author know if the build breaks */\\n#define HAVE_%s\\t%d\\n" "$item" 1 >> config.h.auto; done Assuming STRCMP is present Assuming STRCASECMP is present Assuming MEMMOVE is present Assuming FLOAT_H is present Assuming STRERROR is present [ ! -e config.h ] || rm config.h mv config.h.auto config.h --- myc --- --- buffer.o --- --- tio.o --- --- edit.o --- --- main.o --- --- hexer.o --- --- readline.o --- --- regex.o --- --- port.o --- --- exh.o --- --- myc --- cc -L/usr/local/lib -Wl,-rpath=/usr/local/lib -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DMYCALC=1 -o myc calc.c -lm --- buffer.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o buffer.o buffer.c --- tio.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o tio.o tio.c --- edit.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o edit.o edit.c --- main.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o main.o main.c --- hexer.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o hexer.o hexer.c --- readline.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o readline.o readline.c --- regex.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o regex.o regex.c --- port.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o port.o port.c --- exh.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o exh.o exh.c --- set.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o set.o set.c --- map.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o map.o map.c --- signal.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o signal.o signal.c --- util.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o util.o util.c --- commands.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o commands.o commands.c --- helptext.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o helptext.o helptext.c --- calc.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -o calc.o calc.c --- edit.o --- In file included from edit.c:63: In function 'realloc_fatal', inlined from 'he_again' at edit.c:657:33, inlined from 'he_command' at edit.c:1198:5: util.h:65:23: warning: argument 2 range [9223372036854775808, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] void * const newp = realloc(p, size); ^~~~~~~~~~~~~~~~ In file included from edit.c:49: util.h: In function 'he_command': /usr/include/stdlib.h:111:7: note: in a call to allocation function 'realloc' declared here void *realloc(void *, size_t) __heedresult __alloc_size(2); ^~~~~~~ --- hexer --- cc -L/usr/local/lib -Wl,-rpath=/usr/local/lib -o hexer buffer.o tio.o edit.o main.o hexer.o readline.o regex.o port.o exh.o set.o map.o signal.o util.o commands.o helptext.o calc.o -lncurses -lm SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> hexer-1.0.3 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for hexer-1.0.3 ===> hexer-1.0.3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list mkdir -p /construction/editors/hexer/stage/usr/local/bin /construction/editors/hexer/stage/usr/local/man/man1 install -s hexer /construction/editors/hexer/stage/usr/local/bin install -m 644 hexer.1 /construction/editors/hexer/stage/usr/local/man/man1 [ ! -f myc ] || install -s myc /construction/editors/hexer/stage/usr/local/bin [ ! -f myc ] || install -m 644 myc.1 /construction/editors/hexer/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 hexer-1.0.3 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:07