=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for zkt-1.1.2nb2 --- zkt-conf.o --- --- zfparse.o --- --- dki.o --- --- misc.o --- --- domaincmp.o --- --- zconf.o --- --- log.o --- --- zkt-ls.o --- --- zkt-conf.o --- clang -O2 -g -DHAVE_CONFIG_H -I. -Wall -Wmissing-prototypes -c zkt-conf.c --- dki.o --- clang -O2 -g -DHAVE_CONFIG_H -I. -Wall -Wmissing-prototypes -c dki.c --- misc.o --- clang -O2 -g -DHAVE_CONFIG_H -I. -Wall -Wmissing-prototypes -c misc.c --- domaincmp.o --- clang -O2 -g -DHAVE_CONFIG_H -I. -Wall -Wmissing-prototypes -c domaincmp.c --- zfparse.o --- clang -O2 -g -DHAVE_CONFIG_H -I. -Wall -Wmissing-prototypes -c zfparse.c --- log.o --- clang -O2 -g -DHAVE_CONFIG_H -I. -Wall -Wmissing-prototypes -c log.c --- zkt-ls.o --- clang -O2 -g -DHAVE_CONFIG_H -I. -Wall -Wmissing-prototypes -c zkt-ls.c --- zconf.o --- clang -O2 -g -DHAVE_CONFIG_H -I. -Wall -Wmissing-prototypes -c zconf.c --- zfparse.o --- zfparse.c:120:13: warning: array subscript is of type 'char' [-Wchar-subscripts] quantity = tolower (quantity); ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ --- zkt-conf.o --- zkt-conf.c:212:43: error: expected expression --- zfparse.o --- zfparse.c:226:14: warning: array subscript is of type 'char' [-Wchar-subscripts] else if ( !isspace (*p) ) /* label ? */ ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' --- zkt-conf.o --- progname, ZKT_VERSION, BIND_VERSION); ^ --- zfparse.o --- #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ zfparse.c:234:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( (toupper (*p) == 'I' && toupper (p[1]) == 'N') || ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ zfparse.c:234:32: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( (toupper (*p) == 'I' && toupper (p[1]) == 'N') || ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ zfparse.c:235:9: warning: array subscript is of type 'char' [-Wchar-subscripts] (toupper (*p) == 'C' && toupper (p[1]) == 'H') ) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ zfparse.c:235:32: warning: array subscript is of type 'char' [-Wchar-subscripts] (toupper (*p) == 'C' && toupper (p[1]) == 'H') ) ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ zfparse.c:239:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( isdigit (*p) ) /* ttl ? */ ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ --- zkt-conf.o --- 1 error generated. --- dki.o --- dki.c:108:14: warning: array subscript is of type 'char' [-Wchar-subscripts] switch ( tolower (tag[0]) ) ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ dki.c:153:24: warning: array subscript is of type 'char' [-Wchar-subscripts] for ( p = buf; *p && isspace (*p); p++ ) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ dki.c:230:43: error: invalid token at start of a preprocessor expression #if defined(BIND_VERSION) && BIND_VERSION >= 970 ^ --- zkt-conf.o --- *** [zkt-conf.o] Error code 1 make: stopped in /data/scratch/security/zkt/work/zkt-1.1.2 --- zconf.o --- zconf.c:330:22: warning: array subscript is of type 'char' [-Wchar-subscripts] while ( p >= buf && isspace (*p) ) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ zconf.c:333:16: warning: array subscript is of type 'char' [-Wchar-subscripts] for (p = buf; isspace (*p); p++ ) /* Ignore leading white space */ ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ zconf.c:343:22: warning: array subscript is of type 'char' [-Wchar-subscripts] while ( p < end && !ISDELIM (*p) ) /* Skip until delim */ ^~~~~~~~~~~~ zconf.c:70:22: note: expanded from macro 'ISDELIM' # define ISDELIM(c) (isspace (c) || (c) == ':' || (c) == '=') ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ zconf.c:348:21: warning: array subscript is of type 'char' [-Wchar-subscripts] while ( p < end && ISDELIM (*p) ) /* Skip delim chars */ ^~~~~~~~~~~~ zconf.c:70:22: note: expanded from macro 'ISDELIM' # define ISDELIM(c) (isspace (c) || (c) == ':' || (c) == '=') ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ zconf.c:371:24: warning: array subscript is of type 'char' [-Wchar-subscripts] while ( p >= val && isspace (*p) ); ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ --- dki.o --- dki.c:574:13: warning: array subscript is of type 'char' [-Wchar-subscripts] *newfile = tolower (*newfile); ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ --- zconf.o --- zconf.c:438:43: error: invalid token at start of a preprocessor expression #if defined(BIND_VERSION) && BIND_VERSION >= 970 ^ --- misc.o --- misc.c:119:26: warning: field precision should have type 'int', but argument has type 'long' [-Wformat] snprintf (buf, size, "%.*s-%s%s", p - file, file, view, p); ~~^~ ~~~~~~~~ --- zconf.o --- zconf.c:527:12: warning: array subscript is of type 'char' [-Wchar-subscripts] putc (toupper (*p), fp); ~~~~~~^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^ /usr/include/stdio.h:502:29: note: expanded from macro 'putc' #define putc(x, fp) __sputc(x, fp) ^ --- log.o --- log.c:416:38: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] t->tm_hour, t->tm_min, t->tm_sec, tv.tv_usec / 1000); ^~~~~~~~~~~~~~~~~ --- misc.o --- misc.c:148:10: warning: array subscript is of type 'char' [-Wchar-subscripts] *p++ = tolower (*s++); --- zconf.o --- zconf.c:741:19: warning: if statement has empty body [-Wempty-body] if (conf != NULL); ^ zconf.c:741:19: note: put the semicolon on a separate line to silence this warning --- misc.o --- ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ --- dki.o --- 3 warnings and 1 error generated. --- misc.o --- misc.c:189:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( !isspace (*p) ) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ --- zconf.o --- 7 warnings and 1 error generated. --- misc.o --- misc.c:294:26: warning: array subscript is of type 'char' [-Wchar-subscripts] for ( start = p; *p && isdigit (*p); p++ ) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ --- zconf.o --- *** [zconf.o] Error code 1 make: stopped in /data/scratch/security/zkt/work/zkt-1.1.2 --- dki.o --- *** [dki.o] Error code 1 make: stopped in /data/scratch/security/zkt/work/zkt-1.1.2 --- misc.o --- misc.c:548:60: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( !bufoverflow && !multi_line_dnskey && (*p == '@' || isspace (*p)) ) /* check if DNSKEY RR */ ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ misc.c:552:12: warning: array subscript is of type 'char' [-Wchar-subscripts] while ( isspace (*p) ) ; ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ misc.c:555:12: warning: array subscript is of type 'char' [-Wchar-subscripts] while ( isdigit (*p) ) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ misc.c:558:12: warning: array subscript is of type 'char' [-Wchar-subscripts] while ( isspace (*p) ) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ misc.c:565:13: warning: array subscript is of type 'char' [-Wchar-subscripts] while ( isspace (*p) ) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ --- zfparse.o --- 7 warnings generated. --- log.o --- 1 warning generated. --- misc.o --- 9 warnings generated. 3 errors make: stopped in /data/scratch/security/zkt/work/zkt-1.1.2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/security/zkt *** Error code 1 Stop. make: stopped in /data/pkgsrc/security/zkt