>>> Building on exopi-6 under editors/hexedit BDEPENDS = [devel/metaauto;devel/autoconf/2.69] DIST = [editors/hexedit:hexedit-1.6.tar.gz] FULLPKGNAME = hexedit-1.6 Avoided depends for autoconf-2.69p3 metaauto-1.0p4 distfiles size=31085 >>> Running build in editors/hexedit at 1714743243.86 ===> editors/hexedit ===> Building from scratch hexedit-1.6 ===> hexedit-1.6 depends on: metaauto-* -> metaauto-1.0p4 ===> hexedit-1.6 depends on: autoconf-2.69 -> autoconf-2.69p3 ===> Verifying specs: c curses ===> found c.100.0 curses.15.0 ===> Checking files for hexedit-1.6 `/exopi-cvs/ports/distfiles/hexedit-1.6.tar.gz' is up to date. >> (SHA256) hexedit-1.6.tar.gz: OK ===> Extracting for hexedit-1.6 ===> Patching for hexedit-1.6 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for hexedit-1.6 Running autoconf-2.69 in /exopi-obj/pobj/hexedit-1.6/hexedit-1.6 Running autoheader-2.69 in /exopi-obj/pobj/hexedit-1.6/hexedit-1.6 ===> Configuring for hexedit-1.6 Using /exopi-obj/pobj/hexedit-1.6/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/hexedit-1.6/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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for a BSD-compatible install... /exopi-obj/pobj/hexedit-1.6/bin/install -c checking for initscr in -lcurses... yes checking for keypad in -ltinfo... no 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 for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking whether stat file-mode macros are broken... no checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking how to run the C preprocessor... cc -E 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 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... (cached) yes checking for size_t... (cached) yes checking for memcmp... (cached) yes checking for memmem... (cached) 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... yes checking whether memmem is declared... 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 configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for hexedit-1.6 cc -DHAVE_CONFIG_H -O2 -pipe -c hexedit.c cc -DHAVE_CONFIG_H -O2 -pipe -c display.c display.c:179:22: warning: format specifies type 'unsigned long' but the argument has type 'int' [-Wformat] PRINTW(("%08lX", (int) (base + i))); ~~~~~ ^~~~~~~~~~~~~~~~ %08X ./hexedit.h:56:38: note: expanded from macro 'PRINTW' #define PRINTW(a) ATTRPRINTW(NORMAL, a) ^ ./hexedit.h:54:97: note: expanded from macro 'ATTRPRINTW' #define ATTRPRINTW(attr, a) do { if (oldattr != (attr)) attrset(attr), oldattr = (attr); printw a; } while (0) ^ display.c:192:20: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] printw("--%i%%", fsize == 0 ? 0 : 100 * (base + cursor + fsize/200) / fsize ); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lli display.c:204:23: warning: format specifies type 'unsigned long' but the argument has type 'int' [-Wformat] PRINTW(("%08lX ", (int) (base + offset))); ~~~~~ ^~~~~~~~~~~~~~~~~~~~~ %08X ./hexedit.h:56:38: note: expanded from macro 'PRINTW' #define PRINTW(a) ATTRPRINTW(NORMAL, a) ^ ./hexedit.h:54:97: note: expanded from macro 'ATTRPRINTW' #define ATTRPRINTW(attr, a) do { if (oldattr != (attr)) attrset(attr), oldattr = (attr); printw a; } while (0) ^ 3 warnings generated. cc -DHAVE_CONFIG_H -O2 -pipe -c mark.c cc -DHAVE_CONFIG_H -O2 -pipe -c page.c cc -DHAVE_CONFIG_H -O2 -pipe -c file.c cc -DHAVE_CONFIG_H -O2 -pipe -c interact.c cc -DHAVE_CONFIG_H -O2 -pipe -c misc.c cc -DHAVE_CONFIG_H -O2 -pipe -c search.c cc -o hexedit hexedit.o display.o mark.o page.o file.o interact.o misc.o search.o -lcurses display.c(display.o:(displayMessageAndGetString)): warning: strcpy() is almost always misused, please use strlcpy() search.c(search.o:(search_forward)): warning: sprintf() is often misused, please use snprintf() >>> Running package in editors/hexedit at 1714743254.53 ===> editors/hexedit ===> Faking installation for hexedit-1.6 /exopi-obj/pobj/hexedit-1.6/bin/install -c -d -m 755 /exopi-obj/pobj/hexedit-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/hexedit-1.6/bin/install -c -m 755 hexedit /exopi-obj/pobj/hexedit-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/hexedit-1.6/bin/install -c -d -m 755 /exopi-obj/pobj/hexedit-1.6/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/hexedit-1.6/bin/install -c -m 644 hexedit.1 /exopi-obj/pobj/hexedit-1.6/fake-amd64/usr/local/man/man1 ===> Building package for hexedit-1.6 Create /exopi-cvs/ports/packages/amd64/all/hexedit-1.6.tgz Creating package hexedit-1.6 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************** | 84% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/hexedit-1.6.tgz >>> Running clean in editors/hexedit at 1714743256.03 ===> editors/hexedit ===> Cleaning for hexedit-1.6 >>> Ended at 1714743256.38 max_stuck=0.00/build=10.65/package=1.52/clean=0.37