=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for ruby22-quota-0.5.1nb11 --- quota.o --- compiling quota.c quota.c:196:22: warning: incompatible pointer types passing 'struct statvfs **' to parameter of type 'struct statfs **' [-Wincompatible-pointer-types] count = getmntinfo(&buff, MNT_WAIT); ^~~~~ /usr/include/sys/mount.h:942:32: note: passing argument to parameter here int getmntinfo(struct statfs **, int); ^ quota.c:198:20: error: subscript of pointer to incomplete type 'struct statvfs' if( strcmp(buff[i].f_mntfromname, dev) == 0 ){ ~~~~^ quota.c:188:10: note: forward declaration of 'struct statvfs' struct statvfs *buff; ^ quota.c:199:18: error: subscript of pointer to incomplete type 'struct statvfs' path = buff[i].f_mntonname; ~~~~^ quota.c:188:10: note: forward declaration of 'struct statvfs' struct statvfs *buff; ^ 1 warning and 2 errors generated. *** [quota.o] Error code 1 bmake: stopped in /var/pkgsrc/work/sysutils/ruby-quota/work/ruby-quota-0.5.1 1 error bmake: stopped in /var/pkgsrc/work/sysutils/ruby-quota/work/ruby-quota-0.5.1 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/sysutils/ruby-quota *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/ruby-quota