=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> 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 cfengine-3.7.3nb1 Making all in libcompat CC generic_at.lo CC getopt.lo CC getopt1.lo CC memdup.lo CC rpl_ctime.lo CC strrstr.lo CCLD libcompat.la Making all in libutils CC alloc.lo CC atexit.lo CC hashes.lo CC sequence.lo CC set.lo CC statistics.lo CC string_lib.lo CC proc_keyvalue.lo CC json.lo CC json-yaml.lo CC refcount.lo CC list.lo CC logging.lo CC buffer.lo CC ip_address.lo CC map.lo hashes.c:50:20: error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') EVP_MD_CTX context; ^ /usr/include/openssl/ossl_typ.h:92:16: note: forward declaration of 'struct evp_md_ctx_st' typedef struct evp_md_ctx_st EVP_MD_CTX; ^ 1 error generated. gmake[3]: *** [Makefile:522: hashes.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... ip_address.c:135:20: warning: array subscript is of type 'char' [-Wchar-subscripts] is_digit = 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)) ^~~~ ip_address.c:403:23: warning: array subscript is of type 'char' [-Wchar-subscripts] is_hexdigit = isxdigit(*p); ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ ip_address.c:404:20: warning: array subscript is of type 'char' [-Wchar-subscripts] is_digit = 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)) ^~~~ ip_address.c:408:17: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isalpha(*p)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ ip_address.c:410:37: warning: array subscript is of type 'char' [-Wchar-subscripts] is_upper_hexdigit = isupper(*p); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:57:44: note: expanded from macro 'isupper' #define isupper(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_U)) ^~~~ 5 warnings generated. gmake[2]: *** [Makefile:402: all] Error 2 gmake[1]: *** [Makefile:560: all-recursive] Error 1 gmake: *** [Makefile:480: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/sysutils/cfengine3 *** Error code 1 Stop. make: stopped in /data/pkgsrc/sysutils/cfengine3