=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/security/libp11", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for libp11-0.4.12 Making all in src gmake[1]: Entering directory '/tmp/work/security/libp11/work/libp11-0.4.12/src' /opt/pkg/bin/gmake all-am gmake[2]: Entering directory '/tmp/work/security/libp11/work/libp11-0.4.12/src' CC pkcs11_la-eng_back.lo CC pkcs11_la-eng_front.lo CC pkcs11_la-eng_parse.lo CC libp11_la-libpkcs11.lo CC pkcs11_la-eng_err.lo eng_front.c: In function 'get_ctx': eng_front.c:95:17: warning: 'ENGINE_get_ex_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 95 | ctx = ENGINE_get_ex_data(engine, pkcs11_idx); | ^~~ In file included from engine.h:41, from eng_front.c:16: /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:534:29: note: declared here 534 | OSSL_DEPRECATEDIN_3_0 void *ENGINE_get_ex_data(const ENGINE *e, int idx); | ^~~~~~~~~~~~~~~~~~ eng_front.c:99:17: warning: 'ENGINE_set_ex_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 99 | ENGINE_set_ex_data(engine, pkcs11_idx, ctx); | ^~~~~~~~~~~~~~~~~~ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:533:27: note: declared here 533 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg); | ^~~~~~~~~~~~~~~~~~ eng_front.c: In function 'engine_destroy': eng_front.c:126:9: warning: 'ENGINE_set_ex_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 126 | ENGINE_set_ex_data(engine, pkcs11_idx, NULL); | ^~~~~~~~~~~~~~~~~~ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:533:27: note: declared here 533 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg); | ^~~~~~~~~~~~~~~~~~ eng_front.c: In function 'load_privkey': eng_front.c:193:9: warning: 'EVP_PKEY_set1_engine' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 193 | if (pkey && !EVP_PKEY_set1_engine(pkey, engine)) { | ^~ In file included from /tmp/work/security/libp11/work/.buildlink/include/openssl/x509.h:31, from libp11.h:32, from engine.h:35: /tmp/work/security/libp11/work/.buildlink/include/openssl/evp.h:1382:5: note: declared here 1382 | int EVP_PKEY_set1_engine(EVP_PKEY *pkey, ENGINE *e); | ^~~~~~~~~~~~~~~~~~~~ eng_front.c: In function 'bind_helper': eng_front.c:215:9: warning: 'ENGINE_set_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 215 | if (!ENGINE_set_id(e, PKCS11_ENGINE_ID) || | ^~ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:495:27: note: declared here 495 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_id(ENGINE *e, const char *id); | ^~~~~~~~~~~~~ eng_front.c:216:25: warning: 'ENGINE_set_destroy_function' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 216 | !ENGINE_set_destroy_function(e, engine_destroy) || | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:503:5: note: declared here 503 | int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ eng_front.c:217:25: warning: 'ENGINE_set_init_function' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 217 | !ENGINE_set_init_function(e, engine_init) || | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:505:5: note: declared here 505 | int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f); | ^~~~~~~~~~~~~~~~~~~~~~~~ eng_front.c:218:25: warning: 'ENGINE_set_finish_function' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | !ENGINE_set_finish_function(e, engine_finish) || | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:507:5: note: declared here 507 | int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ eng_front.c:219:25: warning: 'ENGINE_set_ctrl_function' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 219 | !ENGINE_set_ctrl_function(e, engine_ctrl) || | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:509:5: note: declared here 509 | int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f); | ^~~~~~~~~~~~~~~~~~~~~~~~ eng_front.c:220:25: warning: 'ENGINE_set_cmd_defns' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 220 | !ENGINE_set_cmd_defns(e, engine_cmd_defns) || | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:526:27: note: declared here 526 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_cmd_defns(ENGINE *e, | ^~~~~~~~~~~~~~~~~~~~ eng_front.c:221:25: warning: 'ENGINE_set_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 221 | !ENGINE_set_name(e, PKCS11_ENGINE_NAME) || | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:496:27: note: declared here 496 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_name(ENGINE *e, const char *name); | ^~~~~~~~~~~~~~~ eng_front.c:223:25: warning: 'ENGINE_set_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 223 | !ENGINE_set_RSA(e, PKCS11_get_rsa_method()) || | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:497:27: note: declared here 497 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth); | ^~~~~~~~~~~~~~ eng_front.c:228:25: warning: 'ENGINE_set_EC' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 228 | !ENGINE_set_EC(e, PKCS11_get_ec_key_method()) || | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:499:27: note: declared here 499 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_EC(ENGINE *e, const EC_KEY_METHOD *ecdsa_meth); | ^~~~~~~~~~~~~ eng_front.c:238:25: warning: 'ENGINE_set_pkey_meths' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 238 | !ENGINE_set_pkey_meths(e, PKCS11_pkey_meths) || | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:522:5: note: declared here 522 | int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f); | ^~~~~~~~~~~~~~~~~~~~~ eng_front.c:239:25: warning: 'ENGINE_set_load_pubkey_function' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 239 | !ENGINE_set_load_pubkey_function(e, load_pubkey) || | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:513:5: note: declared here 513 | int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eng_front.c:240:25: warning: 'ENGINE_set_load_privkey_function' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 240 | !ENGINE_set_load_privkey_function(e, load_privkey)) { | ^ /tmp/work/security/libp11/work/.buildlink/include/openssl/engine.h:511:5: note: declared here 511 | int ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libp11_la-p11_attr.lo CC libp11_la-p11_cert.lo CC libp11_la-p11_err.lo p11_attr.c: In function 'pkcs11_addattr_bool': p11_attr.c:126:25: error: expected identifier or '(' before 'true' 126 | static CK_BBOOL true = CK_TRUE; | ^~~~ p11_attr.c:127:25: error: expected identifier or '(' before 'false' 127 | static CK_BBOOL false = CK_FALSE; | ^~~~~ p11_attr.c:128:44: error: lvalue required as unary '&' operand 128 | pkcs11_addattr(tmpl, type, value ? &true : &false, sizeof(CK_BBOOL)); | ^ p11_attr.c:128:52: error: lvalue required as unary '&' operand 128 | pkcs11_addattr(tmpl, type, value ? &true : &false, sizeof(CK_BBOOL)); | ^ gmake[2]: *** [Makefile:642: libp11_la-p11_attr.lo] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/tmp/work/security/libp11/work/libp11-0.4.12/src' gmake[1]: *** [Makefile:448: all] Error 2 gmake[1]: Leaving directory '/tmp/work/security/libp11/work/libp11-0.4.12/src' gmake: *** [Makefile:480: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libp11 *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libp11