=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for ccrtp-2.1.2nb8 Scanning dependencies of target ccrtp [ 5%] Building CXX object src/CMakeFiles/ccrtp.dir/rtppkt.cpp.o [ 5%] Building CXX object src/CMakeFiles/ccrtp.dir/rtcppkt.cpp.o [ 7%] Building CXX object src/CMakeFiles/ccrtp.dir/source.cpp.o [ 10%] Building CXX object src/CMakeFiles/ccrtp.dir/data.cpp.o [ 13%] Building CXX object src/CMakeFiles/ccrtp.dir/incqueue.cpp.o [ 15%] Building CXX object src/CMakeFiles/ccrtp.dir/outqueue.cpp.o [ 18%] Building CXX object src/CMakeFiles/ccrtp.dir/queue.cpp.o [ 21%] Building CXX object src/CMakeFiles/ccrtp.dir/control.cpp.o [ 23%] Building CXX object src/CMakeFiles/ccrtp.dir/members.cpp.o [ 26%] Building CXX object src/CMakeFiles/ccrtp.dir/socket.cpp.o /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/control.cpp: In member function 'void ost::QueueRTCPManager::takeInControlPacket()': /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/control.cpp:389:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( checkSSRCInRTCPPkt(*sourceLink,source_created, ^~ /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/control.cpp:393:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' onGotSR(*s,pkt->info.SR,pkt->fh.block_count); ^~~~~~~ [ 28%] Building CXX object src/CMakeFiles/ccrtp.dir/duplex.cpp.o [ 31%] Building CXX object src/CMakeFiles/ccrtp.dir/pool.cpp.o [ 34%] Building CXX object src/CMakeFiles/ccrtp.dir/CryptoContext.cpp.o [ 36%] Building CXX object src/CMakeFiles/ccrtp.dir/CryptoContextCtrl.cpp.o [ 39%] Building CXX object src/CMakeFiles/ccrtp.dir/ccrtp/crypto/openssl/hmac.cpp.o [ 42%] Building CXX object src/CMakeFiles/ccrtp.dir/ccrtp/crypto/openssl/SrtpSymCrypto.cpp.o [ 44%] Building CXX object src/CMakeFiles/ccrtp.dir/ccrtp/crypto/macSkein.cpp.o /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp: In function 'void hmac_sha1(uint8_t*, int32_t, const uint8_t**, uint32_t*, uint8_t*, int32_t*)': /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp:55:14: error: aggregate 'HMAC_CTX ctx' has incomplete type and cannot be defined HMAC_CTX ctx; ^~~ /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp:56:5: error: 'HMAC_CTX_init' was not declared in this scope HMAC_CTX_init(&ctx); ^~~~~~~~~~~~~ /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp:56:5: note: suggested alternative: 'HMAC_CTX_new' HMAC_CTX_init(&ctx); ^~~~~~~~~~~~~ HMAC_CTX_new /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp:64:5: error: 'HMAC_CTX_cleanup' was not declared in this scope HMAC_CTX_cleanup(&ctx); ^~~~~~~~~~~~~~~~ /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp:64:5: note: suggested alternative: 'HMAC_CTX_get_md' HMAC_CTX_cleanup(&ctx); ^~~~~~~~~~~~~~~~ HMAC_CTX_get_md /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp: In function 'void* createSha1HmacContext(uint8_t*, int32_t)': /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp:69:54: error: invalid application of 'sizeof' to incomplete type 'HMAC_CTX {aka hmac_ctx_st}' HMAC_CTX* ctx = (HMAC_CTX*)malloc(sizeof(HMAC_CTX)); ^ /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp:71:5: error: 'HMAC_CTX_init' was not declared in this scope HMAC_CTX_init(ctx); ^~~~~~~~~~~~~ /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp:71:5: note: suggested alternative: 'HMAC_CTX_new' HMAC_CTX_init(ctx); ^~~~~~~~~~~~~ HMAC_CTX_new /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp: In function 'void freeSha1HmacContext(void*)': /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp:103:9: error: 'HMAC_CTX_cleanup' was not declared in this scope HMAC_CTX_cleanup((HMAC_CTX*)ctx); ^~~~~~~~~~~~~~~~ /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2/src/ccrtp/crypto/openssl/hmac.cpp:103:9: note: suggested alternative: 'HMAC_CTX_get_md' HMAC_CTX_cleanup((HMAC_CTX*)ctx); ^~~~~~~~~~~~~~~~ HMAC_CTX_get_md [ 47%] Building C object src/CMakeFiles/ccrtp.dir/ccrtp/crypto/skein.c.o --- src/CMakeFiles/ccrtp.dir/ccrtp/crypto/openssl/hmac.cpp.o --- *** [src/CMakeFiles/ccrtp.dir/ccrtp/crypto/openssl/hmac.cpp.o] Error code 1 make[2]: stopped in /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2 1 error make[2]: stopped in /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2 --- src/CMakeFiles/ccrtp.dir/all --- *** [src/CMakeFiles/ccrtp.dir/all] Error code 2 make[1]: stopped in /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2 1 error make[1]: stopped in /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2 *** [all] Error code 2 make: stopped in /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2 1 error make: stopped in /tmp/pkgbuild/net/ccrtp/work.earmv6hf/ccrtp-2.1.2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/net/ccrtp *** Error code 1 Stop. make: stopped in /usr/pkgsrc/net/ccrtp