=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for multitail-4.0.6nb1 cc -O2 -march=i586 -I/usr/pkg/include/ncurses -D`uname` -O2 -Wall -DVERSION=\"4.0.6\" -g -DCONFIG_FILE=\"/usr/pkg/etc/multitail.conf\" -I/usr/pkg/include/ncurses -c utils.c In file included from utils.c:28: ./mt.h:169:2: error: unknown type name 'off64_t'; did you mean 'off_t'? off64_t last_size; ^~~~~~~ off_t /usr/include/sys/types.h:207:18: note: 'off_t' declared here typedef __off_t off_t; /* file offset */ ^ In file included from utils.c:30: ./utils.h:8:31: error: unknown type name 'off64_t'; did you mean 'off_t'? int file_info(char *filename, off64_t *file_size, time_field_t tft, time_t *ts, mode_t *mode); ^~~~~~~ off_t /usr/include/sys/types.h:207:18: note: 'off_t' declared here typedef __off_t off_t; /* file offset */ ^ In file included from utils.c:30: ./utils.h:20:27: error: unknown type name 'off64_t'; did you mean 'off_t'? char *abbreviate_filesize(off64_t fsize); ^~~~~~~ off_t /usr/include/sys/types.h:207:18: note: 'off_t' declared here typedef __off_t off_t; /* file offset */ ^ utils.c:239:31: error: unknown type name 'off64_t'; did you mean 'off_t'? int file_info(char *filename, off64_t *file_size, time_field_t tft, time_t *ts, mode_t *mode) ^~~~~~~ off_t /usr/include/sys/types.h:207:18: note: 'off_t' declared here typedef __off_t off_t; /* file offset */ ^ utils.c:241:16: error: variable has incomplete type 'struct stat64' struct stat64 buf; ^ utils.c:241:9: note: forward declaration of 'struct stat64' struct stat64 buf; ^ utils.c:243:6: warning: implicit declaration of function 'stat64' is invalid in C99 [-Wimplicit-function-declaration] if (stat64(filename, &buf) == -1) ^ utils.c:272:16: error: variable has incomplete type 'struct stat64' struct stat64 buf; ^ utils.c:272:9: note: forward declaration of 'struct stat64' struct stat64 buf; ^ utils.c:360:8: warning: implicit declaration of function 'open64' is invalid in C99 [-Wimplicit-function-declaration] fd = open64(path, mode); ^ utils.c:676:9: warning: enumeration value 'TERM_IGNORE' not handled in switch [-Wswitch] switch(term) ^ 3 warnings and 6 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/misc/multitail/work/multitail-4.0.6 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/misc/multitail *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/misc/multitail