Build of hunspell with clang_glibc toolchain

The build took 00h 02m 04s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
26,714 cpp
15,118 ansic
11,893 sh
8,662 makefile
291 yacc
261 perl
16 sed
62,955 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: hunspell 1.4.1-1 (Thu Apr 13 16:34:24 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# /tmp/hunspell/src/hunspell-1.4.1/missing: Unknown `--is-lightweight' option
# Try `/tmp/hunspell/src/hunspell-1.4.1/missing --help' for more information
# configure: WARNING: 'missing' script is too old or missing
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# 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 we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# 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 clang... /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 whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... (cached) yes
# checking whether clang++ accepts -g... (cached) yes
# checking dependency style of clang++... (cached) gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) 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 for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking for unistd.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for error_at_line... yes
# checking for ANSI C header files... (cached) yes
# checking for memchr... yes
# checking for setlocale... yes
# checking for strchr... yes
# checking for strstr... 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 whether we are using the GNU C Library 2 or newer... yes
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking for simple visibility declarations... yes
# checking for size_t... yes
# checking for stdint.h... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking whether integer division by zero raises SIGFPE... no
# checking for inttypes.h... yes
# checking for unsigned long long int... yes
# checking for inttypes.h... (cached) yes
# checking whether the inttypes.h PRIxNN macros are broken... no
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking whether imported symbols can be declared weak... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for pthread_kill in -lpthread... yes
# checking for pthread_rwlock_t... yes
# checking for multithread API to use... posix
# checking argz.h usability... yes
# checking argz.h presence... yes
# checking for argz.h... yes
# checking for inttypes.h... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... (cached) yes
# checking for getcwd... yes
# checking for getegid... yes
# checking for geteuid... yes
# checking for getgid... yes
# checking for getuid... yes
# checking for mempcpy... yes
# checking for munmap... yes
# checking for stpcpy... yes
# checking for strcasecmp... yes
# checking for strdup... yes
# checking for strtoul... yes
# checking for tsearch... yes
# checking for argz_count... yes
# checking for argz_stringify... yes
# checking for argz_next... yes
# checking for __fsetlocking... yes
# checking whether feof_unlocked is declared... yes
# checking whether fgets_unlocked is declared... yes
# 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 NL_LOCALE_NAME macro... yes
# checking for bison... bison
# checking version of bison... 3.0.4, ok
# checking for long long int... yes
# checking for wchar_t... yes
# checking for wint_t... yes
# checking for intmax_t... yes
# checking whether printf() supports POSIX/XSI format strings... yes
# checking whether we are using the GNU C Library 2.1 or newer... yes
# checking for stdint.h... (cached) yes
# checking for SIZE_MAX... yes
# checking for stdint.h... (cached) yes
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for ptrdiff_t... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for asprintf... yes
# checking for fwprintf... yes
# checking for putenv... yes
# checking for setenv... yes
# checking for setlocale... (cached) yes
# checking for snprintf... yes
# checking for wcslen... yes
# checking whether _snprintf is declared... no
# checking whether _snwprintf is declared... no
# checking whether getc_unlocked is declared... yes
# checking for nl_langinfo and CODESET... yes
# checking for LC_MESSAGES... yes
# checking for CFPreferencesCopyAppValue... (cached) no
# checking for CFLocaleCopyCurrent... (cached) no
# checking whether included gettext is requested... 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... yes
# Compiling with curses user interface.
# checking for tparm in -lcurses... yes
# checking for readline in -lreadline... yes
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... 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 intl/Makefile
# config.status: creating po/Makefile.in
# config.status: creating m4/Makefile
# 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 src/win_api/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 '/tmp/hunspell/src/hunspell-1.4.1'
# Making all in intl
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/intl'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/intl'
# Making all in po
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/po'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/po'
# Making all in src
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# Making all in hunspell
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c -o affentry.lo affentry.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c affentry.cxx -fPIC -DPIC -o .libs/affentry.o
# mv -f .deps/affentry.Tpo .deps/affentry.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c -o affixmgr.lo affixmgr.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c affixmgr.cxx -fPIC -DPIC -o .libs/affixmgr.o
# mv -f .deps/affixmgr.Tpo .deps/affixmgr.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c -o csutil.lo csutil.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c csutil.cxx -fPIC -DPIC -o .libs/csutil.o
# mv -f .deps/csutil.Tpo .deps/csutil.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c -o hashmgr.lo hashmgr.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c hashmgr.cxx -fPIC -DPIC -o .libs/hashmgr.o
# mv -f .deps/hashmgr.Tpo .deps/hashmgr.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.lo hunspell.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c hunspell.cxx -fPIC -DPIC -o .libs/hunspell.o
# mv -f .deps/hunspell.Tpo .deps/hunspell.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c -o suggestmgr.lo suggestmgr.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c suggestmgr.cxx -fPIC -DPIC -o .libs/suggestmgr.o
# mv -f .deps/suggestmgr.Tpo .deps/suggestmgr.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c -o phonet.lo phonet.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c phonet.cxx -fPIC -DPIC -o .libs/phonet.o
# mv -f .deps/phonet.Tpo .deps/phonet.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c -o filemgr.lo filemgr.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c filemgr.cxx -fPIC -DPIC -o .libs/filemgr.o
# mv -f .deps/filemgr.Tpo .deps/filemgr.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c -o hunzip.lo hunzip.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c hunzip.cxx -fPIC -DPIC -o .libs/hunzip.o
# mv -f .deps/hunzip.Tpo .deps/hunzip.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c -o replist.lo replist.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c replist.cxx -fPIC -DPIC -o .libs/replist.o
# mv -f .deps/replist.Tpo .deps/replist.Plo
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -fvisibility=hidden -DBUILDING_LIBHUNSPELL -no-undefined -o libhunspell-1.4.la -rpath /usr/lib affentry.lo affixmgr.lo csutil.lo hashmgr.lo hunspell.lo suggestmgr.lo phonet.lo filemgr.lo hunzip.lo replist.lo
# libtool: link: clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/affentry.o .libs/affixmgr.o .libs/csutil.o .libs/hashmgr.o .libs/hunspell.o .libs/suggestmgr.o .libs/phonet.o .libs/filemgr.o .libs/hunzip.o .libs/replist.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libhunspell-1.4.so.0 -o .libs/libhunspell-1.4.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libhunspell-1.4.so.0" && ln -s "libhunspell-1.4.so.0.0.0" "libhunspell-1.4.so.0")
# libtool: link: (cd ".libs" && rm -f "libhunspell-1.4.so" && ln -s "libhunspell-1.4.so.0.0.0" "libhunspell-1.4.so")
# libtool: link: ( cd ".libs" && rm -f "libhunspell-1.4.la" && ln -s "../libhunspell-1.4.la" "libhunspell-1.4.la" )
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# Making all in parsers
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -MT firstparser.o -MD -MP -MF .deps/firstparser.Tpo -c -o firstparser.o firstparser.cxx
# mv -f .deps/firstparser.Tpo .deps/firstparser.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -MT xmlparser.o -MD -MP -MF .deps/xmlparser.Tpo -c -o xmlparser.o xmlparser.cxx
# mv -f .deps/xmlparser.Tpo .deps/xmlparser.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -MT latexparser.o -MD -MP -MF .deps/latexparser.Tpo -c -o latexparser.o latexparser.cxx
# mv -f .deps/latexparser.Tpo .deps/latexparser.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -MT manparser.o -MD -MP -MF .deps/manparser.Tpo -c -o manparser.o manparser.cxx
# mv -f .deps/manparser.Tpo .deps/manparser.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -MT textparser.o -MD -MP -MF .deps/textparser.Tpo -c -o textparser.o textparser.cxx
# mv -f .deps/textparser.Tpo .deps/textparser.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -MT htmlparser.o -MD -MP -MF .deps/htmlparser.Tpo -c -o htmlparser.o htmlparser.cxx
# mv -f .deps/htmlparser.Tpo .deps/htmlparser.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -MT odfparser.o -MD -MP -MF .deps/odfparser.Tpo -c -o odfparser.o odfparser.cxx
# mv -f .deps/odfparser.Tpo .deps/odfparser.Po
# rm -f libparsers.a
# ar cru libparsers.a firstparser.o xmlparser.o latexparser.o manparser.o textparser.o htmlparser.o odfparser.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libparsers.a
# clang++ -DHAVE_CONFIG_H -I. -I../.. -MT testparser.o -MD -MP -MF .deps/testparser.Tpo -c -o testparser.o testparser.cxx
# testparser.cxx:73:34: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# "qwertzuiopasdfghjklyxcvbnmQWERTZUIOPASDFGHJKLYXCVBNM");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# mv -f .deps/testparser.Tpo .deps/testparser.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -o testparser firstparser.o xmlparser.o latexparser.o manparser.o testparser.o textparser.o htmlparser.o odfparser.o ../hunspell/libhunspell-1.4.la
# libtool: link: clang++ -o .libs/testparser firstparser.o xmlparser.o latexparser.o manparser.o testparser.o textparser.o htmlparser.o odfparser.o ../hunspell/.libs/libhunspell-1.4.so
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# Making all in tools
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT analyze.o -MD -MP -MF .deps/analyze.Tpo -c -o analyze.o analyze.cxx
# mv -f .deps/analyze.Tpo .deps/analyze.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -o analyze analyze.o ../hunspell/libhunspell-1.4.la
# libtool: link: clang++ -o .libs/analyze analyze.o ../hunspell/.libs/libhunspell-1.4.so
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT chmorph.o -MD -MP -MF .deps/chmorph.Tpo -c -o chmorph.o chmorph.cxx
# chmorph.cxx:81:34: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# "qwertzuiopasdfghjklyxcvbnmQWERTZUIOPASDFGHJKLYXCVBNM");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# mv -f .deps/chmorph.Tpo .deps/chmorph.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -o chmorph chmorph.o ../parsers/libparsers.a ../hunspell/libhunspell-1.4.la
# libtool: link: clang++ -o .libs/chmorph chmorph.o ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.4.so
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT hunspell.o -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.o hunspell.cxx
# mv -f .deps/hunspell.Tpo .deps/hunspell.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -o hunspell hunspell.o ../parsers/libparsers.a ../hunspell/libhunspell-1.4.la -lncursesw -lreadline -lncurses
# libtool: link: clang++ -o .libs/hunspell hunspell.o ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.4.so -lncursesw -lreadline -lncurses
# hunspell.o: In function `pipe_interface(Hunspell**, int, _IO_FILE*, char*)':
# hunspell.cxx:(.text+0x28fc): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT munch.o -MD -MP -MF .deps/munch.Tpo -c -o munch.o munch.cxx
# mv -f .deps/munch.Tpo .deps/munch.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -o munch munch.o
# libtool: link: clang++ -o munch munch.o
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT unmunch.o -MD -MP -MF .deps/unmunch.Tpo -c -o unmunch.o unmunch.cxx
# mv -f .deps/unmunch.Tpo .deps/unmunch.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -o unmunch unmunch.o
# libtool: link: clang++ -o unmunch unmunch.o
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT hzip.o -MD -MP -MF .deps/hzip.Tpo -c -o hzip.o hzip.cxx
# mv -f .deps/hzip.Tpo .deps/hzip.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -o hzip hzip.o
# libtool: link: clang++ -o hzip hzip.o
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT hunzip.o -MD -MP -MF .deps/hunzip.Tpo -c -o hunzip.o hunzip.cxx
# mv -f .deps/hunzip.Tpo .deps/hunzip.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -o hunzip hunzip.o ../hunspell/libhunspell-1.4.la
# libtool: link: clang++ -o .libs/hunzip hunzip.o ../hunspell/.libs/libhunspell-1.4.so
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT example.o -MD -MP -MF .deps/example.Tpo -c -o example.o example.cxx
# mv -f .deps/example.Tpo .deps/example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -o example example.o ../hunspell/libhunspell-1.4.la
# libtool: link: clang++ -o .libs/example example.o ../hunspell/.libs/libhunspell-1.4.so
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# Making all in win_api
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# Making all in man
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# Making all in hu
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# Making all in m4
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# Making all in tests
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# Making all in suggestiontest
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in intl
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/intl'
# if { test "hunspell" = "gettext-runtime" || test "hunspell" = "gettext-tools"; } \
# && test 'no' = yes; then \
# /usr/bin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/lib /tmp/hunspell/pkg/hunspell/usr/include; \
# /usr/bin/install -c -m 644 libintl.h /tmp/hunspell/pkg/hunspell/usr/include/libintl.h; \
# /bin/sh ../libtool --mode=install \
# /usr/bin/install -c -m 644 libintl.a /tmp/hunspell/pkg/hunspell/usr/lib/libintl.a; \
# if test "@RELOCATABLE@" = yes; then \
# dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /tmp/hunspell/pkg/hunspell/usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
# if test -n "$dependencies"; then \
# rm -f /tmp/hunspell/pkg/hunspell/usr/lib/libintl.la; \
# fi; \
# fi; \
# else \
# : ; \
# fi
# if test "hunspell" = "gettext-tools" \
# && test 'no' = no \
# && test yes != no; then \
# /usr/bin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/lib; \
# /bin/sh ../libtool --mode=install \
# /usr/bin/install -c -m 644 libgnuintl.a /tmp/hunspell/pkg/hunspell/usr/lib/libgnuintl.a; \
# rm -f /tmp/hunspell/pkg/hunspell/usr/lib/preloadable_libintl.so; \
# /usr/bin/install -c -m 644 /tmp/hunspell/pkg/hunspell/usr/lib/libgnuintl.so /tmp/hunspell/pkg/hunspell/usr/lib/preloadable_libintl.so; \
# /bin/sh ../libtool --mode=uninstall \
# rm -f /tmp/hunspell/pkg/hunspell/usr/lib/libgnuintl.a; \
# else \
# : ; \
# fi
# if test 'no' = yes; then \
# test yes != no || /usr/bin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/lib; \
# temp=/tmp/hunspell/pkg/hunspell/usr/lib/t-charset.alias; \
# dest=/tmp/hunspell/pkg/hunspell/usr/lib/charset.alias; \
# if test -f /tmp/hunspell/pkg/hunspell/usr/lib/charset.alias; then \
# orig=/tmp/hunspell/pkg/hunspell/usr/lib/charset.alias; \
# sed -f ref-add.sed $orig > $temp; \
# /usr/bin/install -c -m 644 $temp $dest; \
# rm -f $temp; \
# else \
# if test yes = no; then \
# orig=charset.alias; \
# sed -f ref-add.sed $orig > $temp; \
# /usr/bin/install -c -m 644 $temp $dest; \
# rm -f $temp; \
# fi; \
# fi; \
# /usr/bin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/share/locale; \
# test -f /tmp/hunspell/pkg/hunspell/usr/share/locale/locale.alias \
# && orig=/tmp/hunspell/pkg/hunspell/usr/share/locale/locale.alias \
# || orig=./locale.alias; \
# temp=/tmp/hunspell/pkg/hunspell/usr/share/locale/t-locale.alias; \
# dest=/tmp/hunspell/pkg/hunspell/usr/share/locale/locale.alias; \
# sed -f ref-add.sed $orig > $temp; \
# /usr/bin/install -c -m 644 $temp $dest; \
# rm -f $temp; \
# else \
# : ; \
# fi
# if test "hunspell" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl; \
# /usr/bin/install -c -m 644 VERSION /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/VERSION; \
# /usr/bin/install -c -m 644 ChangeLog.inst /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/ChangeLog; \
# dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c lock.c relocatable.c langprefs.c localename.c log.c printf.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
# for file in $dists; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/$file; \
# done; \
# chmod a+x /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/config.charset; \
# dists="plural.c"; \
# for file in $dists; do \
# if test -f $file; then dir=.; else dir=.; fi; \
# /usr/bin/install -c -m 644 $dir/$file \
# /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/$file; \
# done; \
# dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \
# for file in $dists; do \
# rm -f /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/intl'
# Making install in po
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/po'
# /usr/bin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/share
# /usr/bin/install: cannot stat './hu.gmo': No such file or directory
# installing ./hu.gmo as /tmp/hunspell/pkg/hunspell/usr/share/locale/hu/LC_MESSAGES/hunspell.mo
# /usr/bin/install: cannot stat './it.gmo': No such file or directory
# installing ./it.gmo as /tmp/hunspell/pkg/hunspell/usr/share/locale/it/LC_MESSAGES/hunspell.mo
# if test "hunspell" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/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 \
# /tmp/hunspell/pkg/hunspell/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/hunspell/pkg/hunspell/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/po'
# Making install in src
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# Making install in hunspell
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# /usr/bin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/lib'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libhunspell-1.4.la '/tmp/hunspell/pkg/hunspell/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libhunspell-1.4.so.0.0.0 /tmp/hunspell/pkg/hunspell/usr/lib/libhunspell-1.4.so.0.0.0
# libtool: install: (cd /tmp/hunspell/pkg/hunspell/usr/lib && { ln -s -f libhunspell-1.4.so.0.0.0 libhunspell-1.4.so.0 || { rm -f libhunspell-1.4.so.0 && ln -s libhunspell-1.4.so.0.0.0 libhunspell-1.4.so.0; }; })
# libtool: install: (cd /tmp/hunspell/pkg/hunspell/usr/lib && { ln -s -f libhunspell-1.4.so.0.0.0 libhunspell-1.4.so || { rm -f libhunspell-1.4.so && ln -s libhunspell-1.4.so.0.0.0 libhunspell-1.4.so; }; })
# libtool: install: /usr/bin/install -c .libs/libhunspell-1.4.lai /tmp/hunspell/pkg/hunspell/usr/lib/libhunspell-1.4.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/include/hunspell'
# /usr/bin/install -c -m 644 affentry.hxx htypes.hxx affixmgr.hxx csutil.hxx hunspell.hxx atypes.hxx hunspell.h suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx phonet.hxx filemgr.hxx hunzip.hxx w_char.hxx replist.hxx hunvisapi.h '/tmp/hunspell/pkg/hunspell/usr/include/hunspell'
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# Making install in parsers
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/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 '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# Making install in tools
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# /usr/bin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/bin'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c analyze chmorph hunspell munch unmunch hzip hunzip '/tmp/hunspell/pkg/hunspell/usr/bin'
# libtool: install: warning: `../hunspell/libhunspell-1.4.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/analyze /tmp/hunspell/pkg/hunspell/usr/bin/analyze
# libtool: install: warning: `../hunspell/libhunspell-1.4.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/chmorph /tmp/hunspell/pkg/hunspell/usr/bin/chmorph
# libtool: install: warning: `../hunspell/libhunspell-1.4.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/hunspell /tmp/hunspell/pkg/hunspell/usr/bin/hunspell
# libtool: install: /usr/bin/install -c munch /tmp/hunspell/pkg/hunspell/usr/bin/munch
# libtool: install: /usr/bin/install -c unmunch /tmp/hunspell/pkg/hunspell/usr/bin/unmunch
# libtool: install: /usr/bin/install -c hzip /tmp/hunspell/pkg/hunspell/usr/bin/hzip
# libtool: install: warning: `../hunspell/libhunspell-1.4.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/hunzip /tmp/hunspell/pkg/hunspell/usr/bin/hunzip
# /usr/bin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/bin'
# /usr/bin/install -c makealias affixcompress wordforms ispellaff2myspell wordlist2hunspell '/tmp/hunspell/pkg/hunspell/usr/bin'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# Making install in win_api
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/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 '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# Making install in man
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# Making install in hu
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/share/man/hu/man1'
# /usr/bin/install -c -m 644 hunspell.1 '/tmp/hunspell/pkg/hunspell/usr/share/man/hu/man1'
# /usr/bin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/share/man/man5'
# /usr/bin/install -c -m 644 hunspell.5 '/tmp/hunspell/pkg/hunspell/usr/share/man/man5'
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/share/man/man1'
# /usr/bin/install -c -m 644 hunspell.1 hzip.1 hunzip.1 '/tmp/hunspell/pkg/hunspell/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/share/man/man3'
# /usr/bin/install -c -m 644 hunspell.3 '/tmp/hunspell/pkg/hunspell/usr/share/man/man3'
# /usr/bin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/share/man/man5'
# /usr/bin/install -c -m 644 hunspell.5 '/tmp/hunspell/pkg/hunspell/usr/share/man/man5'
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# Making install in m4
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# Making install in tests
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# Making install in suggestiontest
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/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 '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/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 '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 hunspell.pc '/tmp/hunspell/pkg/hunspell/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1'
# /tmp/hunspell/pkg/hunspell/usr/lib /tmp/hunspell/src/hunspell-1.4.1
# /tmp/hunspell/src/hunspell-1.4.1
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "hunspell"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: hunspell 1.4.1-1 (Thu Apr 13 16:35:14 UTC 2017)

CMD: pacman --query --file hunspell-1.4.1-1-x86_64.pkg.tar.xz
# hunspell 1.4.1-1

Creating hybrid package for 'hunspell'

Trying to find vanilla package 'hunspell'...

CMD: pacman --query --file /mirror/hunspell-nl-2.10g-2.pkg.tar.xz
# hunspell-nl 2.10g-2

CMD: pacman --query --file /mirror/hunspell-es-1:2.0-1.pkg.tar.xz
# hunspell-es 1:2.0-1

CMD: pacman --query --file /mirror/hunspell-it-2.4-4.pkg.tar.xz
# hunspell-it 2.4-4

CMD: pacman --query --file /mirror/hunspell-ro-3.3.10-1.pkg.tar.xz
# hunspell-ro 3.3.10-1

CMD: pacman --query --file /mirror/hunspell-en-2016.01.19-1.pkg.tar.xz
# hunspell-en 2016.01.19-1

CMD: pacman --query --file /mirror/hunspell-de-20151222-1.pkg.tar.xz
# hunspell-de 20151222-1

CMD: pacman --query --file /mirror/hunspell-fr-5.6-1.pkg.tar.xz
# hunspell-fr 5.6-1

CMD: pacman --query --file /mirror/hunspell-el-0.9-2.pkg.tar.xz
# hunspell-el 0.9-2

CMD: pacman --query --file /mirror/hunspell-pl-20150428-2.pkg.tar.xz
# hunspell-pl 20150428-2

CMD: pacman --query --file /mirror/hunspell-hu-1.6.1-3.pkg.tar.xz
# hunspell-hu 1.6.1-3

CMD: pacman --query --file /mirror/hunspell-he-1.3-1.pkg.tar.xz
# hunspell-he 1.3-1

CMD: pacman --query --file /mirror/hunspell-1.4.1-1.pkg.tar.xz
# hunspell 1.4.1-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libhunspell-1.4.so
# /usr/lib/libhunspell-1.4.so.0
# /usr/lib/libhunspell.so
# /usr/lib/libhunspell-1.4.so.0.0.0
# /usr/lib/pkgconfig/hunspell.pc
# /usr/bin/analyze
# /usr/bin/chmorph
# /usr/bin/unmunch
# /usr/bin/hunspell
# /usr/bin/wordlist2hunspell
# /usr/bin/affixcompress
# /usr/bin/makealias
# /usr/bin/hzip
# /usr/bin/wordforms
# /usr/bin/ispellaff2myspell
# /usr/bin/munch
# /usr/bin/hunzip
# /usr/share/man/hu/man1/hunspell.1.gz
# /usr/share/man/man3/hunspell.3.gz
# /usr/share/man/man5/hunspell.5.gz
# /usr/share/man/man1/hunspell.1.gz
# /usr/share/man/man1/hunzip.1.gz
# /usr/share/man/man1/hzip.1.gz
# /usr/include/hunspell/w_char.hxx
# /usr/include/hunspell/hunvisapi.h
# /usr/include/hunspell/langnum.hxx
# /usr/include/hunspell/phonet.hxx
# /usr/include/hunspell/hashmgr.hxx
# /usr/include/hunspell/filemgr.hxx
# /usr/include/hunspell/atypes.hxx
# /usr/include/hunspell/baseaffix.hxx
# /usr/include/hunspell/replist.hxx
# /usr/include/hunspell/hunzip.hxx
# /usr/include/hunspell/csutil.hxx
# /usr/include/hunspell/suggestmgr.hxx
# /usr/include/hunspell/htypes.hxx
# /usr/include/hunspell/hunspell.hxx
# /usr/include/hunspell/hunspell.h
# /usr/include/hunspell/affixmgr.hxx
# /usr/include/hunspell/affentry.hxx
# /sysroot/usr/lib/libhunspell-1.4.so.0.0.0
# /sysroot/usr/lib/libhunspell-1.4.so.0
# /sysroot/usr/lib/libhunspell-1.4.so
# /sysroot/usr/lib/libhunspell-1.4.la
# /sysroot/usr/lib/libhunspell.so
# /sysroot/usr/lib/pkgconfig/hunspell.pc
# /sysroot/usr/include/hunspell/affentry.hxx
# /sysroot/usr/include/hunspell/htypes.hxx
# /sysroot/usr/include/hunspell/affixmgr.hxx
# /sysroot/usr/include/hunspell/csutil.hxx
# /sysroot/usr/include/hunspell/hunspell.hxx
# /sysroot/usr/include/hunspell/atypes.hxx
# /sysroot/usr/include/hunspell/hunspell.h
# /sysroot/usr/include/hunspell/suggestmgr.hxx
# /sysroot/usr/include/hunspell/baseaffix.hxx
# /sysroot/usr/include/hunspell/hashmgr.hxx
# /sysroot/usr/include/hunspell/langnum.hxx
# /sysroot/usr/include/hunspell/phonet.hxx
# /sysroot/usr/include/hunspell/filemgr.hxx
# /sysroot/usr/include/hunspell/hunzip.hxx
# /sysroot/usr/include/hunspell/w_char.hxx
# /sysroot/usr/include/hunspell/replist.hxx
# /sysroot/usr/include/hunspell/hunvisapi.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf hunspell.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/hunspell.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/hunspell.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1877

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/hunspell.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/hunspell.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/hunspell/src/hunspell-1.4.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by hunspell configure 1.4.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static --with-ui --with-readline
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a0af5c6641ea
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2836: checking build system type
# configure:2850: result: x86_64-unknown-linux-gnu
# configure:2870: checking host system type
# configure:2883: result: x86_64-unknown-linux-gnu
# configure:2903: checking target system type
# configure:2916: result: x86_64-unknown-linux-gnu
# configure:2961: checking for a BSD-compatible install
# configure:3029: result: /usr/bin/install -c
# configure:3040: checking whether build environment is sane
# configure:3095: result: yes
# configure:3133: WARNING: 'missing' script is too old or missing
# configure:3154: checking for x86_64-unknown-linux-strip
# configure:3184: result: no
# configure:3194: checking for strip
# configure:3210: found /usr/bin/strip
# configure:3221: result: strip
# configure:3246: checking for a thread-safe mkdir -p
# configure:3285: result: /usr/bin/mkdir -p
# configure:3292: checking for gawk
# configure:3308: found /usr/bin/gawk
# configure:3319: result: gawk
# configure:3330: checking whether make sets $(MAKE)
# configure:3352: result: yes
# configure:3381: checking whether make supports nested variables
# configure:3398: result: yes
# configure:3647: checking for C++ compiler version
# configure:3656: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3667: $? = 0
# configure:3656: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3667: $? = 0
# configure:3656: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3667: $? = 1
# configure:3656: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3667: $? = 1
# configure:3687: checking whether the C++ compiler works
# configure:3709: clang++ conftest.cpp >&5
# configure:3713: $? = 0
# configure:3761: result: yes
# configure:3764: checking for C++ compiler default output file name
# configure:3766: result: a.out
# configure:3772: checking for suffix of executables
# configure:3779: clang++ -o conftest conftest.cpp >&5
# configure:3783: $? = 0
# configure:3805: result:
# configure:3827: checking whether we are cross compiling
# configure:3835: clang++ -o conftest conftest.cpp >&5
# configure:3839: $? = 0
# configure:3846: ./conftest
# configure:3850: $? = 0
# configure:3865: result: no
# configure:3870: checking for suffix of object files
# configure:3892: clang++ -c conftest.cpp >&5
# configure:3896: $? = 0
# configure:3917: result: o
# configure:3921: checking whether we are using the GNU C++ compiler
# configure:3940: clang++ -c conftest.cpp >&5
# configure:3940: $? = 0
# configure:3949: result: yes
# configure:3958: checking whether clang++ accepts -g
# configure:3978: clang++ -c -g conftest.cpp >&5
# configure:3978: $? = 0
# configure:4019: result: yes
# configure:4053: checking for style of include used by make
# configure:4081: result: GNU
# configure:4107: checking dependency style of clang++
# configure:4218: result: gcc3
# configure:4241: checking for x86_64-unknown-linux-gcc
# configure:4268: result: clang
# configure:4537: checking for C compiler version
# configure:4546: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4557: $? = 0
# configure:4546: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4557: $? = 0
# configure:4546: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4557: $? = 1
# configure:4546: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4557: $? = 1
# configure:4561: checking whether we are using the GNU C compiler
# configure:4580: clang -c conftest.c >&5
# configure:4580: $? = 0
# configure:4589: result: yes
# configure:4598: checking whether clang accepts -g
# configure:4618: clang -c -g conftest.c >&5
# configure:4618: $? = 0
# configure:4659: result: yes
# configure:4676: checking for clang option to accept ISO C89
# configure:4739: clang -c conftest.c >&5
# configure:4739: $? = 0
# configure:4752: result: none needed
# configure:4777: checking whether clang understands -c and -o together
# configure:4799: clang -c conftest.c -o conftest2.o
# configure:4802: $? = 0
# configure:4799: clang -c conftest.c -o conftest2.o
# configure:4802: $? = 0
# configure:4814: result: yes
# configure:4833: checking dependency style of clang
# configure:4944: result: gcc3
# configure:4984: checking for a sed that does not truncate output
# configure:5048: result: /usr/bin/sed
# configure:5066: checking for grep that handles long lines and -e
# configure:5124: result: /usr/bin/grep
# configure:5129: checking for egrep
# configure:5191: result: /usr/bin/grep -E
# configure:5196: checking for fgrep
# configure:5258: result: /usr/bin/grep -F
# configure:5293: checking for ld used by clang
# configure:5360: result: /usr/bin/ld
# configure:5367: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5382: result: yes
# configure:5394: checking for BSD- or MS-compatible name lister (nm)
# configure:5443: result: /usr/bin/nm -B
# configure:5561: checking the name lister (/usr/bin/nm -B) interface
# configure:5568: clang -c conftest.c >&5
# configure:5571: /usr/bin/nm -B "conftest.o"
# configure:5574: output
# 0000000000000000 B some_variable
# configure:5581: result: BSD nm
# configure:5584: checking whether ln -s works
# configure:5588: result: yes
# configure:5596: checking the maximum length of command line arguments
# configure:5716: result: 1572864
# configure:5733: checking whether the shell understands some XSI constructs
# configure:5743: result: yes
# configure:5747: checking whether the shell understands "+="
# configure:5753: result: yes
# configure:5788: checking for /usr/bin/ld option to reload object files
# configure:5795: result: -r
# configure:5824: checking for x86_64-unknown-linux-objdump
# configure:5854: result: no
# configure:5864: checking for objdump
# configure:5880: found /usr/bin/objdump
# configure:5891: result: objdump
# configure:5923: checking how to recognize dependent libraries
# configure:6119: result: pass_all
# configure:6139: checking for x86_64-unknown-linux-ar
# configure:6169: result: no
# configure:6179: checking for ar
# configure:6195: found /usr/bin/ar
# configure:6206: result: ar
# configure:6244: checking for x86_64-unknown-linux-strip
# configure:6271: result: strip
# configure:6343: checking for x86_64-unknown-linux-ranlib
# configure:6373: result: no
# configure:6383: checking for ranlib
# configure:6399: found /usr/bin/ranlib
# configure:6410: result: ranlib
# configure:6500: checking command to parse /usr/bin/nm -B output from clang object
# configure:6618: clang -c conftest.c >&5
# configure:6621: $? = 0
# configure:6625: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6628: $? = 0
# configure:6682: clang -o conftest conftest.c conftstm.o >&5
# configure:6685: $? = 0
# configure:6723: result: ok
# configure:6819: clang -c conftest.c >&5
# configure:6822: $? = 0
# configure:7532: checking how to run the C preprocessor
# configure:7563: clang -E conftest.c
# configure:7563: $? = 0
# configure:7577: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7577: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | /* end confdefs.h. */
# | #include
# configure:7602: result: clang -E
# configure:7622: clang -E conftest.c
# configure:7622: $? = 0
# configure:7636: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7636: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | /* end confdefs.h. */
# | #include
# configure:7665: checking for ANSI C header files
# configure:7685: clang -c conftest.c >&5
# configure:7685: $? = 0
# configure:7758: clang -o conftest conftest.c >&5
# configure:7758: $? = 0
# configure:7758: ./conftest
# configure:7758: $? = 0
# configure:7769: result: yes
# configure:7782: checking for sys/types.h
# configure:7782: clang -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for sys/stat.h
# configure:7782: clang -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for stdlib.h
# configure:7782: clang -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for string.h
# configure:7782: clang -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for memory.h
# configure:7782: clang -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for strings.h
# configure:7782: clang -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for inttypes.h
# configure:7782: clang -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for stdint.h
# configure:7782: clang -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for unistd.h
# configure:7782: clang -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7796: checking for dlfcn.h
# configure:7796: clang -c conftest.c >&5
# configure:7796: $? = 0
# configure:7796: result: yes
# configure:7921: checking for C++ compiler version
# configure:7930: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:7941: $? = 0
# configure:7930: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:7941: $? = 0
# configure:7930: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:7941: $? = 1
# configure:7930: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:7941: $? = 1
# configure:7945: checking whether we are using the GNU C++ compiler
# configure:7973: result: yes
# configure:7982: checking whether clang++ accepts -g
# configure:8043: result: yes
# configure:8068: checking dependency style of clang++
# configure:8179: result: gcc3
# configure:8202: checking how to run the C++ preprocessor
# configure:8229: clang++ -E conftest.cpp
# configure:8229: $? = 0
# configure:8243: clang++ -E conftest.cpp
# conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8243: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:8268: result: clang++ -E
# configure:8288: clang++ -E conftest.cpp
# configure:8288: $? = 0
# configure:8302: clang++ -E conftest.cpp
# conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8302: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:8508: checking for objdir
# configure:8523: result: .libs
# configure:8819: checking if clang supports -fno-rtti -fno-exceptions
# configure:8837: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8841: $? = 0
# configure:8854: result: yes
# configure:8874: checking for clang option to produce PIC
# configure:9146: result: -fPIC -DPIC
# configure:9158: checking if clang PIC flag -fPIC -DPIC works
# configure:9176: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9180: $? = 0
# configure:9193: result: yes
# configure:9217: checking if clang static flag -static works
# configure:9245: result: yes
# configure:9260: checking if clang supports -c -o file.o
# configure:9281: clang -c -o out/conftest2.o conftest.c >&5
# configure:9285: $? = 0
# configure:9307: result: yes
# configure:9315: checking if clang supports -c -o file.o
# configure:9362: result: yes
# configure:9395: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10381: result: yes
# configure:10418: checking whether -lc should be explicitly linked in
# configure:10423: clang -c conftest.c >&5
# configure:10426: $? = 0
# configure:10441: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10444: $? = 0
# configure:10456: result: no
# configure:10620: checking dynamic linker characteristics
# configure:11053: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11053: $? = 0
# configure:11274: result: GNU/Linux ld.so
# configure:11376: checking how to hardcode library paths into programs
# configure:11401: result: immediate
# configure:11921: checking whether stripping libraries is possible
# configure:11926: result: yes
# configure:11961: checking if libtool supports shared libraries
# configure:11963: result: yes
# configure:11966: checking whether to build shared libraries
# configure:11987: result: yes
# configure:11990: checking whether to build static libraries
# configure:11994: result: no
# configure:12144: checking for ld used by clang++
# configure:12211: result: /usr/bin/ld -m elf_x86_64
# configure:12218: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12233: result: yes
# configure:12288: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13201: result: yes
# configure:13229: clang++ -c conftest.cpp >&5
# configure:13232: $? = 0
# configure:13414: checking for clang++ option to produce PIC
# configure:13731: result: -fPIC -DPIC
# configure:13740: checking if clang++ PIC flag -fPIC -DPIC works
# configure:13758: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:13762: $? = 0
# configure:13775: result: yes
# configure:13796: checking if clang++ static flag -static works
# configure:13824: result: yes
# configure:13836: checking if clang++ supports -c -o file.o
# configure:13857: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:13861: $? = 0
# configure:13883: result: yes
# configure:13888: checking if clang++ supports -c -o file.o
# configure:13935: result: yes
# configure:13965: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13991: result: yes
# configure:14128: checking dynamic linker characteristics
# configure:14509: clang++ -o conftest -Wl,-rpath -Wl,/foo conftest.cpp >&5
# configure:14509: $? = 0
# configure:14730: result: GNU/Linux ld.so
# configure:14781: checking how to hardcode library paths into programs
# configure:14806: result: immediate
# configure:15172: checking fcntl.h usability
# configure:15172: clang -c conftest.c >&5
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking fcntl.h presence
# configure:15172: clang -E conftest.c
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking for fcntl.h
# configure:15172: result: yes
# configure:15172: checking libintl.h usability
# configure:15172: clang -c conftest.c >&5
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking libintl.h presence
# configure:15172: clang -E conftest.c
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking for libintl.h
# configure:15172: result: yes
# configure:15172: checking locale.h usability
# configure:15172: clang -c conftest.c >&5
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking locale.h presence
# configure:15172: clang -E conftest.c
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking for locale.h
# configure:15172: result: yes
# configure:15172: checking for unistd.h
# configure:15172: result: yes
# configure:15184: checking for an ANSI C-conforming const
# configure:15250: clang -c conftest.c >&5
# configure:15250: $? = 0
# configure:15257: result: yes
# configure:15265: checking for inline
# configure:15281: clang -c conftest.c >&5
# configure:15281: $? = 0
# configure:15289: result: inline
# configure:15309: checking for error_at_line
# configure:15325: clang -o conftest conftest.c >&5
# configure:15325: $? = 0
# configure:15333: result: yes
# configure:15344: checking for ANSI C header files
# configure:15448: result: yes
# configure:15459: checking for memchr
# configure:15459: clang -o conftest conftest.c >&5
# conftest.c:51:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration]
# char memchr ();
# ^
# conftest.c:51:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)'
# 1 warning generated.
# configure:15459: $? = 0
# configure:15459: result: yes
# configure:15459: checking for setlocale
# configure:15459: clang -o conftest conftest.c >&5
# configure:15459: $? = 0
# configure:15459: result: yes
# configure:15459: checking for strchr
# configure:15459: clang -o conftest conftest.c >&5
# conftest.c:53:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:53:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:15459: $? = 0
# configure:15459: result: yes
# configure:15459: checking for strstr
# configure:15459: clang -o conftest conftest.c >&5
# conftest.c:54:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:54:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:15459: $? = 0
# configure:15459: result: yes
# configure:15477: checking whether NLS is requested
# configure:15486: result: yes
# configure:15527: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:15559: result: /usr/bin/msgfmt
# configure:15568: checking for gmsgfmt
# configure:15599: result: /usr/bin/msgfmt
# configure:15650: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:15682: result: /usr/bin/xgettext
# configure:15728: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:15759: result: /usr/bin/msgmerge
# configure:15777: checking whether we are using the GNU C Library 2 or newer
# configure:15804: result: yes
# configure:15813: checking for x86_64-unknown-linux-ranlib
# configure:15840: result: ranlib
# configure:15907: checking for simple visibility declarations
# configure:15929: clang -c -fvisibility=hidden conftest.c >&5
# configure:15929: $? = 0
# configure:15938: result: yes
# configure:15953: checking for size_t
# configure:15953: clang -c conftest.c >&5
# configure:15953: $? = 0
# configure:15953: clang -c conftest.c >&5
# conftest.c:69:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:15953: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15953: result: yes
# configure:15965: checking for stdint.h
# configure:15982: clang -c conftest.c >&5
# configure:15982: $? = 0
# configure:15989: result: yes
# configure:16001: checking for working alloca.h
# configure:16018: clang -o conftest conftest.c >&5
# configure:16018: $? = 0
# configure:16026: result: yes
# configure:16034: checking for alloca
# configure:16071: clang -o conftest conftest.c >&5
# configure:16071: $? = 0
# configure:16079: result: yes
# configure:16191: checking for stdlib.h
# configure:16191: result: yes
# configure:16191: checking for unistd.h
# configure:16191: result: yes
# configure:16191: checking for sys/param.h
# configure:16191: clang -c conftest.c >&5
# configure:16191: $? = 0
# configure:16191: result: yes
# configure:16211: checking for getpagesize
# configure:16211: clang -o conftest conftest.c >&5
# configure:16211: $? = 0
# configure:16211: result: yes
# configure:16220: checking for working mmap
# configure:16367: clang -o conftest conftest.c >&5
# configure:16367: $? = 0
# configure:16367: ./conftest
# configure:16367: $? = 0
# configure:16377: result: yes
# configure:16388: checking whether integer division by zero raises SIGFPE
# configure:16454: clang -o conftest conftest.c >&5
# conftest.c:55:5: error: redefinition of 'nan' as different kind of symbol
# int nan;
# ^
# conftest.c:55:5: note: previous definition is here
# conftest.c:70:7: error: non-object type 'double (const char *)' is not assignable
# nan = y / y;
# ~~~ ^
# 2 errors generated.
# configure:16454: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | static void
# | sigfpe_handler (int sig)
# | {
# | /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
# | exit (sig != SIGFPE);
# | }
# |
# | int x = 1;
# | int y = 0;
# | int z;
# | int nan;
# |
# | int main ()
# | {
# | signal (SIGFPE, sigfpe_handler);
# | /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
# | #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
# | signal (SIGTRAP, sigfpe_handler);
# | #endif
# | /* Linux/SPARC yields signal SIGILL. */
# | #if defined (__sparc__) && defined (__linux__)
# | signal (SIGILL, sigfpe_handler);
# | #endif
# |
# | z = x / y;
# | nan = y / y;
# | exit (1);
# | }
# |
# configure:16466: result: no
# configure:16479: checking for inttypes.h
# configure:16496: clang -c conftest.c >&5
# configure:16496: $? = 0
# configure:16503: result: yes
# configure:16514: checking for unsigned long long int
# configure:16554: clang -o conftest conftest.c >&5
# configure:16554: $? = 0
# configure:16562: result: yes
# configure:16592: checking for inttypes.h
# configure:16592: result: yes
# configure:16603: checking whether the inttypes.h PRIxNN macros are broken
# configure:16624: clang -c conftest.c >&5
# configure:16624: $? = 0
# configure:16632: result: no
# configure:16648: checking minix/config.h usability
# configure:16648: clang -c conftest.c >&5
# conftest.c:79:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:16648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:16648: result: no
# configure:16648: checking minix/config.h presence
# configure:16648: clang -E conftest.c
# conftest.c:46:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:16648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:16648: result: no
# configure:16648: checking for minix/config.h
# configure:16648: result: no
# configure:16669: checking whether it is safe to define __EXTENSIONS__
# configure:16687: clang -c conftest.c >&5
# configure:16687: $? = 0
# configure:16694: result: yes
# configure:16788: checking for ld used by GCC
# configure:16852: result: /usr/bin/ld -m elf_x86_64
# configure:16859: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:16872: result: yes
# configure:16879: checking for shared library run path origin
# configure:16892: result: done
# configure:16938: checking whether imported symbols can be declared weak
# configure:16953: clang -o conftest conftest.c >&5
# configure:16953: $? = 0
# configure:16958: result: yes
# configure:16963: checking pthread.h usability
# configure:16963: clang -c conftest.c >&5
# configure:16963: $? = 0
# configure:16963: result: yes
# configure:16963: checking pthread.h presence
# configure:16963: clang -E conftest.c
# configure:16963: $? = 0
# configure:16963: result: yes
# configure:16963: checking for pthread.h
# configure:16963: result: yes
# configure:16991: clang -o conftest conftest.c >&5
# conftest.c:55:39: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_mutex_lock((pthread_mutex_t*)0);
# ~~~~~~~~~~~~~~~~~~~^
# conftest.c:56:58: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_mutexattr_init((pthread_mutexattr_t*)0);
# ~~~~~~~~~~~~~~~~~~~~~~~^
# 2 warnings generated.
# /tmp/conftest-961861.o: In function `main':
# conftest.c:(.text+0x20): undefined reference to `pthread_mutexattr_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16991: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_mutex_lock((pthread_mutex_t*)0);
# | pthread_mutexattr_init((pthread_mutexattr_t*)0);
# | ;
# | return 0;
# | }
# configure:17054: checking for pthread_kill in -lpthread
# configure:17079: clang -o conftest conftest.c -lpthread >&5
# configure:17079: $? = 0
# configure:17088: result: yes
# configure:17158: checking for pthread_rwlock_t
# configure:17158: clang -c conftest.c >&5
# configure:17158: $? = 0
# configure:17158: clang -c conftest.c >&5
# conftest.c:58:31: error: expected expression
# if (sizeof ((pthread_rwlock_t)))
# ^
# 1 error generated.
# configure:17158: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((pthread_rwlock_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:17158: result: yes
# configure:17183: clang -c conftest.c >&5
# configure:17183: $? = 0
# configure:17781: checking for multithread API to use
# configure:17783: result: posix
# configure:18251: clang -o conftest conftest.c >&5
# configure:18251: $? = 0
# configure:18262: checking argz.h usability
# configure:18262: clang -c conftest.c >&5
# configure:18262: $? = 0
# configure:18262: result: yes
# configure:18262: checking argz.h presence
# configure:18262: clang -E conftest.c
# configure:18262: $? = 0
# configure:18262: result: yes
# configure:18262: checking for argz.h
# configure:18262: result: yes
# configure:18262: checking for inttypes.h
# configure:18262: result: yes
# configure:18262: checking limits.h usability
# configure:18262: clang -c conftest.c >&5
# configure:18262: $? = 0
# configure:18262: result: yes
# configure:18262: checking limits.h presence
# configure:18262: clang -E conftest.c
# configure:18262: $? = 0
# configure:18262: result: yes
# configure:18262: checking for limits.h
# configure:18262: result: yes
# configure:18262: checking for unistd.h
# configure:18262: result: yes
# configure:18262: checking for sys/param.h
# configure:18262: result: yes
# configure:18277: checking for getcwd
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for getegid
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for geteuid
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for getgid
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for getuid
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for mempcpy
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for munmap
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for stpcpy
# configure:18277: clang -o conftest conftest.c >&5
# conftest.c:91:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
# char stpcpy ();
# ^
# conftest.c:91:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
# 1 warning generated.
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for strcasecmp
# configure:18277: clang -o conftest conftest.c >&5
# conftest.c:92:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:92:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for strdup
# configure:18277: clang -o conftest conftest.c >&5
# conftest.c:93:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:93:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for strtoul
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for tsearch
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for argz_count
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for argz_stringify
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for argz_next
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for __fsetlocking
# configure:18277: clang -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18288: checking whether feof_unlocked is declared
# configure:18308: clang -c conftest.c >&5
# configure:18308: $? = 0
# configure:18315: result: yes
# configure:18329: checking whether fgets_unlocked is declared
# configure:18349: clang -c conftest.c >&5
# configure:18349: $? = 0
# configure:18356: result: yes
# configure:18400: checking for iconv
# configure:18422: clang -o conftest conftest.c >&5
# configure:18422: $? = 0
# configure:18454: result: yes
# configure:18457: checking for working iconv
# configure:18533: clang -o conftest conftest.c >&5
# configure:18533: $? = 0
# configure:18533: ./conftest
# configure:18533: $? = 0
# configure:18545: result: yes
# configure:18573: checking for iconv declaration
# configure:18602: clang -c conftest.c >&5
# configure:18602: $? = 0
# configure:18613: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:18624: checking for NL_LOCALE_NAME macro
# configure:18643: clang -o conftest conftest.c >&5
# configure:18643: $? = 0
# configure:18652: result: yes
# configure:18664: checking for bison
# configure:18680: found /usr/bin/bison
# configure:18691: result: bison
# configure:18705: checking version of bison
# configure:18714: result: 3.0.4, ok
# configure:18722: checking for long long int
# configure:18762: clang -o conftest conftest.c >&5
# configure:18762: $? = 0
# configure:18792: clang -o conftest conftest.c >&5
# configure:18792: $? = 0
# configure:18792: ./conftest
# configure:18792: $? = 0
# configure:18807: result: yes
# configure:18816: checking for wchar_t
# configure:18833: clang -c conftest.c >&5
# configure:18833: $? = 0
# configure:18840: result: yes
# configure:18849: checking for wint_t
# configure:18874: clang -c conftest.c >&5
# configure:18874: $? = 0
# configure:18881: result: yes
# configure:18892: checking for intmax_t
# configure:18918: clang -c conftest.c >&5
# configure:18918: $? = 0
# configure:18925: result: yes
# configure:18935: checking whether printf() supports POSIX/XSI format strings
# configure:18976: clang -o conftest conftest.c >&5
# configure:18976: $? = 0
# configure:18976: ./conftest
# configure:18976: $? = 0
# configure:18987: result: yes
# configure:18998: checking whether we are using the GNU C Library 2.1 or newer
# configure:19025: result: yes
# configure:19034: checking for stdint.h
# configure:19034: result: yes
# configure:19044: checking for SIZE_MAX
# configure:19116: result: yes
# configure:19131: checking for stdint.h
# configure:19131: result: yes
# configure:19143: checking for CFPreferencesCopyAppValue
# configure:19161: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:89:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:19161: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:19170: result: no
# configure:19177: checking for CFLocaleCopyCurrent
# configure:19195: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:89:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:19195: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:19204: result: no
# configure:19222: checking for ptrdiff_t
# configure:19222: clang -c conftest.c >&5
# configure:19222: $? = 0
# configure:19222: clang -c conftest.c >&5
# conftest.c:125:24: error: expected expression
# if (sizeof ((ptrdiff_t)))
# ^
# 1 error generated.
# configure:19222: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19222: result: yes
# configure:19235: checking stddef.h usability
# configure:19235: clang -c conftest.c >&5
# configure:19235: $? = 0
# configure:19235: result: yes
# configure:19235: checking stddef.h presence
# configure:19235: clang -E conftest.c
# configure:19235: $? = 0
# configure:19235: result: yes
# configure:19235: checking for stddef.h
# configure:19235: result: yes
# configure:19235: checking for stdlib.h
# configure:19235: result: yes
# configure:19235: checking for string.h
# configure:19235: result: yes
# configure:19248: checking for asprintf
# configure:19248: clang -o conftest conftest.c >&5
# conftest.c:126:18: warning: format string missing [-Wformat]
# return asprintf ();
# ~~~~~~~~ ^
# 1 warning generated.
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19248: checking for fwprintf
# configure:19248: clang -o conftest conftest.c >&5
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19248: checking for putenv
# configure:19248: clang -o conftest conftest.c >&5
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19248: checking for setenv
# configure:19248: clang -o conftest conftest.c >&5
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19248: checking for setlocale
# configure:19248: result: yes
# configure:19248: checking for snprintf
# configure:19248: clang -o conftest conftest.c >&5
# conftest.c:120:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:120:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19248: checking for wcslen
# configure:19248: clang -o conftest conftest.c >&5
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19259: checking whether _snprintf is declared
# configure:19279: clang -c conftest.c >&5
# conftest.c:105:22: error: use of undeclared identifier '_snprintf'
# char *p = (char *) _snprintf;
# ^
# 1 error generated.
# configure:19279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_FWPRINTF 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCSLEN 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | #ifndef _snprintf
# | char *p = (char *) _snprintf;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:19286: result: no
# configure:19300: checking whether _snwprintf is declared
# configure:19320: clang -c conftest.c >&5
# conftest.c:106:22: error: use of undeclared identifier '_snwprintf'
# char *p = (char *) _snwprintf;
# ^
# 1 error generated.
# configure:19320: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_FWPRINTF 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_DECL__SNPRINTF 0
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | #ifndef _snwprintf
# | char *p = (char *) _snwprintf;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:19327: result: no
# configure:19342: checking whether getc_unlocked is declared
# configure:19362: clang -c conftest.c >&5
# configure:19362: $? = 0
# configure:19369: result: yes
# configure:19408: checking for nl_langinfo and CODESET
# configure:19424: clang -o conftest conftest.c >&5
# configure:19424: $? = 0
# configure:19433: result: yes
# configure:19442: checking for LC_MESSAGES
# configure:19458: clang -o conftest conftest.c >&5
# configure:19458: $? = 0
# configure:19466: result: yes
# configure:19617: checking for CFPreferencesCopyAppValue
# configure:19644: result: no
# configure:19651: checking for CFLocaleCopyCurrent
# configure:19678: result: no
# configure:19713: checking whether included gettext is requested
# configure:19723: result: no
# configure:19746: checking for GNU gettext in libc
# configure:19766: clang -o conftest conftest.c >&5
# configure:19766: $? = 0
# configure:19775: result: yes
# configure:20338: checking whether to use NLS
# configure:20340: result: yes
# configure:20343: checking where the gettext function comes from
# configure:20354: result: libc
# configure:20464: checking for tparm in -lncursesw
# configure:20489: clang -o conftest conftest.c -lncursesw >&5
# configure:20489: $? = 0
# configure:20498: result: yes
# configure:20617: checking for tparm in -lcurses
# configure:20642: clang -o conftest conftest.c -lcurses >&5
# configure:20642: $? = 0
# configure:20651: result: yes
# configure:20700: checking for readline in -lreadline
# configure:20725: clang -o conftest -lncurses conftest.c -lreadline >&5
# configure:20725: $? = 0
# configure:20734: result: yes
# configure:20737: checking readline/readline.h usability
# configure:20737: clang -c conftest.c >&5
# configure:20737: $? = 0
# configure:20737: result: yes
# configure:20737: checking readline/readline.h presence
# configure:20737: clang -E conftest.c
# configure:20737: $? = 0
# configure:20737: result: yes
# configure:20737: checking for readline/readline.h
# configure:20737: result: yes
# configure:20869: checking that generated files are newer than configure
# configure:20875: result: done
# configure:20906: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by hunspell config.status 1.4.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a0af5c6641ea
#
# config.status:1296: creating Makefile
# config.status:1296: creating hunspell.pc
# config.status:1296: creating man/Makefile
# config.status:1296: creating man/hu/Makefile
# config.status:1296: creating intl/Makefile
# config.status:1296: creating po/Makefile.in
# config.status:1296: creating m4/Makefile
# config.status:1296: creating src/Makefile
# config.status:1296: creating src/hunspell/Makefile
# config.status:1296: creating src/hunspell/hunvisapi.h
# config.status:1296: creating src/parsers/Makefile
# config.status:1296: creating src/tools/Makefile
# config.status:1296: creating src/win_api/Makefile
# config.status:1296: creating tests/Makefile
# config.status:1296: creating tests/suggestiontest/Makefile
# config.status:1296: creating config.h
# config.status:1525: executing depfiles commands
# config.status:1525: executing libtool commands
# config.status:1525: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func___fsetlocking=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_argz_count=yes
# ac_cv_func_argz_next=yes
# ac_cv_func_argz_stringify=yes
# ac_cv_func_asprintf=yes
# ac_cv_func_fwprintf=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getegid=yes
# ac_cv_func_geteuid=yes
# ac_cv_func_getgid=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getuid=yes
# ac_cv_func_memchr=yes
# ac_cv_func_mempcpy=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_putenv=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_stpcpy=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_tsearch=yes
# ac_cv_func_wcslen=yes
# ac_cv_gnu_library_2=yes
# ac_cv_gnu_library_2_1=yes
# ac_cv_have_decl__snprintf=no
# ac_cv_have_decl__snwprintf=no
# ac_cv_have_decl_feof_unlocked=yes
# ac_cv_have_decl_fgets_unlocked=yes
# ac_cv_have_decl_getc_unlocked=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_pthread_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_curses_tparm=yes
# ac_cv_lib_error_at_line=yes
# ac_cv_lib_ncursesw_tparm=yes
# ac_cv_lib_pthread_pthread_kill=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_INTLBISON=bison
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_long_long_int=yes
# ac_cv_type_pthread_rwlock_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_working_alloca_h=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_func_iconv_works=yes
# am_cv_langinfo_codeset=yes
# am_cv_lib_iconv=no
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# gl_cv_cc_visibility=yes
# gl_cv_header_inttypes_h=yes
# gl_cv_header_stdint_h=yes
# gl_cv_size_max=yes
# gt_cv_c_intmax_t=yes
# gt_cv_c_wchar_t=yes
# gt_cv_c_wint_t=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# gt_cv_func_printf_posix=yes
# gt_cv_int_divbyzero_sigfpe=no
# gt_cv_inttypes_pri_broken=no
# gt_cv_nl_locale_name=yes
# gt_cv_val_LC_MESSAGES=yes
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# nls_cv_force_use_gnu_gettext=no
# nls_cv_header_intl=
# nls_cv_header_libgt=
# nls_cv_use_gnu_gettext=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='aclocal-1.15'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='automake-1.15'
# AWK='gawk'
# BUILD_INCLUDED_LIBINTL='no'
# CATOBJEXT='.gmo'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CFLAG_VISIBILITY='-fvisibility=hidden'
# CPP='clang -E'
# CPPFLAGS=''
# CURSESLIB='-lncursesw'
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DATADIRNAME='share'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GENCAT='gencat'
# GETTEXT_MACRO_VERSION='0.17'
# GLIBC21='yes'
# GLIBC2='yes'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# HAVE_ASPRINTF='1'
# HAVE_POSIX_PRINTF='1'
# HAVE_SNPRINTF='1'
# HAVE_VISIBILITY='1'
# HAVE_WPRINTF='0'
# HUNSPELL_VERSION_MAJOR='1'
# HUNSPELL_VERSION_MINOR='4'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INSTOBJEXT='.mo'
# INTLBISON='bison'
# INTLLIBS=''
# INTLOBJS=''
# INTL_LIBTOOL_SUFFIX_PREFIX=''
# INTL_MACOSX_LIBS=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBICONV=''
# LIBINTL=''
# LIBMULTITHREAD='-lpthread'
# LIBOBJS=''
# LIBPTH=''
# LIBPTH_PREFIX=''
# LIBS=''
# LIBTHREAD=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBC='-lc'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBMULTITHREAD='-lpthread'
# LTLIBOBJS=''
# LTLIBPTH=''
# LTLIBTHREAD=''
# MAKEINFO='makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='hunspell'
# PACKAGE_BUGREPORT='nemeth@numbertext.org'
# PACKAGE_NAME='hunspell'
# PACKAGE_STRING='hunspell 1.4.0'
# PACKAGE_TARNAME='hunspell'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.4.0'
# PATH_SEPARATOR=':'
# POSUB='po'
# PRI_MACROS_BROKEN='0'
# RANLIB='ranlib'
# READLINELIB='-lreadline -lncurses'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_INCLUDED_LIBINTL='no'
# USE_NLS='yes'
# VERSION='1.4.0'
# WINDRES=''
# WOE32='no'
# WOE32DLL='no'
# XFAILED=''
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/hunspell/src/hunspell-1.4.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "hunspell"
# #define PACKAGE_TARNAME "hunspell"
# #define PACKAGE_VERSION "1.4.0"
# #define PACKAGE_STRING "hunspell 1.4.0"
# #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# #define PACKAGE_URL ""
# #define PACKAGE "hunspell"
# #define VERSION "1.4.0"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_FCNTL_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_UNISTD_H 1
# #define STDC_HEADERS 1
# #define HAVE_MEMCHR 1
# #define HAVE_SETLOCALE 1
# #define HAVE_STRCHR 1
# #define HAVE_STRSTR 1
# #define HAVE_VISIBILITY 1
# #define HAVE_STDINT_H_WITH_UINTMAX 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define INTDIV0_RAISES_SIGFPE 0
# #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_UINTMAX_T 1
# #define HAVE_INTTYPES_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define USE_POSIX_THREADS 1
# #define USE_POSIX_THREADS_WEAK 1
# #define HAVE_PTHREAD_RWLOCK 1
# #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# #define HAVE_BUILTIN_EXPECT 1
# #define HAVE_ARGZ_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETCWD 1
# #define HAVE_GETEGID 1
# #define HAVE_GETEUID 1
# #define HAVE_GETGID 1
# #define HAVE_GETUID 1
# #define HAVE_MEMPCPY 1
# #define HAVE_MUNMAP 1
# #define HAVE_STPCPY 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOUL 1
# #define HAVE_TSEARCH 1
# #define HAVE_ARGZ_COUNT 1
# #define HAVE_ARGZ_STRINGIFY 1
# #define HAVE_ARGZ_NEXT 1
# #define HAVE___FSETLOCKING 1
# #define HAVE_DECL_FEOF_UNLOCKED 1
# #define HAVE_DECL_FGETS_UNLOCKED 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #define HAVE_NL_LOCALE_NAME 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WINT_T 1
# #define HAVE_INTMAX_T 1
# #define HAVE_POSIX_PRINTF 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_ASPRINTF 1
# #define HAVE_FWPRINTF 1
# #define HAVE_PUTENV 1
# #define HAVE_SETENV 1
# #define HAVE_SETLOCALE 1
# #define HAVE_SNPRINTF 1
# #define HAVE_WCSLEN 1
# #define HAVE_DECL__SNPRINTF 0
# #define HAVE_DECL__SNWPRINTF 0
# #define HAVE_DECL_GETC_UNLOCKED 1
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_LC_MESSAGES 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_CURSES_H 1
# #define HAVE_NCURSESW_H 1
# #define HUNSPELL_WARNING_ON 1
# #define HAVE_READLINE 1
#
# configure: exit 0