+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CIXBW8 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-OpenSSL-DSA-0.19 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-OpenSSL-DSA-0.19.tar.gz + 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.RnIQ4w + 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 Writing MYMETA.yml and MYMETA.json + make -j4 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/Signature.pod blib/lib/Crypt/OpenSSL/DSA/Signature.pod cp lib/Crypt/OpenSSL/DSA.pm blib/lib/Crypt/OpenSSL/DSA.pm mv DSA.xsc DSA.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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/lib64/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/lib64/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/lib64/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/lib64/perl5/CORE/perl.h:5609:0, from DSA.xs:8: /usr/lib64/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/lib64/perl5/CORE/perl.h:3913:0, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_p': /usr/lib64/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/lib64/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/lib64/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib64/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/lib64/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/lib64/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/lib64/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/lib64/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib64/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/lib64/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/lib64/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/lib64/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/lib64/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib64/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/lib64/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/lib64/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/lib64/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/lib64/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib64/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/lib64/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/lib64/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/lib64/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/lib64/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib64/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/lib64/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/lib64/perl5/CORE/perl.h:3913:0, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_set_r': /usr/lib64/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/lib64/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/lib64/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib64/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/lib64/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/lib64/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/lib64/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/lib64/perl5/CORE/perl.h:3913:0, from DSA.xs:8: /usr/lib64/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/lib64/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 -lpthread -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.kxWo6N + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 + cd Crypt-OpenSSL-DSA-0.19 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 "/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-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/DSA.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/DSA/Signature.pod Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64/usr/share/man/man3/Crypt::OpenSSL::DSA.3pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 -depth -type d -exec rmdir '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 -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-5.fc28.riscv64/usr + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kkvTcS + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.19 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64/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.19-5.fc28.riscv64/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64/usr/share/doc/perl-Crypt-OpenSSL-DSA + exit 0 Provides: perl(Crypt::OpenSSL::DSA) = 0.19 perl-Crypt-OpenSSL-DSA = 0.19-5.fc28 perl-Crypt-OpenSSL-DSA(riscv-64) = 0.19-5.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(DynaLoader) perl(strict) perl(vars) perl(warnings) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XE2y5G + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.19 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-5.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff