==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: hunspell 1.7.3-1 (Thu May  7 06:05:12 2026)
==> Retrieving sources...
  -> Found hunspell-1.7.3.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    hunspell-1.7.3.tar.gz ... Passed
==> Making package: hunspell 1.7.3-1 (Thu May  7 12:05:37 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found hunspell-1.7.3.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting hunspell-1.7.3.tar.gz with bsdtar
==> Starting build()...
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ranlib... ranlib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gawk... (cached) gawk
checking whether g++ supports C++11 features by default... yes
checking for ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... yes
checking for the common suffixes of directories in the library search path... lib,lib
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for locale.h... yes
checking for langinfo.h... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for CFLocaleCopyPreferredLanguages... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for tparm in -lncursesw... no
checking for tparm in -lcurses... yes
checking for tgetent in -ltinfo... yes
Compiling with curses user interface.
checking for curses.h... yes
No Unicode support on interactive console. (Install Ncursesw library.)
checking for tgetent in -ltinfow... no
checking for tgetent in -ltinfo... (cached) yes
checking for readline in -lreadline... yes
checking for readline/readline.h... yes
Using the readline library.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating hunspell.pc
config.status: creating man/Makefile
config.status: creating man/hu/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating src/hunspell/Makefile
config.status: creating src/hunspell/hunvisapi.h
config.status: creating src/parsers/Makefile
config.status: creating src/tools/Makefile
config.status: creating tests/Makefile
config.status: creating tests/suggestiontest/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make  all-recursive
make[1]: Entering directory '/build/hunspell/src/hunspell-1.7.3'
Making all in po
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/po'
Makefile:190: warning: ignoring prerequisites on suffix rule definition
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/po'
Making all in src
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src'
Making all in hunspell
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src/hunspell'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c -o affentry.lo affentry.cxx
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c -o affixmgr.lo affixmgr.cxx
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c -o csutil.lo csutil.cxx
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c -o filemgr.lo filemgr.cxx
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c -o hashmgr.lo hashmgr.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c filemgr.cxx  -fPIC -DPIC -o .libs/filemgr.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c hashmgr.cxx  -fPIC -DPIC -o .libs/hashmgr.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c affentry.cxx  -fPIC -DPIC -o .libs/affentry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c affixmgr.cxx  -fPIC -DPIC -o .libs/affixmgr.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c csutil.cxx  -fPIC -DPIC -o .libs/csutil.o
mv -f .deps/filemgr.Tpo .deps/filemgr.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.lo hunspell.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c hunspell.cxx  -fPIC -DPIC -o .libs/hunspell.o
mv -f .deps/affentry.Tpo .deps/affentry.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c -o hunzip.lo hunzip.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c hunzip.cxx  -fPIC -DPIC -o .libs/hunzip.o
mv -f .deps/hashmgr.Tpo .deps/hashmgr.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c -o phonet.lo phonet.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c phonet.cxx  -fPIC -DPIC -o .libs/phonet.o
mv -f .deps/csutil.Tpo .deps/csutil.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c -o replist.lo replist.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c replist.cxx  -fPIC -DPIC -o .libs/replist.o
mv -f .deps/hunzip.Tpo .deps/hunzip.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c -o suggestmgr.lo suggestmgr.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c suggestmgr.cxx  -fPIC -DPIC -o .libs/suggestmgr.o
mv -f .deps/phonet.Tpo .deps/phonet.Plo
mv -f .deps/replist.Tpo .deps/replist.Plo
mv -f .deps/hunspell.Tpo .deps/hunspell.Plo
mv -f .deps/affixmgr.Tpo .deps/affixmgr.Plo
mv -f .deps/suggestmgr.Tpo .deps/suggestmgr.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -fvisibility=hidden -DBUILDING_LIBHUNSPELL  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -no-undefined -version-info 1:0:1 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o libhunspell-1.7.la -rpath /usr/lib affentry.lo affixmgr.lo csutil.lo filemgr.lo hashmgr.lo hunspell.lo hunzip.lo phonet.lo replist.lo suggestmgr.lo   
libtool: link: g++  -fPIC -DPIC -Wl,-O1,--as-needed -shared -nostdlib /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/15.2.1/../../../crti.o /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/15.2.1/crtbeginS.o  .libs/affentry.o .libs/affixmgr.o .libs/csutil.o .libs/filemgr.o .libs/hashmgr.o .libs/hunspell.o .libs/hunzip.o .libs/phonet.o .libs/replist.o .libs/suggestmgr.o   -ltinfo -L/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/15.2.1 -L/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/15.2.1/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/15.2.1/crtendS.o /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/15.2.1/../../../crtn.o  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -Werror=format-security -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libhunspell-1.7.so.0 -o .libs/libhunspell-1.7.so.0.1.0
libtool: link: (cd ".libs" && rm -f "libhunspell-1.7.so.0" && ln -s "libhunspell-1.7.so.0.1.0" "libhunspell-1.7.so.0")
libtool: link: (cd ".libs" && rm -f "libhunspell-1.7.so" && ln -s "libhunspell-1.7.so.0.1.0" "libhunspell-1.7.so")
libtool: link: ( cd ".libs" && rm -f "libhunspell-1.7.la" && ln -s "../libhunspell-1.7.la" "libhunspell-1.7.la" )
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src/hunspell'
Making all in parsers
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src/parsers'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT firstparser.o -MD -MP -MF .deps/firstparser.Tpo -c -o firstparser.o firstparser.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT xmlparser.o -MD -MP -MF .deps/xmlparser.Tpo -c -o xmlparser.o xmlparser.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT latexparser.o -MD -MP -MF .deps/latexparser.Tpo -c -o latexparser.o latexparser.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT manparser.o -MD -MP -MF .deps/manparser.Tpo -c -o manparser.o manparser.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT testparser.o -MD -MP -MF .deps/testparser.Tpo -c -o testparser.o testparser.cxx
mv -f .deps/testparser.Tpo .deps/testparser.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT textparser.o -MD -MP -MF .deps/textparser.Tpo -c -o textparser.o textparser.cxx
mv -f .deps/firstparser.Tpo .deps/firstparser.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT htmlparser.o -MD -MP -MF .deps/htmlparser.Tpo -c -o htmlparser.o htmlparser.cxx
mv -f .deps/manparser.Tpo .deps/manparser.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT odfparser.o -MD -MP -MF .deps/odfparser.Tpo -c -o odfparser.o odfparser.cxx
mv -f .deps/latexparser.Tpo .deps/latexparser.Po
mv -f .deps/xmlparser.Tpo .deps/xmlparser.Po
mv -f .deps/htmlparser.Tpo .deps/htmlparser.Po
mv -f .deps/odfparser.Tpo .deps/odfparser.Po
mv -f .deps/textparser.Tpo .deps/textparser.Po
rm -f libparsers.a
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o testparser firstparser.o xmlparser.o latexparser.o manparser.o testparser.o textparser.o htmlparser.o odfparser.o ../hunspell/libhunspell-1.7.la 
ar cr libparsers.a firstparser.o xmlparser.o latexparser.o manparser.o textparser.o htmlparser.o odfparser.o 
ranlib libparsers.a
libtool: link: g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/testparser firstparser.o xmlparser.o latexparser.o manparser.o testparser.o textparser.o htmlparser.o odfparser.o  ../hunspell/.libs/libhunspell-1.7.so -ltinfo
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src/parsers'
Making all in tools
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src/tools'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell -I../../src/hunspell -I../../src/parsers  -DDATADIR=\"/usr/share\"    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT analyze.o -MD -MP -MF .deps/analyze.Tpo -c -o analyze.o analyze.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell -I../../src/hunspell -I../../src/parsers  -DDATADIR=\"/usr/share\"    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT chmorph.o -MD -MP -MF .deps/chmorph.Tpo -c -o chmorph.o chmorph.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell -I../../src/hunspell -I../../src/parsers  -DDATADIR=\"/usr/share\"    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT hunspell.o -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.o hunspell.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell -I../../src/hunspell -I../../src/parsers  -DDATADIR=\"/usr/share\"    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT munch.o -MD -MP -MF .deps/munch.Tpo -c -o munch.o munch.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell -I../../src/hunspell -I../../src/parsers  -DDATADIR=\"/usr/share\"    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT unmunch.o -MD -MP -MF .deps/unmunch.Tpo -c -o unmunch.o unmunch.cxx
mv -f .deps/unmunch.Tpo .deps/unmunch.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell -I../../src/hunspell -I../../src/parsers  -DDATADIR=\"/usr/share\"    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT hzip.o -MD -MP -MF .deps/hzip.Tpo -c -o hzip.o hzip.cxx
mv -f .deps/analyze.Tpo .deps/analyze.Po
mv -f .deps/chmorph.Tpo .deps/chmorph.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell -I../../src/hunspell -I../../src/parsers  -DDATADIR=\"/usr/share\"    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT hunzip.o -MD -MP -MF .deps/hunzip.Tpo -c -o hunzip.o hunzip.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell -I../../src/hunspell -I../../src/parsers  -DDATADIR=\"/usr/share\"    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT example.o -MD -MP -MF .deps/example.Tpo -c -o example.o example.cxx
mv -f .deps/munch.Tpo .deps/munch.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src/hunspell -I../../src/hunspell -I../../src/parsers  -DDATADIR=\"/usr/share\"    -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT persdiccrash.o -MD -MP -MF .deps/persdiccrash.Tpo -c -o persdiccrash.o persdiccrash.cxx
mv -f .deps/hzip.Tpo .deps/hzip.Po
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o analyze analyze.o ../hunspell/libhunspell-1.7.la 
mv -f .deps/persdiccrash.Tpo .deps/persdiccrash.Po
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o chmorph chmorph.o ../parsers/libparsers.a ../hunspell/libhunspell-1.7.la 
mv -f .deps/hunzip.Tpo .deps/hunzip.Po
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o munch munch.o  
mv -f .deps/example.Tpo .deps/example.Po
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o unmunch unmunch.o  
libtool: link: g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/analyze analyze.o  ../hunspell/.libs/libhunspell-1.7.so -ltinfo
libtool: link: g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o munch munch.o  -ltinfo
libtool: link: g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/chmorph chmorph.o  ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.7.so -ltinfo
libtool: link: g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o unmunch unmunch.o  -ltinfo
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o hzip hzip.o  
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o hunzip hunzip.o ../hunspell/libhunspell-1.7.la 
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o example example.o ../hunspell/libhunspell-1.7.la 
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o persdiccrash persdiccrash.o ../hunspell/libhunspell-1.7.la 
hunspell.cxx: In function 'void interactive_interface(Hunspell**, char*, int)':
hunspell.cxx:1635:19: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
hunspell.cxx:1647:19: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
hunspell.cxx:1658:19: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
mv -f .deps/hunspell.Tpo .deps/hunspell.Po
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -ltinfo -o hunspell hunspell.o  ../parsers/libparsers.a ../hunspell/libhunspell-1.7.la -lcurses -ltinfo -lreadline -ltinfo 
libtool: link: g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o hzip hzip.o  -ltinfo
libtool: link: g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/hunzip hunzip.o  ../hunspell/.libs/libhunspell-1.7.so -ltinfo
libtool: link: g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/example example.o  ../hunspell/.libs/libhunspell-1.7.so -ltinfo
libtool: link: g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/persdiccrash persdiccrash.o  ../hunspell/.libs/libhunspell-1.7.so -ltinfo
libtool: link: g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/hunspell hunspell.o  ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.7.so -lcurses -lreadline -ltinfo
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src/tools'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src'
Making all in man
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/man'
Making all in hu
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/man/hu'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/man/hu'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/man'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/man'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/man'
Making all in tests
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/tests'
Making all in suggestiontest
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/tests/suggestiontest'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/tests/suggestiontest'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/tests'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/tests'
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3'
make[1]: Leaving directory '/build/hunspell/src/hunspell-1.7.3'
==> Entering fakeroot environment...
==> Starting package()...
Making install in po
make[1]: Entering directory '/build/hunspell/src/hunspell-1.7.3/po'
Makefile:190: warning: ignoring prerequisites on suffix rule definition
installing an.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/an/LC_MESSAGES/hunspell.mo
installing ca.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ca/LC_MESSAGES/hunspell.mo
installing ckb.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ckb/LC_MESSAGES/hunspell.mo
installing cs.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/cs/LC_MESSAGES/hunspell.mo
installing da.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/da/LC_MESSAGES/hunspell.mo
installing de.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/de/LC_MESSAGES/hunspell.mo
installing de_CH.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/de_CH/LC_MESSAGES/hunspell.mo
installing eo.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/eo/LC_MESSAGES/hunspell.mo
installing es.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/es/LC_MESSAGES/hunspell.mo
installing eu.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/eu/LC_MESSAGES/hunspell.mo
installing fr.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/fr/LC_MESSAGES/hunspell.mo
installing fy.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/fy/LC_MESSAGES/hunspell.mo
installing gl.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/gl/LC_MESSAGES/hunspell.mo
installing hr.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/hr/LC_MESSAGES/hunspell.mo
installing hu.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/hu/LC_MESSAGES/hunspell.mo
installing hy.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/hy/LC_MESSAGES/hunspell.mo
installing ie.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ie/LC_MESSAGES/hunspell.mo
installing is.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/is/LC_MESSAGES/hunspell.mo
installing it.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/it/LC_MESSAGES/hunspell.mo
installing kab.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/kab/LC_MESSAGES/hunspell.mo
installing ky.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ky/LC_MESSAGES/hunspell.mo
installing mk.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/mk/LC_MESSAGES/hunspell.mo
installing nb_NO.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/nb_NO/LC_MESSAGES/hunspell.mo
installing nl.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/nl/LC_MESSAGES/hunspell.mo
installing nl_BE.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/nl_BE/LC_MESSAGES/hunspell.mo
installing oc.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/oc/LC_MESSAGES/hunspell.mo
installing pa.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/pa/LC_MESSAGES/hunspell.mo
installing pl.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/pl/LC_MESSAGES/hunspell.mo
installing pt.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/pt/LC_MESSAGES/hunspell.mo
installing pt_BR.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/pt_BR/LC_MESSAGES/hunspell.mo
installing pt_PT.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/pt_PT/LC_MESSAGES/hunspell.mo
installing ru.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ru/LC_MESSAGES/hunspell.mo
installing si.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/si/LC_MESSAGES/hunspell.mo
installing sl.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/sl/LC_MESSAGES/hunspell.mo
installing sv.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/sv/LC_MESSAGES/hunspell.mo
installing ta.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ta/LC_MESSAGES/hunspell.mo
installing tg.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/tg/LC_MESSAGES/hunspell.mo
installing tr.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/tr/LC_MESSAGES/hunspell.mo
installing tt.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/tt/LC_MESSAGES/hunspell.mo
installing uk.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/uk/LC_MESSAGES/hunspell.mo
installing zh_Hant.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/zh_Hant/LC_MESSAGES/hunspell.mo
installing fa.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/fa/LC_MESSAGES/hunspell.mo
installing zh_Hans.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/zh_Hans/LC_MESSAGES/hunspell.mo
installing el.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/el/LC_MESSAGES/hunspell.mo
installing ka.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ka/LC_MESSAGES/hunspell.mo
installing lt.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/lt/LC_MESSAGES/hunspell.mo
installing ar.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ar/LC_MESSAGES/hunspell.mo
installing uz.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/uz/LC_MESSAGES/hunspell.mo
installing mn.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/mn/LC_MESSAGES/hunspell.mo
installing ur.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ur/LC_MESSAGES/hunspell.mo
installing hi.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/hi/LC_MESSAGES/hunspell.mo
installing bg.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/bg/LC_MESSAGES/hunspell.mo
installing br.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/br/LC_MESSAGES/hunspell.mo
installing ko.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ko/LC_MESSAGES/hunspell.mo
installing co.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/co/LC_MESSAGES/hunspell.mo
installing kn.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/kn/LC_MESSAGES/hunspell.mo
installing vi.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/vi/LC_MESSAGES/hunspell.mo
installing id.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/id/LC_MESSAGES/hunspell.mo
installing sq.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/sq/LC_MESSAGES/hunspell.mo
installing lv.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/lv/LC_MESSAGES/hunspell.mo
installing ro.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ro/LC_MESSAGES/hunspell.mo
installing ast.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ast/LC_MESSAGES/hunspell.mo
installing he.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/he/LC_MESSAGES/hunspell.mo
installing ht.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ht/LC_MESSAGES/hunspell.mo
installing tok.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/tok/LC_MESSAGES/hunspell.mo
installing fur.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/fur/LC_MESSAGES/hunspell.mo
installing ln.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ln/LC_MESSAGES/hunspell.mo
installing wa.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/wa/LC_MESSAGES/hunspell.mo
installing az.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/az/LC_MESSAGES/hunspell.mo
installing et.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/et/LC_MESSAGES/hunspell.mo
installing ilo.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/ilo/LC_MESSAGES/hunspell.mo
installing my.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/my/LC_MESSAGES/hunspell.mo
installing be.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/be/LC_MESSAGES/hunspell.mo
installing fi.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/fi/LC_MESSAGES/hunspell.mo
installing sk.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/sk/LC_MESSAGES/hunspell.mo
installing kk.gmo as /build/hunspell/pkg/hunspell/usr/share/locale/kk/LC_MESSAGES/hunspell.mo
if test "hunspell" = "gettext-tools"; then \
  /usr/bin/mkdir -p /build/hunspell/pkg/hunspell/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
		    /build/hunspell/pkg/hunspell/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /build/hunspell/pkg/hunspell/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/po'
Making install in src
make[1]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src'
Making install in hunspell
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src/hunspell'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src/hunspell'
 /usr/bin/mkdir -p '/build/hunspell/pkg/hunspell/usr/include/hunspell'
 /usr/bin/mkdir -p '/build/hunspell/pkg/hunspell/usr/lib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libhunspell-1.7.la '/build/hunspell/pkg/hunspell/usr/lib'
 /usr/bin/install -c -m 644 hunspell.hxx hunspell.h hunvisapi.h w_char.hxx atypes.hxx '/build/hunspell/pkg/hunspell/usr/include/hunspell'
libtool: install: /usr/bin/install -c .libs/libhunspell-1.7.so.0.1.0 /build/hunspell/pkg/hunspell/usr/lib/libhunspell-1.7.so.0.1.0
libtool: install: (cd /build/hunspell/pkg/hunspell/usr/lib && { ln -s -f libhunspell-1.7.so.0.1.0 libhunspell-1.7.so.0 || { rm -f libhunspell-1.7.so.0 && ln -s libhunspell-1.7.so.0.1.0 libhunspell-1.7.so.0; }; })
libtool: install: (cd /build/hunspell/pkg/hunspell/usr/lib && { ln -s -f libhunspell-1.7.so.0.1.0 libhunspell-1.7.so || { rm -f libhunspell-1.7.so && ln -s libhunspell-1.7.so.0.1.0 libhunspell-1.7.so; }; })
libtool: install: /usr/bin/install -c .libs/libhunspell-1.7.lai /build/hunspell/pkg/hunspell/usr/lib/libhunspell-1.7.la
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src/hunspell'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src/hunspell'
Making install in parsers
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src/parsers'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src/parsers'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src/parsers'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src/parsers'
Making install in tools
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src/tools'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src/tools'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/hunspell/pkg/hunspell/usr/bin'
 /usr/bin/mkdir -p '/build/hunspell/pkg/hunspell/usr/bin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c analyze chmorph hunspell munch unmunch hzip hunzip '/build/hunspell/pkg/hunspell/usr/bin'
 /usr/bin/install -c makealias affixcompress wordforms ispellaff2myspell wordlist2hunspell '/build/hunspell/pkg/hunspell/usr/bin'
libtool: warning: '../hunspell/libhunspell-1.7.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/analyze /build/hunspell/pkg/hunspell/usr/bin/analyze
libtool: warning: '../hunspell/libhunspell-1.7.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/chmorph /build/hunspell/pkg/hunspell/usr/bin/chmorph
libtool: warning: '../hunspell/libhunspell-1.7.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/hunspell /build/hunspell/pkg/hunspell/usr/bin/hunspell
libtool: install: /usr/bin/install -c munch /build/hunspell/pkg/hunspell/usr/bin/munch
libtool: install: /usr/bin/install -c unmunch /build/hunspell/pkg/hunspell/usr/bin/unmunch
libtool: install: /usr/bin/install -c hzip /build/hunspell/pkg/hunspell/usr/bin/hzip
libtool: warning: '../hunspell/libhunspell-1.7.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/hunzip /build/hunspell/pkg/hunspell/usr/bin/hunzip
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src/tools'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src/tools'
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/src'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src'
make[1]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/src'
Making install in man
make[1]: Entering directory '/build/hunspell/src/hunspell-1.7.3/man'
Making install in hu
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/man/hu'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/man/hu'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/hunspell/pkg/hunspell/usr/share/man/man5'
 /usr/bin/mkdir -p '/build/hunspell/pkg/hunspell/usr/share/man/hu/man1'
 /usr/bin/install -c -m 644 hunspell.5 '/build/hunspell/pkg/hunspell/usr/share/man/man5'
 /usr/bin/install -c -m 644 hunspell.1 '/build/hunspell/pkg/hunspell/usr/share/man/hu/man1'
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/man/hu'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/man/hu'
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/man'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/man'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/hunspell/pkg/hunspell/usr/share/man/man1'
 /usr/bin/mkdir -p '/build/hunspell/pkg/hunspell/usr/share/man/man3'
 /usr/bin/mkdir -p '/build/hunspell/pkg/hunspell/usr/share/man/man5'
 /usr/bin/install -c -m 644 hunspell.1 hzip.1 hunzip.1 '/build/hunspell/pkg/hunspell/usr/share/man/man1'
 /usr/bin/install -c -m 644 hunspell.5 '/build/hunspell/pkg/hunspell/usr/share/man/man5'
 /usr/bin/install -c -m 644 hunspell.3 '/build/hunspell/pkg/hunspell/usr/share/man/man3'
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/man'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/man'
make[1]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/man'
Making install in tests
make[1]: Entering directory '/build/hunspell/src/hunspell-1.7.3/tests'
Making install in suggestiontest
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/tests/suggestiontest'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/tests/suggestiontest'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/tests/suggestiontest'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/tests/suggestiontest'
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3/tests'
make[3]: Entering directory '/build/hunspell/src/hunspell-1.7.3/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/tests'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/tests'
make[1]: Leaving directory '/build/hunspell/src/hunspell-1.7.3/tests'
make[1]: Entering directory '/build/hunspell/src/hunspell-1.7.3'
make[2]: Entering directory '/build/hunspell/src/hunspell-1.7.3'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/hunspell/pkg/hunspell/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 hunspell.pc '/build/hunspell/pkg/hunspell/usr/lib/pkgconfig'
make[2]: Leaving directory '/build/hunspell/src/hunspell-1.7.3'
make[1]: Leaving directory '/build/hunspell/src/hunspell-1.7.3'
~/hunspell/pkg/hunspell/usr/lib ~/hunspell/src/hunspell-1.7.3
~/hunspell/src/hunspell-1.7.3
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "hunspell"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: hunspell 1.7.3-1 (Thu May  7 12:06:28 2026)
==> Cleaning up...
[?12l[?25h