+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fsx-2009/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fsx-2009/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for fsx-2009 cc -pipe -O2 -o fsx fsx.c fsx.c: In function 'check_eofpage': fsx.c:801:9: error: unknown type name 'uintptr_t' 801 | uintptr_t last_page, should_be_zero; | ^~~~~~~~~ fsx.c:78:1: note: 'uintptr_t' is defined in header '<stdint.h>'; did you forget to '#include <stdint.h>'? 77 | #include <libgen.h> +++ |+#include <stdint.h> 78 | #ifdef XILOG fsx.c:811:23: error: 'uintptr_t' undeclared (first use in this function) 811 | last_page = ((uintptr_t)p + (offset & page_mask) + size) & ~page_mask; | ^~~~~~~~~ fsx.c:811:23: note: 'uintptr_t' is defined in header '<stdint.h>'; did you forget to '#include <stdint.h>'? fsx.c:811:23: note: each undeclared identifier is reported only once for each function it appears in fsx.c:811:33: error: expected ')' before 'p' 811 | last_page = ((uintptr_t)p + (offset & page_mask) + size) & ~page_mask; | ~ ^ | ) fsx.c:816:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 816 | if (*(char *)should_be_zero) { | ^ fsx.c:820:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 820 | (*(char *)should_be_zero)); | ^ fsx.c: In function 'main': fsx.c:1524:29: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 1524 | if (strlcpy(forkname, optarg, sizeof(forkname)) >= sizeof(forkname)) | ^~~~~~~ | strncpy fsx.c:1530:29: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] 1530 | if (strlcat(logfile, "/", sizeof(logfile)) >= sizeof(logfile)) | ^~~~~~~ | strncat fsx.c: In function 'check_trunc_hack': fsx.c:686:9: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 686 | ftruncate(fd, (off_t)0); | ^~~~~~~~~~~~~~~~~~~~~~~ fsx.c:691:9: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 691 | ftruncate(fd, (off_t)100000); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ fsx.c:697:9: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 697 | ftruncate(fd, (off_t)0); | ^~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:37: fsx] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/filesystems/fsx *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/filesystems/fsx