Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec'], gid=425env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}logger=uid=1000shell=Falsetimeout=172800printOutput=Falsenspawn_args=[]user='mockbuild'chrootPath='/var/lib/mock/f27-perl-8725254-756563/root') 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', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec'], gid=425env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}logger=uid=1000shell=Falsetimeout=172800printOutput=Falsenspawn_args=[]user='mockbuild'chrootPath='/var/lib/mock/f27-perl-8725254-756563/root') 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', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4Q35Ho + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-OpenSSL-DSA-0.19 + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-OpenSSL-DSA-0.19.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-DSA-0.19 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kecb92 + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.19 + /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 Running Mkbootstrap for DSA () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Crypt-OpenSSL-DSA-0.19/typemap' DSA.xs > DSA.xsc 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 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC "-I/usr/lib/perl5/CORE" -DPERL5 DSA.c DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_generate_parameters': DSA.xs:153:45: warning: pointer targets in passing argument 3 of 'DSA_generate_parameters_ex' differ in signedness [-Wpointer-sign] if (!DSA_generate_parameters_ex(dsa, bits, seedpv, (int)seed_len, NULL, NULL, NULL)) { ^~~~~~ In file included from /usr/include/openssl/x509.h:32:0, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:133:5: note: expected 'const unsigned char *' but argument is of type 'char *' int DSA_generate_parameters_ex(DSA *dsa, int bits, ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:5644:0, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_sign': DSA.xs:212:27: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness [-Wpointer-sign] RETVAL = newSVpvn(sigret, siglen); ^ /usr/lib/perl5/CORE/embed.h:420:44: note: in definition of macro 'newSVpvn' #define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b) ^ In file included from /usr/lib/perl5/CORE/perl.h:5609:0, from DSA.xs:8: /usr/lib/perl5/CORE/proto.h:2316:19: note: expected 'const char * const' but argument is of type 'unsigned char *' PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len) ^~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_verify': DSA.xs:230:32: warning: pointer targets in passing argument 2 of 'DSA_verify' differ in signedness [-Wpointer-sign] RETVAL = DSA_verify(0, dgst_pv, (int)dgst_len, sig_pv, (int)sig_len, dsa); ^~~~~~~ In file included from /usr/include/openssl/x509.h:32:0, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:111:5: note: expected 'const unsigned char *' but argument is of type 'char *' int DSA_verify(int type, const unsigned char *dgst, int dgst_len, ^~~~~~~~~~ DSA.xs:230:56: warning: pointer targets in passing argument 4 of 'DSA_verify' differ in signedness [-Wpointer-sign] RETVAL = DSA_verify(0, dgst_pv, (int)dgst_len, sig_pv, (int)sig_len, dsa); ^~~~~~ In file included from /usr/include/openssl/x509.h:32:0, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:111:5: note: expected 'const unsigned char *' but argument is of type 'char *' int DSA_verify(int type, const unsigned char *dgst, int dgst_len, ^~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_do_verify': DSA.xs:246:32: warning: pointer targets in passing argument 1 of 'DSA_do_verify' differ in signedness [-Wpointer-sign] RETVAL = DSA_do_verify(dgst_pv, (int)dgst_len, sig, dsa); ^~~~~~~ In file included from /usr/include/openssl/x509.h:32:0, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:89:5: note: expected 'const unsigned char *' but argument is of type 'char *' int DSA_do_verify(const unsigned char *dgst, int dgst_len, ^~~~~~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_p': DSA.xs:371:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] len = BN_bn2bin(p, to); ^~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:181:5: note: expected 'unsigned char *' but argument is of type 'char *' int BN_bn2bin(const BIGNUM *a, unsigned char *to); ^~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_q': DSA.xs:387:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] len = BN_bn2bin(q, to); ^~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:181:5: note: expected 'unsigned char *' but argument is of type 'char *' int BN_bn2bin(const BIGNUM *a, unsigned char *to); ^~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_g': DSA.xs:403:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] len = BN_bn2bin(g, to); ^~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:181:5: note: expected 'unsigned char *' but argument is of type 'char *' int BN_bn2bin(const BIGNUM *a, unsigned char *to); ^~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_pub_key': DSA.xs:419:34: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] len = BN_bn2bin(pub_key, to); ^~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:181:5: note: expected 'unsigned char *' but argument is of type 'char *' int BN_bn2bin(const BIGNUM *a, unsigned char *to); ^~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_priv_key': DSA.xs:435:35: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] len = BN_bn2bin(priv_key, to); ^~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:181:5: note: expected 'unsigned char *' but argument is of type 'char *' int BN_bn2bin(const BIGNUM *a, unsigned char *to); ^~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3913:0, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_p': /usr/lib/perl5/CORE/sv.h:1669:5: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:454:23: note: in expansion of macro 'SvPV' p = BN_bin2bn(SvPV(p_SV, len), (int)len, NULL); ^~~~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:180:9: note: expected 'const unsigned char *' but argument is of type 'char *' BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); ^~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1670:13: warning: operation on 'len' may be undefined [-Wsequence-point] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:454:23: note: in expansion of macro 'SvPV' 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:1669:5: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:495:23: note: in expansion of macro 'SvPV' q = BN_bin2bn(SvPV(q_SV, len), (int)len, NULL); ^~~~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:180:9: note: expected 'const unsigned char *' but argument is of type 'char *' BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); ^~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1670:13: warning: operation on 'len' may be undefined [-Wsequence-point] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:495:23: note: in expansion of macro 'SvPV' 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:1669:5: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:536:23: note: in expansion of macro 'SvPV' g = BN_bin2bn(SvPV(g_SV, len), (int)len, NULL); ^~~~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:180:9: note: expected 'const unsigned char *' but argument is of type 'char *' BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); ^~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1670:13: warning: operation on 'len' may be undefined [-Wsequence-point] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:536:23: note: in expansion of macro 'SvPV' 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:1669:5: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:573:29: note: in expansion of macro 'SvPV' pub_key = BN_bin2bn(SvPV(pub_key_SV, len), (int)len, NULL); ^~~~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:180:9: note: expected 'const unsigned char *' but argument is of type 'char *' BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); ^~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1670:13: warning: operation on 'len' may be undefined [-Wsequence-point] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:573:29: note: in expansion of macro 'SvPV' 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:1669:5: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:601:30: note: in expansion of macro 'SvPV' priv_key = BN_bin2bn(SvPV(priv_key_SV, len), (int)len, NULL); ^~~~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:180:9: note: expected 'const unsigned char *' but argument is of type 'char *' BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); ^~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1670:13: warning: operation on 'len' may be undefined [-Wsequence-point] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:601:30: note: in expansion of macro 'SvPV' 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:633:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] len = BN_bn2bin(r, to); ^~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:181:5: note: expected 'unsigned char *' but argument is of type 'char *' int BN_bn2bin(const BIGNUM *a, unsigned char *to); ^~~~~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_get_s': DSA.xs:649:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] len = BN_bn2bin(s, to); ^~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:181:5: note: expected 'unsigned char *' but argument is of type 'char *' int BN_bn2bin(const BIGNUM *a, unsigned char *to); ^~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3913:0, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_set_r': /usr/lib/perl5/CORE/sv.h:1669:5: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:666:23: note: in expansion of macro 'SvPV' r = BN_bin2bn(SvPV(r_SV, len), (int)len, NULL); ^~~~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:180:9: note: expected 'const unsigned char *' but argument is of type 'char *' BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); ^~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1670:13: warning: operation on 'len' may be undefined [-Wsequence-point] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:666:23: note: in expansion of macro 'SvPV' 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:1669:5: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:694:23: note: in expansion of macro 'SvPV' s = BN_bin2bn(SvPV(s_SV, len), (int)len, NULL); ^~~~ In file included from DSA.xs:11:0: /usr/include/openssl/bn.h:180:9: note: expected 'const unsigned char *' but argument is of type 'char *' BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); ^~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib/perl5/CORE/sv.h:1670:13: warning: operation on 'len' may be undefined [-Wsequence-point] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ~~~~^~~~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ DSA.xs:694:23: note: in expansion of macro 'SvPV' s = BN_bin2bn(SvPV(s_SV, len), (int)len, NULL); ^~~~ rm -f blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so gcc -shared -Wl,-z,relro -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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BwP0uK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386 + cd Crypt-OpenSSL-DSA-0.19 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.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.19-3.fc27.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/DSA.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/DSA/Signature.pod Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386/usr/share/man/man3/Crypt::OpenSSL::DSA.3pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386 -depth -type d -exec rmdir '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.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.19-3.fc27.i386/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 0.19-3.fc27 --unique-debug-arch i386 --unique-debug-src-base perl-Crypt-OpenSSL-DSA --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/Crypt-OpenSSL-DSA-0.19 extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 114 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.W6rHss + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.19 + 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.29 cusr 0.05 csys = 0.37 CPU) Result: PASS + exit 0 Processing files: perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HFjTvb + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.19 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386/usr/share/doc/perl-Crypt-OpenSSL-DSA + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386/usr/share/doc/perl-Crypt-OpenSSL-DSA + exit 0 Provides: perl(Crypt::OpenSSL::DSA) = 0.19 perl-Crypt-OpenSSL-DSA = 0.19-3.fc27 perl-Crypt-OpenSSL-DSA(x86-32) = 0.19-3.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: 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.4) libcrypto.so.1.1 libcrypto.so.1.1(OPENSSL_1_1_0) libperl.so.5.26 perl(DynaLoader) perl(strict) perl(vars) perl(warnings) rtld(GNU_HASH) Processing files: perl-Crypt-OpenSSL-DSA-debuginfo-0.19-3.fc27.i686 Provides: perl-Crypt-OpenSSL-DSA-debuginfo = 0.19-3.fc27 perl-Crypt-OpenSSL-DSA-debuginfo(x86-32) = 0.19-3.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386 Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i686.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-DSA-debuginfo-0.19-3.fc27.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lZ2qMU + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.19 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-3.fc27.i386 + exit 0 Child return code was: 0