Build of loudmouth with clang_glibc toolchain

The build took 00h 01m 12s and was SUCCESSFUL.

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

SLOCLanguage
11,484 sh
10,377 ansic
4,833 makefile
26,694 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: loudmouth 1.5.3-1 (Thu Apr 13 20:57:21 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) perl-xml-parser-2.44-3 intltool-0.51.0-1
#
# Total Installed Size: 0.62 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing perl-xml-parser...
# installing intltool...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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 to enable maintainer-specific portions of Makefiles... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-cc... clang
# 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 clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for library containing strerror... none required
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# 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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... dlltool
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# 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 for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# 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 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 x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.16... yes
# checking for GLIB - version >= 2.0.0... yes (version 2.48.1)
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for memory.h... (cached) yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking netinet/in_systm.h usability... yes
# checking netinet/in_systm.h presence... yes
# checking for netinet/in_systm.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking winsock2.h usability... no
# checking winsock2.h presence... no
# checking for winsock2.h... no
# checking arpa/nameser_compat.h usability... yes
# checking arpa/nameser_compat.h presence... yes
# checking for arpa/nameser_compat.h... yes
# checking what warning flags to pass to the C compiler...
# checking for tm_gmtoff in struct tm... yes
# checking for LOUDMOUTH... yes
# checking for LOUDMOUTHTEST... yes
# checking for LIBIDN... yes
# checking for gtk-doc... yes
# checking for gtkdoc-check... gtkdoc-check.test
# checking for gtkdoc-check... /usr/bin/gtkdoc-check
# checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
# checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
# checking whether to build gtk-doc documentation... no
# checking for GTKDOC_DEPS... yes
# checking for gethostbyname in -lnsl... yes
# checking for socket in -lsocket... no
# checking for __res_query in -lresolv... yes
# checking for res_query in -lresolv... no
# checking for krb5-config... /usr/bin/krb5-config
# checking gssapi.h usability... yes
# checking gssapi.h presence... yes
# checking for gssapi.h... yes
# checking gssapi/gssapi.h usability... yes
# checking gssapi/gssapi.h presence... yes
# checking for gssapi/gssapi.h... yes
# checking for LIBGNUTLS... yes
# Not using asynchronous dns lookups
# checking whether TCP_KEEPCNT is declared... yes
# Debugging enabled
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating docs/Makefile
# config.status: creating docs/reference/Makefile
# config.status: creating loudmouth/Makefile
# config.status: creating examples/Makefile
# config.status: creating tests/Makefile
# config.status: creating tests/parser-tests/Makefile
# config.status: creating loudmouth-1.0.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
#
# Loudmouth 1.5.3
# ==================
#
# prefix: /usr
# compiler: clang
# Have IDN support: yes
# Enable SSL: GnuTLS
# Asynchronous DNS: no
# Linux TCP keepalives: yes
# Enable Debug: yes
# Enable GSSAPI: yes
# Enable Documentation: no
# Enable Tests: yes
#
# Now type 'make' to build Loudmouth
#
# make all-recursive
# make[1]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3'
# Making all in loudmouth
# make[2]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/loudmouth'
# make all-am
# make[3]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/loudmouth'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-connection.lo -MD -MP -MF .deps/lm-connection.Tpo -c -o lm-connection.lo lm-connection.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-connection.lo -MD -MP -MF .deps/lm-connection.Tpo -c lm-connection.c -fPIC -DPIC -o .libs/lm-connection.o
# mv -f .deps/lm-connection.Tpo .deps/lm-connection.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-debug.lo -MD -MP -MF .deps/lm-debug.Tpo -c -o lm-debug.lo lm-debug.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-debug.lo -MD -MP -MF .deps/lm-debug.Tpo -c lm-debug.c -fPIC -DPIC -o .libs/lm-debug.o
# mv -f .deps/lm-debug.Tpo .deps/lm-debug.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-data-objects.lo -MD -MP -MF .deps/lm-data-objects.Tpo -c -o lm-data-objects.lo lm-data-objects.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-data-objects.lo -MD -MP -MF .deps/lm-data-objects.Tpo -c lm-data-objects.c -fPIC -DPIC -o .libs/lm-data-objects.o
# mv -f .deps/lm-data-objects.Tpo .deps/lm-data-objects.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-dummy.lo -MD -MP -MF .deps/lm-dummy.Tpo -c -o lm-dummy.lo lm-dummy.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-dummy.lo -MD -MP -MF .deps/lm-dummy.Tpo -c lm-dummy.c -fPIC -DPIC -o .libs/lm-dummy.o
# mv -f .deps/lm-dummy.Tpo .deps/lm-dummy.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-idummy.lo -MD -MP -MF .deps/lm-idummy.Tpo -c -o lm-idummy.lo lm-idummy.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-idummy.lo -MD -MP -MF .deps/lm-idummy.Tpo -c lm-idummy.c -fPIC -DPIC -o .libs/lm-idummy.o
# mv -f .deps/lm-idummy.Tpo .deps/lm-idummy.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-error.lo -MD -MP -MF .deps/lm-error.Tpo -c -o lm-error.lo lm-error.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-error.lo -MD -MP -MF .deps/lm-error.Tpo -c lm-error.c -fPIC -DPIC -o .libs/lm-error.o
# mv -f .deps/lm-error.Tpo .deps/lm-error.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-marshal.lo -MD -MP -MF .deps/lm-marshal.Tpo -c -o lm-marshal.lo lm-marshal.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-marshal.lo -MD -MP -MF .deps/lm-marshal.Tpo -c lm-marshal.c -fPIC -DPIC -o .libs/lm-marshal.o
# mv -f .deps/lm-marshal.Tpo .deps/lm-marshal.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-message.lo -MD -MP -MF .deps/lm-message.Tpo -c -o lm-message.lo lm-message.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-message.lo -MD -MP -MF .deps/lm-message.Tpo -c lm-message.c -fPIC -DPIC -o .libs/lm-message.o
# lm-message.c:308:44: warning: implicit conversion from enumeration type 'LmMessageType' to different enumeration type 'LmMessageSubType' [-Wenum-conversion]
# g_return_val_if_fail (message != NULL, LM_MESSAGE_TYPE_UNKNOWN);
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/glib-2.0/glib/gmessages.h:382:11: note: expanded from macro 'g_return_val_if_fail'
# return (val); \
# ~~~~~~ ^~~
# 1 warning generated.
# mv -f .deps/lm-message.Tpo .deps/lm-message.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-message-handler.lo -MD -MP -MF .deps/lm-message-handler.Tpo -c -o lm-message-handler.lo lm-message-handler.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-message-handler.lo -MD -MP -MF .deps/lm-message-handler.Tpo -c lm-message-handler.c -fPIC -DPIC -o .libs/lm-message-handler.o
# mv -f .deps/lm-message-handler.Tpo .deps/lm-message-handler.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-message-node.lo -MD -MP -MF .deps/lm-message-node.Tpo -c -o lm-message-node.lo lm-message-node.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-message-node.lo -MD -MP -MF .deps/lm-message-node.Tpo -c lm-message-node.c -fPIC -DPIC -o .libs/lm-message-node.o
# mv -f .deps/lm-message-node.Tpo .deps/lm-message-node.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-message-queue.lo -MD -MP -MF .deps/lm-message-queue.Tpo -c -o lm-message-queue.lo lm-message-queue.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-message-queue.lo -MD -MP -MF .deps/lm-message-queue.Tpo -c lm-message-queue.c -fPIC -DPIC -o .libs/lm-message-queue.o
# mv -f .deps/lm-message-queue.Tpo .deps/lm-message-queue.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-misc.lo -MD -MP -MF .deps/lm-misc.Tpo -c -o lm-misc.lo lm-misc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-misc.lo -MD -MP -MF .deps/lm-misc.Tpo -c lm-misc.c -fPIC -DPIC -o .libs/lm-misc.o
# mv -f .deps/lm-misc.Tpo .deps/lm-misc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-parser.lo -MD -MP -MF .deps/lm-parser.Tpo -c -o lm-parser.lo lm-parser.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-parser.lo -MD -MP -MF .deps/lm-parser.Tpo -c lm-parser.c -fPIC -DPIC -o .libs/lm-parser.o
# mv -f .deps/lm-parser.Tpo .deps/lm-parser.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-resolver.lo -MD -MP -MF .deps/lm-resolver.Tpo -c -o lm-resolver.lo lm-resolver.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-resolver.lo -MD -MP -MF .deps/lm-resolver.Tpo -c lm-resolver.c -fPIC -DPIC -o .libs/lm-resolver.o
# mv -f .deps/lm-resolver.Tpo .deps/lm-resolver.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-asyncns-resolver.lo -MD -MP -MF .deps/lm-asyncns-resolver.Tpo -c -o lm-asyncns-resolver.lo lm-asyncns-resolver.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-asyncns-resolver.lo -MD -MP -MF .deps/lm-asyncns-resolver.Tpo -c lm-asyncns-resolver.c -fPIC -DPIC -o .libs/lm-asyncns-resolver.o
# mv -f .deps/lm-asyncns-resolver.Tpo .deps/lm-asyncns-resolver.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-blocking-resolver.lo -MD -MP -MF .deps/lm-blocking-resolver.Tpo -c -o lm-blocking-resolver.lo lm-blocking-resolver.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-blocking-resolver.lo -MD -MP -MF .deps/lm-blocking-resolver.Tpo -c lm-blocking-resolver.c -fPIC -DPIC -o .libs/lm-blocking-resolver.o
# mv -f .deps/lm-blocking-resolver.Tpo .deps/lm-blocking-resolver.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-sha.lo -MD -MP -MF .deps/lm-sha.Tpo -c -o lm-sha.lo lm-sha.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-sha.lo -MD -MP -MF .deps/lm-sha.Tpo -c lm-sha.c -fPIC -DPIC -o .libs/lm-sha.o
# mv -f .deps/lm-sha.Tpo .deps/lm-sha.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-ssl-generic.lo -MD -MP -MF .deps/lm-ssl-generic.Tpo -c -o lm-ssl-generic.lo lm-ssl-generic.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-ssl-generic.lo -MD -MP -MF .deps/lm-ssl-generic.Tpo -c lm-ssl-generic.c -fPIC -DPIC -o .libs/lm-ssl-generic.o
# mv -f .deps/lm-ssl-generic.Tpo .deps/lm-ssl-generic.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-ssl-base.lo -MD -MP -MF .deps/lm-ssl-base.Tpo -c -o lm-ssl-base.lo lm-ssl-base.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-ssl-base.lo -MD -MP -MF .deps/lm-ssl-base.Tpo -c lm-ssl-base.c -fPIC -DPIC -o .libs/lm-ssl-base.o
# mv -f .deps/lm-ssl-base.Tpo .deps/lm-ssl-base.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-ssl-gnutls.lo -MD -MP -MF .deps/lm-ssl-gnutls.Tpo -c -o lm-ssl-gnutls.lo lm-ssl-gnutls.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-ssl-gnutls.lo -MD -MP -MF .deps/lm-ssl-gnutls.Tpo -c lm-ssl-gnutls.c -fPIC -DPIC -o .libs/lm-ssl-gnutls.o
# mv -f .deps/lm-ssl-gnutls.Tpo .deps/lm-ssl-gnutls.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-utils.lo -MD -MP -MF .deps/lm-utils.Tpo -c -o lm-utils.lo lm-utils.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-utils.lo -MD -MP -MF .deps/lm-utils.Tpo -c lm-utils.c -fPIC -DPIC -o .libs/lm-utils.o
# mv -f .deps/lm-utils.Tpo .deps/lm-utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-proxy.lo -MD -MP -MF .deps/lm-proxy.Tpo -c -o lm-proxy.lo lm-proxy.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-proxy.lo -MD -MP -MF .deps/lm-proxy.Tpo -c lm-proxy.c -fPIC -DPIC -o .libs/lm-proxy.o
# mv -f .deps/lm-proxy.Tpo .deps/lm-proxy.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-sock.lo -MD -MP -MF .deps/lm-sock.Tpo -c -o lm-sock.lo lm-sock.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-sock.lo -MD -MP -MF .deps/lm-sock.Tpo -c lm-sock.c -fPIC -DPIC -o .libs/lm-sock.o
# mv -f .deps/lm-sock.Tpo .deps/lm-sock.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-old-socket.lo -MD -MP -MF .deps/lm-old-socket.Tpo -c -o lm-old-socket.lo lm-old-socket.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-old-socket.lo -MD -MP -MF .deps/lm-old-socket.Tpo -c lm-old-socket.c -fPIC -DPIC -o .libs/lm-old-socket.o
# mv -f .deps/lm-old-socket.Tpo .deps/lm-old-socket.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-socket.lo -MD -MP -MF .deps/lm-socket.Tpo -c -o lm-socket.lo lm-socket.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-socket.lo -MD -MP -MF .deps/lm-socket.Tpo -c lm-socket.c -fPIC -DPIC -o .libs/lm-socket.o
# mv -f .deps/lm-socket.Tpo .deps/lm-socket.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-feature-ping.lo -MD -MP -MF .deps/lm-feature-ping.Tpo -c -o lm-feature-ping.lo lm-feature-ping.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-feature-ping.lo -MD -MP -MF .deps/lm-feature-ping.Tpo -c lm-feature-ping.c -fPIC -DPIC -o .libs/lm-feature-ping.o
# mv -f .deps/lm-feature-ping.Tpo .deps/lm-feature-ping.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-sasl.lo -MD -MP -MF .deps/lm-sasl.Tpo -c -o lm-sasl.lo lm-sasl.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-sasl.lo -MD -MP -MF .deps/lm-sasl.Tpo -c lm-sasl.c -fPIC -DPIC -o .libs/lm-sasl.o
# mv -f .deps/lm-sasl.Tpo .deps/lm-sasl.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-simple-io.lo -MD -MP -MF .deps/lm-simple-io.Tpo -c -o lm-simple-io.lo lm-simple-io.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-simple-io.lo -MD -MP -MF .deps/lm-simple-io.Tpo -c lm-simple-io.c -fPIC -DPIC -o .libs/lm-simple-io.o
# mv -f .deps/lm-simple-io.Tpo .deps/lm-simple-io.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-xmpp-writer.lo -MD -MP -MF .deps/lm-xmpp-writer.Tpo -c -o lm-xmpp-writer.lo lm-xmpp-writer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT lm-xmpp-writer.lo -MD -MP -MF .deps/lm-xmpp-writer.Tpo -c lm-xmpp-writer.c -fPIC -DPIC -o .libs/lm-xmpp-writer.o
# mv -f .deps/lm-xmpp-writer.Tpo .deps/lm-xmpp-writer.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o
# mv -f .deps/md5.Tpo .deps/md5.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -I/usr/include/p11-kit-1 -version-info 1:0:1 -export-symbols ./loudmouth.sym -o libloudmouth-1.la -rpath /usr/lib lm-connection.lo lm-debug.lo lm-data-objects.lo lm-dummy.lo lm-idummy.lo lm-error.lo lm-marshal.lo lm-message.lo lm-message-handler.lo lm-message-node.lo lm-message-queue.lo lm-misc.lo lm-parser.lo lm-resolver.lo lm-asyncns-resolver.lo lm-blocking-resolver.lo lm-sha.lo lm-ssl-generic.lo lm-ssl-base.lo lm-ssl-gnutls.lo lm-utils.lo lm-proxy.lo lm-sock.lo lm-old-socket.lo lm-socket.lo lm-feature-ping.lo lm-sasl.lo lm-simple-io.lo lm-xmpp-writer.lo md5.lo -lgobject-2.0 -lglib-2.0 -lidn -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# libtool: link: echo "{ global:" > .libs/libloudmouth-1.ver
# libtool: link: cat ./loudmouth.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libloudmouth-1.ver
# libtool: link: echo "local: *; };" >> .libs/libloudmouth-1.ver
# libtool: link: clang -Wl,-O1,--as-needed -shared -fPIC -DPIC .libs/lm-connection.o .libs/lm-debug.o .libs/lm-data-objects.o .libs/lm-dummy.o .libs/lm-idummy.o .libs/lm-error.o .libs/lm-marshal.o .libs/lm-message.o .libs/lm-message-handler.o .libs/lm-message-node.o .libs/lm-message-queue.o .libs/lm-misc.o .libs/lm-parser.o .libs/lm-resolver.o .libs/lm-asyncns-resolver.o .libs/lm-blocking-resolver.o .libs/lm-sha.o .libs/lm-ssl-generic.o .libs/lm-ssl-base.o .libs/lm-ssl-gnutls.o .libs/lm-utils.o .libs/lm-proxy.o .libs/lm-sock.o .libs/lm-old-socket.o .libs/lm-socket.o .libs/lm-feature-ping.o .libs/lm-sasl.o .libs/lm-simple-io.o .libs/lm-xmpp-writer.o .libs/md5.o -lgobject-2.0 -lglib-2.0 -lidn -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -Wl,-soname -Wl,libloudmouth-1.so.0 -Wl,-version-script -Wl,.libs/libloudmouth-1.ver -o .libs/libloudmouth-1.so.0.1.0
# libtool: link: (cd ".libs" && rm -f "libloudmouth-1.so.0" && ln -s "libloudmouth-1.so.0.1.0" "libloudmouth-1.so.0")
# libtool: link: (cd ".libs" && rm -f "libloudmouth-1.so" && ln -s "libloudmouth-1.so.0.1.0" "libloudmouth-1.so")
# libtool: link: ( cd ".libs" && rm -f "libloudmouth-1.la" && ln -s "../libloudmouth-1.la" "libloudmouth-1.la" )
# clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -Wall -I/usr/include/p11-kit-1 -MT test-dns.o -MD -MP -MF .deps/test-dns.Tpo -c -o test-dns.o test-dns.c
# mv -f .deps/test-dns.Tpo .deps/test-dns.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -I/usr/include/p11-kit-1 -o test-dns test-dns.o -lgobject-2.0 -lglib-2.0 libloudmouth-1.la -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# libtool: link: clang -Wall -I/usr/include/p11-kit-1 -o .libs/test-dns test-dns.o -lgobject-2.0 -lglib-2.0 ./.libs/libloudmouth-1.so -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# make[3]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/loudmouth'
# make[2]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/loudmouth'
# Making all in docs
# make[2]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# make all-recursive
# make[3]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# Making all in reference
# make[4]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs/reference'
# make all-am
# make[5]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs/reference'
# make[5]: Nothing to be done for 'all-am'.
# make[5]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs/reference'
# make[4]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs/reference'
# make[4]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# make[3]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# make[2]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# Making all in examples
# make[2]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/examples'
# make all-am
# make[3]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/examples'
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -I/usr/include/p11-kit-1 -MT test-lm.o -MD -MP -MF .deps/test-lm.Tpo -c -o test-lm.o test-lm.c
# mv -f .deps/test-lm.Tpo .deps/test-lm.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -I/usr/include/p11-kit-1 -o test-lm test-lm.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# libtool: link: clang -Wall -I/usr/include/p11-kit-1 -o .libs/test-lm test-lm.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -I/usr/include/p11-kit-1 -MT test-http-proxy.o -MD -MP -MF .deps/test-http-proxy.Tpo -c -o test-http-proxy.o test-http-proxy.c
# mv -f .deps/test-http-proxy.Tpo .deps/test-http-proxy.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -I/usr/include/p11-kit-1 -o test-http-proxy test-http-proxy.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# libtool: link: clang -Wall -I/usr/include/p11-kit-1 -o .libs/test-http-proxy test-http-proxy.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -I/usr/include/p11-kit-1 -MT test-tunnel.o -MD -MP -MF .deps/test-tunnel.Tpo -c -o test-tunnel.o test-tunnel.c
# mv -f .deps/test-tunnel.Tpo .deps/test-tunnel.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -I/usr/include/p11-kit-1 -o test-tunnel test-tunnel.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# libtool: link: clang -Wall -I/usr/include/p11-kit-1 -o .libs/test-tunnel test-tunnel.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -I/usr/include/p11-kit-1 -MT lm-send-async.o -MD -MP -MF .deps/lm-send-async.Tpo -c -o lm-send-async.o lm-send-async.c
# mv -f .deps/lm-send-async.Tpo .deps/lm-send-async.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -I/usr/include/p11-kit-1 -o lm-send-async lm-send-async.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# libtool: link: clang -Wall -I/usr/include/p11-kit-1 -o .libs/lm-send-async lm-send-async.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -I/usr/include/p11-kit-1 -MT lm-change-password.o -MD -MP -MF .deps/lm-change-password.Tpo -c -o lm-change-password.o lm-change-password.c
# mv -f .deps/lm-change-password.Tpo .deps/lm-change-password.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -I/usr/include/p11-kit-1 -o lm-change-password lm-change-password.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# libtool: link: clang -Wall -I/usr/include/p11-kit-1 -o .libs/lm-change-password lm-change-password.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -I/usr/include/p11-kit-1 -MT lm-register.o -MD -MP -MF .deps/lm-register.Tpo -c -o lm-register.o lm-register.c
# mv -f .deps/lm-register.Tpo .deps/lm-register.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -I/usr/include/p11-kit-1 -o lm-register lm-register.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# libtool: link: clang -Wall -I/usr/include/p11-kit-1 -o .libs/lm-register lm-register.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls
# make[3]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/examples'
# make[2]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/examples'
# Making all in tests
# make[2]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make all-recursive
# make[3]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# Making all in parser-tests
# make[4]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests/parser-tests'
# make all-am
# make[5]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests/parser-tests'
# make[5]: Nothing to be done for 'all-am'.
# make[5]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests/parser-tests'
# make[4]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests/parser-tests'
# make[4]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLM_COMPILATION -DRUNTIME_ENDIAN -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DPARSER_TEST_DIR="\"../tests/parser-tests\"" -Wall -I/usr/include/p11-kit-1 -MT test-parser.o -MD -MP -MF .deps/test-parser.Tpo -c -o test-parser.o test-parser.c
# mv -f .deps/test-parser.Tpo .deps/test-parser.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -I/usr/include/p11-kit-1 -o test-parser test-parser.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la
# libtool: link: clang -Wall -I/usr/include/p11-kit-1 -o .libs/test-parser test-parser.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so
# clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLM_COMPILATION -DRUNTIME_ENDIAN -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DPARSER_TEST_DIR="\"../tests/parser-tests\"" -Wall -I/usr/include/p11-kit-1 -MT lm-data-objects.o -MD -MP -MF .deps/lm-data-objects.Tpo -c -o lm-data-objects.o `test -f '../loudmouth/lm-data-objects.c' || echo './'`../loudmouth/lm-data-objects.c
# mv -f .deps/lm-data-objects.Tpo .deps/lm-data-objects.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLM_COMPILATION -DRUNTIME_ENDIAN -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DPARSER_TEST_DIR="\"../tests/parser-tests\"" -Wall -I/usr/include/p11-kit-1 -MT test-data-objects.o -MD -MP -MF .deps/test-data-objects.Tpo -c -o test-data-objects.o test-data-objects.c
# mv -f .deps/test-data-objects.Tpo .deps/test-data-objects.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -I/usr/include/p11-kit-1 -o test-data-objects lm-data-objects.o test-data-objects.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la
# libtool: link: clang -Wall -I/usr/include/p11-kit-1 -o .libs/test-data-objects lm-data-objects.o test-data-objects.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so
# make[4]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make[3]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make[2]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make[2]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3'
# make[2]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3'
# make[1]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-recursive
# make[1]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3'
# Making install in loudmouth
# make[2]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/loudmouth'
# make install-am
# make[3]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/loudmouth'
# make[4]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/loudmouth'
# /usr/bin/mkdir -p '/tmp/loudmouth/pkg/loudmouth/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libloudmouth-1.la '/tmp/loudmouth/pkg/loudmouth/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libloudmouth-1.so.0.1.0 /tmp/loudmouth/pkg/loudmouth/usr/lib/libloudmouth-1.so.0.1.0
# libtool: install: (cd /tmp/loudmouth/pkg/loudmouth/usr/lib && { ln -s -f libloudmouth-1.so.0.1.0 libloudmouth-1.so.0 || { rm -f libloudmouth-1.so.0 && ln -s libloudmouth-1.so.0.1.0 libloudmouth-1.so.0; }; })
# libtool: install: (cd /tmp/loudmouth/pkg/loudmouth/usr/lib && { ln -s -f libloudmouth-1.so.0.1.0 libloudmouth-1.so || { rm -f libloudmouth-1.so && ln -s libloudmouth-1.so.0.1.0 libloudmouth-1.so; }; })
# libtool: install: /usr/bin/install -c .libs/libloudmouth-1.lai /tmp/loudmouth/pkg/loudmouth/usr/lib/libloudmouth-1.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/loudmouth/pkg/loudmouth/usr/include/loudmouth-1.0/loudmouth'
# /usr/bin/install -c -m 644 lm-connection.h lm-error.h lm-message.h lm-message-handler.h lm-message-node.h lm-utils.h lm-proxy.h lm-ssl.h loudmouth.h '/tmp/loudmouth/pkg/loudmouth/usr/include/loudmouth-1.0/loudmouth'
# make[4]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/loudmouth'
# make[3]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/loudmouth'
# make[2]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/loudmouth'
# Making install in docs
# make[2]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# make install-recursive
# make[3]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# Making install in reference
# make[4]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs/reference'
# make install-am
# make[5]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs/reference'
# make[6]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs/reference'
# make[6]: Nothing to be done for 'install-exec-am'.
# /usr/bin/install -c -m 644 ./html/ch01.html
# /usr/bin/install -c -m 644 ./html/home.png
# /usr/bin/install -c -m 644 ./html/index.html
# /usr/bin/install -c -m 644 ./html/index.sgml
# /usr/bin/install -c -m 644 ./html/left-insensitive.png
# /usr/bin/install -c -m 644 ./html/left.png
# /usr/bin/install -c -m 644 ./html/loudmouth-LmConnection.html
# /usr/bin/install -c -m 644 ./html/loudmouth-LmError.html
# /usr/bin/install -c -m 644 ./html/loudmouth-LmMessage.html
# /usr/bin/install -c -m 644 ./html/loudmouth-LmMessageHandler.html
# /usr/bin/install -c -m 644 ./html/loudmouth-LmMessageNode.html
# /usr/bin/install -c -m 644 ./html/loudmouth-LmProxy.html
# /usr/bin/install -c -m 644 ./html/loudmouth-LmSSL.html
# /usr/bin/install -c -m 644 ./html/loudmouth-Miscellaneous-Utility-Functions.html
# /usr/bin/install -c -m 644 ./html/loudmouth.devhelp2
# /usr/bin/install -c -m 644 ./html/right-insensitive.png
# /usr/bin/install -c -m 644 ./html/right.png
# /usr/bin/install -c -m 644 ./html/style.css
# /usr/bin/install -c -m 644 ./html/up-insensitive.png
# /usr/bin/install -c -m 644 ./html/up.png
# make[6]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs/reference'
# make[5]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs/reference'
# make[4]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs/reference'
# make[4]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# make[5]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# make[4]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# make[3]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# make[2]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/docs'
# Making install in examples
# make[2]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/examples'
# make install-am
# make[3]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/examples'
# make[4]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/examples'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/examples'
# make[3]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/examples'
# make[2]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/examples'
# Making install in tests
# make[2]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make install-recursive
# make[3]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# Making install in parser-tests
# make[4]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests/parser-tests'
# make install-am
# make[5]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests/parser-tests'
# make[6]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests/parser-tests'
# make[6]: Nothing to be done for 'install-exec-am'.
# make[6]: Nothing to be done for 'install-data-am'.
# make[6]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests/parser-tests'
# make[5]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests/parser-tests'
# make[4]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests/parser-tests'
# make[4]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make[5]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make[4]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make[3]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make[2]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3/tests'
# make[2]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3'
# make[3]: Entering directory '/tmp/loudmouth/src/loudmouth-1.5.3'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/loudmouth/pkg/loudmouth/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 loudmouth-1.0.pc '/tmp/loudmouth/pkg/loudmouth/usr/lib/pkgconfig'
# make[3]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3'
# make[2]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3'
# make[1]: Leaving directory '/tmp/loudmouth/src/loudmouth-1.5.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "loudmouth"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: loudmouth 1.5.3-1 (Thu Apr 13 20:57:37 UTC 2017)

