=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for drill-1.7.1nb1 ./libtool --tag=CC --quiet --mode=compile clang -I. -I. -I/opt/pkg/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/pkg/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -I/opt/pkg/include -mmacosx-version-min=10.10 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk -I/opt/pkg/include -c ./buffer.c -o buffer.lo ./libtool --tag=CC --quiet --mode=compile clang -I. -I. -I/opt/pkg/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/pkg/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -I/opt/pkg/include -mmacosx-version-min=10.10 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk -I/opt/pkg/include -c ./dane.c -o dane.lo ./libtool --tag=CC --quiet --mode=compile clang -I. -I. -I/opt/pkg/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/pkg/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -I/opt/pkg/include -mmacosx-version-min=10.10 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk -I/opt/pkg/include -c ./dname.c -o dname.lo ./libtool --tag=CC --quiet --mode=compile clang -I. -I. -I/opt/pkg/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/pkg/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -I/opt/pkg/include -mmacosx-version-min=10.10 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk -I/opt/pkg/include -c ./dnssec.c -o dnssec.lo ./dnssec.c:376:37: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations] if(!Q || !P || !G || !Y || !(dsa = DSA_new())) { ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec.c:391:7: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations] if (!DSA_set0_pqg(dsa, P, Q, G)) { ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec.c:397:3: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations] DSA_free(dsa); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec.c:401:7: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations] if (!DSA_set0_key(dsa, Y, NULL)) { ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec.c:403:3: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations] DSA_free(dsa); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec.c:463:8: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations] rsa = RSA_new(); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/rsa.h:207:1: note: 'RSA_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec.c:475:7: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations] if (!RSA_set0_key(rsa, modulus, exponent, NULL)) { ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/rsa.h:213:1: note: 'RSA_set0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec.c:478:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] RSA_free(rsa); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 8 warnings generated. ./libtool --tag=CC --quiet --mode=compile clang -I. -I. -I/opt/pkg/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/pkg/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -I/opt/pkg/include -mmacosx-version-min=10.10 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk -I/opt/pkg/include -c ./dnssec_sign.c -o dnssec_sign.lo ./dnssec_sign.c:361:8: warning: 'DSA_do_sign' is deprecated [-Wdeprecated-declarations] sig = DSA_do_sign(sha1_hash, SHA_DIGEST_LENGTH, key); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/dsa.h:118:1: note: 'DSA_do_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec_sign.c:420:26: error: use of undeclared identifier 'key' if(EVP_PKEY_type(key->type) != EVP_PKEY_EC) ^ ./dnssec_sign.c:423:14: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated [-Wdeprecated-declarations] ec = EVP_PKEY_get1_EC_KEY(pkey); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/evp.h:1378:1: note: 'EVP_PKEY_get1_EC_KEY' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec_sign.c:424:13: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] g = EC_KEY_get0_group(ec); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec_sign.c:426:17: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ec); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec_sign.c:430:17: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ec); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec_sign.c:434:17: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ec); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec_sign.c:438:9: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ec); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec_sign.c:535:23: error: incomplete definition of type 'struct evp_pkey_st' if (EVP_PKEY_type(key->type) == EVP_PKEY_DSA) { ~~~^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/types.h:110:16: note: forward declaration of 'struct evp_pkey_st' typedef struct evp_pkey_st EVP_PKEY; ^ ./dnssec_sign.c:547:20: error: incomplete definition of type 'struct evp_pkey_st' EVP_PKEY_type(key->type) ~~~^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/types.h:110:16: note: forward declaration of 'struct evp_pkey_st' typedef struct evp_pkey_st EVP_PKEY; ^ ./dnssec_sign.c:591:11: warning: 'RSA_sign' is deprecated [-Wdeprecated-declarations] result = RSA_sign(NID_sha1, sha1_hash, SHA_DIGEST_LENGTH, ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/rsa.h:354:1: note: 'RSA_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m, ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec_sign.c:618:13: warning: 'MD5' is deprecated [-Wdeprecated-declarations] md5_hash = MD5((unsigned char*)ldns_buffer_begin(to_sign), ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/md5.h:52:1: note: 'MD5' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ./dnssec_sign.c:625:2: warning: 'RSA_sign' is deprecated [-Wdeprecated-declarations] RSA_sign(NID_md5, md5_hash, MD5_DIGEST_LENGTH, ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/rsa.h:354:1: note: 'RSA_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m, ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/net/drill/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 10 warnings and 3 errors generated. gmake: *** [Makefile:122: dnssec_sign.lo] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/net/drill *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/net/drill