=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for hexcurse-1.60.0 /usr/bin/make all-recursive Making all in src gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -I/usr/pkg/include/ncurses -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/ncurses -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o file.c mv -f .deps/file.Tpo .deps/file.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -I/usr/pkg/include/ncurses -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/ncurses -MT llist.o -MD -MP -MF .deps/llist.Tpo -c -o llist.o llist.c mv -f .deps/llist.Tpo .deps/llist.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -I/usr/pkg/include/ncurses -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/ncurses -MT screen.o -MD -MP -MF .deps/screen.Tpo -c -o screen.o screen.c mv -f .deps/screen.Tpo .deps/screen.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -I/usr/pkg/include/ncurses -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/ncurses -MT hexcurse.o -MD -MP -MF .deps/hexcurse.Tpo -c -o hexcurse.o hexcurse.c In file included from /usr/include/stdio.h:597:0, from ../include/hex.h:23, from hexcurse.c:25: hexcurse.c: In function 'main': hexcurse.c:237:50: error: '__builtin_snprintf' output truncated before the last format character [-Werror=format-truncation=] min_address_length = snprintf(buffer, 1, "%jd", (intmax_t)len); ^ hexcurse.c:237:28: note: '__builtin_snprintf' output between 2 and 21 bytes into a destination of size 1 min_address_length = snprintf(buffer, 1, "%jd", (intmax_t)len); ^ In file included from /usr/include/stdio.h:597:0, from ../include/hex.h:23, from hexcurse.c:25: hexcurse.c: In function 'getMinimumAddressLength': hexcurse.c:237:50: error: '__builtin_snprintf' output truncated before the last format character [-Werror=format-truncation=] min_address_length = snprintf(buffer, 1, "%jd", (intmax_t)len); ^ hexcurse.c:237:28: note: '__builtin_snprintf' output between 2 and 21 bytes into a destination of size 1 min_address_length = snprintf(buffer, 1, "%jd", (intmax_t)len); ^ cc1: all warnings being treated as errors *** Error code 1 Stop. make[2]: stopped in /tmp/pkgbuild/editors/hexcurse/work.alpha/hexcurse-1.60.0/src *** Error code 1 Stop. make[1]: stopped in /tmp/pkgbuild/editors/hexcurse/work.alpha/hexcurse-1.60.0 *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/editors/hexcurse/work.alpha/hexcurse-1.60.0 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/editors/hexcurse *** Error code 1 Stop. make: stopped in /usr/pkgsrc/editors/hexcurse