D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/perl-Crypt-OpenSSL-RSA-0.320.0-1.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AQrGP8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Crypt-OpenSSL-RSA-0.32 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Crypt-OpenSSL-RSA-0.32.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-RSA-0.32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/fix-BR-Crypt-OpenSSL-RSA.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0klnhX + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-RSA-0.32 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::RSA Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j4 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' cp RSA.pm blib/lib/Crypt/OpenSSL/RSA.pm AutoSplitting blib/lib/Crypt/OpenSSL/RSA.pm (blib/lib/auto/Crypt/OpenSSL/RSA) Running Mkbootstrap for RSA () chmod 644 "RSA.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.bs 644 "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Crypt-OpenSSL-RSA-0.32/typemap' RSA.xs > RSA.xsc mv RSA.xsc RSA.c gcc -c -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.32\" -DXS_VERSION=\"0.32\" -fPIC "-I/usr/lib64/perl5/CORE" -DPERL5 -DOPENSSL_NO_KRB5 RSA.c RSA.xs: In function '_is_private': RSA.xs:56:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 56 | RSA_get0_key(p_rsa->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ RSA.xs: In function 'get_message_digest': RSA.xs:122:13: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 122 | return MD5(text, text_length, NULL); | ^~~~~~ In file included from RSA.xs:8: /usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ RSA.xs:142:13: warning: 'RIPEMD160' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 142 | return RIPEMD160(text, text_length, NULL); | ^~~~~~ In file included from RSA.xs:12: /usr/include/openssl/ripemd.h:49:38: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 unsigned char *RIPEMD160(const unsigned char *d, size_t n, | ^~~~~~~~~ RSA.xs: In function 'rsa_crypt': RSA.xs:209:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 209 | size = RSA_size(p_rsa->rsa); | ^~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_new_private_key': RSA.xs:238:9: warning: 'PEM_read_bio_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 238 | proto, _load_rsa_key(key_string_SV, PEM_read_bio_RSAPrivateKey)); | ^~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:447:1: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA__new_public_key_pkcs1': RSA.xs:248:9: warning: 'PEM_read_bio_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 248 | proto, _load_rsa_key(key_string_SV, PEM_read_bio_RSAPublicKey)); | ^~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:448:1: note: declared here 448 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA__new_public_key_x509': RSA.xs:258:9: warning: 'PEM_read_bio_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 258 | proto, _load_rsa_key(key_string_SV, PEM_read_bio_RSA_PUBKEY)); | ^~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:449:1: note: declared here 449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_DESTROY': RSA.xs:266:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 266 | RSA_free(p_rsa->rsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_get_private_key_string': RSA.xs:276:5: warning: 'PEM_write_bio_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 276 | PEM_write_bio_RSAPrivateKey( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:447:1: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_get_public_key_string': RSA.xs:290:5: warning: 'PEM_write_bio_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 290 | PEM_write_bio_RSAPublicKey(stringBIO, p_rsa->rsa); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:448:1: note: declared here 448 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_get_public_key_x509_string': RSA.xs:303:5: warning: 'PEM_write_bio_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 303 | PEM_write_bio_RSA_PUBKEY(stringBIO, p_rsa->rsa); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:449:1: note: declared here 449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_generate_key': RSA.xs:322:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 322 | rsa = RSA_new(); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ RSA.xs:323:5: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 323 | rc = RSA_generate_key_ex(rsa, SvIV(bitsSV), e, NULL); | ^~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:260:27: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA__new_key_from_parameters': RSA.xs:359:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 359 | CHECK_OPEN_SSL(rsa = RSA_new()); | ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ RSA.xs:382:9: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 382 | THROW(RSA_set0_factors(rsa, p, q)); | ^~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:208:27: note: declared here 208 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ RSA.xs:397:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 397 | THROW(RSA_set0_key(rsa, n, e, d)); | ^~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ RSA.xs:410:9: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 410 | THROW(RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp)); | ^~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:209:27: note: declared here 209 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ RSA.xs:413:9: warning: 'RSA_check_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 413 | THROW(RSA_check_key(rsa) == 1); | ^~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:278:27: note: declared here 278 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *); | ^~~~~~~~~~~~~ RSA.xs:423:13: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | RSA_free(rsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ RSA.xs:432:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 432 | CHECK_OPEN_SSL(RSA_set0_key(rsa, n, e, d)); | ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA__get_key_parameters': RSA.xs:466:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 466 | RSA_get0_key(rsa, &n, &e, &d); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ RSA.xs:467:5: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 467 | RSA_get0_factors(rsa, &p, &q); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:220:28: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r, | ^~~~~~~~~~~~~~~~ RSA.xs:468:5: warning: 'RSA_get0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 468 | RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:225:28: note: declared here 225 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r, | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_encrypt': RSA.xs:485:5: warning: 'RSA_public_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 485 | RETVAL = rsa_crypt(p_rsa, p_plaintext, RSA_public_encrypt); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:282:5: note: declared here 282 | int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_decrypt': RSA.xs:498:5: warning: 'RSA_private_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 498 | RETVAL = rsa_crypt(p_rsa, p_ciphertext, RSA_private_decrypt); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:291:5: note: declared here 291 | int RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_private_encrypt': RSA.xs:511:5: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 511 | RETVAL = rsa_crypt(p_rsa, p_plaintext, RSA_private_encrypt); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:285:5: note: declared here 285 | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_public_decrypt': RSA.xs:520:5: warning: 'RSA_public_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 520 | RETVAL = rsa_crypt(p_rsa, p_ciphertext, RSA_public_decrypt); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:288:5: note: declared here 288 | int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_size': RSA.xs:528:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 528 | RETVAL = RSA_size(p_rsa->rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_check_key': RSA.xs:540:5: warning: 'RSA_check_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 540 | RETVAL = RSA_check_key(p_rsa->rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:278:27: note: declared here 278 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *); | ^~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_use_sslv23_padding': RSA.xs:647:22: error: 'RSA_SSLV23_PADDING' undeclared (first use in this function); did you mean 'RSA_NO_PADDING'? 647 | p_rsa->padding = RSA_SSLV23_PADDING; | ^~~~~~~~~~~~~~~~~~ | RSA_NO_PADDING RSA.xs:647:22: note: each undeclared identifier is reported only once for each function it appears in RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_sign': RSA.xs:666:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 666 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:666:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 666 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:666:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 666 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:666:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 666 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:669:5: warning: 'RSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 669 | CHECK_OPEN_SSL(RSA_sign(p_rsa->hashMode, | ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:348:27: note: declared here 348 | OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m, | ^~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_verify': RSA.xs:695:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 695 | if (RSA_size(p_rsa->rsa) < sig_length) | ^~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:701:5: warning: 'RSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 701 | switch(RSA_verify(p_rsa->hashMode, | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:351:27: note: declared here 351 | OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m, | ^~~~~~~~~~ make: *** [Makefile:348: RSA.o] Error 1 error: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.0klnhX (%build) RPM build errors: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.0klnhX (%build) I: [iurt_root_command] ERROR: chroot