+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-HTML-Template-Pro.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.7y6qrd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf HTML-Template-Pro-0.9510 + /usr/bin/gzip -dc /builddir/build/SOURCES/HTML-Template-Pro-0.9510.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd HTML-Template-Pro-0.9510 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.k7B3aK + umask 022 + cd /builddir/build/BUILD + cd HTML-Template-Pro-0.9510 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-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 ' looking for pcre... trying gcc -o /tmp/tmp276 -I/usr/include/pcre -lpcre -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 -I/usr/lib64/perl5/CORE /tmp/tmp276.c pcre found. looking for mmap... trying gcc -o /tmp/tmp276 -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 -I/usr/lib64/perl5/CORE /tmp/tmp276.c mmap found. looking for int64: trying __int64.../tmp/tmp276.c: In function 'main': /tmp/tmp276.c:4:13: error: '__int64' undeclared (first use in this function); did you mean '__int128'? if (sizeof(__int64)==8) return 0; ^~~~~~~ __int128 /tmp/tmp276.c:4:13: note: each undeclared identifier is reported only once for each function it appears in no. looking for int64: trying long long...Ok. looking for stdint.h... trying gcc -o /tmp/tmp276 -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 -I/usr/lib64/perl5/CORE /tmp/tmp276.c stdint.h found. looking for inttypes.h... trying gcc -o /tmp/tmp276 -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 -I/usr/lib64/perl5/CORE /tmp/tmp276.c inttypes.h found. looking for strdup("str") trying gcc -o /tmp/tmp276 -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 -I/usr/lib64/perl5/CORE /tmp/tmp276.c strdup("str") found. looking for _strdup("str") trying gcc -o /tmp/tmp276 -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 -I/usr/lib64/perl5/CORE /tmp/tmp276.c /tmp/tmp276.c: In function 'main': /tmp/tmp276.c:5:2: warning: implicit declaration of function '_strdup'; did you mean 'strdup'? [-Wimplicit-function-declaration] _strdup("str"); ^~~~~~~ strdup /tmp/cczvmi3A.o: In function `main': /tmp/tmp276.c:5: undefined reference to `_strdup' collect2: error: ld returned 1 exit status _strdup("str") not found. ===================================================================== build with libpcre (Stanislav Yadykin's regexp extension) is enabled. ===================================================================== if you have not installed libpcre, you still can build the module without libpcre (with this extension disabled) using perl Makefile.PL PCRE=0 ===================================================================== Compatibility mode for syntactically incorrect templates is disabled. It is the fast default. ===================================================================== MakeMaker (v7.3) Checking if your kit is complete... Looks good ABSTRACT_FROM => q[lib/HTML/Template/Pro.pm] AUTHOR => [q[I. Yu. Vlasenko ]] BUILD_REQUIRES => { } CONFIGURE_REQUIRES => { } DEFINE => q[-DHTMLTMPLPRO_STATIC -DUSE_MMAP -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_STRDUP -DHAVE_SYS_MMAN_H -DHAVE_SYS_STAT_H -DINT64_NAME="long long" -DSIZEOF_LONG_LONG=8 -DHAVE_PCRE] INC => q[-I. -I/usr/include/pcre] INSTALLDIRS => q[vendor] LIBS => [q[-lm -lpcre]] LICENSE => q[perl] NAME => q[HTML::Template::Pro] OBJECT => q[$(O_FILES)] OPTIMIZE => q[-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 ] PREREQ_PM => { File::Path=>q[2], File::Spec=>q[0], JSON=>q[2], Test::More=>q[0] } TEST_REQUIRES => { } VERSION_FROM => q[lib/HTML/Template/Pro.pm] depend => { expr.o=>q[calc.inc exprtool.inc exprpstr.inc], procore.o=>q[proscope.inc pstrutils.inc loadfile.inc loopvar.inc] } Using PERL=/usr/bin/perl Potential libraries are '-lm -lpcre': m not found in /usr/local/lib m not found in /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/include-fixed m not found in /usr/lib '-lm' found at /lib64/lp64d/libm.so.6 pcre not found in /usr/local/lib pcre not found in /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/include-fixed pcre not found in /usr/lib '-lpcre' found at /lib64/lp64d/libpcre.so.1.2.9 Generating a Unix-style Makefile Writing Makefile for HTML::Template::Pro Writing MYMETA.yml and MYMETA.json + make -j4 "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Pro.xs > Pro.xsc Running Mkbootstrap for Pro () gcc -c -I. -I/usr/include/pcre -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 -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 -DVERSION=\"0.9510\" -DXS_VERSION=\"0.9510\" -fPIC "-I/usr/lib64/perl5/CORE" -DHTMLTMPLPRO_STATIC -DUSE_MMAP -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_STRDUP -DHAVE_SYS_MMAN_H -DHAVE_SYS_STAT_H -DINT64_NAME="long long" -DSIZEOF_LONG_LONG=8 -DHAVE_PCRE expr.c chmod 644 "Pro.bs" gcc -c -I. -I/usr/include/pcre -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 -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 -DVERSION=\"0.9510\" -DXS_VERSION=\"0.9510\" -fPIC "-I/usr/lib64/perl5/CORE" -DHTMLTMPLPRO_STATIC -DUSE_MMAP -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_STRDUP -DHAVE_SYS_MMAN_H -DHAVE_SYS_STAT_H -DINT64_NAME="long long" -DSIZEOF_LONG_LONG=8 -DHAVE_PCRE expr_iface.c cp lib/HTML/Template/Pro/WrapAssociate.pm blib/lib/HTML/Template/Pro/WrapAssociate.pm cp lib/HTML/Template/SYNTAX.pod blib/lib/HTML/Template/SYNTAX.pod cp lib/HTML/Template/PerlInterface.pod blib/lib/HTML/Template/PerlInterface.pod cp lib/HTML/Template/Pro.pm blib/lib/HTML/Template/Pro.pm gcc -c -I. -I/usr/include/pcre -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 -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 -DVERSION=\"0.9510\" -DXS_VERSION=\"0.9510\" -fPIC "-I/usr/lib64/perl5/CORE" -DHTMLTMPLPRO_STATIC -DUSE_MMAP -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_STRDUP -DHAVE_SYS_MMAN_H -DHAVE_SYS_STAT_H -DINT64_NAME="long long" -DSIZEOF_LONG_LONG=8 -DHAVE_PCRE optint.c Please specify prototyping behavior for Pro.xs (see perlxs manual) mv Pro.xsc Pro.c gcc -c -I. -I/usr/include/pcre -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 -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 -DVERSION=\"0.9510\" -DXS_VERSION=\"0.9510\" -fPIC "-I/usr/lib64/perl5/CORE" -DHTMLTMPLPRO_STATIC -DUSE_MMAP -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_STRDUP -DHAVE_SYS_MMAN_H -DHAVE_SYS_STAT_H -DINT64_NAME="long long" -DSIZEOF_LONG_LONG=8 -DHAVE_PCRE pbuffer.c gcc -c -I. -I/usr/include/pcre -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 -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 -DVERSION=\"0.9510\" -DXS_VERSION=\"0.9510\" -fPIC "-I/usr/lib64/perl5/CORE" -DHTMLTMPLPRO_STATIC -DUSE_MMAP -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_STRDUP -DHAVE_SYS_MMAN_H -DHAVE_SYS_STAT_H -DINT64_NAME="long long" -DSIZEOF_LONG_LONG=8 -DHAVE_PCRE procore.c expr.y:246:1: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] const ^~~~~ expr.y:274:1: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] const ^~~~~ gcc -c -I. -I/usr/include/pcre -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 -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 -DVERSION=\"0.9510\" -DXS_VERSION=\"0.9510\" -fPIC "-I/usr/lib64/perl5/CORE" -DHTMLTMPLPRO_STATIC -DUSE_MMAP -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_STRDUP -DHAVE_SYS_MMAN_H -DHAVE_SYS_STAT_H -DINT64_NAME="long long" -DSIZEOF_LONG_LONG=8 -DHAVE_PCRE proparam.c In file included from procore.c:60:0: prostate.inc: In function 'log_state': prostate.inc:7:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] char* masterpath=state->param->masterpath; ^~~~~ procore.c: At top level: procore.c:63:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] static const char const tag_can_be_closed[]={ ^~~~~ procore.c:75:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] static const char const tag_has_opt[][6]={ ^~~~~ procore.c:91:31: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] static const tag_handler_func const output_closetag_handler[]={ ^~~~~ procore.c:102:31: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] static const tag_handler_func const output_opentag_handler[]={ ^~~~~ procore.c: In function 'tmplpro_exec_tmpl_filename': procore.c:429:7: warning: variable 'mmapstatus' set but not used [-Wunused-but-set-variable] int mmapstatus; ^~~~~~~~~~ gcc -c -I. -I/usr/include/pcre -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 -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 -DVERSION=\"0.9510\" -DXS_VERSION=\"0.9510\" -fPIC "-I/usr/lib64/perl5/CORE" -DHTMLTMPLPRO_STATIC -DUSE_MMAP -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_STRDUP -DHAVE_SYS_MMAN_H -DHAVE_SYS_STAT_H -DINT64_NAME="long long" -DSIZEOF_LONG_LONG=8 -DHAVE_PCRE tmpllog.c gcc -c -I. -I/usr/include/pcre -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 -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 -DVERSION=\"0.9510\" -DXS_VERSION=\"0.9510\" -fPIC "-I/usr/lib64/perl5/CORE" -DHTMLTMPLPRO_STATIC -DUSE_MMAP -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_STRDUP -DHAVE_SYS_MMAN_H -DHAVE_SYS_STAT_H -DINT64_NAME="long long" -DSIZEOF_LONG_LONG=8 -DHAVE_PCRE tmplpro_version.c "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pro.bs blib/arch/auto/HTML/Template/Pro/Pro.bs 644 gcc -c -I. -I/usr/include/pcre -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 -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 -DVERSION=\"0.9510\" -DXS_VERSION=\"0.9510\" -fPIC "-I/usr/lib64/perl5/CORE" -DHTMLTMPLPRO_STATIC -DUSE_MMAP -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_STRDUP -DHAVE_SYS_MMAN_H -DHAVE_SYS_STAT_H -DINT64_NAME="long long" -DSIZEOF_LONG_LONG=8 -DHAVE_PCRE Pro.c rm -f blib/arch/auto/HTML/Template/Pro/Pro.so gcc -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong Pro.o expr.o expr_iface.o optint.o pbuffer.o procore.o proparam.o tmpllog.o tmplpro_version.o -o blib/arch/auto/HTML/Template/Pro/Pro.so \ -lm -lpcre -lperl \ chmod 755 blib/arch/auto/HTML/Template/Pro/Pro.so Manifying 3 pod documents + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.npT75r + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64 + cd HTML-Template-Pro-0.9510 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pro.bs blib/arch/auto/HTML/Template/Pro/Pro.bs 644 Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/HTML/Template/Pro/Pro.so Installing /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/lib64/perl5/vendor_perl/HTML/Template/Pro.pm Installing /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/lib64/perl5/vendor_perl/HTML/Template/PerlInterface.pod Installing /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/lib64/perl5/vendor_perl/HTML/Template/SYNTAX.pod Installing /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/lib64/perl5/vendor_perl/HTML/Template/Pro/WrapAssociate.pm Installing /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/man/man3/HTML::Template::Pro.3pm Installing /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/man/man3/HTML::Template::PerlInterface.3pm Installing /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/man/man3/HTML::Template::SYNTAX.3pm + find /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64 -depth -type d -exec rmdir '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.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-HTML-Template-Pro-0.9510-15.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6j9WQq + umask 022 + cd /builddir/build/BUILD + cd HTML-Template-Pro-0.9510 + DOCDIR=/builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/doc/perl-HTML-Template-Pro + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/doc/perl-HTML-Template-Pro + cp -pr ARTISTIC /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/doc/perl-HTML-Template-Pro + cp -pr Changes /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/doc/perl-HTML-Template-Pro + cp -pr FAQ /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/doc/perl-HTML-Template-Pro + cp -pr LGPL /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/doc/perl-HTML-Template-Pro + cp -pr README /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/doc/perl-HTML-Template-Pro + cp -pr README.ru /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64/usr/share/doc/perl-HTML-Template-Pro + exit 0 Provides: perl(HTML::Template::Pro) = 0.9510 perl(HTML::Template::Pro::WrapAssociate) perl-HTML-Template-Pro = 0.9510-15.fc28 perl-HTML-Template-Pro(riscv-64) = 0.9510-15.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) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpcre.so.1()(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(:VERSION) >= 5.5.0 perl(Carp) perl(DynaLoader) perl(Exporter) perl(File::Spec) perl(HTML::Template::Pro::WrapAssociate) perl(Scalar::Util) perl(constant) perl(integer) perl(strict) perl(vars) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-HTML-Template-Pro-0.9510-15.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-HTML-Template-Pro-0.9510-15.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cdynHu + umask 022 + cd /builddir/build/BUILD + cd HTML-Template-Pro-0.9510 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-HTML-Template-Pro-0.9510-15.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