=> 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
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
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.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: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
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.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: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
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here
typedef __darwin_off_t          off_t;
                                ^
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-macos-trunk-arm64/sysutils/gpart
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/gpart