Mock Version: 2.11 Mock Version: 2.11 Mock Version: 2.11 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec'], chrootPath='/var/lib/mock/f35-build-28667779-3876031/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: line 1: /usr/bin/perl: No such file or directory Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1626912000 Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec'], chrootPath='/var/lib/mock/f35-build-28667779-3876031/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1626912000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sTD0Wt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-OpenSSL-DSA-0.20 + /usr/bin/gzip -dc /builddir/build/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 . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LLjz9u + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.20 + /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 + make -j6 "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Crypt-OpenSSL-DSA-0.20/typemap' DSA.xs > DSA.xsc Running Mkbootstrap for DSA () chmod 644 "DSA.bs" "/usr/bin/perl" -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 mv DSA.xsc DSA.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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/lib/perl5/CORE" -DPERL5 DSA.c DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_generate_parameters': DSA.xs:153:52: warning: pointer targets in passing argument 3 of 'DSA_generate_parameters_ex' differ in signedness [-Wpointer-sign] 153 | if (!DSA_generate_parameters_ex(dsa, bits, seedpv, (int)seed_len, NULL, NULL, NULL)) { | ^~~~~~ | | | char * In file included from /usr/include/openssl/x509.h:26, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:129:53: note: expected 'const unsigned char *' but argument is of type 'char *' 129 | const unsigned char *seed, int seed_len, | ~~~~~~~~~~~~~~~~~~~~~^~~~ In file included from /usr/lib/perl5/CORE/perl.h:5744, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_sign': DSA.xs:220:27: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness [-Wpointer-sign] 220 | RETVAL = newSVpvn(sigret, siglen); | ^~~~~~ | | | unsigned char * /usr/lib/perl5/CORE/embed.h:389:53: note: in definition of macro 'newSVpvn' 389 | #define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b) | ^ In file included from /usr/lib/perl5/CORE/perl.h:5705, from DSA.xs:8: /usr/lib/perl5/CORE/proto.h:2458:63: note: expected 'const char * const' but argument is of type 'unsigned char *' 2458 | PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len) | ~~~~~~~~~~~~~~~~~~^~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_verify': DSA.xs:238:32: warning: pointer targets in passing argument 2 of 'DSA_verify' differ in signedness [-Wpointer-sign] 238 | RETVAL = DSA_verify(0, dgst_pv, (int)dgst_len, sig_pv, (int)sig_len, dsa); | ^~~~~~~ | | | char * In file included from /usr/include/openssl/x509.h:26, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:106:47: note: expected 'const unsigned char *' but argument is of type 'char *' 106 | int DSA_verify(int type, const unsigned char *dgst, int dgst_len, | ~~~~~~~~~~~~~~~~~~~~~^~~~ DSA.xs:238:56: warning: pointer targets in passing argument 4 of 'DSA_verify' differ in signedness [-Wpointer-sign] 238 | RETVAL = DSA_verify(0, dgst_pv, (int)dgst_len, sig_pv, (int)sig_len, dsa); | ^~~~~~ | | | char * In file included from /usr/include/openssl/x509.h:26, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:107:37: note: expected 'const unsigned char *' but argument is of type 'char *' 107 | const unsigned char *sigbuf, int siglen, DSA *dsa); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_do_verify': DSA.xs:254:32: warning: pointer targets in passing argument 1 of 'DSA_do_verify' differ in signedness [-Wpointer-sign] 254 | RETVAL = DSA_do_verify(dgst_pv, (int)dgst_len, sig, dsa); | ^~~~~~~ | | | char * In file included from /usr/include/openssl/x509.h:26, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:84:40: note: expected 'const unsigned char *' but argument is of type 'char *' 84 | int DSA_do_verify(const unsigned char *dgst, int dgst_len, | ~~~~~~~~~~~~~~~~~~~~~^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_p': DSA.xs:381:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 381 | len = BN_bn2bin(p, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_q': DSA.xs:399:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 399 | len = BN_bn2bin(q, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_g': DSA.xs:417:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 417 | len = BN_bn2bin(g, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_pub_key': DSA.xs:435:34: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 435 | len = BN_bn2bin(pub_key, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_priv_key': DSA.xs:453:35: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 453 | len = BN_bn2bin(priv_key, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ In file included from /usr/lib/perl5/CORE/perl.h:4076, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_p': /usr/lib/perl5/CORE/sv.h:1849:39: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1848 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:472:23: note: in expansion of macro 'SvPV' 472 | p = BN_bin2bn(SvPV(p_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib/perl5/CORE/perl.h:4076, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1849:14: warning: operation on 'len' may be undefined [-Wsequence-point] 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:472:23: note: in expansion of macro 'SvPV' 472 | p = BN_bin2bn(SvPV(p_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_q': /usr/lib/perl5/CORE/sv.h:1849:39: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1848 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:513:23: note: in expansion of macro 'SvPV' 513 | q = BN_bin2bn(SvPV(q_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib/perl5/CORE/perl.h:4076, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1849:14: warning: operation on 'len' may be undefined [-Wsequence-point] 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:513:23: note: in expansion of macro 'SvPV' 513 | q = BN_bin2bn(SvPV(q_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_g': /usr/lib/perl5/CORE/sv.h:1849:39: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1848 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:554:23: note: in expansion of macro 'SvPV' 554 | g = BN_bin2bn(SvPV(g_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib/perl5/CORE/perl.h:4076, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1849:14: warning: operation on 'len' may be undefined [-Wsequence-point] 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:554:23: note: in expansion of macro 'SvPV' 554 | g = BN_bin2bn(SvPV(g_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_pub_key': /usr/lib/perl5/CORE/sv.h:1849:39: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1848 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:591:29: note: in expansion of macro 'SvPV' 591 | pub_key = BN_bin2bn(SvPV(pub_key_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib/perl5/CORE/perl.h:4076, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1849:14: warning: operation on 'len' may be undefined [-Wsequence-point] 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:591:29: note: in expansion of macro 'SvPV' 591 | pub_key = BN_bin2bn(SvPV(pub_key_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_priv_key': /usr/lib/perl5/CORE/sv.h:1849:39: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1848 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:619:30: note: in expansion of macro 'SvPV' 619 | priv_key = BN_bin2bn(SvPV(priv_key_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib/perl5/CORE/perl.h:4076, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1849:14: warning: operation on 'len' may be undefined [-Wsequence-point] 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:619:30: note: in expansion of macro 'SvPV' 619 | priv_key = BN_bin2bn(SvPV(priv_key_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_get_r': DSA.xs:653:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 653 | len = BN_bn2bin(r, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_get_s': DSA.xs:671:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 671 | len = BN_bn2bin(s, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ In file included from /usr/lib/perl5/CORE/perl.h:4076, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_set_r': /usr/lib/perl5/CORE/sv.h:1849:39: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1848 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:688:23: note: in expansion of macro 'SvPV' 688 | r = BN_bin2bn(SvPV(r_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib/perl5/CORE/perl.h:4076, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1849:14: warning: operation on 'len' may be undefined [-Wsequence-point] 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:688:23: note: in expansion of macro 'SvPV' 688 | r = BN_bin2bn(SvPV(r_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_set_s': /usr/lib/perl5/CORE/sv.h:1849:39: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1848 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:716:23: note: in expansion of macro 'SvPV' 716 | s = BN_bin2bn(SvPV(s_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib/perl5/CORE/perl.h:4076, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1849:14: warning: operation on 'len' may be undefined [-Wsequence-point] 1849 | ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) | ~~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1843:31: note: in expansion of macro 'SvPV_flags' 1843 | #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:716:23: note: in expansion of macro 'SvPV' 716 | s = BN_bin2bn(SvPV(s_SV, len), (int)len, NULL); | ^~~~ rm -f blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WiPGuO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 + cd Crypt-OpenSSL-DSA-0.20 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 "/usr/bin/perl" -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 /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/DSA.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/DSA/Signature.pod Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr/share/man/man3/Crypt::OpenSSL::DSA.3pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 -depth -type d -exec rmdir '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr + /usr/bin/find-debuginfo -j6 --strict-build-id -m -i --build-id-seed 0.20-17.fc35 --unique-debug-suffix -0.20-17.fc35.i386 --unique-debug-src-base perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Crypt-OpenSSL-DSA-0.20 extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so original debug info size: 116kB, size after compression: 108kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 117 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ecH4bB + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.20 + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-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 t/90-openssl-compat.t .. ok All tests successful. Files=3, Tests=121, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.27 cusr 0.07 csys = 0.37 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PJ0nJn + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.20 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr/share/doc/perl-Crypt-OpenSSL-DSA + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386/usr/share/doc/perl-Crypt-OpenSSL-DSA + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Crypt::OpenSSL::DSA) = 0.20 perl-Crypt-OpenSSL-DSA = 0.20-17.fc35 perl-Crypt-OpenSSL-DSA(x86-32) = 0.20-17.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: glibc >= 2.33.9000-43.fc35 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libcrypto.so.1.1 libcrypto.so.1.1(OPENSSL_1_1_0) libperl.so.5.34 perl(DynaLoader) perl(strict) perl(vars) perl(warnings) rtld(GNU_HASH) Processing files: perl-Crypt-OpenSSL-DSA-debugsource-0.20-17.fc35.i686 Provides: perl-Crypt-OpenSSL-DSA-debugsource = 0.20-17.fc35 perl-Crypt-OpenSSL-DSA-debugsource(x86-32) = 0.20-17.fc35 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.20-17.fc35.i686 Provides: debuginfo(build-id) = 8629b5debbfa2f8396157544ab6e5026fd0a54fe perl-Crypt-OpenSSL-DSA-debuginfo = 0.20-17.fc35 perl-Crypt-OpenSSL-DSA-debuginfo(x86-32) = 0.20-17.fc35 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(x86-32) = 0.20-17.fc35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i686.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-DSA-debuginfo-0.20-17.fc35.i686.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-DSA-debugsource-0.20-17.fc35.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gsphY2 + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.20 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.20-17.fc35.i386 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0