D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/perl-Crypt-OpenSSL-RSA-0.330.0-4.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.VxUmHP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build + test -d /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6Gph7v + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build + rm -rf Crypt-OpenSSL-RSA-0.33 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Crypt-OpenSSL-RSA-0.33.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-RSA-0.33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/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/pterjan/rpmbuild/tmp/rpm-tmp.bSPCDt + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build + cd Crypt-OpenSSL-RSA-0.33 + '[' 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 -j16 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' 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.40.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.bs 644 "/usr/bin/perl5.40.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/Crypt-OpenSSL-RSA-0.33/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,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.33\" -DXS_VERSION=\"0.33\" -fPIC "-I/usr/lib64/perl5/CORE" -DPERL5 -DOPENSSL_NO_KRB5 RSA.c RSA.xs: In function '_is_private': RSA.xs:59:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 59 | 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:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ RSA.xs: In function 'get_message_digest': RSA.xs:125:13: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | 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:145:13: warning: 'RIPEMD160' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 145 | 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:218:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | size = RSA_size(p_rsa->rsa); | ^~~~ /usr/include/openssl/rsa.h:215:27: note: declared here 215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_new_private_key': RSA.xs:255:9: warning: 'PEM_read_bio_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 255 | proto, _load_rsa_key(key_string_SV, PEM_read_bio_RSAPrivateKey, passphase_SV)); | ^~~~~ /usr/include/openssl/pem.h:451:1: note: declared here 451 | 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:265:9: warning: 'PEM_read_bio_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 265 | proto, _load_rsa_key(key_string_SV, PEM_read_bio_RSAPublicKey, &PL_sv_undef)); | ^~~~~ /usr/include/openssl/pem.h:452:1: note: declared here 452 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA__new_public_key_x509': RSA.xs:275:9: warning: 'PEM_read_bio_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 275 | proto, _load_rsa_key(key_string_SV, PEM_read_bio_RSA_PUBKEY, &PL_sv_undef)); | ^~~~~ /usr/include/openssl/pem.h:453:1: note: declared here 453 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_DESTROY': RSA.xs:283:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 283 | RSA_free(p_rsa->rsa); | ^~~~~~~~ /usr/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_get_private_key_string': RSA.xs:316:5: warning: 'PEM_write_bio_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 316 | PEM_write_bio_RSAPrivateKey( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/pem.h:451:1: note: declared here 451 | 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:330:5: warning: 'PEM_write_bio_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 330 | PEM_write_bio_RSAPublicKey(stringBIO, p_rsa->rsa); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/pem.h:452:1: note: declared here 452 | 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:343:5: warning: 'PEM_write_bio_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 343 | PEM_write_bio_RSA_PUBKEY(stringBIO, p_rsa->rsa); | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/pem.h:453:1: note: declared here 453 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_generate_key': RSA.xs:362:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 362 | rsa = RSA_new(); | ^~~ /usr/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ RSA.xs:363:5: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 363 | rc = RSA_generate_key_ex(rsa, SvIV(bitsSV), e, NULL); | ^~ /usr/include/openssl/rsa.h:271:27: note: declared here 271 | 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:399:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 399 | CHECK_OPEN_SSL(rsa = RSA_new()); | ^~~~~~~~~~~~~~ /usr/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ RSA.xs:422:9: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 422 | THROW(RSA_set0_factors(rsa, p, q)); | ^~~~~ /usr/include/openssl/rsa.h:219:27: note: declared here 219 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ RSA.xs:437:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 437 | THROW(RSA_set0_key(rsa, n, e, d)); | ^~~~~ /usr/include/openssl/rsa.h:218:27: note: declared here 218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ RSA.xs:450:9: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 450 | THROW(RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp)); | ^~~~~ /usr/include/openssl/rsa.h:220:27: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ RSA.xs:453:9: warning: 'RSA_check_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 453 | THROW(RSA_check_key(rsa) == 1); | ^~~~~ /usr/include/openssl/rsa.h:289:27: note: declared here 289 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *); | ^~~~~~~~~~~~~ RSA.xs:463:13: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 463 | RSA_free(rsa); | ^~~~~~~~ /usr/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ RSA.xs:472:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 472 | CHECK_OPEN_SSL(RSA_set0_key(rsa, n, e, d)); | ^~~~~~~~~~~~~~ /usr/include/openssl/rsa.h:218:27: note: declared here 218 | 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:506:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 506 | RSA_get0_key(rsa, &n, &e, &d); | ^~~~~~~~~~~~ /usr/include/openssl/rsa.h:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ RSA.xs:507:5: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 507 | RSA_get0_factors(rsa, &p, &q); | ^~~~~~~~~~~~~~~~ /usr/include/openssl/rsa.h:231:28: note: declared here 231 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r, | ^~~~~~~~~~~~~~~~ RSA.xs:508:5: warning: 'RSA_get0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 508 | RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); | ^~~~~~~~~~~~~~~~~~~ /usr/include/openssl/rsa.h:236:28: note: declared here 236 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r, | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_encrypt': RSA.xs:525:5: warning: 'RSA_public_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 525 | RETVAL = rsa_crypt(p_rsa, p_plaintext, RSA_public_encrypt); | ^~~~~~ /usr/include/openssl/rsa.h:293:5: note: declared here 293 | int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_decrypt': RSA.xs:538:5: warning: 'RSA_private_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 538 | RETVAL = rsa_crypt(p_rsa, p_ciphertext, RSA_private_decrypt); | ^~~~~~ /usr/include/openssl/rsa.h:302:5: note: declared here 302 | 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:551:5: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 551 | RETVAL = rsa_crypt(p_rsa, p_plaintext, RSA_private_encrypt); | ^~~~~~ /usr/include/openssl/rsa.h:296:5: note: declared here 296 | 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:560:5: warning: 'RSA_public_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 560 | RETVAL = rsa_crypt(p_rsa, p_ciphertext, RSA_public_decrypt); | ^~~~~~ /usr/include/openssl/rsa.h:299:5: note: declared here 299 | int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_size': RSA.xs:568:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 568 | RETVAL = RSA_size(p_rsa->rsa); | ^~~~~~ /usr/include/openssl/rsa.h:215:27: note: declared here 215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_check_key': RSA.xs:580:5: warning: 'RSA_check_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 580 | RETVAL = RSA_check_key(p_rsa->rsa); | ^~~~~~ /usr/include/openssl/rsa.h:289:27: note: declared here 289 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *); | ^~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_sign': RSA.xs:710:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 710 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ /usr/include/openssl/rsa.h:215:27: note: declared here 215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:710:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 710 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ /usr/include/openssl/rsa.h:215:27: note: declared here 215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:710:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 710 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ /usr/include/openssl/rsa.h:215:27: note: declared here 215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:710:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 710 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ /usr/include/openssl/rsa.h:215:27: note: declared here 215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:713:5: warning: 'RSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 713 | CHECK_OPEN_SSL(RSA_sign(p_rsa->hashMode, | ^~~~~~~~~~~~~~ /usr/include/openssl/rsa.h:359:27: note: declared here 359 | OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m, | ^~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_verify': RSA.xs:739:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 739 | if (RSA_size(p_rsa->rsa) < sig_length) | ^~ /usr/include/openssl/rsa.h:215:27: note: declared here 215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:745:5: warning: 'RSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 745 | switch(RSA_verify(p_rsa->hashMode, | ^~~~~~ /usr/include/openssl/rsa.h:362:27: note: declared here 362 | OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m, | ^~~~~~~~~~ rm -f blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong RSA.o -o blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so \ -L/usr -L/usr/lib64 -L/usr/lib -lssl -lcrypto -lperl \ /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s chmod 755 blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ipE7ta + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT + cd Crypt-OpenSSL-RSA-0.33 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.40.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/RSA.so Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/RSA.pm Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/new_public_key.al Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/import_random_seed.al Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/get_key_parameters.al Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/autosplit.ix Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/new_key_from_parameters.al Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT/usr/share/man/man3/Crypt::OpenSSL::RSA.3pm Appending installation info to /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.330.0-4.mga10 --unique-debug-suffix -0.330.0-4.mga10.x86_64 --unique-debug-src-base perl-Crypt-OpenSSL-RSA-0.330.0-4.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/Crypt-OpenSSL-RSA-0.33 find-debuginfo: starting Extracting debug info from 1 files objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-RSA-0.330.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/RSA.so'; reason: Permission denied *** ERROR:: GDB exited with exit status 1 during index generation error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.ipE7ta (%install) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.ipE7ta (%install) I: [iurt_root_command] ERROR: chroot