=> 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 ucommon-6.3.1nb3
Scanning dependencies of target ucommon
[  1%] Building CXX object CMakeFiles/ucommon.dir/corelib/counter.cpp.o
[  2%] Building CXX object CMakeFiles/ucommon.dir/corelib/keydata.cpp.o
[  4%] Building CXX object CMakeFiles/ucommon.dir/corelib/cpr.cpp.o
[  5%] Building CXX object CMakeFiles/ucommon.dir/corelib/containers.cpp.o
[  6%] Building CXX object CMakeFiles/ucommon.dir/corelib/atomic.cpp.o
[  8%] Building CXX object CMakeFiles/ucommon.dir/corelib/persist.cpp.o
[  9%] Building CXX object CMakeFiles/ucommon.dir/corelib/mapped.cpp.o
[ 10%] Building CXX object CMakeFiles/ucommon.dir/corelib/file.cpp.o
[ 12%] Building CXX object CMakeFiles/ucommon.dir/corelib/bitmap.cpp.o
[ 13%] Building CXX object CMakeFiles/ucommon.dir/corelib/memory.cpp.o
[ 16%] Building CXX object CMakeFiles/ucommon.dir/corelib/datetime.cpp.o
[ 16%] Building CXX object CMakeFiles/ucommon.dir/corelib/linked.cpp.o
[ 17%] Building CXX object CMakeFiles/ucommon.dir/corelib/access.cpp.o
[ 18%] Building CXX object CMakeFiles/ucommon.dir/corelib/numbers.cpp.o
[ 20%] Building CXX object CMakeFiles/ucommon.dir/corelib/fsys.cpp.o
[ 21%] Building CXX object CMakeFiles/ucommon.dir/corelib/object.cpp.o
[ 22%] Building CXX object CMakeFiles/ucommon.dir/corelib/protocols.cpp.o
[ 24%] Building CXX object CMakeFiles/ucommon.dir/corelib/regex.cpp.o
[ 25%] Building CXX object CMakeFiles/ucommon.dir/corelib/shell.cpp.o
[ 26%] Building CXX object CMakeFiles/ucommon.dir/corelib/socket.cpp.o
[ 28%] Building CXX object CMakeFiles/ucommon.dir/corelib/stream.cpp.o
[ 29%] Building CXX object CMakeFiles/ucommon.dir/corelib/string.cpp.o
[ 30%] Building CXX object CMakeFiles/ucommon.dir/corelib/tcpbuffer.cpp.o
[ 32%] Building CXX object CMakeFiles/ucommon.dir/corelib/thread.cpp.o
[ 33%] Building CXX object CMakeFiles/ucommon.dir/corelib/timer.cpp.o
[ 34%] Building CXX object CMakeFiles/ucommon.dir/corelib/unicode.cpp.o
[ 36%] Building CXX object CMakeFiles/ucommon.dir/corelib/vector.cpp.o
[ 37%] Building CXX object CMakeFiles/ucommon.dir/corelib/xml.cpp.o
[ 38%] Linking CXX shared library libucommon.so
[ 38%] Built target ucommon
Scanning dependencies of target ucommon-args
Scanning dependencies of target usecure
Scanning dependencies of target ucommon-keywait
Scanning dependencies of target ucommon-pdetach
Scanning dependencies of target ucommon-sockaddr
[ 40%] Building CXX object utils/CMakeFiles/ucommon-args.dir/args.cpp.o
[ 41%] Building CXX object CMakeFiles/usecure.dir/openssl/hmac.cpp.o
Scanning dependencies of target commoncpp
[ 42%] Building CXX object CMakeFiles/usecure.dir/nossl/common.cpp.o
[ 44%] Building CXX object CMakeFiles/usecure.dir/openssl/sstream.cpp.o
[ 45%] Building CXX object utils/CMakeFiles/ucommon-pdetach.dir/pdetach.cpp.o
[ 46%] Building CXX object CMakeFiles/usecure.dir/openssl/random.cpp.o
[ 48%] Building CXX object CMakeFiles/usecure.dir/openssl/ssl.cpp.o
[ 49%] Building CXX object CMakeFiles/usecure.dir/openssl/secure.cpp.o
[ 52%] Building CXX object CMakeFiles/usecure.dir/openssl/digest.cpp.o
[ 52%] Building CXX object utils/CMakeFiles/ucommon-sockaddr.dir/sockaddr.cpp.o
[ 54%] Building CXX object utils/CMakeFiles/ucommon-keywait.dir/keywait.cpp.o
[ 54%] Building CXX object CMakeFiles/usecure.dir/openssl/cipher.cpp.o
[ 56%] Building CXX object CMakeFiles/commoncpp.dir/commoncpp/applog.cpp.o
[ 57%] Building CXX object CMakeFiles/commoncpp.dir/commoncpp/dccp.cpp.o
[ 58%] Building CXX object CMakeFiles/commoncpp.dir/commoncpp/address.cpp.o
[ 60%] Building CXX object CMakeFiles/commoncpp.dir/commoncpp/dso.cpp.o
[ 61%] Linking CXX executable args
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/hmac.cpp:39:23: error: allocation of incomplete type '::HMAC_CTX' (aka 'hmac_ctx_st')
        context = new ::HMAC_CTX;
                      ^~~~~~~~~~
/usr/include/openssl/ossl_typ.h:102:16: note: forward declaration of 'hmac_ctx_st'
typedef struct hmac_ctx_st HMAC_CTX;
               ^
