=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for gpart-0.1hnb1 /opt/pkg/bin/gmake -C src gmake[1]: Entering directory '/opt/work/sysutils/gpart/work/gpart-0.1h/src' gcc -O2 -DVERSION=\"0.1h\" -c -o gpart.o gpart.c gcc -O2 -DVERSION=\"0.1h\" -c -o gmodules.o gmodules.c gcc -O2 -DVERSION=\"0.1h\" -c -o disku.o disku.c gcc -O2 -DVERSION=\"0.1h\" -c -o l64seek.o l64seek.c gcc -O2 -DVERSION=\"0.1h\" -c -o gm_ext2.o gm_ext2.c gcc -O2 -DVERSION=\"0.1h\" -c -o gm_lswap.o gm_lswap.c gcc -O2 -DVERSION=\"0.1h\" -c -o gm_fat.o gm_fat.c gcc -O2 -DVERSION=\"0.1h\" -c -o gm_bsddl.o gm_bsddl.c In file included from l64seek.c:17: ./l64seek.h:41:9: error: unknown type name 'off64_t'; did you mean 'off_t'? typedef off64_t s64_t; ^~~~~~~ off_t /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 l64seek.c:17: ./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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 l64seek.c:17: ./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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ l64seek.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'? 34:1: error: unknown type name 'off64_t'; did you mean 'off_t'? typedef off64_t s64_t; ^~~~~~~ off_t off64_t l64seek(int fd,off64_t offset,int whence) ^~~~~~~ off_t /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ typedef __darwin_off_t off_t; ^ l64seek.c:34:24: error: unknown type name 'off64_t'; did you mean 'off_t'? In file included from off64_t l64seek(int fd,off64_t offset,int whence) ^~~~~~~ off_t 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'? /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here In file included from 31:typedef __darwin_off_t off_t; ^ 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'? 33: note: 'off_t' declared here l64seek.c:36:2: error: unknown type name 'off64_t'; did you mean 'off_t'? typedef __darwin_off_t off_t; ^ off64_t ret = (off64_t)-1; ^~~~~~~ off_t typedef off64_t s64_t; ^~~~~~~ off_t /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:typedef __darwin_off_t off_t; ^ 31:33: note: 'off_t' declared here In file included from typedef __darwin_off_t off_t; ^ 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'? l64seek.c:36off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t :18: error: use of undeclared identifier 'off64_t' /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: In file included from gmodules.c:22 off64_t ret = (off64_t)-1;In file included from : In file included from ./gpart.h:21: ./l64seek.h:43:1: error: unknown type name 'off64_t'; did you mean 'off_t'? gm_bsddl.c:17: off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t In file included from ./gpart.h:In file included from gm_lswap.c:19/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: :In file included from ./gpart.h:213121: : ./l64seek.h:41:./l64seek.h9: error:: unknown type name 'off64_t'; did you mean 'off_t'? :33:'off_t' declared here41 :note: 'off_t' declared here ^typedef off64_t s64_t; ^~~~~~~ off_t9 typedef __darwin_off_t off_t; ^ : error: unknown type name 'off64_t'; did you mean 'off_t'? /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h typedef off64_t s64_t; ^~~~~~~7:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ errors generated. typedef __darwin_off_t off_t; ^ 3 errors generated. off_t /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 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'? 'off_t' declared hereoff64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ typedef __darwin_off_t off_t; ^ In file included from gm_bsddl.c:17: 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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 gm_bsddl.c:17: 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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 gm_lswap.c:19: 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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 gm_lswap.c:19: 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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ 3 errors generated. 3 errors generated. gmake[1]: *** [: l64seek.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: *** [: disku.o] Error 1 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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ gmake[1]: *** [: gm_bsddl.o] Error 1 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'? gmake[1]: *** [: gm_lswap.o] Error 1 off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t In file included from gm_fat.c:17: In file included from ./gpart.h:21: ./l64seek.h:41:9: error/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ : unknown type name 'off64_t'; did you mean 'off_t'? gmodules.c:198:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] typedef off64_t s64_t; ^~~~~~~ off_t if ((m->m_gfun == 0)) ~~~~~~~~~~^~~~ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here gmodules.c:198:17: note: remove extraneous parentheses around the comparison to silence this warning typedef __darwin_off_t off_t; if ((m->m_gfun == 0)) ~ ^ ~ ^ gmodules.c:198:17: note: use '=' to turn this equality comparison into an assignment if ((m->m_gfun == 0)) ^~ = 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'? In file included from gm_fat.c:17: In file included from ./gpart.h:21: ./l64seek.h:43:11 warningoff64_t l64seek(int fd, off64_t offset, int whence);: error: unknown type name 'off64_t'; did you mean 'off_t'? and 3 error ^~~~~~~ off_t /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here stypedef __darwin_off_t off_t; ^ generated. off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 gm_fat.c:17: 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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 gm_ext2.c:27: In file included from ./gpart.h:213 errors generated. : ./l64seek.h:41:9: error: unknown type name 'off64_t'; did you mean 'off_t'? typedef off64_t s64_t; ^~~~~~~ off_t /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ gmake[1]: *** [: gmodules.o] Error 1 In file included from gm_ext2.c:27: 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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 In file included from gm_ext2.c:27: In file included from ./gpart.h:21: ./l64seek.h:43:25: error: unknown type name 'off64_t'; did you mean 'off_t'? dos_part_entry t_parts[NDOSPARTS]; ^ off64_t l64seek(int fd, off64_t offset, int whence); ^~~~~~~ off_t /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here gpart.c:typedef __darwin_off_t off_t; ^ 610:30: warning: array index 5 is past the end of the array (which contains 4 elements) [-Warray-bounds] gmake[1]: *** [: gm_fat.o] Error 1 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 errors generated. gmake[1]: *** [: gm_ext2.o] Error 1 3 warnings and 3 errors generated. gmake[1]: *** [: gpart.o] Error 1 gmake[1]: Leaving directory '/opt/work/sysutils/gpart/work/gpart-0.1h/src' gmake: *** [Makefile:10: gpart] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/sysutils/gpart *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/sysutils/gpart