=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for gpart-0.1hnb1 /opt/pkg/bin/gmake -C src gmake[1]: Entering directory '/Users/pbulk/build/sysutils/gpart/work/gpart-0.1h/src' gcc -pipe -Os -DVERSION=\"0.1h\" -c -o gpart.o gpart.c gcc -pipe -Os -DVERSION=\"0.1h\" -c -o gmodules.o gmodules.c gcc -pipe -Os -DVERSION=\"0.1h\" -c -o disku.o disku.c In file included from disku.c:22: In file included from ./gpart.h:21: ./l64seek.h:41:9: error: unknown type name 'off64_t'; did you mean 'off_t'? typedef off64_t s64_t; ^~~~~~~ off_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ In file included from disku.c:22: In file included from ./gpart.h:21: ./l64seek.h:43:1: error: unknown type name 'off64_t'; did you mean 'off_t'? off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ In file included from disku.c:22: In file included from ./gpart.h:21: ./l64seek.h:43:25: error: unknown type name 'off64_t'; did you mean 'off_t'? off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ 3 errors generated. gmake[1]: *** [<builtin>: disku.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... In file included from gmodules.c:22: In file included from ./gpart.h:21: ./l64seek.h:41:9: error: unknown type name 'off64_t'; did you mean 'off_t'? typedef off64_t s64_t; ^~~~~~~ off_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ In file included from gmodules.c:22: In file included from ./gpart.h:21: ./l64seek.h:43:1: error: unknown type name 'off64_t'; did you mean 'off_t'? off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ In file included from gmodules.c:22: In file included from ./gpart.h:21: ./l64seek.h:43:25: error: unknown type name 'off64_t'; did you mean 'off_t'? off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ In file included from gpart.c:59: In file included from ./gpart.h:21: ./l64seek.h:41:9: error: unknown type name 'off64_t'; did you mean 'off_t'? typedef off64_t s64_t; ^~~~~~~ off_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ gmodules.c:198:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((m->m_gfun == 0)) ~~~~~~~~~~^~~~ In file included from gpart.c:59: In file included from ./gpart.h:21: ./l64seek.hgmodules.c::43:1: error: unknown type name 'off64_t'; did you mean 'off_t'? 198off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t :/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_off_t.h:3117: note: remove extraneous parentheses around the comparison to silence this warning :33: if ((m->m_gfun == 0)) ~ ^ ~ note: 'off_t' declared here typedef __darwin_off_t off_t; ^ gmodules.c:198:17: note: use '=' to turn this equality comparison into an assignment if ((m->m_gfun == 0)) ^~ = 1 warning and 3 errors generated. In file included from gpart.c:59: In file included from ./gpart.h:21: ./l64seek.h:43:25: error: unknown type name 'off64_t'; did you mean 'off_t'? off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ gmake[1]: *** [<builtin>: gmodules.o] Error 1 gpart.c:606:30: warning: array index 5 is past the end of the array (which contains 4 elements) [-Warray-bounds] for (p = pt->t_parts; p < &pt->t_parts[NDOSPARTS + 1]; p++) ^ ~~~~~~~~~~~~~ ./gpart.h:125:2: note: array 't_parts' declared here dos_part_entry t_parts[NDOSPARTS]; ^ gpart.c:610:30: warning: array index 5 is past the end of the array (which contains 4 elements) [-Warray-bounds] for (p = pt->t_parts; p < &pt->t_parts[NDOSPARTS + 1]; p++) ^ ~~~~~~~~~~~~~ ./gpart.h:125:2: note: array 't_parts' declared here dos_part_entry t_parts[NDOSPARTS]; ^ gpart.c:710:30: warning: array index 5 is past the end of the array (which contains 4 elements) [-Warray-bounds] for (p = pt->t_parts; p < &pt->t_parts[NDOSPARTS + 1]; p++) ^ ~~~~~~~~~~~~~ ./gpart.h:125:2: note: array 't_parts' declared here dos_part_entry t_parts[NDOSPARTS]; ^ 3 warnings and 3 errors generated. gmake[1]: *** [<builtin>: gpart.o] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/sysutils/gpart/work/gpart-0.1h/src' gmake: *** [Makefile:10: gpart] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/sysutils/gpart *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/sysutils/gpart