+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-Text-Hunspell.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.OFbwPZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Text-Hunspell-2.14 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/Text-Hunspell-2.14.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Text-Hunspell-2.14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (Text-Hunspell-2.14-no-Alien.patch):' Patch #1 (Text-Hunspell-2.14-no-Alien.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file Makefile.PL patching file META.json patching file META.yml + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CnTndS + umask 022 + cd /builddir/build/BUILD + cd Text-Hunspell-2.14 + 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 ' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::Hunspell Writing MYMETA.yml and MYMETA.json + make -j4 Running Mkbootstrap for Hunspell () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -C++ -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Text-Hunspell-2.14/perlobject.map' -typemap '/builddir/build/BUILD/Text-Hunspell-2.14/typemap' -typemap '/builddir/build/BUILD/Text-Hunspell-2.14/typemap' Hunspell.xs > Hunspell.xsc chmod 644 "Hunspell.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hunspell.bs blib/arch/auto/Text/Hunspell/Hunspell.bs 644 cp Hunspell.pm blib/lib/Text/Hunspell.pm mv Hunspell.xsc Hunspell.c c++ -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 -I/usr/include/hunspell -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=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib64/perl5/CORE" Hunspell.c Hunspell.c: In function 'void XS_Text__Hunspell_delete(PerlInterpreter*, CV*)': Hunspell.c:218:13: warning: variable 'h' set but not used [-Wunused-but-set-variable] Hunspell * h; ^ Hunspell.c:219:13: warning: variable 'THIS' set but not used [-Wunused-but-set-variable] Hunspell * THIS; ^~~~ Hunspell.xs: In function 'void XS_Text__Hunspell_check(PerlInterpreter*, CV*)': Hunspell.xs:69:33: warning: 'int Hunspell::spell(const char*, int*, char**)' is deprecated [-Wdeprecated-declarations] RETVAL = THIS->spell(buf); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:131:20: note: declared here H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = NULL); ^~~~~ Hunspell.xs: In function 'void XS_Text__Hunspell_suggest(PerlInterpreter*, CV*)': Hunspell.xs:81:40: warning: 'int Hunspell::suggest(char***, const char*)' is deprecated [-Wdeprecated-declarations] val = THIS->suggest(&wlsti, buf); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:141:20: note: declared here H_DEPRECATED int suggest(char*** slst, const char* word); ^~~~~~~ Hunspell.xs:85:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] THIS->free_list(&wlsti, val); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ Hunspell.xs:79:6: warning: unused variable 'i' [-Wunused-variable] int i, val; ^ Hunspell.xs: In function 'void XS_Text__Hunspell_analyze(PerlInterpreter*, CV*)': Hunspell.xs:94:40: warning: 'int Hunspell::analyze(char***, const char*)' is deprecated [-Wdeprecated-declarations] val = THIS->analyze(&wlsti, buf); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:164:20: note: declared here H_DEPRECATED int analyze(char*** slst, const char* word); ^~~~~~~ Hunspell.xs:98:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] THIS->free_list(&wlsti, val); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ Hunspell.xs: In function 'void XS_Text__Hunspell_stem(PerlInterpreter*, CV*)': Hunspell.xs:108:37: warning: 'int Hunspell::stem(char***, const char*)' is deprecated [-Wdeprecated-declarations] val = THIS->stem(&wlsti, buf); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:168:20: note: declared here H_DEPRECATED int stem(char*** slst, const char* word); ^~~~ Hunspell.xs:112:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] THIS->free_list(&wlsti, val); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ Hunspell.xs:106:6: warning: unused variable 'i' [-Wunused-variable] int i, val; ^ Hunspell.xs: In function 'void XS_Text__Hunspell_generate(PerlInterpreter*, CV*)': Hunspell.xs:123:49: warning: 'int Hunspell::generate(char***, const char*, const char*)' is deprecated [-Wdeprecated-declarations] val = THIS->generate(&wlsti, buf, sample); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:181:20: note: declared here H_DEPRECATED int generate(char*** slst, const char* word, const char* word2); ^~~~~~~~ Hunspell.xs:127:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] THIS->free_list(&wlsti, val); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ Hunspell.xs:121:6: warning: unused variable 'i' [-Wunused-variable] int i, val; ^ Hunspell.xs: In function 'void XS_Text__Hunspell_generate2(PerlInterpreter*, CV*)': Hunspell.xs:152:54: warning: 'int Hunspell::generate(char***, const char*, char**, int)' is deprecated [-Wdeprecated-declarations] val = THIS->generate(&wlsti, buf, array, len); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:191:20: note: declared here H_DEPRECATED int generate(char*** slst, const char* word, char** desc, int n); ^~~~~~~~ Hunspell.xs:157:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] THIS->free_list(&wlsti, val); ^ In file included from Hunspell.xs:1:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ rm -f blib/arch/auto/Text/Hunspell/Hunspell.so c++ -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong Hunspell.o -o blib/arch/auto/Text/Hunspell/Hunspell.so \ -lhunspell-1.5 -lperl \ chmod 755 blib/arch/auto/Text/Hunspell/Hunspell.so Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PjJAWB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64 + cd Text-Hunspell-2.14 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hunspell.bs blib/arch/auto/Text/Hunspell/Hunspell.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so Installing /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64/usr/lib64/perl5/vendor_perl/Text/Hunspell.pm Installing /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64/usr/share/man/man3/Text::Hunspell.3pm + find /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64 -type f -name '*.bs' -a -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64 + /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-Text-Hunspell-2.14-8.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Atx5HH + umask 022 + cd /builddir/build/BUILD + cd Text-Hunspell-2.14 + DOCDIR=/builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64/usr/share/doc/perl-Text-Hunspell + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64/usr/share/doc/perl-Text-Hunspell + cp -pr Changes /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64/usr/share/doc/perl-Text-Hunspell + cp -pr README /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64/usr/share/doc/perl-Text-Hunspell + cp -pr examples/ /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64/usr/share/doc/perl-Text-Hunspell + exit 0 Provides: perl(Text::Hunspell) = 2.14 perl-Text-Hunspell = 2.14-8.fc28 perl-Text-Hunspell(riscv-64) = 2.14-8.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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libhunspell-1.5.so.0()(64bit) libm.so.6()(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) perl(DynaLoader) perl(vars) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-Text-Hunspell-2.14-8.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-Text-Hunspell-2.14-8.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zLO7Nm + umask 022 + cd /builddir/build/BUILD + cd Text-Hunspell-2.14 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-8.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff