=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for wipe-2.2.0 --- main.o --- --- wipe.o --- --- rand.o --- --- main.o --- clang -pipe -O2 -ffast-math -I. -DFREEBSD11 -c main.c --- wipe.o --- clang -pipe -O2 -ffast-math -I. -DFREEBSD11 -c wipe.c --- rand.o --- clang -pipe -O2 -ffast-math -I. -DFREEBSD11 -c rand.c --- dir.o --- clang -pipe -O2 -ffast-math -I. -DFREEBSD11 -c dir.c --- file.o --- --- blkdev.o --- --- file.o --- clang -pipe -O2 -ffast-math -I. -DFREEBSD11 -c file.c --- blkdev.o --- clang -pipe -O2 -ffast-math -I. -DFREEBSD11 -c blkdev.c blkdev.c:144:23: error: variable has incomplete type 'struct dkwedge_info' struct dkwedge_info dkw; ^ blkdev.c:144:10: note: forward declaration of 'struct dkwedge_info' struct dkwedge_info dkw; ^ blkdev.c:186:20: error: use of undeclared identifier 'DIOCGDINFO' if (ioctl(f->fd, DIOCGDINFO, &lab) == 0) { ^ blkdev.c:189:25: error: use of undeclared identifier 'DIOCGWEDGEINFO' else if (ioctl(f->fd, DIOCGWEDGEINFO, &dkw) == 0) { ^ blkdev.c:222:35: warning: implicit declaration of function 'DISKPART' is invalid in C99 [-Wimplicit-function-declaration] dkw.dkw_size : lab.d_partitions[DISKPART(f->st.st_rdev)].p_size; ^ blkdev.c:241:39: error: use of undeclared identifier 'DEV_BSIZE' options.sector_size = use_dkw ? DEV_BSIZE : lab.d_secsize; ^ 1 warning and 4 errors generated. *** [blkdev.o] Error code 1 bmake: stopped in /var/pkgsrc/work/sysutils/wipe/work/wipe-2.2.0 1 error bmake: stopped in /var/pkgsrc/work/sysutils/wipe/work/wipe-2.2.0 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/sysutils/wipe *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/wipe