=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for setquota-0.1nb2 cc -O2 -march=i586 -Werror -c printquota.c In file included from printquota.c:56: ./quotatool.h:43:22: error: field has incomplete type 'struct dqblk' struct dqblk dq_dqb; ^ ./quotatool.h:43:16: note: forward declaration of 'struct dqblk' struct dqblk dq_dqb; ^ printquota.c:111:3: error: implicit declaration of function 'time' is invalid in C99 [-Werror,-Wimplicit-function-declaration] time(&now); ^ printquota.c:115:21: error: format specifies type 'int' but the argument has type 'time_t' (aka 'long long') [-Werror,-Wformat] sprintf(buf, "%d", seconds); ~~ ^~~~~~~ %lld printquota.c:122:27: error: format specifies type 'int' but the argument has type 'long long' [-Werror,-Wformat] sprintf(buf, "%dyears", (hours + 12) / 24 / 365); ~~ ^~~~~~~~~~~~~~~~~~~~~~~ %lld printquota.c:126:27: error: format specifies type 'long' but the argument has type 'long long' [-Werror,-Wformat] sprintf(buf, "%lddays", (hours + 12) / 24); ~~~ ^~~~~~~~~~~~~~~~~ %lld printquota.c:130:26: error: format specifies type 'int' but the argument has type 'long long' [-Werror,-Wformat] sprintf(buf, "%2d:%d", minutes / 60, minutes % 60); ~~~ ^~~~~~~~~~~~ %2lld printquota.c:130:40: error: format specifies type 'int' but the argument has type 'long long' [-Werror,-Wformat] sprintf(buf, "%2d:%d", minutes / 60, minutes % 60); ~~ ^~~~~~~~~~~~ %lld printquota.c:133:22: error: format specifies type 'int' but the argument has type 'time_t' (aka 'long long') [-Werror,-Wformat] sprintf(buf, "%2d", minutes); ~~~ ^~~~~~~ %2lld 8 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/sysutils/setquota/work/setquota *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/setquota *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/setquota