=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for gpart-0.1hnb1 /usr/pkg/bin/gmake -C src gmake[1]: Entering directory '/var/pkgsrc/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 gmodules.c:198:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((m->m_gfun == 0)) ~~~~~~~~~~^~~~ gmodules.c:198:17: note: remove extraneous parentheses around the comparison to silence this warning if ((m->m_gfun == 0)) ~ ^ ~ gmodules.c:198:17: note: use '=' to turn this equality comparison into an assignment if ((m->m_gfun == 0)) ^~ = disku.c:72:20: error: use of undeclared identifier 'DIOCGDINFO' if (ioctl(d->d_fd,DIOCGDINFO,&dl) == -1) ^ 1 error generated. : recipe for target 'disku.o' failed 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]; ^ gmake[1]: *** [disku.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... 1 warning generated. 3 warnings generated. gmake[1]: Leaving directory '/var/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[1]: stopped in /usr/pkgsrc/sysutils/gpart *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/gpart