=> Bootstrap dependency digest>=20010302: found digest-20180917 ===> Building for bcal-2.1 gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -Wextra -Wno-unused-parameter -Werror -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -Iinc -o bcal src/bcal.c -lreadline src/bcal.c: In function 'converttb': src/bcal.c:907:21: error: '__uint128_t' undeclared (first use in this function) maxuint_t bytes = (__uint128_t)(tb * 1000000000000); ^ src/bcal.c:907:21: note: each undeclared identifier is reported only once for each function it appears in src/bcal.c: In function 'show_basic_sizes': src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'unsigned int' [-Werror=format=] printf("---------------\n Storage sizes\n---------------\n" ^ src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 10 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'unsigned int' [-Werror=format=] src/bcal.c:1099:9: error: format '%lu' expects argument of type 'long unsigned int', but argument 10 has type 'unsigned int' [-Werror=format=] In file included from src/bcal.c:29:0: src/bcal.c: In function 'main': src/bcal.c:2070:15: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werror=format=] log(DEBUG, "maxuint_t is %lu bytes\n", sizeof(maxuint_t)); ^ inc/log.h:32:33: note: in definition of macro 'log' debug_log(__func__, level, format, ##__VA_ARGS__) ^ cc1: all warnings being treated as errors gmake: *** [Makefile:14: bcal] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/math/bcal *** Error code 1 Stop. make: stopped in /usr/pkgsrc/math/bcal