CMD: pacman --query --file loudmouth-1.5.3-1-x86_64.pkg.tar.xz
# loudmouth 1.5.3-1

Creating hybrid package for 'loudmouth'

Trying to find vanilla package 'loudmouth'...

CMD: pacman --query --file /mirror/loudmouth-1.5.3-1.pkg.tar.xz
# loudmouth 1.5.3-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libloudmouth-1.so.0
# /usr/lib/libloudmouth-1.so
# /usr/lib/libloudmouth-1.so.0.1.0
# /usr/lib/pkgconfig/loudmouth-1.0.pc
# /usr/include/loudmouth-1.0/loudmouth/lm-connection.h
# /usr/include/loudmouth-1.0/loudmouth/lm-error.h
# /usr/include/loudmouth-1.0/loudmouth/lm-message.h
# /usr/include/loudmouth-1.0/loudmouth/lm-message-handler.h
# /usr/include/loudmouth-1.0/loudmouth/lm-message-node.h
# /usr/include/loudmouth-1.0/loudmouth/lm-utils.h
# /usr/include/loudmouth-1.0/loudmouth/lm-proxy.h
# /usr/include/loudmouth-1.0/loudmouth/lm-ssl.h
# /usr/include/loudmouth-1.0/loudmouth/loudmouth.h
# /usr/share/gtk-doc/html/loudmouth/home.png
# /usr/share/gtk-doc/html/loudmouth/index.sgml
# /usr/share/gtk-doc/html/loudmouth/left-insensitive.png
# /usr/share/gtk-doc/html/loudmouth/left.png
# /usr/share/gtk-doc/html/loudmouth/loudmouth.devhelp2
# /usr/share/gtk-doc/html/loudmouth/right-insensitive.png
# /usr/share/gtk-doc/html/loudmouth/right.png
# /usr/share/gtk-doc/html/loudmouth/style.css
# /usr/share/gtk-doc/html/loudmouth/up-insensitive.png
# /usr/share/gtk-doc/html/loudmouth/up.png
# /usr/share/gtk-doc/html/loudmouth/ch01.html
# /usr/share/gtk-doc/html/loudmouth/index.html
# /usr/share/gtk-doc/html/loudmouth/loudmouth-LmConnection.html
# /usr/share/gtk-doc/html/loudmouth/loudmouth-LmError.html
# /usr/share/gtk-doc/html/loudmouth/loudmouth-LmMessage.html
# /usr/share/gtk-doc/html/loudmouth/loudmouth-LmMessageHandler.html
# /usr/share/gtk-doc/html/loudmouth/loudmouth-LmMessageNode.html
# /usr/share/gtk-doc/html/loudmouth/loudmouth-LmProxy.html
# /usr/share/gtk-doc/html/loudmouth/loudmouth-LmSSL.html
# /usr/share/gtk-doc/html/loudmouth/loudmouth-Miscellaneous-Utility-Functions.html
# /sysroot/usr/lib/libloudmouth-1.so.0.1.0
# /sysroot/usr/lib/libloudmouth-1.so.0
# /sysroot/usr/lib/libloudmouth-1.so
# /sysroot/usr/lib/libloudmouth-1.la
# /sysroot/usr/lib/pkgconfig/loudmouth-1.0.pc
# /sysroot/usr/include/loudmouth-1.0/loudmouth/lm-connection.h
# /sysroot/usr/include/loudmouth-1.0/loudmouth/lm-error.h
# /sysroot/usr/include/loudmouth-1.0/loudmouth/lm-message.h
# /sysroot/usr/include/loudmouth-1.0/loudmouth/lm-message-handler.h
# /sysroot/usr/include/loudmouth-1.0/loudmouth/lm-message-node.h
# /sysroot/usr/include/loudmouth-1.0/loudmouth/lm-utils.h
# /sysroot/usr/include/loudmouth-1.0/loudmouth/lm-proxy.h
# /sysroot/usr/include/loudmouth-1.0/loudmouth/lm-ssl.h
# /sysroot/usr/include/loudmouth-1.0/loudmouth/loudmouth.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 loudmouth.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/loudmouth.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/loudmouth.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/loudmouth/src/loudmouth-1.5.3/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 Loudmouth configure 1.5.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 1ee37b26202d
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2446: checking for a BSD-compatible install
# configure:2514: result: /usr/bin/install -c
# configure:2525: checking whether build environment is sane
# configure:2580: result: yes
# configure:2639: checking for x86_64-unknown-linux-strip
# configure:2669: result: no
# configure:2679: checking for strip
# configure:2695: found /usr/bin/strip
# configure:2706: result: strip
# configure:2731: checking for a thread-safe mkdir -p
# configure:2770: result: /usr/bin/mkdir -p
# configure:2777: checking for gawk
# configure:2793: found /usr/bin/gawk
# configure:2804: result: gawk
# configure:2815: checking whether make sets $(MAKE)
# configure:2837: result: yes
# configure:2866: checking whether make supports nested variables
# configure:2883: result: yes
# configure:3002: checking whether to enable maintainer-specific portions of Makefiles
# configure:3011: result: no
# configure:3029: checking build system type
# configure:3043: result: x86_64-unknown-linux-gnu
# configure:3063: checking host system type
# configure:3076: result: x86_64-unknown-linux-gnu
# configure:3132: checking for x86_64-unknown-linux-cc
# configure:3159: result: clang
# configure:3234: checking for C compiler version
# configure:3243: 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:3254: $? = 0
# configure:3243: 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:3254: $? = 0
# configure:3243: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3254: $? = 1
# configure:3243: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3254: $? = 1
# configure:3274: checking whether the C compiler works
# configure:3296: clang conftest.c >&5
# configure:3300: $? = 0
# configure:3348: result: yes
# configure:3351: checking for C compiler default output file name
# configure:3353: result: a.out
# configure:3359: checking for suffix of executables
# configure:3366: clang -o conftest conftest.c >&5
# configure:3370: $? = 0
# configure:3392: result:
# configure:3414: checking whether we are cross compiling
# configure:3422: clang -o conftest conftest.c >&5
# configure:3426: $? = 0
# configure:3433: ./conftest
# configure:3437: $? = 0
# configure:3452: result: no
# configure:3457: checking for suffix of object files
# configure:3479: clang -c conftest.c >&5
# configure:3483: $? = 0
# configure:3504: result: o
# configure:3508: checking whether we are using the GNU C compiler
# configure:3527: clang -c conftest.c >&5
# configure:3527: $? = 0
# configure:3536: result: yes
# configure:3545: checking whether clang accepts -g
# configure:3565: clang -c -g conftest.c >&5
# configure:3565: $? = 0
# configure:3606: result: yes
# configure:3623: checking for clang option to accept ISO C89
# configure:3686: clang -c conftest.c >&5
# configure:3686: $? = 0
# configure:3699: result: none needed
# configure:3724: checking whether clang understands -c and -o together
# configure:3746: clang -c conftest.c -o conftest2.o
# configure:3749: $? = 0
# configure:3746: clang -c conftest.c -o conftest2.o
# configure:3749: $? = 0
# configure:3761: result: yes
# configure:3789: checking for style of include used by make
# configure:3817: result: GNU
# configure:3843: checking dependency style of clang
# configure:3954: result: gcc3
# configure:3970: checking for library containing strerror
# configure:4001: clang -o conftest conftest.c >&5
# conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:4001: $? = 0
# configure:4018: result: none required
# configure:4031: checking how to run the C preprocessor
# configure:4062: clang -E conftest.c
# configure:4062: $? = 0
# configure:4076: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4076: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Loudmouth"
# | #define PACKAGE_TARNAME "loudmouth"
# | #define PACKAGE_VERSION "1.5.3"
# | #define PACKAGE_STRING "Loudmouth 1.5.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4101: result: clang -E
# configure:4121: clang -E conftest.c
# configure:4121: $? = 0
# configure:4135: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4135: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Loudmouth"
# | #define PACKAGE_TARNAME "loudmouth"
# | #define PACKAGE_VERSION "1.5.3"
# | #define PACKAGE_STRING "Loudmouth 1.5.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4164: checking for grep that handles long lines and -e
# configure:4222: result: /usr/bin/grep
# configure:4227: checking for egrep
# configure:4289: result: /usr/bin/grep -E
# configure:4294: checking for ANSI C header files
# configure:4314: clang -c conftest.c >&5
# configure:4314: $? = 0
# configure:4387: clang -o conftest conftest.c >&5
# configure:4387: $? = 0
# configure:4387: ./conftest
# configure:4387: $? = 0
# configure:4398: result: yes
# configure:4411: checking for x86_64-unknown-linux-ar
# configure:4441: result: no
# configure:4411: checking for x86_64-unknown-linux-lib
# configure:4441: result: no
# configure:4411: checking for x86_64-unknown-linux-link
# configure:4441: result: no
# configure:4455: checking for ar
# configure:4471: found /usr/bin/ar
# configure:4482: result: ar
# configure:4508: checking the archiver (ar) interface
# configure:4524: clang -c conftest.c >&5
# configure:4524: $? = 0
# configure:4526: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:4529: $? = 0
# configure:4557: result: ar
# configure:4926: checking how to print strings
# configure:4953: result: printf
# configure:4974: checking for a sed that does not truncate output
# configure:5038: result: /usr/bin/sed
# configure:5056: checking for fgrep
# configure:5118: result: /usr/bin/grep -F
# configure:5153: checking for ld used by clang
# configure:5220: result: /usr/bin/ld
# configure:5227: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5242: result: yes
# configure:5254: checking for BSD- or MS-compatible name lister (nm)
# configure:5303: result: /usr/bin/nm -B
# configure:5433: checking the name lister (/usr/bin/nm -B) interface
# configure:5440: clang -c conftest.c >&5
# configure:5443: /usr/bin/nm -B "conftest.o"
# configure:5446: output
# 0000000000000000 B some_variable
# configure:5453: result: BSD nm
# configure:5456: checking whether ln -s works
# configure:5460: result: yes
# configure:5468: checking the maximum length of command line arguments
# configure:5599: result: 1572864
# configure:5616: checking whether the shell understands some XSI constructs
# configure:5626: result: yes
# configure:5630: checking whether the shell understands "+="
# configure:5636: result: yes
# configure:5671: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5711: result: func_convert_file_noop
# configure:5718: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5738: result: func_convert_file_noop
# configure:5745: checking for /usr/bin/ld option to reload object files
# configure:5752: result: -r
# configure:5786: checking for x86_64-unknown-linux-objdump
# configure:5813: result: objdump
# configure:5882: checking how to recognize dependent libraries
# configure:6080: result: pass_all
# configure:6125: checking for x86_64-unknown-linux-dlltool
# configure:6152: result: dlltool
# configure:6222: checking how to associate runtime and link libraries
# configure:6249: result: printf %s\n
# configure:6265: checking for x86_64-unknown-linux-ar
# configure:6292: result: ar
# configure:6373: checking for archiver @FILE support
# configure:6390: clang -c conftest.c >&5
# configure:6390: $? = 0
# configure:6393: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6396: $? = 0
# configure:6401: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6404: $? = 1
# configure:6416: result: @
# configure:6434: checking for x86_64-unknown-linux-strip
# configure:6461: result: strip
# configure:6533: checking for x86_64-unknown-linux-ranlib
# configure:6563: result: no
# configure:6573: checking for ranlib
# configure:6589: found /usr/bin/ranlib
# configure:6600: result: ranlib
# configure:6702: checking command to parse /usr/bin/nm -B output from clang object
# configure:6822: clang -c conftest.c >&5
# configure:6825: $? = 0
# configure:6829: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6832: $? = 0
# configure:6898: clang -o conftest conftest.c conftstm.o >&5
# configure:6901: $? = 0
# configure:6939: result: ok
# configure:6976: checking for sysroot
# configure:7006: result: no
# configure:7083: clang -c conftest.c >&5
# configure:7086: $? = 0
# configure:7235: checking for x86_64-unknown-linux-mt
# configure:7265: result: no
# configure:7275: checking for mt
# configure:7305: result: no
# configure:7325: checking if : is a manifest tool
# configure:7331: : '-?'
# configure:7339: result: no
# configure:7981: checking for sys/types.h
# configure:7981: clang -c conftest.c >&5
# configure:7981: $? = 0
# configure:7981: result: yes
# configure:7981: checking for sys/stat.h
# configure:7981: clang -c conftest.c >&5
# configure:7981: $? = 0
# configure:7981: result: yes
# configure:7981: checking for stdlib.h
# configure:7981: clang -c conftest.c >&5
# configure:7981: $? = 0
# configure:7981: result: yes
# configure:7981: checking for string.h
# configure:7981: clang -c conftest.c >&5
# configure:7981: $? = 0
# configure:7981: result: yes
# configure:7981: checking for memory.h
# configure:7981: clang -c conftest.c >&5
# configure:7981: $? = 0
# configure:7981: result: yes
# configure:7981: checking for strings.h
# configure:7981: clang -c conftest.c >&5
# configure:7981: $? = 0
# configure:7981: result: yes
# configure:7981: checking for inttypes.h
# configure:7981: clang -c conftest.c >&5
# configure:7981: $? = 0
# configure:7981: result: yes
# configure:7981: checking for stdint.h
# configure:7981: clang -c conftest.c >&5
# configure:7981: $? = 0
# configure:7981: result: yes
# configure:7981: checking for unistd.h
# configure:7981: clang -c conftest.c >&5
# configure:7981: $? = 0
# configure:7981: result: yes
# configure:7995: checking for dlfcn.h
# configure:7995: clang -c conftest.c >&5
# configure:7995: $? = 0
# configure:7995: result: yes
# configure:8199: checking for objdir
# configure:8214: result: .libs
# configure:8485: checking if clang supports -fno-rtti -fno-exceptions
# configure:8503: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8507: $? = 0
# configure:8520: result: yes
# configure:8847: checking for clang option to produce PIC
# configure:8854: result: -fPIC -DPIC
# configure:8862: checking if clang PIC flag -fPIC -DPIC works
# configure:8880: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8884: $? = 0
# configure:8897: result: yes
# configure:8926: checking if clang static flag -static works
# configure:8954: result: yes
# configure:8969: checking if clang supports -c -o file.o
# configure:8990: clang -c -o out/conftest2.o conftest.c >&5
# configure:8994: $? = 0
# configure:9016: result: yes
# configure:9024: checking if clang supports -c -o file.o
# configure:9071: result: yes
# configure:9104: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10261: result: yes
# configure:10298: checking whether -lc should be explicitly linked in
# configure:10306: clang -c conftest.c >&5
# configure:10309: $? = 0
# configure:10324: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10327: $? = 0
# configure:10341: result: no
# configure:10501: checking dynamic linker characteristics
# configure:11001: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11001: $? = 0
# configure:11235: result: GNU/Linux ld.so
# configure:11342: checking how to hardcode library paths into programs
# configure:11367: result: immediate
# configure:11907: checking whether stripping libraries is possible
# configure:11912: result: yes
# configure:11947: checking if libtool supports shared libraries
# configure:11949: result: yes
# configure:11952: checking whether to build shared libraries
# configure:11973: result: yes
# configure:11976: checking whether to build static libraries
# configure:11980: result: no
# configure:12066: checking for x86_64-unknown-linux-pkg-config
# configure:12099: result: no
# configure:12109: checking for pkg-config
# configure:12127: found /usr/bin/pkg-config
# configure:12139: result: /usr/bin/pkg-config
# configure:12164: checking pkg-config is at least version 0.16
# configure:12167: result: yes
# configure:12184: checking for GLIB - version >= 2.0.0
# configure:12296: clang -o conftest -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lglib-2.0 >&5
# configure:12296: $? = 0
# configure:12296: ./conftest
# configure:12296: $? = 0
# configure:12310: result: yes (version 2.48.1)
# configure:12382: checking arpa/inet.h usability
# configure:12382: clang -c conftest.c >&5
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking arpa/inet.h presence
# configure:12382: clang -E conftest.c
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking for arpa/inet.h
# configure:12382: result: yes
# configure:12382: checking fcntl.h usability
# configure:12382: clang -c conftest.c >&5
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking fcntl.h presence
# configure:12382: clang -E conftest.c
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking for fcntl.h
# configure:12382: result: yes
# configure:12382: checking for memory.h
# configure:12382: result: yes
# configure:12382: checking netdb.h usability
# configure:12382: clang -c conftest.c >&5
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking netdb.h presence
# configure:12382: clang -E conftest.c
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking for netdb.h
# configure:12382: result: yes
# configure:12382: checking netinet/in.h usability
# configure:12382: clang -c conftest.c >&5
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking netinet/in.h presence
# configure:12382: clang -E conftest.c
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking for netinet/in.h
# configure:12382: result: yes
# configure:12382: checking netinet/in_systm.h usability
# configure:12382: clang -c conftest.c >&5
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking netinet/in_systm.h presence
# configure:12382: clang -E conftest.c
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking for netinet/in_systm.h
# configure:12382: result: yes
# configure:12382: checking for stdlib.h
# configure:12382: result: yes
# configure:12382: checking for string.h
# configure:12382: result: yes
# configure:12382: checking sys/socket.h usability
# configure:12382: clang -c conftest.c >&5
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking sys/socket.h presence
# configure:12382: clang -E conftest.c
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking for sys/socket.h
# configure:12382: result: yes
# configure:12382: checking sys/time.h usability
# configure:12382: clang -c conftest.c >&5
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking sys/time.h presence
# configure:12382: clang -E conftest.c
# configure:12382: $? = 0
# configure:12382: result: yes
# configure:12382: checking for sys/time.h
# configure:12382: result: yes
# configure:12382: checking for unistd.h
# configure:12382: result: yes
# configure:12395: checking winsock2.h usability
# configure:12395: clang -c conftest.c >&5
# conftest.c:65:10: fatal error: 'winsock2.h' file not found
# #include
# ^
# 1 error generated.
# configure:12395: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Loudmouth"
# | #define PACKAGE_TARNAME "loudmouth"
# | #define PACKAGE_VERSION "1.5.3"
# | #define PACKAGE_STRING "Loudmouth 1.5.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_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:12395: result: no
# configure:12395: checking winsock2.h presence
# configure:12395: clang -E conftest.c
# conftest.c:32:10: fatal error: 'winsock2.h' file not found
# #include
# ^
# 1 error generated.
# configure:12395: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Loudmouth"
# | #define PACKAGE_TARNAME "loudmouth"
# | #define PACKAGE_VERSION "1.5.3"
# | #define PACKAGE_STRING "Loudmouth 1.5.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:12395: result: no
# configure:12395: checking for winsock2.h
# configure:12395: result: no
# configure:12395: checking arpa/nameser_compat.h usability
# configure:12395: clang -c conftest.c >&5
# configure:12395: $? = 0
# configure:12395: result: yes
# configure:12395: checking arpa/nameser_compat.h presence
# configure:12395: clang -E conftest.c
# configure:12395: $? = 0
# configure:12395: result: yes
# configure:12395: checking for arpa/nameser_compat.h
# configure:12395: result: yes
# configure:12487: checking what warning flags to pass to the C compiler
# configure:12489: result:
# configure:12516: checking for tm_gmtoff in struct tm
# configure:12537: clang -c -Wall conftest.c >&5
# configure:12537: $? = 0
# configure:12544: result: yes
# configure:12608: checking for LOUDMOUTH
# configure:12616: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB2_REQUIRED
# gobject-2.0 >= $GLIB2_REQUIRED"
# configure:12620: $? = 0
# configure:12636: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB2_REQUIRED
# gobject-2.0 >= $GLIB2_REQUIRED"
# configure:12640: $? = 0
# configure:12702: result: yes
# configure:12709: checking for LOUDMOUTHTEST
# configure:12717: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB2_TEST_REQUIRED
# gobject-2.0 >= $GLIB2_REQUIRED"
# configure:12721: $? = 0
# configure:12737: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB2_TEST_REQUIRED
# gobject-2.0 >= $GLIB2_REQUIRED"
# configure:12741: $? = 0
# configure:12782: result: yes
# configure:12795: checking for LIBIDN
# configure:12802: $PKG_CONFIG --exists --print-errors "libidn"
# configure:12805: $? = 0
# configure:12819: $PKG_CONFIG --exists --print-errors "libidn"
# configure:12822: $? = 0
# configure:12860: result: yes
# configure:12875: checking for gtk-doc
# configure:12878: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires"
# configure:12881: $? = 0
# configure:12887: result: yes
# configure:12901: checking for gtkdoc-check
# configure:12917: found /usr/bin/gtkdoc-check
# configure:12928: result: gtkdoc-check.test
# configure:12938: checking for gtkdoc-check
# configure:12956: found /usr/bin/gtkdoc-check
# configure:12968: result: /usr/bin/gtkdoc-check
# configure:12980: checking for gtkdoc-rebase
# configure:12998: found /usr/bin/gtkdoc-rebase
# configure:13010: result: /usr/bin/gtkdoc-rebase
# configure:13024: checking for gtkdoc-mkpdf
# configure:13042: found /usr/bin/gtkdoc-mkpdf
# configure:13054: result: /usr/bin/gtkdoc-mkpdf
# configure:13082: checking whether to build gtk-doc documentation
# configure:13084: result: no
# configure:13097: checking for GTKDOC_DEPS
# configure:13104: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
# configure:13107: $? = 0
# configure:13121: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
# configure:13124: $? = 0
# configure:13162: result: yes
# configure:13261: checking for gethostbyname in -lnsl
# configure:13286: clang -o conftest -Wall conftest.c -lnsl >&5
# configure:13286: $? = 0
# configure:13295: result: yes
# configure:13306: checking for socket in -lsocket
# configure:13331: clang -o conftest -Wall conftest.c -lsocket -lnsl >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13331: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Loudmouth"
# | #define PACKAGE_TARNAME "loudmouth"
# | #define PACKAGE_VERSION "1.5.3"
# | #define PACKAGE_STRING "Loudmouth 1.5.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_NAMESER_COMPAT_H 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_IDN 1
# | #define HAVE_LIBNSL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:13340: result: no
# configure:13351: checking for __res_query in -lresolv
# configure:13376: clang -o conftest -Wall conftest.c -lresolv -lnsl >&5
# configure:13376: $? = 0
# configure:13385: result: yes
# configure:13396: checking for res_query in -lresolv
# configure:13421: clang -o conftest -Wall conftest.c -lresolv -lresolv -lnsl >&5
# /tmp/conftest-13d825.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_query'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13421: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Loudmouth"
# | #define PACKAGE_TARNAME "loudmouth"
# | #define PACKAGE_VERSION "1.5.3"
# | #define PACKAGE_STRING "Loudmouth 1.5.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_NAMESER_COMPAT_H 1
# | #define HAVE_TM_GMTOFF 1
# | #define HAVE_IDN 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char res_query ();
# | int
# | main ()
# | {
# | return res_query ();
# | ;
# | return 0;
# | }
# configure:13430: result: no
# configure:13444: checking for krb5-config
# configure:13462: found /usr/bin/krb5-config
# configure:13475: result: /usr/bin/krb5-config
# configure:13489: checking gssapi.h usability
# configure:13489: clang -c -Wall conftest.c >&5
# configure:13489: $? = 0
# configure:13489: result: yes
# configure:13489: checking gssapi.h presence
# configure:13489: clang -E conftest.c
# configure:13489: $? = 0
# configure:13489: result: yes
# configure:13489: checking for gssapi.h
# configure:13489: result: yes
# configure:13489: checking gssapi/gssapi.h usability
# configure:13489: clang -c -Wall conftest.c >&5
# configure:13489: $? = 0
# configure:13489: result: yes
# configure:13489: checking gssapi/gssapi.h presence
# configure:13489: clang -E conftest.c
# configure:13489: $? = 0
# configure:13489: result: yes
# configure:13489: checking for gssapi/gssapi.h
# configure:13489: result: yes
# configure:13542: $PKG_CONFIG --exists --print-errors "gnutls >= $GNUTLS_REQUIRED"
# configure:13545: $? = 0
# configure:13554: checking for LIBGNUTLS
# configure:13561: $PKG_CONFIG --exists --print-errors "gnutls >= $GNUTLS_REQUIRED"
# configure:13564: $? = 0
# configure:13578: $PKG_CONFIG --exists --print-errors "gnutls >= $GNUTLS_REQUIRED"
# configure:13581: $? = 0
# configure:13639: result: yes
# configure:13889: checking whether TCP_KEEPCNT is declared
# configure:13889: clang -c -Wall -I/usr/include/p11-kit-1 conftest.c >&5
# configure:13889: $? = 0
# configure:13889: result: yes
# configure:14048: checking that generated files are newer than configure
# configure:14054: result: done
# configure:14117: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Loudmouth config.status 1.5.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 1ee37b26202d
#
# config.status:1168: creating Makefile
# config.status:1168: creating docs/Makefile
# config.status:1168: creating docs/reference/Makefile
# config.status:1168: creating loudmouth/Makefile
# config.status:1168: creating examples/Makefile
# config.status:1168: creating tests/Makefile
# config.status:1168: creating tests/parser-tests/Makefile
# config.status:1168: creating loudmouth-1.0.pc
# config.status:1168: creating config.h
# config.status:1397: executing depfiles commands
# config.status:1397: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_ASYNCNS_CFLAGS_set=
# ac_cv_env_ASYNCNS_CFLAGS_value=
# ac_cv_env_ASYNCNS_LIBS_set=
# ac_cv_env_ASYNCNS_LIBS_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_GTKDOC_DEPS_CFLAGS_set=
# ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
# ac_cv_env_GTKDOC_DEPS_LIBS_set=
# ac_cv_env_GTKDOC_DEPS_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBGNUTLS_CFLAGS_set=
# ac_cv_env_LIBGNUTLS_CFLAGS_value=
# ac_cv_env_LIBGNUTLS_LIBS_set=
# ac_cv_env_LIBGNUTLS_LIBS_value=
# ac_cv_env_LIBIDN_CFLAGS_set=
# ac_cv_env_LIBIDN_CFLAGS_value=
# ac_cv_env_LIBIDN_LIBS_set=
# ac_cv_env_LIBIDN_LIBS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LOUDMOUTHTEST_CFLAGS_set=
# ac_cv_env_LOUDMOUTHTEST_CFLAGS_value=
# ac_cv_env_LOUDMOUTHTEST_LIBS_set=
# ac_cv_env_LOUDMOUTHTEST_LIBS_value=
# ac_cv_env_LOUDMOUTH_CFLAGS_set=
# ac_cv_env_LOUDMOUTH_CFLAGS_value=
# ac_cv_env_LOUDMOUTH_LIBS_set=
# ac_cv_env_LOUDMOUTH_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_have_decl_TCP_KEEPCNT=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_arpa_nameser_compat_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_gssapi_gssapi_h=yes
# ac_cv_header_gssapi_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_in_systm_h=yes
# ac_cv_header_stdc=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_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_winsock2_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_nsl_gethostbyname=yes
# ac_cv_lib_resolv___res_query=yes
# ac_cv_lib_resolv_res_query=no
# ac_cv_lib_socket_socket=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_GTKDOC_CHECK_PATH=/usr/bin/gtkdoc-check
# ac_cv_path_GTKDOC_MKPDF=/usr/bin/gtkdoc-mkpdf
# ac_cv_path_GTKDOC_REBASE=/usr/bin/gtkdoc-rebase
# ac_cv_path_KRB5CONFIG=/usr/bin/krb5-config
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AR=ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_DLLTOOL=dlltool
# ac_cv_prog_GTKDOC_CHECK=gtkdoc-check.test
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# 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_make_make_set=yes
# ac_cv_search_strerror='none required'
# ac_cv_struct_tm_gmtoff=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# 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_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# 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
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0'
# pkg_cv_LIBGNUTLS_CFLAGS=-I/usr/include/p11-kit-1
# pkg_cv_LIBGNUTLS_LIBS=-lgnutls
# pkg_cv_LIBIDN_CFLAGS=
# pkg_cv_LIBIDN_LIBS=-lidn
# pkg_cv_LOUDMOUTHTEST_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_LOUDMOUTHTEST_LIBS='-lgobject-2.0 -lglib-2.0'
# pkg_cv_LOUDMOUTH_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_LOUDMOUTH_LIBS='-lgobject-2.0 -lglib-2.0'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/loudmouth/src/loudmouth-1.5.3/build/missing aclocal-1.14'
# 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'
# ASYNCNS_CFLAGS=''
# ASYNCNS_LIBS=''
# AUTOCONF='${SHELL} /tmp/loudmouth/src/loudmouth-1.5.3/build/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/loudmouth/src/loudmouth-1.5.3/build/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/loudmouth/src/loudmouth-1.5.3/build/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -I/usr/include/p11-kit-1 '
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DOC_CFLAGS=' -Wall -I/usr/include/p11-kit-1'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_GTK_DOC_FALSE=''
# ENABLE_GTK_DOC_TRUE='#'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GLIB2_REQUIRED='2.12.4'
# GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_COMPILE_RESOURCES='glib-compile-resources'
# GLIB_GENMARSHAL='glib-genmarshal'
# GLIB_LIBS='-lglib-2.0'
# GLIB_MKENUMS='glib-mkenums'
# GNUTLS_REQUIRED='3.0.20'
# GOBJECT_QUERY='gobject-query'
# GREP='/usr/bin/grep'
# GTKDOC_CHECK='gtkdoc-check.test'
# GTKDOC_CHECK_PATH='/usr/bin/gtkdoc-check'
# GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0'
# GTKDOC_MKPDF='/usr/bin/gtkdoc-mkpdf'
# GTKDOC_REBASE='/usr/bin/gtkdoc-rebase'
# GTK_DOC_BUILD_HTML_FALSE='#'
# GTK_DOC_BUILD_HTML_TRUE=''
# GTK_DOC_BUILD_PDF_FALSE=''
# GTK_DOC_BUILD_PDF_TRUE='#'
# GTK_DOC_USE_LIBTOOL_FALSE='#'
# GTK_DOC_USE_LIBTOOL_TRUE=''
# GTK_DOC_USE_REBASE_FALSE='#'
# GTK_DOC_USE_REBASE_TRUE=''
# HAVE_GTK_DOC_FALSE='#'
# HAVE_GTK_DOC_TRUE=''
# HTML_DIR='${datadir}/gtk-doc/html'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# KRB5CONFIG='/usr/bin/krb5-config'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBGNUTLS_CFLAGS='-I/usr/include/p11-kit-1'
# LIBGNUTLS_LIBS='-lgnutls'
# LIBIDN_CFLAGS=''
# LIBIDN_LIBS='-lidn'
# LIBOBJS=''
# LIBS='-lresolv -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls'
# LIBTASN1_REQUIRED='0.2.6'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LOUDMOUTHTEST_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# LOUDMOUTHTEST_LIBS='-lgobject-2.0 -lglib-2.0'
# LOUDMOUTH_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# LOUDMOUTH_LIBS='-lgobject-2.0 -lglib-2.0'
# LTLIBOBJS=''
# LT_AGE='1'
# LT_CURRENT='1'
# LT_REVISION='0'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/loudmouth/src/loudmouth-1.5.3/build/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='loudmouth'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='Loudmouth'
# PACKAGE_STRING='Loudmouth 1.5.3'
# PACKAGE_TARNAME='loudmouth'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.5.3'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# REBUILD='#'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TEST_DIRS='tests'
# USE_GNUTLS_FALSE='#'
# USE_GNUTLS_TRUE=''
# USE_GSSAPI_FALSE='#'
# USE_GSSAPI_TRUE=''
# USE_OPENSSL_FALSE=''
# USE_OPENSSL_TRUE='#'
# VERSION='1.5.3'
# WARN_CFLAGS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_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/loudmouth/src/loudmouth-1.5.3/build/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgconfigdir='${libdir}/pkgconfig'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "Loudmouth"
# #define PACKAGE_TARNAME "loudmouth"
# #define PACKAGE_VERSION "1.5.3"
# #define PACKAGE_STRING "Loudmouth 1.5.3"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #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_ARPA_INET_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_IN_SYSTM_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_ARPA_NAMESER_COMPAT_H 1
# #define HAVE_TM_GMTOFF 1
# #define HAVE_IDN 1
# #define HAVE_LIBNSL 1
# #define HAVE_LIBRESOLV 1
# #define HAVE_GSSAPI_H 1
# #define HAVE_GSSAPI_GSSAPI_H 1
# #define HAVE_GSSAPI 1
# #define HAVE_GNUTLS 1
# #define HAVE_SSL 1
# #define USE_TCP_KEEPALIVES 1
#
# configure: exit 0