D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 sh: line 4: [: -j8: integer expression expected sh: line 4: [: -j8: integer expression expected Installing /home/pterjan/rpmbuild/SRPMS/perl-Crypt-OpenSSL-DSA-0.200.0-7.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mnn4qa + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build + test -d /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 sh: line 4: [: -j8: integer expression expected Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gpRHz0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build + rm -rf Crypt-OpenSSL-DSA-0.20 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Crypt-OpenSSL-DSA-0.20.tar.gz + 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 sh: line 4: [: -j8: integer expression expected Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hhjn5R + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-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 -j48 V=1 VERBOSE=1 Running Mkbootstrap for DSA () chmod 644 "DSA.bs" "/usr/bin/perl5.40.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.40.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-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,-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.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:130:28: note: declared here 130 | 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); | ^~~~~~~~ /usr/include/openssl/dsa.h:132:28: note: declared here 132 | 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(); | ^~~ /usr/include/openssl/dsa.h:130:28: note: declared here 130 | 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)) { | ^~ /usr/include/openssl/dsa.h:172:27: note: declared here 172 | 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); | ^~~~~~ /usr/include/openssl/dsa.h:179:27: note: declared here 179 | 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); | ^~~~~~ /usr/include/openssl/dsa.h:135:27: note: declared here 135 | 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))) { | ^~ /usr/include/openssl/dsa.h:118:32: note: declared here 118 | 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); | ^~~~~~ /usr/include/openssl/dsa.h:135:27: note: declared here 135 | 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))) { | ^~ /usr/include/openssl/dsa.h:141:27: note: declared here 141 | 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); | ^~~~~~ /usr/include/openssl/dsa.h:144:27: note: declared here 144 | 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); | ^~~~~~ /usr/include/openssl/dsa.h:120:27: note: declared here 120 | 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); | ^~~~~~ /usr/include/openssl/pem.h:459:1: note: declared here 459 | 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); | ^~~~~~ /usr/include/openssl/pem.h:459:1: note: declared here 459 | 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 ) | ^ /usr/include/openssl/pem.h:457:1: note: declared here 457 | 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 ); | ^ /usr/include/openssl/pem.h:458:1: note: declared here 458 | 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); | ^~~~~~ /usr/include/openssl/pem.h:458:1: note: declared here 458 | 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); | ^~~~~~ /usr/include/openssl/pem.h:458:1: note: declared here 458 | 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); | ^~~~~~ /usr/include/openssl/pem.h:457:1: note: declared here 457 | 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); | ^~~~~~ /usr/include/openssl/pem.h:457:1: note: declared here 457 | 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); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:206:28: note: declared here 206 | 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); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:206:28: note: declared here 206 | 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); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:206:28: note: declared here 206 | 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); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:209:28: note: declared here 209 | 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); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:209:28: note: declared here 209 | 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); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:206:28: note: declared here 206 | 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)) { | ^~ /usr/include/openssl/dsa.h:208:27: note: declared here 208 | 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); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:206:28: note: declared here 206 | 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)) { | ^~ /usr/include/openssl/dsa.h:208:27: note: declared here 208 | 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); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:206:28: note: declared here 206 | 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)) { | ^~ /usr/include/openssl/dsa.h:208:27: note: declared here 208 | 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)) { | ^~ /usr/include/openssl/dsa.h:211:27: note: declared here 211 | 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); | ^~~~~~~~~~~~ /usr/include/openssl/dsa.h:209:28: note: declared here 209 | 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)) { | ^~ /usr/include/openssl/dsa.h:211:27: note: declared here 211 | 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)) { | ^~ /usr/include/openssl/dsa.h:211:27: note: declared here 211 | 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,-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 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 sh: line 4: [: -j8: integer expression expected sh: line 4: [: -j8: integer expression expected sh: line 4: [: -j8: integer expression expected Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.C2XKNG + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT + cd Crypt-OpenSSL-DSA-0.20 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.40.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/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/DSA.pm Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/DSA/Signature.pod Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT/usr/share/man/man3/Crypt::OpenSSL::DSA.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm Appending installation info to /home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j48 --strict-build-id -m -i --build-id-seed 0.200.0-7.mga10 --unique-debug-suffix -0.200.0-7.mga10.x86_64 --unique-debug-src-base perl-Crypt-OpenSSL-DSA-0.200.0-7.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-DSA-0.200.0-build/Crypt-OpenSSL-DSA-0.20 find-debuginfo: starting Extracting debug info from 1 files objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILD/perl-Crypt-OpenSSL-DSA-0.200.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.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.C2XKNG (%install) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.C2XKNG (%install) I: [iurt_root_command] ERROR: chroot