=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for gpart-0.1hnb1 /usr/pkg/bin/gmake -C src gmake[1]: Entering directory '/usr/pkgsrc/work/sysutils/gpart/work/gpart-0.1h/src' gcc -O2 -march=i586 -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 /usr/include/stdio.h:374:18: note: 'off_t' declared here typedef __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 /usr/include/stdio.h:374:18: note: 'off_t' declared here typedef __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 /usr/include/stdio.h:374:18: note: 'off_t' declared here typedef __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. : recipe for target 'gpart.o' failed gmake[1]: *** [gpart.o] Error 1 gmake[1]: Leaving directory '/usr/pkgsrc/work/sysutils/gpart/work/gpart-0.1h/src' Makefile:10: recipe for target 'gpart' failed gmake: *** [gpart] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/sysutils/gpart *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/gpart