+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/git-crypt-0.7.0/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/git-crypt-0.7.0/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for git-crypt-0.7.0 --- git-crypt.o --- --- commands.o --- --- git-crypt.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c git-crypt.cpp --- commands.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c commands.cpp --- crypto.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c crypto.cpp --- gpg.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c gpg.cpp --- key.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c key.cpp --- util.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c util.cpp --- parse_options.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c parse_options.cpp --- coprocess.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c coprocess.cpp --- fhstream.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c fhstream.cpp --- crypto-openssl-10.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c crypto-openssl-10.cpp --- crypto-openssl-11.o --- c++ -pipe -O2 -I/usr/include -std=c++11 -I/usr/include -c crypto-openssl-11.cpp --- crypto-openssl-10.o --- crypto-openssl-10.cpp: In constructor 'Aes_ecb_encryptor::Aes_ecb_encryptor(const unsigned char*)': crypto-openssl-10.cpp:59:60: warning: 'int AES_set_encrypt_key(const unsigned char*, int, AES_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 59 | if (AES_set_encrypt_key(raw_key, KEY_LEN * 8, &(impl->key)) != 0) { | ^ In file included from crypto-openssl-10.cpp:38: /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ crypto-openssl-10.cpp: In member function 'void Aes_ecb_encryptor::encrypt(const unsigned char*, unsigned char*)': crypto-openssl-10.cpp:74:41: warning: 'void AES_encrypt(const unsigned char*, unsigned char*, const AES_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | AES_encrypt(plain, cipher, &(impl->key)); | ^ In file included from crypto-openssl-10.cpp:38: /usr/include/openssl/aes.h:57:6: note: declared here 57 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ crypto-openssl-10.cpp: At global scope: crypto-openssl-10.cpp:78:11: error: field 'ctx' has incomplete type 'HMAC_CTX' {aka 'hmac_ctx_st'} 78 | HMAC_CTX ctx; | ^~~ In file included from /usr/include/openssl/evp.h:26, from /usr/include/openssl/hmac.h:21, from crypto-openssl-10.cpp:40: /usr/include/openssl/types.h:132:16: note: forward declaration of 'HMAC_CTX' {aka 'struct hmac_ctx_st'} 132 | typedef struct hmac_ctx_st HMAC_CTX; | ^~~~~~~~~~~ crypto-openssl-10.cpp: In destructor 'Hmac_sha1_state::~Hmac_sha1_state()': crypto-openssl-10.cpp:92:2: error: 'HMAC_cleanup' was not declared in this scope; did you mean 'EVP_cleanup'? 92 | HMAC_cleanup(&(impl->ctx)); | ^~~~~~~~~~~~ | EVP_cleanup *** [crypto-openssl-10.o] Error code 1 bmake: stopped in /home/pbulk/build/security/git-crypt/work/git-crypt-0.7.0 1 error bmake: stopped in /home/pbulk/build/security/git-crypt/work/git-crypt-0.7.0 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/security/git-crypt *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/security/git-crypt