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-DSA-0.200.0-3.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ijd5yM + 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-DSA-0.20 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Crypt-OpenSSL-DSA-0.20.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-DSA-0.20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -type f + xargs /usr/bin/perl -p -i -e 's|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vAmvGA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-DSA-0.20 + '[' 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::DSA Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 Running Mkbootstrap for DSA () chmod 644 "DSA.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 cp lib/Crypt/OpenSSL/DSA.pm blib/lib/Crypt/OpenSSL/DSA.pm cp lib/Crypt/OpenSSL/DSA/Signature.pod blib/lib/Crypt/OpenSSL/DSA/Signature.pod "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Crypt-OpenSSL-DSA-0.20/typemap' DSA.xs > DSA.xsc mv DSA.xsc DSA.c gcc -c -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.20\" -DXS_VERSION=\"0.20\" -fPIC "-I/usr/lib64/perl5/CORE" -DPERL5 DSA.c DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_new': DSA.xs:124:9: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 124 | RETVAL = DSA_new(); | ^~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_DESTROY': DSA.xs:132:9: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 132 | DSA_free(dsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_generate_parameters': DSA.xs:152:9: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 152 | dsa = DSA_new(); | ^~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ DSA.xs:153:9: warning: 'DSA_generate_parameters_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 153 | if (!DSA_generate_parameters_ex(dsa, bits, seedpv, (int)seed_len, NULL, NULL, NULL)) { | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:167:27: note: declared here 167 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_generate_key': DSA.xs:171:9: warning: 'DSA_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 171 | RETVAL = DSA_generate_key(dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:174:27: note: declared here 174 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a); | ^~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_sig_size': DSA.xs:179:9: warning: 'DSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 179 | RETVAL = DSA_size(dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *); | ^~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_do_sign': DSA.xs:194:9: warning: 'DSA_do_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 194 | if (!(sig = DSA_do_sign((const unsigned char *) dgst_pv, (int)dgst_len, dsa))) { | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:113:32: note: declared here 113 | OSSL_DEPRECATEDIN_3_0 DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, | ^~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_sign': DSA.xs:211:9: warning: 'DSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | siglen = DSA_size(dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *); | ^~~~~~~~ DSA.xs:217:9: warning: 'DSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 217 | if (!(DSA_sign(0, (const unsigned char *) dgst_pv, (int)dgst_len, sigret, &siglen, dsa))) { | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:136:27: note: declared here 136 | OSSL_DEPRECATEDIN_3_0 int DSA_sign(int type, const unsigned char *dgst, | ^~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_verify': DSA.xs:238:9: warning: 'DSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 238 | RETVAL = DSA_verify(0, dgst_pv, (int)dgst_len, sig_pv, (int)sig_len, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:139:27: note: declared here 139 | OSSL_DEPRECATEDIN_3_0 int DSA_verify(int type, const unsigned char *dgst, | ^~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_do_verify': DSA.xs:254:9: warning: 'DSA_do_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 254 | RETVAL = DSA_do_verify(dgst_pv, (int)dgst_len, sig, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:115:27: note: declared here 115 | OSSL_DEPRECATEDIN_3_0 int DSA_do_verify(const unsigned char *dgst, int dgst_len, | ^~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_read_params': DSA.xs:269:9: warning: 'PEM_read_DSAparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 269 | RETVAL = PEM_read_DSAparams(f, NULL, NULL, NULL); | ^~~~~~ In file included from DSA.xs:13: /usr/include/openssl/pem.h:455:1: note: declared here 455 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) | ^~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_write_params': DSA.xs:283:9: warning: 'PEM_write_DSAparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 283 | RETVAL = PEM_write_DSAparams(f, dsa); | ^~~~~~ In file included from DSA.xs:13: /usr/include/openssl/pem.h:455:1: note: declared here 455 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) | ^~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__load_key': DSA.xs:304:13: warning: 'PEM_read_bio_DSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 304 | ? PEM_read_bio_DSAPrivateKey( stringBIO, NULL, NULL, NULL ) | ^ In file included from DSA.xs:13: /usr/include/openssl/pem.h:453:1: note: declared here 453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) | ^~~~~~~~~~~~~~~~~~~~~~ DSA.xs:305:13: warning: 'PEM_read_bio_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 305 | : PEM_read_bio_DSA_PUBKEY( stringBIO, NULL, NULL, NULL ); | ^ In file included from DSA.xs:13: /usr/include/openssl/pem.h:454:1: note: declared here 454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) | ^~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_read_pub_key': DSA.xs:322:9: warning: 'PEM_read_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 322 | RETVAL = PEM_read_DSA_PUBKEY(f, NULL, NULL, NULL); | ^~~~~~ In file included from DSA.xs:13: /usr/include/openssl/pem.h:454:1: note: declared here 454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) | ^~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_write_pub_key': DSA.xs:336:9: warning: 'PEM_write_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 336 | RETVAL = PEM_write_DSA_PUBKEY(f, dsa); | ^~~~~~ In file included from DSA.xs:13: /usr/include/openssl/pem.h:454:1: note: declared here 454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) | ^~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_read_priv_key': DSA.xs:350:9: warning: 'PEM_read_DSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 350 | RETVAL = PEM_read_DSAPrivateKey(f, NULL, NULL, NULL); | ^~~~~~ In file included from DSA.xs:13: /usr/include/openssl/pem.h:453:1: note: declared here 453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) | ^~~~~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_write_priv_key': DSA.xs:364:9: warning: 'PEM_write_DSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 364 | RETVAL = PEM_write_DSAPrivateKey(f, dsa, NULL, NULL, 0, NULL, NULL); | ^~~~~~ In file included from DSA.xs:13: /usr/include/openssl/pem.h:453:1: note: declared here 453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) | ^~~~~~~~~~~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_p': DSA.xs:378:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 378 | DSA_get0_pqg(dsa, &p, NULL, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_q': DSA.xs:396:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 396 | DSA_get0_pqg(dsa, NULL, &q, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_g': DSA.xs:414:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 414 | DSA_get0_pqg(dsa, NULL, NULL, &g); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_pub_key': DSA.xs:432:9: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 432 | DSA_get0_key(dsa, &pub_key, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_priv_key': DSA.xs:450:9: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 450 | DSA_get0_key(dsa, NULL, &priv_key); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_p': DSA.xs:473:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 473 | DSA_get0_pqg(dsa, NULL, &old_q, &old_g); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs:493:9: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 493 | if (!DSA_set0_pqg(dsa, p, q, g)) { | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_q': DSA.xs:514:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 514 | DSA_get0_pqg(dsa, &old_p, NULL, &old_g); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs:534:9: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 534 | if (!DSA_set0_pqg(dsa, p, q, g)) { | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_g': DSA.xs:555:9: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 555 | DSA_get0_pqg(dsa, &old_p, &old_q, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ DSA.xs:575:9: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 575 | if (!DSA_set0_pqg(dsa, p, q, g)) { | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_pub_key': DSA.xs:592:17: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 592 | if (!DSA_set0_key(dsa, pub_key, NULL)) { | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_priv_key': DSA.xs:607:9: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 607 | DSA_get0_key(dsa, &old_pub_key, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ DSA.xs:613:13: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 613 | if (!DSA_set0_key(dsa, pub_key, NULL)) { | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ DSA.xs:620:17: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 620 | if (!DSA_set0_key(dsa, NULL, priv_key)) { | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from DSA.xs:13: /usr/include/openssl/dsa.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ rm -f blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong DSA.o -o blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so \ -lcrypto -lperl \ chmod 755 blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so Manifying 2 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DD4jrb + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64 + cd Crypt-OpenSSL-DSA-0.20 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/DSA.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/DSA/Signature.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/share/man/man3/Crypt::OpenSSL::DSA.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.200.0-3.mga9 --unique-debug-suffix -0.200.0-3.mga9.aarch64 --unique-debug-src-base perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Crypt-OpenSSL-DSA-0.20 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so'; reason: Permission denied dwz: ./usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so-0.200.0-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 112kB, size after compression: 112kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 117 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QmojkZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-DSA-0.20 + '[' 1 -eq 1 ']' + /usr/bin/make test "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-use.t ............. ok t/10-selftest.t ........ ok which: no openssl in (/usr/local/bin:/usr/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/home/iurt/.local/bin:/home/iurt/bin) t/90-openssl-compat.t .. ok All tests successful. Files=3, Tests=121, 1 wallclock secs ( 0.07 usr 0.01 sys + 0.21 cusr 0.04 csys = 0.33 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RPd2vh + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-DSA-0.20 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-DSA + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-DSA + RPM_EC=0 ++ jobs -p + exit 0 warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Provides: perl(Crypt::OpenSSL::DSA) = 0.200.0 perl-Crypt-OpenSSL-DSA = 0.200.0-3.mga9 perl-Crypt-OpenSSL-DSA(aarch-64) = 0.200.0-3.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libperl.so.5.34()(64bit) perl(DynaLoader) perl(strict) perl(vars) perl(warnings) perl-base >= 2:5.34.0 Processing files: perl-Crypt-OpenSSL-DSA-debugsource-0.200.0-3.mga9.aarch64 Provides: perl-Crypt-OpenSSL-DSA-debugsource = 0.200.0-3.mga9 perl-Crypt-OpenSSL-DSA-debugsource(aarch-64) = 0.200.0-3.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Crypt-OpenSSL-DSA-debuginfo-0.200.0-3.mga9.aarch64 Provides: debuginfo(build-id) = bd72b02dbdf3c08c4c42946205456bb19b7cd5fe perl-Crypt-OpenSSL-DSA-debuginfo = 0.200.0-3.mga9 perl-Crypt-OpenSSL-DSA-debuginfo(aarch-64) = 0.200.0-3.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-OpenSSL-DSA-debugsource(aarch-64) = 0.200.0-3.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-OpenSSL-DSA-debugsource-0.200.0-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-OpenSSL-DSA-debuginfo-0.200.0-3.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.quI0US + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-DSA-0.20 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.200.0-3.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mOjj14 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Crypt-OpenSSL-DSA-0.20 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!