+ 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:2: error: unknown type name 'uintptr_t'; did you mean 'intptr_t'? uintptr_t last_page, should_be_zero; ^~~~~~~~~ intptr_t fsx.c:811:16: error: 'uintptr_t' undeclared (first use in this function); did you mean 'intptr_t'? last_page = ((uintptr_t)p + (offset & page_mask) + size) & ~page_mask; ^~~~~~~~~ intptr_t fsx.c:811:16: note: each undeclared identifier is reported only once for each function it appears in fsx.c:811:26: error: expected ')' before 'p' last_page = ((uintptr_t)p + (offset & page_mask) + size) & ~page_mask; ~ ^ ) fsx.c:816:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (*(char *)should_be_zero) { ^ fsx.c:820:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (*(char *)should_be_zero)); ^ fsx.c: In function 'main': fsx.c:1524:8: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] if (strlcpy(forkname, optarg, sizeof(forkname)) >= sizeof(forkname)) ^~~~~~~ strncpy fsx.c:1530:8: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] if (strlcat(logfile, "/", sizeof(logfile)) >= sizeof(logfile)) ^~~~~~~ strncat fsx.c: In function 'check_trunc_hack': fsx.c:686:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] ftruncate(fd, (off_t)0); ^~~~~~~~~~~~~~~~~~~~~~~ fsx.c:691:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] ftruncate(fd, (off_t)100000); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ fsx.c:697:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] ftruncate(fd, (off_t)0); ^~~~~~~~~~~~~~~~~~~~~~~ gmake: *** [Makefile:37: fsx] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/filesystems/fsx *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/filesystems/fsx