D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Text-Hunspell-2.140.0-11.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.U4M3ab + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Text-Hunspell-2.14 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Text-Hunspell-2.14.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Text-Hunspell-2.14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nwWfjc + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Text-Hunspell-2.14 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ pkg-config --libs hunspell ++ sed 's/-l//; s/[[:space:]]*$//' + HUNSPELL_LIB_NAME=hunspell-1.7 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor LIBS=-lhunspell-1.7 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::Hunspell Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 Running Mkbootstrap for Hunspell () chmod 644 "Hunspell.bs" "/usr/bin/perl5.30.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hunspell.bs blib/arch/auto/Text/Hunspell/Hunspell.bs 644 cp Hunspell.pm blib/lib/Text/Hunspell.pm "/usr/bin/perl5.30.1" "/usr/share/perl5/ExtUtils/xsubpp" -C++ -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Text-Hunspell-2.14/perlobject.map' -typemap '/home/iurt/rpmbuild/BUILD/Text-Hunspell-2.14/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Text-Hunspell-2.14/typemap' Hunspell.xs > Hunspell.xsc mv Hunspell.xsc Hunspell.c c++ -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/hunspell -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib64/perl5/CORE" Hunspell.c 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] 69 | RETVAL = THIS->spell(buf); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:131:20: note: declared here 131 | 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] 81 | val = THIS->suggest(&wlsti, buf); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:141:20: note: declared here 141 | H_DEPRECATED int suggest(char*** slst, const char* word); | ^~~~~~~ Hunspell.xs:85:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] 85 | THIS->free_list(&wlsti, val); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here 155 | H_DEPRECATED void free_list(char*** slst, int n); | ^~~~~~~~~ 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] 94 | val = THIS->analyze(&wlsti, buf); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:164:20: note: declared here 164 | H_DEPRECATED int analyze(char*** slst, const char* word); | ^~~~~~~ Hunspell.xs:98:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] 98 | THIS->free_list(&wlsti, val); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here 155 | 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] 108 | val = THIS->stem(&wlsti, buf); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:168:20: note: declared here 168 | H_DEPRECATED int stem(char*** slst, const char* word); | ^~~~ Hunspell.xs:112:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] 112 | THIS->free_list(&wlsti, val); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here 155 | H_DEPRECATED void free_list(char*** slst, int n); | ^~~~~~~~~ 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] 123 | val = THIS->generate(&wlsti, buf, sample); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:181:20: note: declared here 181 | 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] 127 | THIS->free_list(&wlsti, val); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here 155 | H_DEPRECATED void free_list(char*** slst, int n); | ^~~~~~~~~ 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] 152 | val = THIS->generate(&wlsti, buf, array, len); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:191:20: note: declared here 191 | 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] 157 | THIS->free_list(&wlsti, val); | ^ In file included from Hunspell.xs:1: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here 155 | H_DEPRECATED void free_list(char*** slst, int n); | ^~~~~~~~~ rm -f blib/arch/auto/Text/Hunspell/Hunspell.so c++ -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong Hunspell.o -o blib/arch/auto/Text/Hunspell/Hunspell.so \ -lhunspell-1.7 -lperl \ chmod 755 blib/arch/auto/Text/Hunspell/Hunspell.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OQtHka + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64 + cd Text-Hunspell-2.14 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.30.1" -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 /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/Text/Hunspell.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/share/man/man3/Text::Hunspell.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/lib64/perl5/perllocal.pod + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 2.140.0-11.mga8 --unique-debug-suffix -2.140.0-11.mga8.aarch64 --unique-debug-src-base perl-Text-Hunspell-2.140.0-11.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Text-Hunspell-2.14 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so'; reason: Permission denied original debug info size: 164kB, size after compression: 156kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 38 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sI0Rba + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Text-Hunspell-2.14 + '[' 1 -eq 1 ']' + LANG=en_US + make test TEST_POD=1 TEST_VERBOSE=1 "/usr/bin/perl5.30.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hunspell.bs blib/arch/auto/Text/Hunspell/Hunspell.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.30.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01-use.t ............. 1..1 ok 1 - use Text::Hunspell; ok t/02-pod.t ............. 1..1 ok 1 - POD test for blib/lib/Text/Hunspell.pm ok t/05-core.t ............ 1..5 ok 1 - Created a Text::Hunspell object [Text::Hunspell=SCALAR(0x340b64d0)] ok 2 - Word 'lótól' should be in the test dictionary ok 3 - Word 'lóotól' shouldn't be in the test dictionary ok 4 - Got some suggestions ok 5 - List of suggestions should be correct ok # Analysis result: [ st:ló po:noun ts:NOM al:lovak is:ABL] t/06-analyze.t ......... 1..7 ok 1 - Created a Text::Hunspell object [Text::Hunspell=SCALAR(0x14d5e4d0)] ok 2 - Got something back ok 3 - Stemming root ok 4 - Word supposed to be a noun ok 5 - Have no idea ok 6 - Also here, no idea ok 7 - Guess what? ok t/07-add-dictionary.t .. 1..4 ok 1 - Created a Text::Hunspell object [Text::Hunspell=SCALAR(0x2d6a84d0)] ok 2 - Word 'munkey' shouldn't be in the test dictionary ok 3 - Added a supplemental dictionary ok 4 - Word 'munkey' is in the supplemental dictionary ok t/08-two-dics.t ........ 1..7 ok 1 - Created a Text::Hunspell object [Text::Hunspell=SCALAR(0x14b594d0)] ok 2 - Word 'lótól' found in first dictionary ok 3 - Created another Text::Hunspell object [Text::Hunspell=SCALAR(0x14b7c2e8)] ok 4 - Word 'lótól' found in first dictionary ok 5 - Word 'lótól' not found in second dictionary ok 6 - Word 'munkey' not found in first dictionary ok 7 - Word 'munkey' found in second dictionary ok t/09-rt92820.t ......... 1..3 ok 1 - Loaded the spanish dictionary ok 2 - 'agarró' should be found in the spanish dictionary ok 3 - 'agarróso' shouldn't be in the spanish dictionary ok t/10-generate.t ........ 1..16 ok 1 - drink eat => drink ok 2 - drink eats => drinks ok 3 - drink ate => drank ok 4 - drink eaten => drunk ok 5 - drink eatable => drinkable ok 6 - drink eatables => drinkables ok 7 - drink phenomena => drinks ok 8 - drinks eat => drink ok 9 - drinks eats => drinks ok 10 - drinks ate => drank ok 11 - drinks eaten => drunk ok 12 - drinks eatable => drinkable ok 13 - drinks eatables => drinkables ok 14 - drinks phenomena => drinks ok 15 - undrinkable phenomena => undrinkables ok 16 - phenomenon drinks => phenomena ok t/11-generate2.t ....... 1..1 ok 1 - phenomenon is:plur => phenomena ok All tests successful. Files=9, Tests=45, 4 wallclock secs ( 0.05 usr 0.01 sys + 1.13 cusr 0.20 csys = 1.39 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Text-Hunspell-2.140.0-11.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qASrva + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Text-Hunspell-2.14 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/share/doc/perl-Text-Hunspell + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/share/doc/perl-Text-Hunspell + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/share/doc/perl-Text-Hunspell + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/share/doc/perl-Text-Hunspell + cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64/usr/share/doc/perl-Text-Hunspell + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Text::Hunspell) = 2.140.0 perl-Text-Hunspell = 2.140.0-11.mga8 perl-Text-Hunspell(aarch-64) = 2.140.0-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libhunspell-1.7.so.0()(64bit) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(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) perl-base >= 2:5.30.1 Processing files: perl-Text-Hunspell-debugsource-2.140.0-11.mga8.aarch64 Provides: perl-Text-Hunspell-debugsource = 2.140.0-11.mga8 perl-Text-Hunspell-debugsource(aarch-64) = 2.140.0-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Text-Hunspell-debuginfo-2.140.0-11.mga8.aarch64 Provides: debuginfo(build-id) = 8e40c7653ba37e6c16d5692f78ce817c9a50724d perl-Text-Hunspell-debuginfo = 2.140.0-11.mga8 perl-Text-Hunspell-debuginfo(aarch-64) = 2.140.0-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Text-Hunspell-debugsource(aarch-64) = 2.140.0-11.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Text-Hunspell-debugsource-2.140.0-11.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Text-Hunspell-2.140.0-11.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Text-Hunspell-debuginfo-2.140.0-11.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VU1VT9 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Text-Hunspell-2.14 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.140.0-11.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OVxFeb + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Text-Hunspell-2.14 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!