[ 61%] Built target ucommon-args
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/hmac.cpp:40:9: error: use of undeclared identifier 'HMAC_CTX_init'
        HMAC_CTX_init((HMAC_CTX *)context);
        ^
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/hmac.cpp:41:9: warning: 'HMAC_Init' is deprecated [-Wdeprecated-declarations]
        HMAC_Init((HMAC_CTX *)context, key, len, (const EVP_MD *)hmactype);
        ^
/usr/include/openssl/hmac.h:28:1: note: 'HMAC_Init' has been explicitly marked deprecated here
DEPRECATEDIN_1_1_0(__owur int HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
^
/usr/include/openssl/opensslconf.h:127:34: note: expanded from macro 'DEPRECATEDIN_1_1_0'
# define DEPRECATEDIN_1_1_0(f)   DECLARE_DEPRECATED(f)
                                 ^
/usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED'
# define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));
                                                    ^
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/hmac.cpp:48:9: error: use of undeclared identifier 'HMAC_cleanup'
        HMAC_cleanup((HMAC_CTX *)context);
        ^
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/hmac.cpp:51:9: warning: deleting pointer to incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') may cause undefined behavior [-Wdelete-incomplete]
        delete (HMAC_CTX *)context;
        ^      ~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/ossl_typ.h:102:16: note: forward declaration of 'hmac_ctx_st'
typedef struct hmac_ctx_st HMAC_CTX;
               ^
2 warnings and 3 errors generated.
[ 62%] Building CXX object CMakeFiles/commoncpp.dir/commoncpp/exception.cpp.o
--- CMakeFiles/usecure.dir/openssl/hmac.cpp.o ---
*** [CMakeFiles/usecure.dir/openssl/hmac.cpp.o] Error code 1

make[2]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
--- utils/CMakeFiles/ucommon-keywait.dir/all ---
*** [utils/CMakeFiles/ucommon-keywait.dir/all] Error code 2

make[1]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/digest.cpp:40:23: error: allocation of incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st')
        context = new EVP_MD_CTX;
                      ^~~~~~~~~~
/usr/include/openssl/ossl_typ.h:92:16: note: forward declaration of 'evp_md_ctx_st'
typedef struct evp_md_ctx_st EVP_MD_CTX;
               ^
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/digest.cpp:49:9: error: use of undeclared identifier 'EVP_MD_CTX_cleanup'
        EVP_MD_CTX_cleanup((EVP_MD_CTX *)context);
        ^
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/digest.cpp:52:9: warning: deleting pointer to incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st') may cause undefined behavior [-Wdelete-incomplete]
        delete (EVP_MD_CTX *)context;
        ^      ~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/ossl_typ.h:92:16: note: forward declaration of 'evp_md_ctx_st'
typedef struct evp_md_ctx_st EVP_MD_CTX;
               ^
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/digest.cpp:73:27: error: allocation of incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st')
            context = new EVP_MD_CTX;
                          ^~~~~~~~~~
/usr/include/openssl/ossl_typ.h:92:16: note: forward declaration of 'evp_md_ctx_st'
typedef struct evp_md_ctx_st EVP_MD_CTX;
               ^
1 warning and 3 errors generated.
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
--- utils/CMakeFiles/ucommon-pdetach.dir/all ---
*** [utils/CMakeFiles/ucommon-pdetach.dir/all] Error code 2

make[1]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
--- CMakeFiles/usecure.dir/openssl/digest.cpp.o ---
*** [CMakeFiles/usecure.dir/openssl/digest.cpp.o] Error code 1

make[2]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
--- utils/CMakeFiles/ucommon-sockaddr.dir/all ---
*** [utils/CMakeFiles/ucommon-sockaddr.dir/all] Error code 2

make[1]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/cipher.cpp:111:9: warning: deleting pointer to incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') may cause undefined behavior [-Wdelete-incomplete]
        delete (EVP_CIPHER_CTX*)context;
        ^      ~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'evp_cipher_ctx_st'
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
               ^
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/cipher.cpp:128:19: error: allocation of incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
    context = new EVP_CIPHER_CTX;
                  ^~~~~~~~~~~~~~
/usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'evp_cipher_ctx_st'
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
               ^
1 warning and 1 error generated.
/data/scratch/devel/ucommon/work/ucommon-6.3.1/openssl/random.cpp:50:8: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations]
    if(RAND_pseudo_bytes(buf, size))
       ^
/usr/include/openssl/rand.h:47:1: note: 'RAND_pseudo_bytes' has been explicitly marked deprecated here
DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
^
/usr/include/openssl/opensslconf.h:127:34: note: expanded from macro 'DEPRECATEDIN_1_1_0'
# define DEPRECATEDIN_1_1_0(f)   DECLARE_DEPRECATED(f)
                                 ^
/usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED'
# define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));
                                                    ^
--- CMakeFiles/usecure.dir/openssl/cipher.cpp.o ---
*** [CMakeFiles/usecure.dir/openssl/cipher.cpp.o] Error code 1

make[2]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
1 warning generated.
3 errors

make[2]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
--- CMakeFiles/usecure.dir/all ---
*** [CMakeFiles/usecure.dir/all] Error code 2

make[1]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
--- CMakeFiles/commoncpp.dir/all ---
*** [CMakeFiles/commoncpp.dir/all] Error code 2

make[1]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
5 errors

make[1]: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
*** [all] Error code 2

make: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
1 error

make: stopped in /data/scratch/devel/ucommon/work/ucommon-6.3.1
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/devel/ucommon
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/devel/ucommon