Build of gloox with clang_glibc toolchain

The build took 00h 03m 28s and was SUCCESSFUL.

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

SLOCLanguage
45,230 cpp
43,107 makefile
11,410 sh
9 ansic
99,756 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: gloox 1.0.14-2 (Thu Apr 13 17:45:38 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... 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 whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by 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... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-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 how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking 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... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether GCC atomic builtins are available... no
# checking idna.h usability... yes
# checking idna.h presence... yes
# checking for idna.h... yes
# checking for stringprep_check_version in -lidn... yes
# checking if Libidn should be used... yes
# 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.9.0... yes
# checking for GNUTLS... yes
# checking if GnuTLS should be used... yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for zlibVersion in -lz... yes
# checking if Zlib should be used... yes
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for res_querydomain... no
# checking for res_querydomain in -lresolv... no
# checking for res_querydomain in -lbind... no
# checking for res_querydomain in -lresolv (alternate version)... yes
# checking for dn_skipname... no
# checking for dn_skipname in -lresolv... no
# checking for dn_skipname in -lbind... no
# checking for dn_skipname in -lresolv (alternate version)... yes
# checking for res_query... no
# checking for res_query in -lresolv... no
# checking for res_query in -lbind... no
# checking for res_query in -lresolv (alternate version)... yes
# checking whether to enable debug... no
# checking whether to use getaddrinfo... no
# checking for ANSI C header files... (cached) yes
# checking for unistd.h... (cached) yes
# checking for strings.h... (cached) yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking arpa/nameser.h usability... yes
# checking arpa/nameser.h presence... yes
# checking for arpa/nameser.h... yes
# checking for setsockopt... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking if mDNS support should be built... no
# checking if unit tests should be built... yes
# checking if example programs should be built... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating gloox.pc
# config.status: creating gloox-config
# config.status: creating src/Makefile
# config.status: creating src/examples/Makefile
# config.status: creating src/tests/Makefile
# config.status: creating src/tests/adhoc/Makefile
# config.status: creating src/tests/adhoccommand/Makefile
# config.status: creating src/tests/adhoccommandnote/Makefile
# config.status: creating src/tests/amprule/Makefile
# config.status: creating src/tests/amp/Makefile
# config.status: creating src/tests/base64/Makefile
# config.status: creating src/tests/capabilities/Makefile
# config.status: creating src/tests/carbons/Makefile
# config.status: creating src/tests/chatstatefilter/Makefile
# config.status: creating src/tests/client/Makefile
# config.status: creating src/tests/clientbase/Makefile
# config.status: creating src/tests/connectionbosh/Makefile
# config.status: creating src/tests/dataform/Makefile
# config.status: creating src/tests/dataformfield/Makefile
# config.status: creating src/tests/dataformitem/Makefile
# config.status: creating src/tests/dataformreported/Makefile
# config.status: creating src/tests/delayeddelivery/Makefile
# config.status: creating src/tests/discoinfo/Makefile
# config.status: creating src/tests/discoitems/Makefile
# config.status: creating src/tests/disco/Makefile
# config.status: creating src/tests/error/Makefile
# config.status: creating src/tests/featureneg/Makefile
# config.status: creating src/tests/flexofflineoffline/Makefile
# config.status: creating src/tests/flexoffline/Makefile
# config.status: creating src/tests/forward/Makefile
# config.status: creating src/tests/gpgencrypted/Makefile
# config.status: creating src/tests/gpgsigned/Makefile
# config.status: creating src/tests/inbandbytestreamibb/Makefile
# config.status: creating src/tests/inbandbytestream/Makefile
# config.status: creating src/tests/iodata/Makefile
# config.status: creating src/tests/iq/Makefile
# config.status: creating src/tests/jid/Makefile
# config.status: creating src/tests/jingleiceudp/Makefile
# config.status: creating src/tests/jinglesession/Makefile
# config.status: creating src/tests/jinglesessionjingle/Makefile
# config.status: creating src/tests/jinglesessionmanager/Makefile
# config.status: creating src/tests/lastactivityquery/Makefile
# config.status: creating src/tests/lastactivity/Makefile
# config.status: creating src/tests/md5/Makefile
# config.status: creating src/tests/message/Makefile
# config.status: creating src/tests/messageeventfilter/Makefile
# config.status: creating src/tests/mucroommuc/Makefile
# config.status: creating src/tests/mucroommucadmin/Makefile
# config.status: creating src/tests/mucroommucowner/Makefile
# config.status: creating src/tests/mucroommucuser/Makefile
# config.status: creating src/tests/nickname/Makefile
# config.status: creating src/tests/nonsaslauthquery/Makefile
# config.status: creating src/tests/nonsaslauth/Makefile
# config.status: creating src/tests/oob/Makefile
# config.status: creating src/tests/parser/Makefile
# config.status: creating src/tests/prep/Makefile
# config.status: creating src/tests/presence/Makefile
# config.status: creating src/tests/privacymanagerquery/Makefile
# config.status: creating src/tests/privacymanager/Makefile
# config.status: creating src/tests/privatexml/Makefile
# config.status: creating src/tests/pubsubmanagerpubsub/Makefile
# config.status: creating src/tests/pubsubmanager/Makefile
# config.status: creating src/tests/pubsubevent/Makefile
# config.status: creating src/tests/receipt/Makefile
# config.status: creating src/tests/registrationquery/Makefile
# config.status: creating src/tests/registration/Makefile
# config.status: creating src/tests/rostermanagerquery/Makefile
# config.status: creating src/tests/rostermanager/Makefile
# config.status: creating src/tests/searchquery/Makefile
# config.status: creating src/tests/search/Makefile
# config.status: creating src/tests/sha/Makefile
# config.status: creating src/tests/shim/Makefile
# config.status: creating src/tests/simanager/Makefile
# config.status: creating src/tests/simanagersi/Makefile
# config.status: creating src/tests/stanzaextensionfactory/Makefile
# config.status: creating src/tests/subscription/Makefile
# config.status: creating src/tests/tag/Makefile
# config.status: creating src/tests/tlsgnutls/Makefile
# config.status: creating src/tests/uniquemucroomunique/Makefile
# config.status: creating src/tests/util/Makefile
# config.status: creating src/tests/vcard/Makefile
# config.status: creating src/tests/vcardupdate/Makefile
# config.status: creating src/tests/xpath/Makefile
# config.status: creating src/tests/zlib/Makefile
# config.status: creating config.h.unix
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/gloox/src/gloox-1.0.14'
# Making all in src
# make[2]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src'
# Making all in .
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src'
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jid.lo -MD -MP -MF .deps/jid.Tpo -c -o jid.lo jid.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jid.lo -MD -MP -MF .deps/jid.Tpo -c jid.cpp -fPIC -DPIC -o .libs/jid.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jid.lo -MD -MP -MF .deps/jid.Tpo -c jid.cpp -o jid.o >/dev/null 2>&1
# mv -f .deps/jid.Tpo .deps/jid.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo parser.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cpp -fPIC -DPIC -o .libs/parser.o
# parser.cpp:173:31: warning: implicit conversion changes signedness: 'char' to 'const unsigned char' [-Wsign-conversion]
# const unsigned char c = data[i];
# ~ ^~~~~~~
# parser.cpp:201:26: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_cdata += c;
# ~~ ^
# parser.cpp:228:28: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_cdata += c;
# ~~ ^
# parser.cpp:268:24: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_tag += c;
# ~~ ^
# parser.cpp:283:30: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_cdata += c;
# ~~ ^
# parser.cpp:290:26: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_cdata += c;
# ~~ ^
# parser.cpp:332:24: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_tag += c;
# ~~ ^
# parser.cpp:359:26: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_cdata += c;
# ~~ ^
# parser.cpp:400:24: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_tag += c;
# ~~ ^
# parser.cpp:440:24: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_tag += c;
# ~~ ^
# parser.cpp:479:27: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_attrib += c;
# ~~ ^
# parser.cpp:525:27: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_attrib += c;
# ~~ ^
# parser.cpp:573:28: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_value += c;
# ~~ ^
# parser.cpp:596:26: warning: implicit conversion changes signedness: 'const unsigned char' to 'char' [-Wsign-conversion]
# m_value += c;
# ~~ ^
# 14 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cpp -o parser.o >/dev/null 2>&1
# mv -f .deps/parser.Tpo .deps/parser.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontcpclient.lo -MD -MP -MF .deps/connectiontcpclient.Tpo -c -o connectiontcpclient.lo connectiontcpclient.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontcpclient.lo -MD -MP -MF .deps/connectiontcpclient.Tpo -c connectiontcpclient.cpp -fPIC -DPIC -o .libs/connectiontcpclient.o
# connectiontcpclient.cpp:140:59: warning: implicit conversion changes signedness: 'const int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
# int size = static_cast( ::recv( m_socket, m_buf, m_bufsize, 0 ) );
# ~~ ^~~~~~~~~
# connectiontcpclient.cpp:169:64: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# m_handler->handleReceivedData( this, std::string( m_buf, size ) );
# ~~~ ^~~~
# 2 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontcpclient.lo -MD -MP -MF .deps/connectiontcpclient.Tpo -c connectiontcpclient.cpp -o connectiontcpclient.o >/dev/null 2>&1
# mv -f .deps/connectiontcpclient.Tpo .deps/connectiontcpclient.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT clientbase.lo -MD -MP -MF .deps/clientbase.Tpo -c -o clientbase.lo clientbase.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT clientbase.lo -MD -MP -MF .deps/clientbase.Tpo -c clientbase.cpp -fPIC -DPIC -o .libs/clientbase.o
# clientbase.cpp:105:90: warning: implicit conversion changes signedness: 'unsigned long long' to 'int' [-Wsign-conversion]
# m_uniqueBaseId( (unsigned int)( ( (unsigned long long)time( 0 ) & 0xFFFF ) << 16 ) | ( ( (unsigned long long) & m_nextId ) & 0xFFFF ) ),
# ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# clientbase.cpp:124:90: warning: implicit conversion changes signedness: 'unsigned long long' to 'int' [-Wsign-conversion]
# m_uniqueBaseId( (unsigned int)( ( (unsigned long long)time( 0 ) & 0xFFFF ) << 16 ) | ( ( (unsigned long long) & m_nextId ) & 0xFFFF ) ),
# ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# clientbase.cpp:132:12: warning: implicit conversion loses integer precision: 'time_t' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
# srand( time( 0 ) );
# ~~~~~ ^~~~~~~~~
# 3 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT clientbase.lo -MD -MP -MF .deps/clientbase.Tpo -c clientbase.cpp -o clientbase.o >/dev/null 2>&1
# mv -f .deps/clientbase.Tpo .deps/clientbase.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tag.lo -MD -MP -MF .deps/tag.Tpo -c -o tag.lo tag.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tag.lo -MD -MP -MF .deps/tag.Tpo -c tag.cpp -fPIC -DPIC -o .libs/tag.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tag.lo -MD -MP -MF .deps/tag.Tpo -c tag.cpp -o tag.o >/dev/null 2>&1
# mv -f .deps/tag.Tpo .deps/tag.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT stanza.lo -MD -MP -MF .deps/stanza.Tpo -c -o stanza.lo stanza.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT stanza.lo -MD -MP -MF .deps/stanza.Tpo -c stanza.cpp -fPIC -DPIC -o .libs/stanza.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT stanza.lo -MD -MP -MF .deps/stanza.Tpo -c stanza.cpp -o stanza.o >/dev/null 2>&1
# mv -f .deps/stanza.Tpo .deps/stanza.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT logsink.lo -MD -MP -MF .deps/logsink.Tpo -c -o logsink.lo logsink.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT logsink.lo -MD -MP -MF .deps/logsink.Tpo -c logsink.cpp -fPIC -DPIC -o .libs/logsink.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT logsink.lo -MD -MP -MF .deps/logsink.Tpo -c logsink.cpp -o logsink.o >/dev/null 2>&1
# mv -f .deps/logsink.Tpo .deps/logsink.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dns.lo -MD -MP -MF .deps/dns.Tpo -c -o dns.lo dns.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dns.lo -MD -MP -MF .deps/dns.Tpo -c dns.cpp -fPIC -DPIC -o .libs/dns.o
# dns.cpp:98:19: warning: cast from 'unsigned char *' to 'HEADER *' increases required alignment from 1 to 4 [-Wcast-align]
# HEADER* hdr = (HEADER*)srvbuf.buf;
# ^~~~~~~~~~~~~~~~~~~
# dns.cpp:150:72: warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wconversion]
# servers.insert( std::make_pair( (char*)srvname, ntohs( c[1] << 8 | c[0] ) ) );
# ~~~~~ ~~~~~~~~~~^~~~~~
# 2 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dns.lo -MD -MP -MF .deps/dns.Tpo -c dns.cpp -o dns.o >/dev/null 2>&1
# mv -f .deps/dns.Tpo .deps/dns.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT prep.lo -MD -MP -MF .deps/prep.Tpo -c -o prep.lo prep.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT prep.lo -MD -MP -MF .deps/prep.Tpo -c prep.cpp -fPIC -DPIC -o .libs/prep.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT prep.lo -MD -MP -MF .deps/prep.Tpo -c prep.cpp -o prep.o >/dev/null 2>&1
# mv -f .deps/prep.Tpo .deps/prep.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c -o base64.lo base64.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.cpp -fPIC -DPIC -o .libs/base64.o
# base64.cpp:49:31: warning: implicit conversion changes signedness: 'char' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# encoded += alphabet64[c];
# ~~~~~~~~~~ ^
# base64.cpp:54:31: warning: implicit conversion changes signedness: 'char' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# encoded += alphabet64[c];
# ~~~~~~~~~~ ^
# base64.cpp:61:33: warning: implicit conversion changes signedness: 'char' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# encoded += alphabet64[c];
# ~~~~~~~~~~ ^
# base64.cpp:72:33: warning: implicit conversion changes signedness: 'char' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# encoded += alphabet64[c];
# ~~~~~~~~~~ ^
# base64.cpp:93:21: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion]
# c = table64(input[i]);
# ~~~~~~~ ^~~~~~~~
# base64.cpp:95:21: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion]
# d = table64(input[i]);
# ~~~~~~~ ^~~~~~~~
# base64.cpp:104:23: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion]
# c = table64(input[i]);
# ~~~~~~~ ^~~~~~~~
# base64.cpp:115:23: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion]
# d = table64(input[i]);
# ~~~~~~~ ^~~~~~~~
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.cpp -o base64.o >/dev/null 2>&1
# mv -f .deps/base64.Tpo .deps/base64.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT client.lo -MD -MP -MF .deps/client.Tpo -c -o client.lo client.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.cpp -fPIC -DPIC -o .libs/client.o
# client.cpp:522:5: warning: 'm_selectedResource' is deprecated [-Wdeprecated-declarations]
# m_selectedResource = resource; // TODO: remove for 1.1
# ^
# ./clientbase.h:879:36: note: 'm_selectedResource' has been explicitly marked deprecated here
# GLOOX_DEPRECATED std::string m_selectedResource; /**< The currently selected resource.
# ^
# client.cpp:546:9: warning: 'm_selectedResource' is deprecated [-Wdeprecated-declarations]
# m_selectedResource = m_jid.resource(); // TODO: remove for 1.1
# ^
# ./clientbase.h:879:36: note: 'm_selectedResource' has been explicitly marked deprecated here
# GLOOX_DEPRECATED std::string m_selectedResource; /**< The currently selected resource.
# ^
# 2 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.cpp -o client.o >/dev/null 2>&1
# mv -f .deps/client.Tpo .deps/client.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT component.lo -MD -MP -MF .deps/component.Tpo -c -o component.lo component.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT component.lo -MD -MP -MF .deps/component.Tpo -c component.cpp -fPIC -DPIC -o .libs/component.o
# In file included from component.cpp:15:
# ./component.h:57:20: warning: 'gloox::Component::disconnect' hides overloaded virtual function [-Woverloaded-virtual]
# virtual void disconnect() { ClientBase::disconnect( ConnUserDisconnected ); }
# ^
# ./clientbase.h:766:20: note: hidden overloaded virtual function 'gloox::ClientBase::disconnect' declared here: different number of parameters (1 vs 0)
# virtual void disconnect( ConnectionError reason );
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT component.lo -MD -MP -MF .deps/component.Tpo -c component.cpp -o component.o >/dev/null 2>&1
# mv -f .deps/component.Tpo .deps/component.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT disco.lo -MD -MP -MF .deps/disco.Tpo -c -o disco.lo disco.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT disco.lo -MD -MP -MF .deps/disco.Tpo -c disco.cpp -fPIC -DPIC -o .libs/disco.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT disco.lo -MD -MP -MF .deps/disco.Tpo -c disco.cpp -o disco.o >/dev/null 2>&1
# mv -f .deps/disco.Tpo .deps/disco.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT adhoc.lo -MD -MP -MF .deps/adhoc.Tpo -c -o adhoc.lo adhoc.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT adhoc.lo -MD -MP -MF .deps/adhoc.Tpo -c adhoc.cpp -fPIC -DPIC -o .libs/adhoc.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT adhoc.lo -MD -MP -MF .deps/adhoc.Tpo -c adhoc.cpp -o adhoc.o >/dev/null 2>&1
# mv -f .deps/adhoc.Tpo .deps/adhoc.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT privatexml.lo -MD -MP -MF .deps/privatexml.Tpo -c -o privatexml.lo privatexml.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT privatexml.lo -MD -MP -MF .deps/privatexml.Tpo -c privatexml.cpp -fPIC -DPIC -o .libs/privatexml.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT privatexml.lo -MD -MP -MF .deps/privatexml.Tpo -c privatexml.cpp -o privatexml.o >/dev/null 2>&1
# mv -f .deps/privatexml.Tpo .deps/privatexml.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT registration.lo -MD -MP -MF .deps/registration.Tpo -c -o registration.lo registration.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT registration.lo -MD -MP -MF .deps/registration.Tpo -c registration.cpp -fPIC -DPIC -o .libs/registration.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT registration.lo -MD -MP -MF .deps/registration.Tpo -c registration.cpp -o registration.o >/dev/null 2>&1
# mv -f .deps/registration.Tpo .deps/registration.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT nonsaslauth.lo -MD -MP -MF .deps/nonsaslauth.Tpo -c -o nonsaslauth.lo nonsaslauth.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT nonsaslauth.lo -MD -MP -MF .deps/nonsaslauth.Tpo -c nonsaslauth.cpp -fPIC -DPIC -o .libs/nonsaslauth.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT nonsaslauth.lo -MD -MP -MF .deps/nonsaslauth.Tpo -c nonsaslauth.cpp -o nonsaslauth.o >/dev/null 2>&1
# mv -f .deps/nonsaslauth.Tpo .deps/nonsaslauth.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT rosteritem.lo -MD -MP -MF .deps/rosteritem.Tpo -c -o rosteritem.lo rosteritem.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT rosteritem.lo -MD -MP -MF .deps/rosteritem.Tpo -c rosteritem.cpp -fPIC -DPIC -o .libs/rosteritem.o
# In file included from rosteritem.cpp:16:
# ./rosteritemdata.h:66:24: warning: 'm_jid' is deprecated [-Wdeprecated-declarations]
# : m_jid( right.m_jid ), m_jidJID( right.m_jidJID ), m_name( right.m_name ),
# ^
# ./rosteritemdata.h:218:36: note: 'm_jid' has been explicitly marked deprecated here
# GLOOX_DEPRECATED std::string m_jid; /**< @deprecated Will be removed for 1.1. */
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT rosteritem.lo -MD -MP -MF .deps/rosteritem.Tpo -c rosteritem.cpp -o rosteritem.o >/dev/null 2>&1
# mv -f .deps/rosteritem.Tpo .deps/rosteritem.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT rostermanager.lo -MD -MP -MF .deps/rostermanager.Tpo -c -o rostermanager.lo rostermanager.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT rostermanager.lo -MD -MP -MF .deps/rostermanager.Tpo -c rostermanager.cpp -fPIC -DPIC -o .libs/rostermanager.o
# In file included from rostermanager.cpp:18:
# ./rosteritemdata.h:66:24: warning: 'm_jid' is deprecated [-Wdeprecated-declarations]
# : m_jid( right.m_jid ), m_jidJID( right.m_jidJID ), m_name( right.m_name ),
# ^
# ./rosteritemdata.h:218:36: note: 'm_jid' has been explicitly marked deprecated here
# GLOOX_DEPRECATED std::string m_jid; /**< @deprecated Will be removed for 1.1. */
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT rostermanager.lo -MD -MP -MF .deps/rostermanager.Tpo -c rostermanager.cpp -o rostermanager.o >/dev/null 2>&1
# mv -f .deps/rostermanager.Tpo .deps/rostermanager.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT privacyitem.lo -MD -MP -MF .deps/privacyitem.Tpo -c -o privacyitem.lo privacyitem.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT privacyitem.lo -MD -MP -MF .deps/privacyitem.Tpo -c privacyitem.cpp -fPIC -DPIC -o .libs/privacyitem.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT privacyitem.lo -MD -MP -MF .deps/privacyitem.Tpo -c privacyitem.cpp -o privacyitem.o >/dev/null 2>&1
# mv -f .deps/privacyitem.Tpo .deps/privacyitem.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT bookmarkstorage.lo -MD -MP -MF .deps/bookmarkstorage.Tpo -c -o bookmarkstorage.lo bookmarkstorage.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT bookmarkstorage.lo -MD -MP -MF .deps/bookmarkstorage.Tpo -c bookmarkstorage.cpp -fPIC -DPIC -o .libs/bookmarkstorage.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT bookmarkstorage.lo -MD -MP -MF .deps/bookmarkstorage.Tpo -c bookmarkstorage.cpp -o bookmarkstorage.o >/dev/null 2>&1
# mv -f .deps/bookmarkstorage.Tpo .deps/bookmarkstorage.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT annotations.lo -MD -MP -MF .deps/annotations.Tpo -c -o annotations.lo annotations.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT annotations.lo -MD -MP -MF .deps/annotations.Tpo -c annotations.cpp -fPIC -DPIC -o .libs/annotations.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT annotations.lo -MD -MP -MF .deps/annotations.Tpo -c annotations.cpp -o annotations.o >/dev/null 2>&1
# mv -f .deps/annotations.Tpo .deps/annotations.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT privacymanager.lo -MD -MP -MF .deps/privacymanager.Tpo -c -o privacymanager.lo privacymanager.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT privacymanager.lo -MD -MP -MF .deps/privacymanager.Tpo -c privacymanager.cpp -fPIC -DPIC -o .libs/privacymanager.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT privacymanager.lo -MD -MP -MF .deps/privacymanager.Tpo -c privacymanager.cpp -o privacymanager.o >/dev/null 2>&1
# mv -f .deps/privacymanager.Tpo .deps/privacymanager.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT lastactivity.lo -MD -MP -MF .deps/lastactivity.Tpo -c -o lastactivity.lo lastactivity.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT lastactivity.lo -MD -MP -MF .deps/lastactivity.Tpo -c lastactivity.cpp -fPIC -DPIC -o .libs/lastactivity.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT lastactivity.lo -MD -MP -MF .deps/lastactivity.Tpo -c lastactivity.cpp -o lastactivity.o >/dev/null 2>&1
# mv -f .deps/lastactivity.Tpo .deps/lastactivity.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT flexoff.lo -MD -MP -MF .deps/flexoff.Tpo -c -o flexoff.lo flexoff.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT flexoff.lo -MD -MP -MF .deps/flexoff.Tpo -c flexoff.cpp -fPIC -DPIC -o .libs/flexoff.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT flexoff.lo -MD -MP -MF .deps/flexoff.Tpo -c flexoff.cpp -o flexoff.o >/dev/null 2>&1
# mv -f .deps/flexoff.Tpo .deps/flexoff.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataform.lo -MD -MP -MF .deps/dataform.Tpo -c -o dataform.lo dataform.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataform.lo -MD -MP -MF .deps/dataform.Tpo -c dataform.cpp -fPIC -DPIC -o .libs/dataform.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataform.lo -MD -MP -MF .deps/dataform.Tpo -c dataform.cpp -o dataform.o >/dev/null 2>&1
# mv -f .deps/dataform.Tpo .deps/dataform.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformfield.lo -MD -MP -MF .deps/dataformfield.Tpo -c -o dataformfield.lo dataformfield.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformfield.lo -MD -MP -MF .deps/dataformfield.Tpo -c dataformfield.cpp -fPIC -DPIC -o .libs/dataformfield.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformfield.lo -MD -MP -MF .deps/dataformfield.Tpo -c dataformfield.cpp -o dataformfield.o >/dev/null 2>&1
# mv -f .deps/dataformfield.Tpo .deps/dataformfield.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformfieldcontainer.lo -MD -MP -MF .deps/dataformfieldcontainer.Tpo -c -o dataformfieldcontainer.lo dataformfieldcontainer.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformfieldcontainer.lo -MD -MP -MF .deps/dataformfieldcontainer.Tpo -c dataformfieldcontainer.cpp -fPIC -DPIC -o .libs/dataformfieldcontainer.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformfieldcontainer.lo -MD -MP -MF .deps/dataformfieldcontainer.Tpo -c dataformfieldcontainer.cpp -o dataformfieldcontainer.o >/dev/null 2>&1
# mv -f .deps/dataformfieldcontainer.Tpo .deps/dataformfieldcontainer.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messagesession.lo -MD -MP -MF .deps/messagesession.Tpo -c -o messagesession.lo messagesession.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messagesession.lo -MD -MP -MF .deps/messagesession.Tpo -c messagesession.cpp -fPIC -DPIC -o .libs/messagesession.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messagesession.lo -MD -MP -MF .deps/messagesession.Tpo -c messagesession.cpp -o messagesession.o >/dev/null 2>&1
# mv -f .deps/messagesession.Tpo .deps/messagesession.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messageeventfilter.lo -MD -MP -MF .deps/messageeventfilter.Tpo -c -o messageeventfilter.lo messageeventfilter.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messageeventfilter.lo -MD -MP -MF .deps/messageeventfilter.Tpo -c messageeventfilter.cpp -fPIC -DPIC -o .libs/messageeventfilter.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messageeventfilter.lo -MD -MP -MF .deps/messageeventfilter.Tpo -c messageeventfilter.cpp -o messageeventfilter.o >/dev/null 2>&1
# mv -f .deps/messageeventfilter.Tpo .deps/messageeventfilter.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT chatstatefilter.lo -MD -MP -MF .deps/chatstatefilter.Tpo -c -o chatstatefilter.lo chatstatefilter.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT chatstatefilter.lo -MD -MP -MF .deps/chatstatefilter.Tpo -c chatstatefilter.cpp -fPIC -DPIC -o .libs/chatstatefilter.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT chatstatefilter.lo -MD -MP -MF .deps/chatstatefilter.Tpo -c chatstatefilter.cpp -o chatstatefilter.o >/dev/null 2>&1
# mv -f .deps/chatstatefilter.Tpo .deps/chatstatefilter.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT gloox.lo -MD -MP -MF .deps/gloox.Tpo -c -o gloox.lo gloox.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT gloox.lo -MD -MP -MF .deps/gloox.Tpo -c gloox.cpp -fPIC -DPIC -o .libs/gloox.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT gloox.lo -MD -MP -MF .deps/gloox.Tpo -c gloox.cpp -o gloox.o >/dev/null 2>&1
# mv -f .deps/gloox.Tpo .deps/gloox.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT inbandbytestream.lo -MD -MP -MF .deps/inbandbytestream.Tpo -c -o inbandbytestream.lo inbandbytestream.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT inbandbytestream.lo -MD -MP -MF .deps/inbandbytestream.Tpo -c inbandbytestream.cpp -fPIC -DPIC -o .libs/inbandbytestream.o
# inbandbytestream.cpp:260:72: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# iq.addExtension( new IBB( m_sid, ++m_sequence, data.substr( pos, m_blockSize ) ) );
# ~~~~ ^~~~~~~~~~~
# inbandbytestream.cpp:263:14: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
# pos += m_blockSize;
# ~~ ^~~~~~~~~~~
# 2 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT inbandbytestream.lo -MD -MP -MF .deps/inbandbytestream.Tpo -c inbandbytestream.cpp -o inbandbytestream.o >/dev/null 2>&1
# mv -f .deps/inbandbytestream.Tpo .deps/inbandbytestream.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messagefilter.lo -MD -MP -MF .deps/messagefilter.Tpo -c -o messagefilter.lo messagefilter.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messagefilter.lo -MD -MP -MF .deps/messagefilter.Tpo -c messagefilter.cpp -fPIC -DPIC -o .libs/messagefilter.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messagefilter.lo -MD -MP -MF .deps/messagefilter.Tpo -c messagefilter.cpp -o messagefilter.o >/dev/null 2>&1
# mv -f .deps/messagefilter.Tpo .deps/messagefilter.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT vcard.lo -MD -MP -MF .deps/vcard.Tpo -c -o vcard.lo vcard.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT vcard.lo -MD -MP -MF .deps/vcard.Tpo -c vcard.cpp -fPIC -DPIC -o .libs/vcard.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT vcard.lo -MD -MP -MF .deps/vcard.Tpo -c vcard.cpp -o vcard.o >/dev/null 2>&1
# mv -f .deps/vcard.Tpo .deps/vcard.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT vcardmanager.lo -MD -MP -MF .deps/vcardmanager.Tpo -c -o vcardmanager.lo vcardmanager.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT vcardmanager.lo -MD -MP -MF .deps/vcardmanager.Tpo -c vcardmanager.cpp -fPIC -DPIC -o .libs/vcardmanager.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT vcardmanager.lo -MD -MP -MF .deps/vcardmanager.Tpo -c vcardmanager.cpp -o vcardmanager.o >/dev/null 2>&1
# mv -f .deps/vcardmanager.Tpo .deps/vcardmanager.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.cpp -fPIC -DPIC -o .libs/md5.o
# md5.cpp:214:15: warning: cast from 'const unsigned char *' to 'const unsigned int *' increases required alignment from 1 to 4 [-Wcast-align]
# X = (const unsigned int*)data;
# ^~~~~~~~~~~~~~~~~~~~~~~~~
# md5.cpp:242:62: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
# xbuf[i] = xp[0] + ( xp[1] << 8 ) + ( xp[2] << 16 ) + ( xp[3] << 24 );
# ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
# md5.cpp:389:31: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
# m_state.count[1] += bytes >> 29;
# ~~ ~~~~~~^~~~~
# md5.cpp:399:40: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
# memcpy( m_state.buf + offset, p, copy );
# ~~~~~~ ^~~~
# md5.cpp:413:31: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
# memcpy( m_state.buf, p, left );
# ~~~~~~ ^~~~
# 5 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.cpp -o md5.o >/dev/null 2>&1
# mv -f .deps/md5.Tpo .deps/md5.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT sha.lo -MD -MP -MF .deps/sha.Tpo -c -o sha.lo sha.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT sha.lo -MD -MP -MF .deps/sha.Tpo -c sha.cpp -fPIC -DPIC -o .libs/sha.o
# sha.cpp:127:47: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
# feed( (const unsigned char*)data.c_str(), (int)data.length() );
# ~~~~ ^~~~~~~~~~~~~~~~~~
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT sha.lo -MD -MP -MF .deps/sha.Tpo -c sha.cpp -o sha.o >/dev/null 2>&1
# mv -f .deps/sha.Tpo .deps/sha.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT search.lo -MD -MP -MF .deps/search.Tpo -c -o search.lo search.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.cpp -fPIC -DPIC -o .libs/search.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.cpp -o search.o >/dev/null 2>&1
# mv -f .deps/search.Tpo .deps/search.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformreported.lo -MD -MP -MF .deps/dataformreported.Tpo -c -o dataformreported.lo dataformreported.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformreported.lo -MD -MP -MF .deps/dataformreported.Tpo -c dataformreported.cpp -fPIC -DPIC -o .libs/dataformreported.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformreported.lo -MD -MP -MF .deps/dataformreported.Tpo -c dataformreported.cpp -o dataformreported.o >/dev/null 2>&1
# mv -f .deps/dataformreported.Tpo .deps/dataformreported.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformitem.lo -MD -MP -MF .deps/dataformitem.Tpo -c -o dataformitem.lo dataformitem.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformitem.lo -MD -MP -MF .deps/dataformitem.Tpo -c dataformitem.cpp -fPIC -DPIC -o .libs/dataformitem.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformitem.lo -MD -MP -MF .deps/dataformitem.Tpo -c dataformitem.cpp -o dataformitem.o >/dev/null 2>&1
# mv -f .deps/dataformitem.Tpo .deps/dataformitem.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mucroom.lo -MD -MP -MF .deps/mucroom.Tpo -c -o mucroom.lo mucroom.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mucroom.lo -MD -MP -MF .deps/mucroom.Tpo -c mucroom.cpp -fPIC -DPIC -o .libs/mucroom.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mucroom.lo -MD -MP -MF .deps/mucroom.Tpo -c mucroom.cpp -o mucroom.o >/dev/null 2>&1
# mv -f .deps/mucroom.Tpo .deps/mucroom.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mucmessagesession.lo -MD -MP -MF .deps/mucmessagesession.Tpo -c -o mucmessagesession.lo mucmessagesession.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mucmessagesession.lo -MD -MP -MF .deps/mucmessagesession.Tpo -c mucmessagesession.cpp -fPIC -DPIC -o .libs/mucmessagesession.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mucmessagesession.lo -MD -MP -MF .deps/mucmessagesession.Tpo -c mucmessagesession.cpp -o mucmessagesession.o >/dev/null 2>&1
# mv -f .deps/mucmessagesession.Tpo .deps/mucmessagesession.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT oob.lo -MD -MP -MF .deps/oob.Tpo -c -o oob.lo oob.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT oob.lo -MD -MP -MF .deps/oob.Tpo -c oob.cpp -fPIC -DPIC -o .libs/oob.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT oob.lo -MD -MP -MF .deps/oob.Tpo -c oob.cpp -o oob.o >/dev/null 2>&1
# mv -f .deps/oob.Tpo .deps/oob.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT vcardupdate.lo -MD -MP -MF .deps/vcardupdate.Tpo -c -o vcardupdate.lo vcardupdate.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT vcardupdate.lo -MD -MP -MF .deps/vcardupdate.Tpo -c vcardupdate.cpp -fPIC -DPIC -o .libs/vcardupdate.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT vcardupdate.lo -MD -MP -MF .deps/vcardupdate.Tpo -c vcardupdate.cpp -o vcardupdate.o >/dev/null 2>&1
# mv -f .deps/vcardupdate.Tpo .deps/vcardupdate.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT stanzaextensionfactory.lo -MD -MP -MF .deps/stanzaextensionfactory.Tpo -c -o stanzaextensionfactory.lo stanzaextensionfactory.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT stanzaextensionfactory.lo -MD -MP -MF .deps/stanzaextensionfactory.Tpo -c stanzaextensionfactory.cpp -fPIC -DPIC -o .libs/stanzaextensionfactory.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT stanzaextensionfactory.lo -MD -MP -MF .deps/stanzaextensionfactory.Tpo -c stanzaextensionfactory.cpp -o stanzaextensionfactory.o >/dev/null 2>&1
# mv -f .deps/stanzaextensionfactory.Tpo .deps/stanzaextensionfactory.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mucinvitationhandler.lo -MD -MP -MF .deps/mucinvitationhandler.Tpo -c -o mucinvitationhandler.lo mucinvitationhandler.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mucinvitationhandler.lo -MD -MP -MF .deps/mucinvitationhandler.Tpo -c mucinvitationhandler.cpp -fPIC -DPIC -o .libs/mucinvitationhandler.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mucinvitationhandler.lo -MD -MP -MF .deps/mucinvitationhandler.Tpo -c mucinvitationhandler.cpp -o mucinvitationhandler.o >/dev/null 2>&1
# mv -f .deps/mucinvitationhandler.Tpo .deps/mucinvitationhandler.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT delayeddelivery.lo -MD -MP -MF .deps/delayeddelivery.Tpo -c -o delayeddelivery.lo delayeddelivery.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT delayeddelivery.lo -MD -MP -MF .deps/delayeddelivery.Tpo -c delayeddelivery.cpp -fPIC -DPIC -o .libs/delayeddelivery.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT delayeddelivery.lo -MD -MP -MF .deps/delayeddelivery.Tpo -c delayeddelivery.cpp -o delayeddelivery.o >/dev/null 2>&1
# mv -f .deps/delayeddelivery.Tpo .deps/delayeddelivery.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT gpgencrypted.lo -MD -MP -MF .deps/gpgencrypted.Tpo -c -o gpgencrypted.lo gpgencrypted.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT gpgencrypted.lo -MD -MP -MF .deps/gpgencrypted.Tpo -c gpgencrypted.cpp -fPIC -DPIC -o .libs/gpgencrypted.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT gpgencrypted.lo -MD -MP -MF .deps/gpgencrypted.Tpo -c gpgencrypted.cpp -o gpgencrypted.o >/dev/null 2>&1
# mv -f .deps/gpgencrypted.Tpo .deps/gpgencrypted.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT gpgsigned.lo -MD -MP -MF .deps/gpgsigned.Tpo -c -o gpgsigned.lo gpgsigned.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT gpgsigned.lo -MD -MP -MF .deps/gpgsigned.Tpo -c gpgsigned.cpp -fPIC -DPIC -o .libs/gpgsigned.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT gpgsigned.lo -MD -MP -MF .deps/gpgsigned.Tpo -c gpgsigned.cpp -o gpgsigned.o >/dev/null 2>&1
# mv -f .deps/gpgsigned.Tpo .deps/gpgsigned.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT uniquemucroom.lo -MD -MP -MF .deps/uniquemucroom.Tpo -c -o uniquemucroom.lo uniquemucroom.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT uniquemucroom.lo -MD -MP -MF .deps/uniquemucroom.Tpo -c uniquemucroom.cpp -fPIC -DPIC -o .libs/uniquemucroom.o
# In file included from uniquemucroom.cpp:15:
# ./uniquemucroom.h:56:20: warning: 'gloox::UniqueMUCRoom::join' hides overloaded virtual function [-Woverloaded-virtual]
# virtual void join();
# ^
# ./mucroom.h:399:20: note: hidden overloaded virtual function 'gloox::MUCRoom::join' declared here: different number of parameters (3 vs 0)
# virtual void join( Presence::PresenceType type = Presence::Available,
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT uniquemucroom.lo -MD -MP -MF .deps/uniquemucroom.Tpo -c uniquemucroom.cpp -o uniquemucroom.o >/dev/null 2>&1
# mv -f .deps/uniquemucroom.Tpo .deps/uniquemucroom.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT instantmucroom.lo -MD -MP -MF .deps/instantmucroom.Tpo -c -o instantmucroom.lo instantmucroom.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT instantmucroom.lo -MD -MP -MF .deps/instantmucroom.Tpo -c instantmucroom.cpp -fPIC -DPIC -o .libs/instantmucroom.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT instantmucroom.lo -MD -MP -MF .deps/instantmucroom.Tpo -c instantmucroom.cpp -o instantmucroom.o >/dev/null 2>&1
# mv -f .deps/instantmucroom.Tpo .deps/instantmucroom.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT compressionzlib.lo -MD -MP -MF .deps/compressionzlib.Tpo -c -o compressionzlib.lo compressionzlib.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT compressionzlib.lo -MD -MP -MF .deps/compressionzlib.Tpo -c compressionzlib.cpp -fPIC -DPIC -o .libs/compressionzlib.o
# compressionzlib.cpp:108:30: warning: implicit conversion changes signedness: 'int' to 'uInt' (aka 'unsigned int') [-Wsign-conversion]
# m_zinflate.avail_out = CHUNK;
# ~ ^~~~~
# compressionzlib.cpp:112:27: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
# result.append( out, CHUNK - m_zinflate.avail_out );
# ^~~~~ ~
# 2 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT compressionzlib.lo -MD -MP -MF .deps/compressionzlib.Tpo -c compressionzlib.cpp -o compressionzlib.o >/dev/null 2>&1
# mv -f .deps/compressionzlib.Tpo .deps/compressionzlib.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsclient.lo -MD -MP -MF .deps/tlsgnutlsclient.Tpo -c -o tlsgnutlsclient.lo tlsgnutlsclient.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsclient.lo -MD -MP -MF .deps/tlsgnutlsclient.Tpo -c tlsgnutlsclient.cpp -fPIC -DPIC -o .libs/tlsgnutlsclient.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsclient.lo -MD -MP -MF .deps/tlsgnutlsclient.Tpo -c tlsgnutlsclient.cpp -o tlsgnutlsclient.o >/dev/null 2>&1
# mv -f .deps/tlsgnutlsclient.Tpo .deps/tlsgnutlsclient.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectionhttpproxy.lo -MD -MP -MF .deps/connectionhttpproxy.Tpo -c -o connectionhttpproxy.lo connectionhttpproxy.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectionhttpproxy.lo -MD -MP -MF .deps/connectionhttpproxy.Tpo -c connectionhttpproxy.cpp -fPIC -DPIC -o .libs/connectionhttpproxy.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectionhttpproxy.lo -MD -MP -MF .deps/connectionhttpproxy.Tpo -c connectionhttpproxy.cpp -o connectionhttpproxy.o >/dev/null 2>&1
# mv -f .deps/connectionhttpproxy.Tpo .deps/connectionhttpproxy.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsserveranon.lo -MD -MP -MF .deps/tlsgnutlsserveranon.Tpo -c -o tlsgnutlsserveranon.lo tlsgnutlsserveranon.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsserveranon.lo -MD -MP -MF .deps/tlsgnutlsserveranon.Tpo -c tlsgnutlsserveranon.cpp -fPIC -DPIC -o .libs/tlsgnutlsserveranon.o
# tlsgnutlsserveranon.cpp:81:43: warning: implicit conversion changes signedness: 'const int' to 'unsigned int' [-Wsign-conversion]
# gnutls_dh_set_prime_bits( *m_session, m_dhBits );
# ~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
# tlsgnutlsserveranon.cpp:94:45: warning: implicit conversion changes signedness: 'const int' to 'unsigned int' [-Wsign-conversion]
# gnutls_dh_params_generate2( m_dhParams, m_dhBits );
# ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
# 2 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsserveranon.lo -MD -MP -MF .deps/tlsgnutlsserveranon.Tpo -c tlsgnutlsserveranon.cpp -o tlsgnutlsserveranon.o >/dev/null 2>&1
# mv -f .deps/tlsgnutlsserveranon.Tpo .deps/tlsgnutlsserveranon.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsbase.lo -MD -MP -MF .deps/tlsgnutlsbase.Tpo -c -o tlsgnutlsbase.lo tlsgnutlsbase.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsbase.lo -MD -MP -MF .deps/tlsgnutlsbase.Tpo -c tlsgnutlsbase.cpp -fPIC -DPIC -o .libs/tlsgnutlsbase.o
# tlsgnutlsbase.cpp:30:38: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
# m_buf = (char*)calloc( m_bufsize + 1, sizeof( char ) );
# ~~~~~~ ~~~~~~~~~~^~~
# tlsgnutlsbase.cpp:58:14: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'unsigned long' [-Wsign-conversion]
# sum += ret;
# ~~ ^~~
# tlsgnutlsbase.cpp:78:70: warning: implicit conversion changes signedness: 'const int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
# ret = static_cast( gnutls_record_recv( *m_session, m_buf, m_bufsize ) );
# ~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
# tlsgnutlsbase.cpp:82:67: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# m_handler->handleDecryptedData( this, std::string( m_buf, ret ) );
# ~~~ ^~~
# tlsgnutlsbase.cpp:168:55: warning: operand of ? changes signedness: 'size_type' (aka 'unsigned long') to 'ssize_t' (aka 'long') [-Wsign-conversion]
# ssize_t cpy = ( len > m_recvBuffer.length() ) ? ( m_recvBuffer.length() ) : ( len );
# ~~~ ^~~~~~~~~~~~~~~~~~~~~
# tlsgnutlsbase.cpp:168:83: warning: operand of ? changes signedness: 'size_t' (aka 'unsigned long') to 'ssize_t' (aka 'long') [-Wsign-conversion]
# ssize_t cpy = ( len > m_recvBuffer.length() ) ? ( m_recvBuffer.length() ) : ( len );
# ~~~ ^~~
# tlsgnutlsbase.cpp:171:56: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
# memcpy( data, (const void*)m_recvBuffer.c_str(), cpy );
# ~~~~~~ ^~~
# tlsgnutlsbase.cpp:172:30: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# m_recvBuffer.erase( 0, cpy );
# ~~~~~~~~~~~~ ^~~
# tlsgnutlsbase.cpp:192:12: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'ssize_t' (aka 'long') [-Wsign-conversion]
# return len;
# ~~~~~~ ^~~
# 9 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsbase.lo -MD -MP -MF .deps/tlsgnutlsbase.Tpo -c tlsgnutlsbase.cpp -o tlsgnutlsbase.o >/dev/null 2>&1
# mv -f .deps/tlsgnutlsbase.Tpo .deps/tlsgnutlsbase.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsclientanon.lo -MD -MP -MF .deps/tlsgnutlsclientanon.Tpo -c -o tlsgnutlsclientanon.lo tlsgnutlsclientanon.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsclientanon.lo -MD -MP -MF .deps/tlsgnutlsclientanon.Tpo -c tlsgnutlsclientanon.cpp -fPIC -DPIC -o .libs/tlsgnutlsclientanon.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutlsclientanon.lo -MD -MP -MF .deps/tlsgnutlsclientanon.Tpo -c tlsgnutlsclientanon.cpp -o tlsgnutlsclientanon.o >/dev/null 2>&1
# mv -f .deps/tlsgnutlsclientanon.Tpo .deps/tlsgnutlsclientanon.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsschannel.lo -MD -MP -MF .deps/tlsschannel.Tpo -c -o tlsschannel.lo tlsschannel.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsschannel.lo -MD -MP -MF .deps/tlsschannel.Tpo -c tlsschannel.cpp -fPIC -DPIC -o .libs/tlsschannel.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsschannel.lo -MD -MP -MF .deps/tlsschannel.Tpo -c tlsschannel.cpp -o tlsschannel.o >/dev/null 2>&1
# mv -f .deps/tlsschannel.Tpo .deps/tlsschannel.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsdefault.lo -MD -MP -MF .deps/tlsdefault.Tpo -c -o tlsdefault.lo tlsdefault.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsdefault.lo -MD -MP -MF .deps/tlsdefault.Tpo -c tlsdefault.cpp -fPIC -DPIC -o .libs/tlsdefault.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsdefault.lo -MD -MP -MF .deps/tlsdefault.Tpo -c tlsdefault.cpp -o tlsdefault.o >/dev/null 2>&1
# mv -f .deps/tlsdefault.Tpo .deps/tlsdefault.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT simanager.lo -MD -MP -MF .deps/simanager.Tpo -c -o simanager.lo simanager.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT simanager.lo -MD -MP -MF .deps/simanager.Tpo -c simanager.cpp -fPIC -DPIC -o .libs/simanager.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT simanager.lo -MD -MP -MF .deps/simanager.Tpo -c simanager.cpp -o simanager.o >/dev/null 2>&1
# mv -f .deps/simanager.Tpo .deps/simanager.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT siprofileft.lo -MD -MP -MF .deps/siprofileft.Tpo -c -o siprofileft.lo siprofileft.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT siprofileft.lo -MD -MP -MF .deps/siprofileft.Tpo -c siprofileft.cpp -fPIC -DPIC -o .libs/siprofileft.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT siprofileft.lo -MD -MP -MF .deps/siprofileft.Tpo -c siprofileft.cpp -o siprofileft.o >/dev/null 2>&1
# mv -f .deps/siprofileft.Tpo .deps/siprofileft.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c -o mutex.lo mutex.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c mutex.cpp -fPIC -DPIC -o .libs/mutex.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c mutex.cpp -o mutex.o >/dev/null 2>&1
# mv -f .deps/mutex.Tpo .deps/mutex.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectionsocks5proxy.lo -MD -MP -MF .deps/connectionsocks5proxy.Tpo -c -o connectionsocks5proxy.lo connectionsocks5proxy.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectionsocks5proxy.lo -MD -MP -MF .deps/connectionsocks5proxy.Tpo -c connectionsocks5proxy.cpp -fPIC -DPIC -o .libs/connectionsocks5proxy.o
# connectionsocks5proxy.cpp:314:24: warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wconversion]
# int nport = htons( port );
# ~~~~~ ^~~~
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectionsocks5proxy.lo -MD -MP -MF .deps/connectionsocks5proxy.Tpo -c connectionsocks5proxy.cpp -o connectionsocks5proxy.o >/dev/null 2>&1
# mv -f .deps/connectionsocks5proxy.Tpo .deps/connectionsocks5proxy.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT socks5bytestreammanager.lo -MD -MP -MF .deps/socks5bytestreammanager.Tpo -c -o socks5bytestreammanager.lo socks5bytestreammanager.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT socks5bytestreammanager.lo -MD -MP -MF .deps/socks5bytestreammanager.Tpo -c socks5bytestreammanager.cpp -fPIC -DPIC -o .libs/socks5bytestreammanager.o
# socks5bytestreammanager.cpp:36:29: warning: unused function 'modeString' [-Wunused-function]
# static inline const char* modeString( SOCKS5BytestreamManager::S5BMode mode )
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT socks5bytestreammanager.lo -MD -MP -MF .deps/socks5bytestreammanager.Tpo -c socks5bytestreammanager.cpp -o socks5bytestreammanager.o >/dev/null 2>&1
# mv -f .deps/socks5bytestreammanager.Tpo .deps/socks5bytestreammanager.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT socks5bytestream.lo -MD -MP -MF .deps/socks5bytestream.Tpo -c -o socks5bytestream.lo socks5bytestream.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT socks5bytestream.lo -MD -MP -MF .deps/socks5bytestream.Tpo -c socks5bytestream.cpp -fPIC -DPIC -o .libs/socks5bytestream.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT socks5bytestream.lo -MD -MP -MF .deps/socks5bytestream.Tpo -c socks5bytestream.cpp -o socks5bytestream.o >/dev/null 2>&1
# mv -f .deps/socks5bytestream.Tpo .deps/socks5bytestream.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontcpbase.lo -MD -MP -MF .deps/connectiontcpbase.Tpo -c -o connectiontcpbase.lo connectiontcpbase.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontcpbase.lo -MD -MP -MF .deps/connectiontcpbase.Tpo -c connectiontcpbase.cpp -fPIC -DPIC -o .libs/connectiontcpbase.o
# connectiontcpbase.cpp:73:38: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
# m_buf = (char*)calloc( m_bufsize + 1, sizeof( char ) );
# ~~~~~~ ~~~~~~~~~~^~~
# connectiontcpbase.cpp:131:79: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
# for( size_t num = 0, len = data.length(); sent != -1 && num < len; num += sent )
# ~~ ^~~~
# connectiontcpbase.cpp:133:70: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
# sent = static_cast( ::send( m_socket, (data.c_str()+num), (int)(len - num), 0 ) );
# ~~ ^~~~~~~~~~~~~~~~
# connectiontcpbase.cpp:197:22: warning: cast from 'struct sockaddr *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
# return ntohs( ((struct sockaddr_in *)&local)->sin_port );
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 4 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontcpbase.lo -MD -MP -MF .deps/connectiontcpbase.Tpo -c connectiontcpbase.cpp -o connectiontcpbase.o >/dev/null 2>&1
# mv -f .deps/connectiontcpbase.Tpo .deps/connectiontcpbase.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontcpserver.lo -MD -MP -MF .deps/connectiontcpserver.Tpo -c -o connectiontcpserver.lo connectiontcpserver.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontcpserver.lo -MD -MP -MF .deps/connectiontcpserver.Tpo -c connectiontcpserver.cpp -fPIC -DPIC -o .libs/connectiontcpserver.o
# connectiontcpserver.cpp:110:62: warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wconversion]
# local.sin_port = static_cast( htons( m_port ) );
# ~~~~~ ^~~~~~
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontcpserver.lo -MD -MP -MF .deps/connectiontcpserver.Tpo -c connectiontcpserver.cpp -o connectiontcpserver.o >/dev/null 2>&1
# mv -f .deps/connectiontcpserver.Tpo .deps/connectiontcpserver.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT socks5bytestreamserver.lo -MD -MP -MF .deps/socks5bytestreamserver.Tpo -c -o socks5bytestreamserver.lo socks5bytestreamserver.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT socks5bytestreamserver.lo -MD -MP -MF .deps/socks5bytestreamserver.Tpo -c socks5bytestreamserver.cpp -fPIC -DPIC -o .libs/socks5bytestreamserver.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT socks5bytestreamserver.lo -MD -MP -MF .deps/socks5bytestreamserver.Tpo -c socks5bytestreamserver.cpp -o socks5bytestreamserver.o >/dev/null 2>&1
# mv -f .deps/socks5bytestreamserver.Tpo .deps/socks5bytestreamserver.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT amp.lo -MD -MP -MF .deps/amp.Tpo -c -o amp.lo amp.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT amp.lo -MD -MP -MF .deps/amp.Tpo -c amp.cpp -fPIC -DPIC -o .libs/amp.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT amp.lo -MD -MP -MF .deps/amp.Tpo -c amp.cpp -o amp.o >/dev/null 2>&1
# mv -f .deps/amp.Tpo .deps/amp.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubitem.lo -MD -MP -MF .deps/pubsubitem.Tpo -c -o pubsubitem.lo pubsubitem.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubitem.lo -MD -MP -MF .deps/pubsubitem.Tpo -c pubsubitem.cpp -fPIC -DPIC -o .libs/pubsubitem.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubitem.lo -MD -MP -MF .deps/pubsubitem.Tpo -c pubsubitem.cpp -o pubsubitem.o >/dev/null 2>&1
# mv -f .deps/pubsubitem.Tpo .deps/pubsubitem.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubmanager.lo -MD -MP -MF .deps/pubsubmanager.Tpo -c -o pubsubmanager.lo pubsubmanager.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubmanager.lo -MD -MP -MF .deps/pubsubmanager.Tpo -c pubsubmanager.cpp -fPIC -DPIC -o .libs/pubsubmanager.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubmanager.lo -MD -MP -MF .deps/pubsubmanager.Tpo -c pubsubmanager.cpp -o pubsubmanager.o >/dev/null 2>&1
# mv -f .deps/pubsubmanager.Tpo .deps/pubsubmanager.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.cpp -fPIC -DPIC -o .libs/error.o
# error.cpp:91:64: warning: field 'm_appError' is uninitialized when used here [-Wuninitialized]
# m_error( error.m_error ), m_appError( error.m_appError ? m_appError->clone() : 0 )
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.cpp -o error.o >/dev/null 2>&1
# mv -f .deps/error.Tpo .deps/error.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -fPIC -DPIC -o .libs/util.o
# util.cpp:51:83: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
# return 1 << _lookup( str, values, size, def <= 0 ? def : (int)internalLog2( def ) );
# ~~~~~~~~~~~~ ^~~
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -o util.o >/dev/null 2>&1
# mv -f .deps/util.Tpo .deps/util.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT iq.lo -MD -MP -MF .deps/iq.Tpo -c -o iq.lo iq.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT iq.lo -MD -MP -MF .deps/iq.Tpo -c iq.cpp -fPIC -DPIC -o .libs/iq.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT iq.lo -MD -MP -MF .deps/iq.Tpo -c iq.cpp -o iq.o >/dev/null 2>&1
# mv -f .deps/iq.Tpo .deps/iq.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT message.lo -MD -MP -MF .deps/message.Tpo -c -o message.lo message.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.cpp -fPIC -DPIC -o .libs/message.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.cpp -o message.o >/dev/null 2>&1
# mv -f .deps/message.Tpo .deps/message.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT presence.lo -MD -MP -MF .deps/presence.Tpo -c -o presence.lo presence.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT presence.lo -MD -MP -MF .deps/presence.Tpo -c presence.cpp -fPIC -DPIC -o .libs/presence.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT presence.lo -MD -MP -MF .deps/presence.Tpo -c presence.cpp -o presence.o >/dev/null 2>&1
# mv -f .deps/presence.Tpo .deps/presence.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT subscription.lo -MD -MP -MF .deps/subscription.Tpo -c -o subscription.lo subscription.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT subscription.lo -MD -MP -MF .deps/subscription.Tpo -c subscription.cpp -fPIC -DPIC -o .libs/subscription.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT subscription.lo -MD -MP -MF .deps/subscription.Tpo -c subscription.cpp -o subscription.o >/dev/null 2>&1
# mv -f .deps/subscription.Tpo .deps/subscription.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT capabilities.lo -MD -MP -MF .deps/capabilities.Tpo -c -o capabilities.lo capabilities.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT capabilities.lo -MD -MP -MF .deps/capabilities.Tpo -c capabilities.cpp -fPIC -DPIC -o .libs/capabilities.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT capabilities.lo -MD -MP -MF .deps/capabilities.Tpo -c capabilities.cpp -o capabilities.o >/dev/null 2>&1
# mv -f .deps/capabilities.Tpo .deps/capabilities.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT chatstate.lo -MD -MP -MF .deps/chatstate.Tpo -c -o chatstate.lo chatstate.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT chatstate.lo -MD -MP -MF .deps/chatstate.Tpo -c chatstate.cpp -fPIC -DPIC -o .libs/chatstate.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT chatstate.lo -MD -MP -MF .deps/chatstate.Tpo -c chatstate.cpp -o chatstate.o >/dev/null 2>&1
# mv -f .deps/chatstate.Tpo .deps/chatstate.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectionbosh.lo -MD -MP -MF .deps/connectionbosh.Tpo -c -o connectionbosh.lo connectionbosh.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectionbosh.lo -MD -MP -MF .deps/connectionbosh.Tpo -c connectionbosh.cpp -fPIC -DPIC -o .libs/connectionbosh.o
# connectionbosh.cpp:131:67: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
# std::string requestBody = "
# ~~~~ ^~~~~
# connectionbosh.cpp:228:28: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
# unsigned int delta = (int)(now - m_lastRequestTime);
# ~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# connectionbosh.cpp:231:113: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
# m_logInstance.dbg( LogAreaClassConnectionBOSH, "Too little time between requests: " + util::int2string( delta ) + " seconds" );
# ~~~~ ^~~~~
# connectionbosh.cpp:239:65: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
# std::string requestBody = "
# ~~~~ ^~~~~
# connectionbosh.cpp:289:55: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
# request += "Content-Length: " + util::int2string( xml.length() ) + "\r\n";
# ~~~~ ^~~~~~~~~~~~
# connectionbosh.cpp:318:14: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator > >::difference_type' (aka 'long') to 'std::string::size_type' (aka 'unsigned long') [-Wsign-conversion]
# return std::distance( str1.begin(), pos );
# ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# connectionbosh.cpp:378:31: warning: implicit conversion changes signedness: 'long' to 'std::string::size_type' (aka 'unsigned long') [-Wsign-conversion]
# m_bufferContentLength = atol( getHTTPField( "Content-Length" ).c_str() );
# ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# connectionbosh.cpp:515:31: warning: implicit conversion changes signedness: 'const int' to 'unsigned long' [-Wsign-conversion]
# m_minTimePerRequest = minTime;
# ~ ^~~~~~~
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectionbosh.lo -MD -MP -MF .deps/connectionbosh.Tpo -c connectionbosh.cpp -o connectionbosh.o >/dev/null 2>&1
# mv -f .deps/connectionbosh.Tpo .deps/connectionbosh.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontls.lo -MD -MP -MF .deps/connectiontls.Tpo -c -o connectiontls.lo connectiontls.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontls.lo -MD -MP -MF .deps/connectiontls.Tpo -c connectiontls.cpp -fPIC -DPIC -o .libs/connectiontls.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontls.lo -MD -MP -MF .deps/connectiontls.Tpo -c connectiontls.cpp -o connectiontls.o >/dev/null 2>&1
# mv -f .deps/connectiontls.Tpo .deps/connectiontls.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messageevent.lo -MD -MP -MF .deps/messageevent.Tpo -c -o messageevent.lo messageevent.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messageevent.lo -MD -MP -MF .deps/messageevent.Tpo -c messageevent.cpp -fPIC -DPIC -o .libs/messageevent.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT messageevent.lo -MD -MP -MF .deps/messageevent.Tpo -c messageevent.cpp -o messageevent.o >/dev/null 2>&1
# mv -f .deps/messageevent.Tpo .deps/messageevent.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT receipt.lo -MD -MP -MF .deps/receipt.Tpo -c -o receipt.lo receipt.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT receipt.lo -MD -MP -MF .deps/receipt.Tpo -c receipt.cpp -fPIC -DPIC -o .libs/receipt.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT receipt.lo -MD -MP -MF .deps/receipt.Tpo -c receipt.cpp -o receipt.o >/dev/null 2>&1
# mv -f .deps/receipt.Tpo .deps/receipt.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT nickname.lo -MD -MP -MF .deps/nickname.Tpo -c -o nickname.lo nickname.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT nickname.lo -MD -MP -MF .deps/nickname.Tpo -c nickname.cpp -fPIC -DPIC -o .libs/nickname.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT nickname.lo -MD -MP -MF .deps/nickname.Tpo -c nickname.cpp -o nickname.o >/dev/null 2>&1
# mv -f .deps/nickname.Tpo .deps/nickname.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT eventdispatcher.lo -MD -MP -MF .deps/eventdispatcher.Tpo -c -o eventdispatcher.lo eventdispatcher.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT eventdispatcher.lo -MD -MP -MF .deps/eventdispatcher.Tpo -c eventdispatcher.cpp -fPIC -DPIC -o .libs/eventdispatcher.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT eventdispatcher.lo -MD -MP -MF .deps/eventdispatcher.Tpo -c eventdispatcher.cpp -o eventdispatcher.o >/dev/null 2>&1
# mv -f .deps/eventdispatcher.Tpo .deps/eventdispatcher.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubevent.lo -MD -MP -MF .deps/pubsubevent.Tpo -c -o pubsubevent.lo pubsubevent.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubevent.lo -MD -MP -MF .deps/pubsubevent.Tpo -c pubsubevent.cpp -fPIC -DPIC -o .libs/pubsubevent.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubevent.lo -MD -MP -MF .deps/pubsubevent.Tpo -c pubsubevent.cpp -o pubsubevent.o >/dev/null 2>&1
# mv -f .deps/pubsubevent.Tpo .deps/pubsubevent.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT xhtmlim.lo -MD -MP -MF .deps/xhtmlim.Tpo -c -o xhtmlim.lo xhtmlim.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT xhtmlim.lo -MD -MP -MF .deps/xhtmlim.Tpo -c xhtmlim.cpp -fPIC -DPIC -o .libs/xhtmlim.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT xhtmlim.lo -MD -MP -MF .deps/xhtmlim.Tpo -c xhtmlim.cpp -o xhtmlim.o >/dev/null 2>&1
# mv -f .deps/xhtmlim.Tpo .deps/xhtmlim.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT featureneg.lo -MD -MP -MF .deps/featureneg.Tpo -c -o featureneg.lo featureneg.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT featureneg.lo -MD -MP -MF .deps/featureneg.Tpo -c featureneg.cpp -fPIC -DPIC -o .libs/featureneg.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT featureneg.lo -MD -MP -MF .deps/featureneg.Tpo -c featureneg.cpp -o featureneg.o >/dev/null 2>&1
# mv -f .deps/featureneg.Tpo .deps/featureneg.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT shim.lo -MD -MP -MF .deps/shim.Tpo -c -o shim.lo shim.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT shim.lo -MD -MP -MF .deps/shim.Tpo -c shim.cpp -fPIC -DPIC -o .libs/shim.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT shim.lo -MD -MP -MF .deps/shim.Tpo -c shim.cpp -o shim.o >/dev/null 2>&1
# mv -f .deps/shim.Tpo .deps/shim.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT softwareversion.lo -MD -MP -MF .deps/softwareversion.Tpo -c -o softwareversion.lo softwareversion.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT softwareversion.lo -MD -MP -MF .deps/softwareversion.Tpo -c softwareversion.cpp -fPIC -DPIC -o .libs/softwareversion.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT softwareversion.lo -MD -MP -MF .deps/softwareversion.Tpo -c softwareversion.cpp -o softwareversion.o >/dev/null 2>&1
# mv -f .deps/softwareversion.Tpo .deps/softwareversion.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT attention.lo -MD -MP -MF .deps/attention.Tpo -c -o attention.lo attention.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT attention.lo -MD -MP -MF .deps/attention.Tpo -c attention.cpp -fPIC -DPIC -o .libs/attention.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT attention.lo -MD -MP -MF .deps/attention.Tpo -c attention.cpp -o attention.o >/dev/null 2>&1
# mv -f .deps/attention.Tpo .deps/attention.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsopensslclient.lo -MD -MP -MF .deps/tlsopensslclient.Tpo -c -o tlsopensslclient.lo tlsopensslclient.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsopensslclient.lo -MD -MP -MF .deps/tlsopensslclient.Tpo -c tlsopensslclient.cpp -fPIC -DPIC -o .libs/tlsopensslclient.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsopensslclient.lo -MD -MP -MF .deps/tlsopensslclient.Tpo -c tlsopensslclient.cpp -o tlsopensslclient.o >/dev/null 2>&1
# mv -f .deps/tlsopensslclient.Tpo .deps/tlsopensslclient.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsopensslbase.lo -MD -MP -MF .deps/tlsopensslbase.Tpo -c -o tlsopensslbase.lo tlsopensslbase.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsopensslbase.lo -MD -MP -MF .deps/tlsopensslbase.Tpo -c tlsopensslbase.cpp -fPIC -DPIC -o .libs/tlsopensslbase.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsopensslbase.lo -MD -MP -MF .deps/tlsopensslbase.Tpo -c tlsopensslbase.cpp -o tlsopensslbase.o >/dev/null 2>&1
# mv -f .deps/tlsopensslbase.Tpo .deps/tlsopensslbase.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsopensslserver.lo -MD -MP -MF .deps/tlsopensslserver.Tpo -c -o tlsopensslserver.lo tlsopensslserver.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsopensslserver.lo -MD -MP -MF .deps/tlsopensslserver.Tpo -c tlsopensslserver.cpp -fPIC -DPIC -o .libs/tlsopensslserver.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsopensslserver.lo -MD -MP -MF .deps/tlsopensslserver.Tpo -c tlsopensslserver.cpp -o tlsopensslserver.o >/dev/null 2>&1
# mv -f .deps/tlsopensslserver.Tpo .deps/tlsopensslserver.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT compressiondefault.lo -MD -MP -MF .deps/compressiondefault.Tpo -c -o compressiondefault.lo compressiondefault.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT compressiondefault.lo -MD -MP -MF .deps/compressiondefault.Tpo -c compressiondefault.cpp -fPIC -DPIC -o .libs/compressiondefault.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT compressiondefault.lo -MD -MP -MF .deps/compressiondefault.Tpo -c compressiondefault.cpp -o compressiondefault.o >/dev/null 2>&1
# mv -f .deps/compressiondefault.Tpo .deps/compressiondefault.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontlsserver.lo -MD -MP -MF .deps/connectiontlsserver.Tpo -c -o connectiontlsserver.lo connectiontlsserver.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontlsserver.lo -MD -MP -MF .deps/connectiontlsserver.Tpo -c connectiontlsserver.cpp -fPIC -DPIC -o .libs/connectiontlsserver.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT connectiontlsserver.lo -MD -MP -MF .deps/connectiontlsserver.Tpo -c connectiontlsserver.cpp -o connectiontlsserver.o >/dev/null 2>&1
# mv -f .deps/connectiontlsserver.Tpo .deps/connectiontlsserver.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT atomicrefcount.lo -MD -MP -MF .deps/atomicrefcount.Tpo -c -o atomicrefcount.lo atomicrefcount.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT atomicrefcount.lo -MD -MP -MF .deps/atomicrefcount.Tpo -c atomicrefcount.cpp -fPIC -DPIC -o .libs/atomicrefcount.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT atomicrefcount.lo -MD -MP -MF .deps/atomicrefcount.Tpo -c atomicrefcount.cpp -o atomicrefcount.o >/dev/null 2>&1
# mv -f .deps/atomicrefcount.Tpo .deps/atomicrefcount.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT linklocalmanager.lo -MD -MP -MF .deps/linklocalmanager.Tpo -c -o linklocalmanager.lo linklocalmanager.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT linklocalmanager.lo -MD -MP -MF .deps/linklocalmanager.Tpo -c linklocalmanager.cpp -fPIC -DPIC -o .libs/linklocalmanager.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT linklocalmanager.lo -MD -MP -MF .deps/linklocalmanager.Tpo -c linklocalmanager.cpp -o linklocalmanager.o >/dev/null 2>&1
# mv -f .deps/linklocalmanager.Tpo .deps/linklocalmanager.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT linklocalclient.lo -MD -MP -MF .deps/linklocalclient.Tpo -c -o linklocalclient.lo linklocalclient.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT linklocalclient.lo -MD -MP -MF .deps/linklocalclient.Tpo -c linklocalclient.cpp -fPIC -DPIC -o .libs/linklocalclient.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT linklocalclient.lo -MD -MP -MF .deps/linklocalclient.Tpo -c linklocalclient.cpp -o linklocalclient.o >/dev/null 2>&1
# mv -f .deps/linklocalclient.Tpo .deps/linklocalclient.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT forward.lo -MD -MP -MF .deps/forward.Tpo -c -o forward.lo forward.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT forward.lo -MD -MP -MF .deps/forward.Tpo -c forward.cpp -fPIC -DPIC -o .libs/forward.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT forward.lo -MD -MP -MF .deps/forward.Tpo -c forward.cpp -o forward.o >/dev/null 2>&1
# mv -f .deps/forward.Tpo .deps/forward.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglesession.lo -MD -MP -MF .deps/jinglesession.Tpo -c -o jinglesession.lo jinglesession.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglesession.lo -MD -MP -MF .deps/jinglesession.Tpo -c jinglesession.cpp -fPIC -DPIC -o .libs/jinglesession.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglesession.lo -MD -MP -MF .deps/jinglesession.Tpo -c jinglesession.cpp -o jinglesession.o >/dev/null 2>&1
# mv -f .deps/jinglesession.Tpo .deps/jinglesession.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglecontent.lo -MD -MP -MF .deps/jinglecontent.Tpo -c -o jinglecontent.lo jinglecontent.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglecontent.lo -MD -MP -MF .deps/jinglecontent.Tpo -c jinglecontent.cpp -fPIC -DPIC -o .libs/jinglecontent.o
# jinglecontent.cpp:29:36: warning: unused function 'creatorType' [-Wunused-function]
# static inline Content::Creator creatorType( const std::string& type )
# ^
# jinglecontent.cpp:41:36: warning: unused function 'sendersType' [-Wunused-function]
# static inline Content::Senders sendersType( const std::string& type )
# ^
# 2 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglecontent.lo -MD -MP -MF .deps/jinglecontent.Tpo -c jinglecontent.cpp -o jinglecontent.o >/dev/null 2>&1
# mv -f .deps/jinglecontent.Tpo .deps/jinglecontent.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglesessionmanager.lo -MD -MP -MF .deps/jinglesessionmanager.Tpo -c -o jinglesessionmanager.lo jinglesessionmanager.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglesessionmanager.lo -MD -MP -MF .deps/jinglesessionmanager.Tpo -c jinglesessionmanager.cpp -fPIC -DPIC -o .libs/jinglesessionmanager.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglesessionmanager.lo -MD -MP -MF .deps/jinglesessionmanager.Tpo -c jinglesessionmanager.cpp -o jinglesessionmanager.o >/dev/null 2>&1
# mv -f .deps/jinglesessionmanager.Tpo .deps/jinglesessionmanager.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT carbons.lo -MD -MP -MF .deps/carbons.Tpo -c -o carbons.lo carbons.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT carbons.lo -MD -MP -MF .deps/carbons.Tpo -c carbons.cpp -fPIC -DPIC -o .libs/carbons.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT carbons.lo -MD -MP -MF .deps/carbons.Tpo -c carbons.cpp -o carbons.o >/dev/null 2>&1
# mv -f .deps/carbons.Tpo .deps/carbons.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglepluginfactory.lo -MD -MP -MF .deps/jinglepluginfactory.Tpo -c -o jinglepluginfactory.lo jinglepluginfactory.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglepluginfactory.lo -MD -MP -MF .deps/jinglepluginfactory.Tpo -c jinglepluginfactory.cpp -fPIC -DPIC -o .libs/jinglepluginfactory.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglepluginfactory.lo -MD -MP -MF .deps/jinglepluginfactory.Tpo -c jinglepluginfactory.cpp -o jinglepluginfactory.o >/dev/null 2>&1
# mv -f .deps/jinglepluginfactory.Tpo .deps/jinglepluginfactory.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jingleiceudp.lo -MD -MP -MF .deps/jingleiceudp.Tpo -c -o jingleiceudp.lo jingleiceudp.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jingleiceudp.lo -MD -MP -MF .deps/jingleiceudp.Tpo -c jingleiceudp.cpp -fPIC -DPIC -o .libs/jingleiceudp.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jingleiceudp.lo -MD -MP -MF .deps/jingleiceudp.Tpo -c jingleiceudp.cpp -o jingleiceudp.o >/dev/null 2>&1
# mv -f .deps/jingleiceudp.Tpo .deps/jingleiceudp.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglefiletransfer.lo -MD -MP -MF .deps/jinglefiletransfer.Tpo -c -o jinglefiletransfer.lo jinglefiletransfer.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglefiletransfer.lo -MD -MP -MF .deps/jinglefiletransfer.Tpo -c jinglefiletransfer.cpp -fPIC -DPIC -o .libs/jinglefiletransfer.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglefiletransfer.lo -MD -MP -MF .deps/jinglefiletransfer.Tpo -c jinglefiletransfer.cpp -o jinglefiletransfer.o >/dev/null 2>&1
# mv -f .deps/jinglefiletransfer.Tpo .deps/jinglefiletransfer.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT iodata.lo -MD -MP -MF .deps/iodata.Tpo -c -o iodata.lo iodata.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT iodata.lo -MD -MP -MF .deps/iodata.Tpo -c iodata.cpp -fPIC -DPIC -o .libs/iodata.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT iodata.lo -MD -MP -MF .deps/iodata.Tpo -c iodata.cpp -o iodata.o >/dev/null 2>&1
# mv -f .deps/iodata.Tpo .deps/iodata.Plo
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -ansi -version-info 13:0:0 -no-undefined -no-allow-shlib-undefined -pthread -o libgloox.la -rpath /usr/lib jid.lo parser.lo connectiontcpclient.lo clientbase.lo tag.lo stanza.lo logsink.lo dns.lo prep.lo base64.lo client.lo component.lo disco.lo adhoc.lo privatexml.lo registration.lo nonsaslauth.lo rosteritem.lo rostermanager.lo privacyitem.lo bookmarkstorage.lo annotations.lo privacymanager.lo lastactivity.lo flexoff.lo dataform.lo dataformfield.lo dataformfieldcontainer.lo messagesession.lo messageeventfilter.lo chatstatefilter.lo gloox.lo inbandbytestream.lo messagefilter.lo vcard.lo vcardmanager.lo md5.lo sha.lo search.lo dataformreported.lo dataformitem.lo mucroom.lo mucmessagesession.lo oob.lo vcardupdate.lo stanzaextensionfactory.lo mucinvitationhandler.lo delayeddelivery.lo gpgencrypted.lo gpgsigned.lo uniquemucroom.lo instantmucroom.lo compressionzlib.lo tlsgnutlsclient.lo connectionhttpproxy.lo tlsgnutlsserveranon.lo tlsgnutlsbase.lo tlsgnutlsclientanon.lo tlsschannel.lo tlsdefault.lo simanager.lo siprofileft.lo mutex.lo connectionsocks5proxy.lo socks5bytestreammanager.lo socks5bytestream.lo connectiontcpbase.lo connectiontcpserver.lo socks5bytestreamserver.lo amp.lo pubsubitem.lo pubsubmanager.lo error.lo util.lo iq.lo message.lo presence.lo subscription.lo capabilities.lo chatstate.lo connectionbosh.lo connectiontls.lo messageevent.lo receipt.lo nickname.lo eventdispatcher.lo pubsubevent.lo xhtmlim.lo featureneg.lo shim.lo softwareversion.lo attention.lo tlsopensslclient.lo tlsopensslbase.lo tlsopensslserver.lo compressiondefault.lo connectiontlsserver.lo atomicrefcount.lo linklocalmanager.lo linklocalclient.lo forward.lo jinglesession.lo jinglecontent.lo jinglesessionmanager.lo carbons.lo jinglepluginfactory.lo jingleiceudp.lo jinglefiletransfer.lo iodata.lo -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/jid.o .libs/parser.o .libs/connectiontcpclient.o .libs/clientbase.o .libs/tag.o .libs/stanza.o .libs/logsink.o .libs/dns.o .libs/prep.o .libs/base64.o .libs/client.o .libs/component.o .libs/disco.o .libs/adhoc.o .libs/privatexml.o .libs/registration.o .libs/nonsaslauth.o .libs/rosteritem.o .libs/rostermanager.o .libs/privacyitem.o .libs/bookmarkstorage.o .libs/annotations.o .libs/privacymanager.o .libs/lastactivity.o .libs/flexoff.o .libs/dataform.o .libs/dataformfield.o .libs/dataformfieldcontainer.o .libs/messagesession.o .libs/messageeventfilter.o .libs/chatstatefilter.o .libs/gloox.o .libs/inbandbytestream.o .libs/messagefilter.o .libs/vcard.o .libs/vcardmanager.o .libs/md5.o .libs/sha.o .libs/search.o .libs/dataformreported.o .libs/dataformitem.o .libs/mucroom.o .libs/mucmessagesession.o .libs/oob.o .libs/vcardupdate.o .libs/stanzaextensionfactory.o .libs/mucinvitationhandler.o .libs/delayeddelivery.o .libs/gpgencrypted.o .libs/gpgsigned.o .libs/uniquemucroom.o .libs/instantmucroom.o .libs/compressionzlib.o .libs/tlsgnutlsclient.o .libs/connectionhttpproxy.o .libs/tlsgnutlsserveranon.o .libs/tlsgnutlsbase.o .libs/tlsgnutlsclientanon.o .libs/tlsschannel.o .libs/tlsdefault.o .libs/simanager.o .libs/siprofileft.o .libs/mutex.o .libs/connectionsocks5proxy.o .libs/socks5bytestreammanager.o .libs/socks5bytestream.o .libs/connectiontcpbase.o .libs/connectiontcpserver.o .libs/socks5bytestreamserver.o .libs/amp.o .libs/pubsubitem.o .libs/pubsubmanager.o .libs/error.o .libs/util.o .libs/iq.o .libs/message.o .libs/presence.o .libs/subscription.o .libs/capabilities.o .libs/chatstate.o .libs/connectionbosh.o .libs/connectiontls.o .libs/messageevent.o .libs/receipt.o .libs/nickname.o .libs/eventdispatcher.o .libs/pubsubevent.o .libs/xhtmlim.o .libs/featureneg.o .libs/shim.o .libs/softwareversion.o .libs/attention.o .libs/tlsopensslclient.o .libs/tlsopensslbase.o .libs/tlsopensslserver.o .libs/compressiondefault.o .libs/connectiontlsserver.o .libs/atomicrefcount.o .libs/linklocalmanager.o .libs/linklocalclient.o .libs/forward.o .libs/jinglesession.o .libs/jinglecontent.o .libs/jinglesessionmanager.o .libs/carbons.o .libs/jinglepluginfactory.o .libs/jingleiceudp.o .libs/jinglefiletransfer.o .libs/iodata.o -lresolv -lidn -lgnutls -lz -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -pthread -pthread -Wl,-soname -Wl,libgloox.so.13 -o .libs/libgloox.so.13.0.0
# clang-3.8: warning: argument unused during compilation: '-pthread'
# clang-3.8: warning: argument unused during compilation: '-pthread'
# libtool: link: (cd ".libs" && rm -f "libgloox.so.13" && ln -s "libgloox.so.13.0.0" "libgloox.so.13")
# libtool: link: (cd ".libs" && rm -f "libgloox.so" && ln -s "libgloox.so.13.0.0" "libgloox.so")
# libtool: link: ar cru .libs/libgloox.a jid.o parser.o connectiontcpclient.o clientbase.o tag.o stanza.o logsink.o dns.o prep.o base64.o client.o component.o disco.o adhoc.o privatexml.o registration.o nonsaslauth.o rosteritem.o rostermanager.o privacyitem.o bookmarkstorage.o annotations.o privacymanager.o lastactivity.o flexoff.o dataform.o dataformfield.o dataformfieldcontainer.o messagesession.o messageeventfilter.o chatstatefilter.o gloox.o inbandbytestream.o messagefilter.o vcard.o vcardmanager.o md5.o sha.o search.o dataformreported.o dataformitem.o mucroom.o mucmessagesession.o oob.o vcardupdate.o stanzaextensionfactory.o mucinvitationhandler.o delayeddelivery.o gpgencrypted.o gpgsigned.o uniquemucroom.o instantmucroom.o compressionzlib.o tlsgnutlsclient.o connectionhttpproxy.o tlsgnutlsserveranon.o tlsgnutlsbase.o tlsgnutlsclientanon.o tlsschannel.o tlsdefault.o simanager.o siprofileft.o mutex.o connectionsocks5proxy.o socks5bytestreammanager.o socks5bytestream.o connectiontcpbase.o connectiontcpserver.o socks5bytestreamserver.o amp.o pubsubitem.o pubsubmanager.o error.o util.o iq.o message.o presence.o subscription.o capabilities.o chatstate.o connectionbosh.o connectiontls.o messageevent.o receipt.o nickname.o eventdispatcher.o pubsubevent.o xhtmlim.o featureneg.o shim.o softwareversion.o attention.o tlsopensslclient.o tlsopensslbase.o tlsopensslserver.o compressiondefault.o connectiontlsserver.o atomicrefcount.o linklocalmanager.o linklocalclient.o forward.o jinglesession.o jinglecontent.o jinglesessionmanager.o carbons.o jinglepluginfactory.o jingleiceudp.o jinglefiletransfer.o iodata.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgloox.a
# libtool: link: ( cd ".libs" && rm -f "libgloox.la" && ln -s "../libgloox.la" "libgloox.la" )
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src'
# Making all in tests
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests'
# Making all in adhoc
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoc'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT adhoc_test.o -MD -MP -MF .deps/adhoc_test.Tpo -c -o adhoc_test.o adhoc_test.cpp
# mv -f .deps/adhoc_test.Tpo .deps/adhoc_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o adhoc_test adhoc_test.o ../../tag.o ../../stanza.o ../../gloox.o ../../iq.o ../../util.o ../../error.o ../../jid.o ../../prep.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../softwareversion.o ../../mutex.o ../../iodata.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o adhoc_test adhoc_test.o ../../tag.o ../../stanza.o ../../gloox.o ../../iq.o ../../util.o ../../error.o ../../jid.o ../../prep.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../softwareversion.o ../../mutex.o ../../iodata.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoc'
# Making all in adhoccommand
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoccommand'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT adhoccommand_test.o -MD -MP -MF .deps/adhoccommand_test.Tpo -c -o adhoccommand_test.o adhoccommand_test.cpp
# adhoccommand_test.cpp:75:57: warning: 'form' is deprecated [-Wdeprecated-declarations]
# || ac.action() != Adhoc::Command::Execute || ac.form() == 0 )
# ^
# ./../../adhoc.h:314:47: note: 'form' has been explicitly marked deprecated here
# GLOOX_DEPRECATED const AdhocPlugin* form() const { return m_plugin; }
# ^
# 1 warning generated.
# mv -f .deps/adhoccommand_test.Tpo .deps/adhoccommand_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o adhoccommand_test adhoccommand_test.o ../../adhoc.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o ../../iodata.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o adhoccommand_test adhoccommand_test.o ../../adhoc.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o ../../iodata.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoccommand'
# Making all in adhoccommandnote
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoccommandnote'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT adhoccommandnote_test.o -MD -MP -MF .deps/adhoccommandnote_test.Tpo -c -o adhoccommandnote_test.o adhoccommandnote_test.cpp
# mv -f .deps/adhoccommandnote_test.Tpo .deps/adhoccommandnote_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o adhoccommandnote_test adhoccommandnote_test.o ../../adhoc.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o ../../iodata.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o adhoccommandnote_test adhoccommandnote_test.o ../../adhoc.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o ../../iodata.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoccommandnote'
# Making all in amprule
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/amprule'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT amprule_test.o -MD -MP -MF .deps/amprule_test.Tpo -c -o amprule_test.o amprule_test.cpp
# mv -f .deps/amprule_test.Tpo .deps/amprule_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o amprule_test amprule_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../amp.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o amprule_test amprule_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../amp.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/amprule'
# Making all in amp
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/amp'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT amp_test.o -MD -MP -MF .deps/amp_test.Tpo -c -o amp_test.o amp_test.cpp
# mv -f .deps/amp_test.Tpo .deps/amp_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o amp_test amp_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../amp.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o amp_test amp_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../amp.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/amp'
# Making all in base64
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/base64'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -g3 -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT base64_test.o -MD -MP -MF .deps/base64_test.Tpo -c -o base64_test.o base64_test.cpp
# mv -f .deps/base64_test.Tpo .deps/base64_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o base64_test base64_test.o ../../base64.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o base64_test base64_test.o ../../base64.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/base64'
# Making all in capabilities
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/capabilities'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT capabilities_test.o -MD -MP -MF .deps/capabilities_test.Tpo -c -o capabilities_test.o capabilities_test.cpp
# mv -f .deps/capabilities_test.Tpo .deps/capabilities_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o capabilities_test capabilities_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../base64.o ../../util.o ../../sha.o ../../jid.o ../../iq.o ../../error.o ../../softwareversion.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o capabilities_test capabilities_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../base64.o ../../util.o ../../sha.o ../../jid.o ../../iq.o ../../error.o ../../softwareversion.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/capabilities'
# Making all in carbons
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/carbons'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT carbons_test.o -MD -MP -MF .deps/carbons_test.Tpo -c -o carbons_test.o carbons_test.cpp
# mv -f .deps/carbons_test.Tpo .deps/carbons_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o carbons_test carbons_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../message.o ../../forward.o ../../delayeddelivery.o ../../clientbase.o ../../client.o ../../connectiontcpbase.o ../../connectiontcpclient.o ../../disco.o ../../parser.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../messagesession.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../rostermanager.o ../../nonsaslauth.o ../../sha.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../rosteritem.o ../../privatexml.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../presence.o ../../subscription.o ../../capabilities.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o ../../attention.o ../../carbons.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o carbons_test carbons_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../message.o ../../forward.o ../../delayeddelivery.o ../../clientbase.o ../../client.o ../../connectiontcpbase.o ../../connectiontcpclient.o ../../disco.o ../../parser.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../messagesession.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../rostermanager.o ../../nonsaslauth.o ../../sha.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../rosteritem.o ../../privatexml.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../presence.o ../../subscription.o ../../capabilities.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o ../../attention.o ../../carbons.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/carbons'
# Making all in chatstatefilter
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/chatstatefilter'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/p11-kit-1 -pthread -I/usr/include/p11-kit-1 -pthread -ansi -MT chatstatefilter_test-chatstatefilter_test.o -MD -MP -MF .deps/chatstatefilter_test-chatstatefilter_test.Tpo -c -o chatstatefilter_test-chatstatefilter_test.o `test -f 'chatstatefilter_test.cpp' || echo './'`chatstatefilter_test.cpp
# mv -f .deps/chatstatefilter_test-chatstatefilter_test.Tpo .deps/chatstatefilter_test-chatstatefilter_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o chatstatefilter_test chatstatefilter_test-chatstatefilter_test.o ../../tag.o ../../stanza.o ../../stanzaextensionfactory.o ../../jid.o ../../prep.o ../../message.o ../../util.o ../../gloox.o ../../chatstate.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o chatstatefilter_test chatstatefilter_test-chatstatefilter_test.o ../../tag.o ../../stanza.o ../../stanzaextensionfactory.o ../../jid.o ../../prep.o ../../message.o ../../util.o ../../gloox.o ../../chatstate.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/chatstatefilter'
# Making all in client
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/client'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT client_test.o -MD -MP -MF .deps/client_test.Tpo -c -o client_test.o client_test.cpp
# In file included from client_test.cpp:15:
# ./../../clientbase.cpp:105:90: warning: implicit conversion changes signedness: 'unsigned long long' to 'int' [-Wsign-conversion]
# m_uniqueBaseId( (unsigned int)( ( (unsigned long long)time( 0 ) & 0xFFFF ) << 16 ) | ( ( (unsigned long long) & m_nextId ) & 0xFFFF ) ),
# ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./../../clientbase.cpp:124:90: warning: implicit conversion changes signedness: 'unsigned long long' to 'int' [-Wsign-conversion]
# m_uniqueBaseId( (unsigned int)( ( (unsigned long long)time( 0 ) & 0xFFFF ) << 16 ) | ( ( (unsigned long long) & m_nextId ) & 0xFFFF ) ),
# ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./../../clientbase.cpp:132:12: warning: implicit conversion loses integer precision: 'time_t' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
# srand( time( 0 ) );
# ~~~~~ ^~~~~~~~~
# client_test.cpp:60:18: warning: 'ClientTest::onResourceBindError' hides overloaded virtual function [-Woverloaded-virtual]
# virtual void onResourceBindError( ResourceBindError /*error*/ )
# ^
# ./../../connectionlistener.h:75:20: note: hidden overloaded virtual function 'gloox::ConnectionListener::onResourceBindError' declared here: type mismatch at 1st parameter ('const gloox::Error *' vs 'gloox::ResourceBindError')
# virtual void onResourceBindError( const Error* error ) { (void) (error); }
# ^
# client_test.cpp:62:18: warning: 'ClientTest::onSessionCreateError' hides overloaded virtual function [-Woverloaded-virtual]
# virtual void onSessionCreateError( SessionCreateError /*error*/ )
# ^
# ./../../connectionlistener.h:83:20: note: hidden overloaded virtual function 'gloox::ConnectionListener::onSessionCreateError' declared here: type mismatch at 1st parameter ('const gloox::Error *' vs 'gloox::SessionCreateError')
# virtual void onSessionCreateError( const Error* error ) { (void) (error); }
# ^
# 5 warnings generated.
# mv -f .deps/client_test.Tpo .deps/client_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o client_test client_test.o ../../client.o ../../connectiontcpbase.o ../../connectiontcpclient.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../jid.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../rostermanager.o ../../nonsaslauth.o ../../sha.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../rosteritem.o ../../privatexml.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../error.o ../../capabilities.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o client_test client_test.o ../../client.o ../../connectiontcpbase.o ../../connectiontcpclient.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../jid.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../rostermanager.o ../../nonsaslauth.o ../../sha.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../rosteritem.o ../../privatexml.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../error.o ../../capabilities.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/client'
# Making all in clientbase
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/clientbase'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -I/usr/include/p11-kit-1 -pthread -ansi -MT clientbase_test.o -MD -MP -MF .deps/clientbase_test.Tpo -c -o clientbase_test.o clientbase_test.cpp
# clientbase_test.cpp:49:18: warning: 'ClientBaseTest::onResourceBindError' hides overloaded virtual function [-Woverloaded-virtual]
# virtual void onResourceBindError( ResourceBindError /*error*/ ) { /*printf( "res bind err: %d\n", error );*/ }
# ^
# ./../../connectionlistener.h:75:20: note: hidden overloaded virtual function 'gloox::ConnectionListener::onResourceBindError' declared here: type mismatch at 1st parameter ('const gloox::Error *' vs 'gloox::ResourceBindError')
# virtual void onResourceBindError( const Error* error ) { (void) (error); }
# ^
# clientbase_test.cpp:50:18: warning: 'ClientBaseTest::onSessionCreateError' hides overloaded virtual function [-Woverloaded-virtual]
# virtual void onSessionCreateError( SessionCreateError /*error*/ ) { /*printf( "ses err: %d\n", error );*/ }
# ^
# ./../../connectionlistener.h:83:20: note: hidden overloaded virtual function 'gloox::ConnectionListener::onSessionCreateError' declared here: type mismatch at 1st parameter ('const gloox::Error *' vs 'gloox::SessionCreateError')
# virtual void onSessionCreateError( const Error* error ) { (void) (error); }
# ^
# 2 warnings generated.
# mv -f .deps/clientbase_test.Tpo .deps/clientbase_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o clientbase_test clientbase_test.o ../../clientbase.o ../../jid.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o clientbase_test clientbase_test.o ../../clientbase.o ../../jid.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/clientbase'
# Making all in connectionbosh
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/connectionbosh'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT connectionbosh_test.o -MD -MP -MF .deps/connectionbosh_test.Tpo -c -o connectionbosh_test.o connectionbosh_test.cpp
# mv -f .deps/connectionbosh_test.Tpo .deps/connectionbosh_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o connectionbosh_test connectionbosh_test.o ../../connectionbosh.o ../../parser.o ../../tag.o ../../logsink.o ../../gloox.o ../../prep.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o connectionbosh_test connectionbosh_test.o ../../connectionbosh.o ../../parser.o ../../tag.o ../../logsink.o ../../gloox.o ../../prep.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/connectionbosh'
# Making all in dataform
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataform'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT dataform_test.o -MD -MP -MF .deps/dataform_test.Tpo -c -o dataform_test.o dataform_test.cpp
# mv -f .deps/dataform_test.Tpo .deps/dataform_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o dataform_test dataform_test.o ../../tag.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o dataform_test dataform_test.o ../../tag.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataform'
# Making all in dataformfield
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformfield'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformfield_test.o -MD -MP -MF .deps/dataformfield_test.Tpo -c -o dataformfield_test.o dataformfield_test.cpp
# mv -f .deps/dataformfield_test.Tpo .deps/dataformfield_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o dataformfield_test dataformfield_test.o ../../tag.o ../../dataformfield.o ../../util.o ../../gloox.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o dataformfield_test dataformfield_test.o ../../tag.o ../../dataformfield.o ../../util.o ../../gloox.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformfield'
# Making all in dataformreported
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformreported'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformreported_test.o -MD -MP -MF .deps/dataformreported_test.Tpo -c -o dataformreported_test.o dataformreported_test.cpp
# mv -f .deps/dataformreported_test.Tpo .deps/dataformreported_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o dataformreported_test dataformreported_test.o ../../dataformreported.o ../../tag.o ../../dataform.o ../../gloox.o ../../dataformfieldcontainer.o ../../dataformfield.o ../../dataformitem.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o dataformreported_test dataformreported_test.o ../../dataformreported.o ../../tag.o ../../dataform.o ../../gloox.o ../../dataformfieldcontainer.o ../../dataformfield.o ../../dataformitem.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformreported'
# Making all in dataformitem
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformitem'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT dataformitem_test.o -MD -MP -MF .deps/dataformitem_test.Tpo -c -o dataformitem_test.o dataformitem_test.cpp
# mv -f .deps/dataformitem_test.Tpo .deps/dataformitem_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o dataformitem_test dataformitem_test.o ../../dataformreported.o ../../tag.o ../../dataform.o ../../gloox.o ../../dataformfieldcontainer.o ../../dataformfield.o ../../dataformitem.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o dataformitem_test dataformitem_test.o ../../dataformreported.o ../../tag.o ../../dataform.o ../../gloox.o ../../dataformfieldcontainer.o ../../dataformfield.o ../../dataformitem.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformitem'
# Making all in delayeddelivery
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/delayeddelivery'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT delayeddelivery_test.o -MD -MP -MF .deps/delayeddelivery_test.Tpo -c -o delayeddelivery_test.o delayeddelivery_test.cpp
# mv -f .deps/delayeddelivery_test.Tpo .deps/delayeddelivery_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o delayeddelivery_test delayeddelivery_test.o ../../delayeddelivery.o ../../tag.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o delayeddelivery_test delayeddelivery_test.o ../../delayeddelivery.o ../../tag.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/delayeddelivery'
# Making all in discoinfo
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/discoinfo'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT discoinfo_test.o -MD -MP -MF .deps/discoinfo_test.Tpo -c -o discoinfo_test.o discoinfo_test.cpp
# mv -f .deps/discoinfo_test.Tpo .deps/discoinfo_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o discoinfo_test discoinfo_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o discoinfo_test discoinfo_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/discoinfo'
# Making all in discoitems
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/discoitems'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT discoitems_test.o -MD -MP -MF .deps/discoitems_test.Tpo -c -o discoitems_test.o discoitems_test.cpp
# mv -f .deps/discoitems_test.Tpo .deps/discoitems_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o discoitems_test discoitems_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o discoitems_test discoitems_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/discoitems'
# Making all in disco
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/disco'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT disco_test.o -MD -MP -MF .deps/disco_test.Tpo -c -o disco_test.o disco_test.cpp
# disco_test.cpp:118:18: warning: 'DiscoTest::handleDiscoSet' hides overloaded virtual function [-Woverloaded-virtual]
# virtual bool handleDiscoSet( IQ* iq ) { (void)iq; return false; }
# ^
# ./../../discohandler.h:77:20: note: hidden overloaded virtual function 'gloox::DiscoHandler::handleDiscoSet' declared here: type mismatch at 1st parameter ('const gloox::IQ &' vs 'gloox::IQ *')
# virtual bool handleDiscoSet( const IQ& iq ) { (void)iq; return false; }
# ^
# 1 warning generated.
# mv -f .deps/disco_test.Tpo .deps/disco_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o disco_test disco_test.o ../../tag.o ../../stanza.o ../../prep.o ../../gloox.o ../../iq.o ../../util.o ../../error.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../softwareversion.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o disco_test disco_test.o ../../tag.o ../../stanza.o ../../prep.o ../../gloox.o ../../iq.o ../../util.o ../../error.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../softwareversion.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/disco'
# Making all in error
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/error'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT error_test.o -MD -MP -MF .deps/error_test.Tpo -c -o error_test.o error_test.cpp
# mv -f .deps/error_test.Tpo .deps/error_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o error_test error_test.o ../../error.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o error_test error_test.o ../../error.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/error'
# Making all in featureneg
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/featureneg'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT featureneg_test.o -MD -MP -MF .deps/featureneg_test.Tpo -c -o featureneg_test.o featureneg_test.cpp
# mv -f .deps/featureneg_test.Tpo .deps/featureneg_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o featureneg_test featureneg_test.o ../../tag.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../gloox.o ../../util.o ../../featureneg.o ../../stanzaextensionfactory.o ../../iq.o ../../message.o ../../stanza.o ../../jid.o ../../prep.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o featureneg_test featureneg_test.o ../../tag.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../gloox.o ../../util.o ../../featureneg.o ../../stanzaextensionfactory.o ../../iq.o ../../message.o ../../stanza.o ../../jid.o ../../prep.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/featureneg'
# Making all in flexoffline
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/flexoffline'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT flexoffline_test.o -MD -MP -MF .deps/flexoffline_test.Tpo -c -o flexoffline_test.o flexoffline_test.cpp
# mv -f .deps/flexoffline_test.Tpo .deps/flexoffline_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o flexoffline_test flexoffline_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../dataformfieldcontainer.o ../../dataform.o ../../dataformfield.o ../../dataformitem.o ../../softwareversion.o ../../dataformreported.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o flexoffline_test flexoffline_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../dataformfieldcontainer.o ../../dataform.o ../../dataformfield.o ../../dataformitem.o ../../softwareversion.o ../../dataformreported.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/flexoffline'
# Making all in flexofflineoffline
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/flexofflineoffline'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT flexofflineoffline_test.o -MD -MP -MF .deps/flexofflineoffline_test.Tpo -c -o flexofflineoffline_test.o flexofflineoffline_test.cpp
# mv -f .deps/flexofflineoffline_test.Tpo .deps/flexofflineoffline_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o flexofflineoffline_test flexofflineoffline_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../dataformfieldcontainer.o ../../dataform.o ../../dataformfield.o ../../dataformitem.o ../../softwareversion.o ../../dataformreported.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o flexofflineoffline_test flexofflineoffline_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../dataformfieldcontainer.o ../../dataform.o ../../dataformfield.o ../../dataformitem.o ../../softwareversion.o ../../dataformreported.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/flexofflineoffline'
# Making all in forward
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/forward'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT forward_test.o -MD -MP -MF .deps/forward_test.Tpo -c -o forward_test.o forward_test.cpp
# mv -f .deps/forward_test.Tpo .deps/forward_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o forward_test forward_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../message.o ../../forward.o ../../delayeddelivery.o ../../clientbase.o ../../client.o ../../connectiontcpbase.o ../../connectiontcpclient.o ../../disco.o ../../parser.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../messagesession.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../rostermanager.o ../../nonsaslauth.o ../../sha.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../rosteritem.o ../../privatexml.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../presence.o ../../subscription.o ../../capabilities.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o ../../attention.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o forward_test forward_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../message.o ../../forward.o ../../delayeddelivery.o ../../clientbase.o ../../client.o ../../connectiontcpbase.o ../../connectiontcpclient.o ../../disco.o ../../parser.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../messagesession.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../rostermanager.o ../../nonsaslauth.o ../../sha.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../rosteritem.o ../../privatexml.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../presence.o ../../subscription.o ../../capabilities.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o ../../attention.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/forward'
# Making all in gpgencrypted
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/gpgencrypted'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT gpgencrypted_test.o -MD -MP -MF .deps/gpgencrypted_test.Tpo -c -o gpgencrypted_test.o gpgencrypted_test.cpp
# mv -f .deps/gpgencrypted_test.Tpo .deps/gpgencrypted_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o gpgencrypted_test gpgencrypted_test.o ../../gpgencrypted.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o gpgencrypted_test gpgencrypted_test.o ../../gpgencrypted.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/gpgencrypted'
# Making all in gpgsigned
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/gpgsigned'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT gpgsigned_test.o -MD -MP -MF .deps/gpgsigned_test.Tpo -c -o gpgsigned_test.o gpgsigned_test.cpp
# mv -f .deps/gpgsigned_test.Tpo .deps/gpgsigned_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o gpgsigned_test gpgsigned_test.o ../../gpgsigned.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o gpgsigned_test gpgsigned_test.o ../../gpgsigned.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/gpgsigned'
# Making all in inbandbytestreamibb
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/inbandbytestreamibb'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT inbandbytestreamibb_test.o -MD -MP -MF .deps/inbandbytestreamibb_test.Tpo -c -o inbandbytestreamibb_test.o inbandbytestreamibb_test.cpp
# In file included from inbandbytestreamibb_test.cpp:63:
# ./../../inbandbytestream.cpp:260:72: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# iq.addExtension( new IBB( m_sid, ++m_sequence, data.substr( pos, m_blockSize ) ) );
# ~~~~ ^~~~~~~~~~~
# ./../../inbandbytestream.cpp:263:14: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
# pos += m_blockSize;
# ~~ ^~~~~~~~~~~
# 2 warnings generated.
# mv -f .deps/inbandbytestreamibb_test.Tpo .deps/inbandbytestreamibb_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o inbandbytestreamibb_test inbandbytestreamibb_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o inbandbytestreamibb_test inbandbytestreamibb_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/inbandbytestreamibb'
# Making all in inbandbytestream
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/inbandbytestream'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT inbandbytestream_test.o -MD -MP -MF .deps/inbandbytestream_test.Tpo -c -o inbandbytestream_test.o inbandbytestream_test.cpp
# In file included from inbandbytestream_test.cpp:63:
# ./../../inbandbytestream.cpp:260:72: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# iq.addExtension( new IBB( m_sid, ++m_sequence, data.substr( pos, m_blockSize ) ) );
# ~~~~ ^~~~~~~~~~~
# ./../../inbandbytestream.cpp:263:14: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
# pos += m_blockSize;
# ~~ ^~~~~~~~~~~
# 2 warnings generated.
# mv -f .deps/inbandbytestream_test.Tpo .deps/inbandbytestream_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o inbandbytestream_test inbandbytestream_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../logsink.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o inbandbytestream_test inbandbytestream_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../logsink.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/inbandbytestream'
# Making all in iodata
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/iodata'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT iodata_test.o -MD -MP -MF .deps/iodata_test.Tpo -c -o iodata_test.o iodata_test.cpp
# mv -f .deps/iodata_test.Tpo .deps/iodata_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o iodata_test iodata_test.o ../../iodata.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o iodata_test iodata_test.o ../../iodata.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/iodata'
# Making all in iq
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/iq'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT iq_test.o -MD -MP -MF .deps/iq_test.Tpo -c -o iq_test.o iq_test.cpp
# mv -f .deps/iq_test.Tpo .deps/iq_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o iq_test iq_test.o ../../tag.o ../../iq.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o iq_test iq_test.o ../../tag.o ../../iq.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/iq'
# Making all in jid
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jid'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT jid_test.o -MD -MP -MF .deps/jid_test.Tpo -c -o jid_test.o jid_test.cpp
# mv -f .deps/jid_test.Tpo .deps/jid_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o jid_test jid_test.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o jid_test jid_test.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT jid_perf.o -MD -MP -MF .deps/jid_perf.Tpo -c -o jid_perf.o jid_perf.cpp
# jid_perf.cpp:38:18: warning: unused variable 'sz_s' [-Wunused-const-variable]
# static const int sz_s = 100;
# ^
# jid_perf.cpp:39:18: warning: unused variable 'sz_b' [-Wunused-const-variable]
# static const int sz_b = 1000;
# ^
# 2 warnings generated.
# mv -f .deps/jid_perf.Tpo .deps/jid_perf.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o jid_perf jid_perf.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o jid_perf jid_perf.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jid'
# Making all in jingleiceudp
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jingleiceudp'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT jingleiceudp_test.o -MD -MP -MF .deps/jingleiceudp_test.Tpo -c -o jingleiceudp_test.o jingleiceudp_test.cpp
# mv -f .deps/jingleiceudp_test.Tpo .deps/jingleiceudp_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o jingleiceudp_test jingleiceudp_test.o ../../stanza.o ../../jid.o ../../tag.o ../../prep.o ../../gloox.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../jingleiceudp.o ../../error.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o jingleiceudp_test jingleiceudp_test.o ../../stanza.o ../../jid.o ../../tag.o ../../prep.o ../../gloox.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../jingleiceudp.o ../../error.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jingleiceudp'
# Making all in jinglesession
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesession'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglesession_test.o -MD -MP -MF .deps/jinglesession_test.Tpo -c -o jinglesession_test.o jinglesession_test.cpp
# jinglesession_test.cpp:87:59: warning: unused parameter 'action' [-Wunused-parameter]
# virtual void handleSessionActionError( Jingle::Action action, Jingle::Session* /*session*/, const Error* /*e*/ ) {}
# ^
# jinglesession_test.cpp:88:58: warning: unused parameter 'session' [-Wunused-parameter]
# virtual void handleIncomingSession( Jingle::Session* session ) {}
# ^
# jinglesession_test.cpp:112:57: warning: unused parameter 'action' [-Wunused-parameter]
# virtual void handleSessionActionError( Jingle::Action action, Jingle::Session* /*session*/, const Error* /*e*/ ) {}
# ^
# jinglesession_test.cpp:127:57: warning: unused parameter 'action' [-Wunused-parameter]
# void TestInitiator::handleSessionAction( Jingle::Action action, Jingle::Session* session, const Jingle::Session::Jingle* jingle )
# ^
# jinglesession_test.cpp:127:82: warning: unused parameter 'session' [-Wunused-parameter]
# void TestInitiator::handleSessionAction( Jingle::Action action, Jingle::Session* session, const Jingle::Session::Jingle* jingle )
# ^
# jinglesession_test.cpp:127:122: warning: unused parameter 'jingle' [-Wunused-parameter]
# void TestInitiator::handleSessionAction( Jingle::Action action, Jingle::Session* session, const Jingle::Session::Jingle* jingle )
# ^
# jinglesession_test.cpp:150:51: warning: unused parameter 'ctx' [-Wunused-parameter]
# void TestInitiator::send( IQ& iq, IqHandler*, int ctx )
# ^
# jinglesession_test.cpp:180:57: warning: unused parameter 'action' [-Wunused-parameter]
# void TestResponder::handleSessionAction( Jingle::Action action, Jingle::Session* session, const Jingle::Session::Jingle* jingle )
# ^
# jinglesession_test.cpp:180:122: warning: unused parameter 'jingle' [-Wunused-parameter]
# void TestResponder::handleSessionAction( Jingle::Action action, Jingle::Session* session, const Jingle::Session::Jingle* jingle )
# ^
# jinglesession_test.cpp:205:51: warning: unused parameter 'ctx' [-Wunused-parameter]
# void TestResponder::send( IQ& iq, IqHandler*, int ctx )
# ^
# 10 warnings generated.
# mv -f .deps/jinglesession_test.Tpo .deps/jinglesession_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o jinglesession_test jinglesession_test.o ../../tag.o ../../stanza.o ../../base64.o ../../prep.o ../../gloox.o ../../iq.o ../../util.o ../../sha.o ../../error.o ../../jid.o ../../jinglecontent.o ../../jinglepluginfactory.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o jinglesession_test jinglesession_test.o ../../tag.o ../../stanza.o ../../base64.o ../../prep.o ../../gloox.o ../../iq.o ../../util.o ../../sha.o ../../error.o ../../jid.o ../../jinglecontent.o ../../jinglepluginfactory.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesession'
# Making all in jinglesessionjingle
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesessionjingle'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglesessionjingle_test.o -MD -MP -MF .deps/jinglesessionjingle_test.Tpo -c -o jinglesessionjingle_test.o jinglesessionjingle_test.cpp
# mv -f .deps/jinglesessionjingle_test.Tpo .deps/jinglesessionjingle_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o jinglesessionjingle_test jinglesessionjingle_test.o ../../stanza.o ../../jid.o ../../tag.o ../../prep.o ../../gloox.o ../../stanzaextensionfactory.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../jinglecontent.o ../../error.o ../../mutex.o ../../jinglepluginfactory.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o jinglesessionjingle_test jinglesessionjingle_test.o ../../stanza.o ../../jid.o ../../tag.o ../../prep.o ../../gloox.o ../../stanzaextensionfactory.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../jinglecontent.o ../../error.o ../../mutex.o ../../jinglepluginfactory.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesessionjingle'
# Making all in jinglesessionmanager
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesessionmanager'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT jinglesessionmanager_test.o -MD -MP -MF .deps/jinglesessionmanager_test.Tpo -c -o jinglesessionmanager_test.o jinglesessionmanager_test.cpp
# jinglesessionmanager_test.cpp:91:38: warning: unused parameter 'ih' [-Wunused-parameter]
# virtual void trackID( IqHandler *ih, const std::string& id, int context ) {}
# ^
# jinglesessionmanager_test.cpp:91:61: warning: unused parameter 'id' [-Wunused-parameter]
# virtual void trackID( IqHandler *ih, const std::string& id, int context ) {}
# ^
# jinglesessionmanager_test.cpp:91:69: warning: unused parameter 'context' [-Wunused-parameter]
# virtual void trackID( IqHandler *ih, const std::string& id, int context ) {}
# ^
# jinglesessionmanager_test.cpp:95:59: warning: unused parameter 'action' [-Wunused-parameter]
# virtual void handleSessionActionError( Jingle::Action action, Jingle::Session* /*session*/, const Error* /*e*/ ) {}
# ^
# jinglesessionmanager_test.cpp:96:58: warning: unused parameter 'session' [-Wunused-parameter]
# virtual void handleIncomingSession( Jingle::Session* session ) {}
# ^
# jinglesessionmanager_test.cpp:115:54: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "action: %d, plugins: %d\n", action, jingle->plugins().size() );
# ~~ ^~~~~~~~~~~~~~~~~~~~~~~~
# %lu
# jinglesessionmanager_test.cpp:123:54: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "action: %d, plugins: %d\n", action, jingle->plugins().size() );
# ~~ ^~~~~~~~~~~~~~~~~~~~~~~~
# %lu
# jinglesessionmanager_test.cpp:133:54: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "action: %d, plugins: %d\n", action, jingle->plugins().size() );
# ~~ ^~~~~~~~~~~~~~~~~~~~~~~~
# %lu
# jinglesessionmanager_test.cpp:144:54: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "action: %d, plugins: %d\n", action, jingle->plugins().size() );
# ~~ ^~~~~~~~~~~~~~~~~~~~~~~~
# %lu
# jinglesessionmanager_test.cpp:107:82: warning: unused parameter 'session' [-Wunused-parameter]
# void TestInitiator::handleSessionAction( Jingle::Action action, Jingle::Session* session, const Jingle::Session::Jingle* jingle )
# ^
# 10 warnings generated.
# mv -f .deps/jinglesessionmanager_test.Tpo .deps/jinglesessionmanager_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o jinglesessionmanager_test jinglesessionmanager_test.o ../../tag.o ../../stanza.o ../../base64.o ../../prep.o ../../gloox.o ../../iq.o ../../util.o ../../mutex.o ../../sha.o ../../error.o ../../jid.o ../../jinglecontent.o ../../jinglepluginfactory.o ../../stanzaextensionfactory.o ../../jingleiceudp.o ../../jinglefiletransfer.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o jinglesessionmanager_test jinglesessionmanager_test.o ../../tag.o ../../stanza.o ../../base64.o ../../prep.o ../../gloox.o ../../iq.o ../../util.o ../../mutex.o ../../sha.o ../../error.o ../../jid.o ../../jinglecontent.o ../../jinglepluginfactory.o ../../stanzaextensionfactory.o ../../jingleiceudp.o ../../jinglefiletransfer.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesessionmanager'
# Making all in lastactivity
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/lastactivity'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT lastactivity_test.o -MD -MP -MF .deps/lastactivity_test.Tpo -c -o lastactivity_test.o lastactivity_test.cpp
# mv -f .deps/lastactivity_test.Tpo .deps/lastactivity_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o lastactivity_test lastactivity_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../dataformfieldcontainer.o ../../dataform.o ../../dataformfield.o ../../dataformitem.o ../../softwareversion.o ../../dataformreported.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o lastactivity_test lastactivity_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../dataformfieldcontainer.o ../../dataform.o ../../dataformfield.o ../../dataformitem.o ../../softwareversion.o ../../dataformreported.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/lastactivity'
# Making all in lastactivityquery
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/lastactivityquery'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT lastactivityquery_test.o -MD -MP -MF .deps/lastactivityquery_test.Tpo -c -o lastactivityquery_test.o lastactivityquery_test.cpp
# mv -f .deps/lastactivityquery_test.Tpo .deps/lastactivityquery_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o lastactivityquery_test lastactivityquery_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../dataformfieldcontainer.o ../../dataform.o ../../dataformfield.o ../../dataformitem.o ../../softwareversion.o ../../dataformreported.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o lastactivityquery_test lastactivityquery_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../dataformfieldcontainer.o ../../dataform.o ../../dataformfield.o ../../dataformitem.o ../../softwareversion.o ../../dataformreported.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/lastactivityquery'
# Making all in md5
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/md5'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT md5_test.o -MD -MP -MF .deps/md5_test.Tpo -c -o md5_test.o md5_test.cpp
# mv -f .deps/md5_test.Tpo .deps/md5_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o md5_test md5_test.o ../../md5.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o md5_test md5_test.o ../../md5.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/md5'
# Making all in message
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/message'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT message_test.o -MD -MP -MF .deps/message_test.Tpo -c -o message_test.o message_test.cpp
# mv -f .deps/message_test.Tpo .deps/message_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o message_test message_test.o ../../tag.o ../../message.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o ../../delayeddelivery.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o message_test message_test.o ../../tag.o ../../message.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o ../../delayeddelivery.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/message'
# Making all in messageeventfilter
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/messageeventfilter'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/p11-kit-1 -pthread -I/usr/include/p11-kit-1 -pthread -ansi -MT messageeventfilter_test-messageeventfilter_test.o -MD -MP -MF .deps/messageeventfilter_test-messageeventfilter_test.Tpo -c -o messageeventfilter_test-messageeventfilter_test.o `test -f 'messageeventfilter_test.cpp' || echo './'`messageeventfilter_test.cpp
# mv -f .deps/messageeventfilter_test-messageeventfilter_test.Tpo .deps/messageeventfilter_test-messageeventfilter_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o messageeventfilter_test messageeventfilter_test-messageeventfilter_test.o ../../tag.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../message.o ../../util.o ../../sha.o ../../base64.o ../../messageevent.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o messageeventfilter_test messageeventfilter_test-messageeventfilter_test.o ../../tag.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../message.o ../../util.o ../../sha.o ../../base64.o ../../messageevent.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/messageeventfilter'
# Making all in mucroommuc
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommuc'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT mucroommuc_test.o -MD -MP -MF .deps/mucroommuc_test.Tpo -c -o mucroommuc_test.o mucroommuc_test.cpp
# mv -f .deps/mucroommuc_test.Tpo .deps/mucroommuc_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o mucroommuc_test mucroommuc_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mucroom.o ../../delayeddelivery.o ../../mucmessagesession.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o mucroommuc_test mucroommuc_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mucroom.o ../../delayeddelivery.o ../../mucmessagesession.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommuc'
# Making all in mucroommucadmin
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucadmin'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT mucroommucadmin_test.o -MD -MP -MF .deps/mucroommucadmin_test.Tpo -c -o mucroommucadmin_test.o mucroommucadmin_test.cpp
# mv -f .deps/mucroommucadmin_test.Tpo .deps/mucroommucadmin_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o mucroommucadmin_test mucroommucadmin_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mucroom.o ../../delayeddelivery.o ../../mucmessagesession.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o mucroommucadmin_test mucroommucadmin_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mucroom.o ../../delayeddelivery.o ../../mucmessagesession.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucadmin'
# Making all in mucroommucowner
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucowner'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT mucroommucowner_test.o -MD -MP -MF .deps/mucroommucowner_test.Tpo -c -o mucroommucowner_test.o mucroommucowner_test.cpp
# mv -f .deps/mucroommucowner_test.Tpo .deps/mucroommucowner_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o mucroommucowner_test mucroommucowner_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mucroom.o ../../delayeddelivery.o ../../mucmessagesession.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o mucroommucowner_test mucroommucowner_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mucroom.o ../../delayeddelivery.o ../../mucmessagesession.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucowner'
# Making all in mucroommucuser
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucuser'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT mucroommucuser_test.o -MD -MP -MF .deps/mucroommucuser_test.Tpo -c -o mucroommucuser_test.o mucroommucuser_test.cpp
# mv -f .deps/mucroommucuser_test.Tpo .deps/mucroommucuser_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o mucroommucuser_test mucroommucuser_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mucroom.o ../../delayeddelivery.o ../../mucmessagesession.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o mucroommucuser_test mucroommucuser_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mucroom.o ../../delayeddelivery.o ../../mucmessagesession.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucuser'
# Making all in nickname
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nickname'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT nickname_test.o -MD -MP -MF .deps/nickname_test.Tpo -c -o nickname_test.o nickname_test.cpp
# mv -f .deps/nickname_test.Tpo .deps/nickname_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o nickname_test nickname_test.o ../../nickname.o ../../gloox.o ../../tag.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o nickname_test nickname_test.o ../../nickname.o ../../gloox.o ../../tag.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nickname'
# Making all in nonsaslauthquery
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nonsaslauthquery'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT nonsaslauthquery_test.o -MD -MP -MF .deps/nonsaslauthquery_test.Tpo -c -o nonsaslauthquery_test.o nonsaslauthquery_test.cpp
# mv -f .deps/nonsaslauthquery_test.Tpo .deps/nonsaslauthquery_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o nonsaslauthquery_test nonsaslauthquery_test.o ../../tag.o ../../stanza.o ../../prep.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../sha.o ../../stanzaextensionfactory.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o nonsaslauthquery_test nonsaslauthquery_test.o ../../tag.o ../../stanza.o ../../prep.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../sha.o ../../stanzaextensionfactory.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nonsaslauthquery'
# Making all in nonsaslauth
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nonsaslauth'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT nonsaslauth_test.o -MD -MP -MF .deps/nonsaslauth_test.Tpo -c -o nonsaslauth_test.o nonsaslauth_test.cpp
# mv -f .deps/nonsaslauth_test.Tpo .deps/nonsaslauth_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o nonsaslauth_test nonsaslauth_test.o ../../tag.o ../../stanza.o ../../prep.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../sha.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o nonsaslauth_test nonsaslauth_test.o ../../tag.o ../../stanza.o ../../prep.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../sha.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nonsaslauth'
# Making all in oob
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/oob'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT oob_test.o -MD -MP -MF .deps/oob_test.Tpo -c -o oob_test.o oob_test.cpp
# mv -f .deps/oob_test.Tpo .deps/oob_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o oob_test oob_test.o ../../oob.o ../../tag.o ../../gloox.o ../../iq.o ../../stanzaextensionfactory.o ../../stanza.o ../../util.o ../../jid.o ../../prep.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o oob_test oob_test.o ../../oob.o ../../tag.o ../../gloox.o ../../iq.o ../../stanzaextensionfactory.o ../../stanza.o ../../util.o ../../jid.o ../../prep.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/oob'
# Making all in parser
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/parser'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -g3 -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT parser_test.o -MD -MP -MF .deps/parser_test.Tpo -c -o parser_test.o parser_test.cpp
# mv -f .deps/parser_test.Tpo .deps/parser_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o parser_test parser_test.o ../../parser.o ../../tag.o ../../util.o ../../gloox.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o parser_test parser_test.o ../../parser.o ../../tag.o ../../util.o ../../gloox.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/parser'
# Making all in prep
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/prep'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT prep_test.o -MD -MP -MF .deps/prep_test.Tpo -c -o prep_test.o prep_test.cpp
# mv -f .deps/prep_test.Tpo .deps/prep_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o prep_test prep_test.o ../../prep.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o prep_test prep_test.o ../../prep.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/prep'
# Making all in presence
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/presence'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT presence_test.o -MD -MP -MF .deps/presence_test.Tpo -c -o presence_test.o presence_test.cpp
# mv -f .deps/presence_test.Tpo .deps/presence_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o presence_test presence_test.o ../../tag.o ../../presence.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o presence_test presence_test.o ../../tag.o ../../presence.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/presence'
# Making all in privacymanager
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privacymanager'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT privacymanager_test.o -MD -MP -MF .deps/privacymanager_test.Tpo -c -o privacymanager_test.o privacymanager_test.cpp
# mv -f .deps/privacymanager_test.Tpo .deps/privacymanager_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o privacymanager_test privacymanager_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../privacyitem.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o privacymanager_test privacymanager_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../privacyitem.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privacymanager'
# Making all in privacymanagerquery
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privacymanagerquery'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT privacymanagerquery_test.o -MD -MP -MF .deps/privacymanagerquery_test.Tpo -c -o privacymanagerquery_test.o privacymanagerquery_test.cpp
# In file included from privacymanagerquery_test.cpp:63:
# ./../../inbandbytestream.cpp:260:72: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# iq.addExtension( new IBB( m_sid, ++m_sequence, data.substr( pos, m_blockSize ) ) );
# ~~~~ ^~~~~~~~~~~
# ./../../inbandbytestream.cpp:263:14: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
# pos += m_blockSize;
# ~~ ^~~~~~~~~~~
# 2 warnings generated.
# mv -f .deps/privacymanagerquery_test.Tpo .deps/privacymanagerquery_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o privacymanagerquery_test privacymanagerquery_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o privacymanagerquery_test privacymanagerquery_test.o ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o ../../iq.o ../../base64.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privacymanagerquery'
# Making all in privatexml
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privatexml'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT privatexml_test.o -MD -MP -MF .deps/privatexml_test.Tpo -c -o privatexml_test.o privatexml_test.cpp
# mv -f .deps/privatexml_test.Tpo .deps/privatexml_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o privatexml_test privatexml_test.o ../../gloox.o ../../tag.o ../../util.o ../../stanza.o ../../message.o ../../jid.o ../../prep.o ../../stanzaextensionfactory.o ../../iq.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o privatexml_test privatexml_test.o ../../gloox.o ../../tag.o ../../util.o ../../stanza.o ../../message.o ../../jid.o ../../prep.o ../../stanzaextensionfactory.o ../../iq.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privatexml'
# Making all in pubsubmanagerpubsub
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubmanagerpubsub'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubmanagerpubsub_test.o -MD -MP -MF .deps/pubsubmanagerpubsub_test.Tpo -c -o pubsubmanagerpubsub_test.o pubsubmanagerpubsub_test.cpp
# mv -f .deps/pubsubmanagerpubsub_test.Tpo .deps/pubsubmanagerpubsub_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o pubsubmanagerpubsub_test pubsubmanagerpubsub_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../delayeddelivery.o ../../pubsubitem.o ../../shim.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o pubsubmanagerpubsub_test pubsubmanagerpubsub_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../delayeddelivery.o ../../pubsubitem.o ../../shim.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubmanagerpubsub'
# Making all in pubsubmanager
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubmanager'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubmanager_test.o -MD -MP -MF .deps/pubsubmanager_test.Tpo -c -o pubsubmanager_test.o pubsubmanager_test.cpp
# mv -f .deps/pubsubmanager_test.Tpo .deps/pubsubmanager_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o pubsubmanager_test pubsubmanager_test.o ../../gloox.o ../../tag.o ../../iq.o ../../jid.o ../../prep.o ../../stanza.o ../../util.o ../../error.o ../../dataform.o ../../dataformfield.o ../../dataformfieldcontainer.o ../../dataformitem.o ../../dataformreported.o ../../pubsubitem.o ../../shim.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o pubsubmanager_test pubsubmanager_test.o ../../gloox.o ../../tag.o ../../iq.o ../../jid.o ../../prep.o ../../stanza.o ../../util.o ../../error.o ../../dataform.o ../../dataformfield.o ../../dataformfieldcontainer.o ../../dataformitem.o ../../dataformreported.o ../../pubsubitem.o ../../shim.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubmanager'
# Making all in pubsubevent
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubevent'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsubevent_test.o -MD -MP -MF .deps/pubsubevent_test.Tpo -c -o pubsubevent_test.o pubsubevent_test.cpp
# mv -f .deps/pubsubevent_test.Tpo .deps/pubsubevent_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o pubsubevent_test pubsubevent_test.o ../../gloox.o ../../tag.o ../../jid.o ../../prep.o ../../util.o ../../error.o ../../pubsubevent.o ../../dataform.o ../../dataformfield.o ../../dataformfieldcontainer.o ../../dataformitem.o ../../dataformreported.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o pubsubevent_test pubsubevent_test.o ../../gloox.o ../../tag.o ../../jid.o ../../prep.o ../../util.o ../../error.o ../../pubsubevent.o ../../dataform.o ../../dataformfield.o ../../dataformfieldcontainer.o ../../dataformitem.o ../../dataformreported.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubevent'
# Making all in receipt
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/receipt'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT receipt_test.o -MD -MP -MF .deps/receipt_test.Tpo -c -o receipt_test.o receipt_test.cpp
# mv -f .deps/receipt_test.Tpo .deps/receipt_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o receipt_test receipt_test.o ../../receipt.o ../../gloox.o ../../tag.o ../../util.o ../../stanza.o ../../message.o ../../jid.o ../../prep.o ../../stanzaextensionfactory.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o receipt_test receipt_test.o ../../receipt.o ../../gloox.o ../../tag.o ../../util.o ../../stanza.o ../../message.o ../../jid.o ../../prep.o ../../stanzaextensionfactory.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/receipt'
# Making all in registrationquery
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/registrationquery'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT registrationquery_test.o -MD -MP -MF .deps/registrationquery_test.Tpo -c -o registrationquery_test.o registrationquery_test.cpp
# mv -f .deps/registrationquery_test.Tpo .deps/registrationquery_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o registrationquery_test registrationquery_test.o ../../stanza.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../tag.o ../../prep.o ../../gloox.o ../../stanzaextensionfactory.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../error.o ../../oob.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o registrationquery_test registrationquery_test.o ../../stanza.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../tag.o ../../prep.o ../../gloox.o ../../stanzaextensionfactory.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../error.o ../../oob.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/registrationquery'
# Making all in registration
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/registration'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT registration_test.o -MD -MP -MF .deps/registration_test.Tpo -c -o registration_test.o registration_test.cpp
# mv -f .deps/registration_test.Tpo .deps/registration_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o registration_test registration_test.o ../../stanza.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../tag.o ../../prep.o ../../gloox.o ../../stanzaextensionfactory.o ../../oob.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../error.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o registration_test registration_test.o ../../stanza.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../tag.o ../../prep.o ../../gloox.o ../../stanzaextensionfactory.o ../../oob.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../error.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/registration'
# Making all in rostermanagerquery
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/rostermanagerquery'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT rostermanagerquery_test.o -MD -MP -MF .deps/rostermanagerquery_test.Tpo -c -o rostermanagerquery_test.o rostermanagerquery_test.cpp
# mv -f .deps/rostermanagerquery_test.Tpo .deps/rostermanagerquery_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o rostermanagerquery_test rostermanagerquery_test.o ../../rostermanager.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../privatexml.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../rosteritem.o ../../capabilities.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o rostermanagerquery_test rostermanagerquery_test.o ../../rostermanager.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../privatexml.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../rosteritem.o ../../capabilities.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../eventdispatcher.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/rostermanagerquery'
# Making all in rostermanager
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/rostermanager'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT rostermanager_test.o -MD -MP -MF .deps/rostermanager_test.Tpo -c -o rostermanager_test.o rostermanager_test.cpp
# In file included from rostermanager_test.cpp:79:
# In file included from ./../../rostermanager.cpp:18:
# ./../../rosteritemdata.h:66:24: warning: 'm_jid' is deprecated [-Wdeprecated-declarations]
# : m_jid( right.m_jid ), m_jidJID( right.m_jidJID ), m_name( right.m_name ),
# ^
# ./../../rosteritemdata.h:218:36: note: 'm_jid' has been explicitly marked deprecated here
# GLOOX_DEPRECATED std::string m_jid; /**< @deprecated Will be removed for 1.1. */
# ^
# rostermanager_test.cpp:125:36: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf("rostersize: %d\n", roster.size() );
# ~~ ^~~~~~~~~~~~~
# %lu
# 2 warnings generated.
# mv -f .deps/rostermanager_test.Tpo .deps/rostermanager_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o rostermanager_test rostermanager_test.o ../../tag.o ../../stanza.o ../../base64.o ../../prep.o ../../gloox.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../jid.o ../../rosteritem.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o rostermanager_test rostermanager_test.o ../../tag.o ../../stanza.o ../../base64.o ../../prep.o ../../gloox.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../jid.o ../../rosteritem.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/rostermanager'
# Making all in searchquery
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/searchquery'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT searchquery_test.o -MD -MP -MF .deps/searchquery_test.Tpo -c -o searchquery_test.o searchquery_test.cpp
# mv -f .deps/searchquery_test.Tpo .deps/searchquery_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o searchquery_test searchquery_test.o ../../stanza.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../tag.o ../../prep.o ../../gloox.o ../../stanzaextensionfactory.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../error.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o searchquery_test searchquery_test.o ../../stanza.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../tag.o ../../prep.o ../../gloox.o ../../stanzaextensionfactory.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../error.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/searchquery'
# Making all in search
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/search'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT search_test.o -MD -MP -MF .deps/search_test.Tpo -c -o search_test.o search_test.cpp
# mv -f .deps/search_test.Tpo .deps/search_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o search_test search_test.o ../../stanza.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../tag.o ../../prep.o ../../gloox.o ../../stanzaextensionfactory.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../error.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o search_test search_test.o ../../stanza.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../tag.o ../../prep.o ../../gloox.o ../../stanzaextensionfactory.o ../../iq.o ../../util.o ../../sha.o ../../base64.o ../../error.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/search'
# Making all in sha
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/sha'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT sha_test.o -MD -MP -MF .deps/sha_test.Tpo -c -o sha_test.o sha_test.cpp
# mv -f .deps/sha_test.Tpo .deps/sha_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o sha_test sha_test.o ../../sha.o ../../gloox.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o sha_test sha_test.o ../../sha.o ../../gloox.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/sha'
# Making all in shim
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/shim'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT shim_test.o -MD -MP -MF .deps/shim_test.Tpo -c -o shim_test.o shim_test.cpp
# mv -f .deps/shim_test.Tpo .deps/shim_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o shim_test shim_test.o ../../shim.o ../../gloox.o ../../tag.o ../../util.o ../../stanza.o ../../message.o ../../jid.o ../../prep.o ../../stanzaextensionfactory.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o shim_test shim_test.o ../../shim.o ../../gloox.o ../../tag.o ../../util.o ../../stanza.o ../../message.o ../../jid.o ../../prep.o ../../stanzaextensionfactory.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/shim'
# Making all in simanager
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/simanager'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT simanager_test.o -MD -MP -MF .deps/simanager_test.Tpo -c -o simanager_test.o simanager_test.cpp
# mv -f .deps/simanager_test.Tpo .deps/simanager_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o simanager_test simanager_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o simanager_test simanager_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/simanager'
# Making all in simanagersi
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/simanagersi'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT simanagersi_test.o -MD -MP -MF .deps/simanagersi_test.Tpo -c -o simanagersi_test.o simanagersi_test.cpp
# mv -f .deps/simanagersi_test.Tpo .deps/simanagersi_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o simanagersi_test simanagersi_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../stanzaextensionfactory.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o simanagersi_test simanagersi_test.o ../../jid.o ../../tag.o ../../logsink.o ../../prep.o ../../util.o ../../gloox.o ../../iq.o ../../stanza.o ../../error.o ../../stanzaextensionfactory.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/simanagersi'
# Making all in stanzaextensionfactory
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/stanzaextensionfactory'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -g3 -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT stanzaextensionfactory_test.o -MD -MP -MF .deps/stanzaextensionfactory_test.Tpo -c -o stanzaextensionfactory_test.o stanzaextensionfactory_test.cpp
# mv -f .deps/stanzaextensionfactory_test.Tpo .deps/stanzaextensionfactory_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o stanzaextensionfactory_test stanzaextensionfactory_test.o ../../tag.o ../../stanza.o ../../jid.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o ../../iq.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o stanzaextensionfactory_test stanzaextensionfactory_test.o ../../tag.o ../../stanza.o ../../jid.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o ../../iq.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -g3 -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT stanzaextensionfactory_perf.o -MD -MP -MF .deps/stanzaextensionfactory_perf.Tpo -c -o stanzaextensionfactory_perf.o stanzaextensionfactory_perf.cpp
# mv -f .deps/stanzaextensionfactory_perf.Tpo .deps/stanzaextensionfactory_perf.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o stanzaextensionfactory_perf stanzaextensionfactory_perf.o ../../tag.o ../../stanza.o ../../jid.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o ../../iq.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o stanzaextensionfactory_perf stanzaextensionfactory_perf.o ../../tag.o ../../stanza.o ../../jid.o ../../prep.o ../../stanzaextensionfactory.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o ../../iq.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/stanzaextensionfactory'
# Making all in subscription
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/subscription'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT subscription_test.o -MD -MP -MF .deps/subscription_test.Tpo -c -o subscription_test.o subscription_test.cpp
# mv -f .deps/subscription_test.Tpo .deps/subscription_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o subscription_test subscription_test.o ../../tag.o ../../subscription.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o subscription_test subscription_test.o ../../tag.o ../../subscription.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o ../../sha.o ../../base64.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/subscription'
# Making all in tag
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/tag'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT tag_test.o -MD -MP -MF .deps/tag_test.Tpo -c -o tag_test.o tag_test.cpp
# mv -f .deps/tag_test.Tpo .deps/tag_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o tag_test tag_test.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o tag_test tag_test.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT tag_perf.o -MD -MP -MF .deps/tag_perf.Tpo -c -o tag_perf.o tag_perf.cpp
# tag_perf.cpp:70:10: warning: implicit conversion loses integer precision: 'time_t' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
# srand( time( 0 ) );
# ~~~~~ ^~~~~~~~~
# tag_perf.cpp:60:21: warning: unused function 'newEscapedTag' [-Wunused-function]
# static inline Tag * newEscapedTag () { return newTag( escapedString ); }
# ^
# 2 warnings generated.
# mv -f .deps/tag_perf.Tpo .deps/tag_perf.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o tag_perf tag_perf.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o tag_perf tag_perf.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/tag'
# Making all in tlsgnutls
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/tlsgnutls'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT tlsgnutls_test.o -MD -MP -MF .deps/tlsgnutls_test.Tpo -c -o tlsgnutls_test.o tlsgnutls_test.cpp
# mv -f .deps/tlsgnutls_test.Tpo .deps/tlsgnutls_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o tlsgnutls_test tlsgnutls_test.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../tlsgnutlsbase.o ../../gloox.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o tlsgnutls_test tlsgnutls_test.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../tlsgnutlsbase.o ../../gloox.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/tlsgnutls'
# Making all in uniquemucroomunique
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/uniquemucroomunique'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT uniquemucroomunique_test.o -MD -MP -MF .deps/uniquemucroomunique_test.Tpo -c -o uniquemucroomunique_test.o uniquemucroomunique_test.cpp
# In file included from uniquemucroomunique_test.cpp:15:
# ./../../uniquemucroom.h:56:20: warning: 'gloox::UniqueMUCRoom::join' hides overloaded virtual function [-Woverloaded-virtual]
# virtual void join();
# ^
# ./../../mucroom.h:399:20: note: hidden overloaded virtual function 'gloox::MUCRoom::join' declared here: different number of parameters (3 vs 0)
# virtual void join( Presence::PresenceType type = Presence::Available,
# ^
# 1 warning generated.
# mv -f .deps/uniquemucroomunique_test.Tpo .deps/uniquemucroomunique_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o uniquemucroomunique_test uniquemucroomunique_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../uniquemucroom.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mucroom.o ../../delayeddelivery.o ../../mucmessagesession.o ../../instantmucroom.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o uniquemucroomunique_test uniquemucroomunique_test.o ../../connectiontcpclient.o ../../connectiontcpbase.o ../../disco.o ../../parser.o ../../tag.o ../../stanza.o ../../base64.o ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o ../../logsink.o ../../messagesession.o ../../prep.o ../../compressionzlib.o ../../dns.o ../../stanzaextensionfactory.o ../../eventdispatcher.o ../../gloox.o ../../tlsgnutlsbase.o ../../tlsdefault.o ../../uniquemucroom.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o ../../mutex.o ../../iq.o ../../presence.o ../../message.o ../../subscription.o ../../util.o ../../sha.o ../../error.o ../../clientbase.o ../../jid.o ../../dataform.o ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o ../../dataformfield.o ../../mucroom.o ../../delayeddelivery.o ../../mucmessagesession.o ../../instantmucroom.o ../../softwareversion.o ../../atomicrefcount.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/uniquemucroomunique'
# Making all in vcard
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/vcard'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT vcard_test.o -MD -MP -MF .deps/vcard_test.Tpo -c -o vcard_test.o vcard_test.cpp
# mv -f .deps/vcard_test.Tpo .deps/vcard_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o vcard_test vcard_test.o ../../vcard.o ../../gloox.o ../../tag.o ../../util.o ../../iq.o ../../stanzaextensionfactory.o ../../base64.o ../../stanza.o ../../jid.o ../../prep.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o vcard_test vcard_test.o ../../vcard.o ../../gloox.o ../../tag.o ../../util.o ../../iq.o ../../stanzaextensionfactory.o ../../base64.o ../../stanza.o ../../jid.o ../../prep.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/vcard'
# Making all in vcardupdate
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/vcardupdate'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT vcardupdate_test.o -MD -MP -MF .deps/vcardupdate_test.Tpo -c -o vcardupdate_test.o vcardupdate_test.cpp
# mv -f .deps/vcardupdate_test.Tpo .deps/vcardupdate_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o vcardupdate_test vcardupdate_test.o ../../vcardupdate.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o vcardupdate_test vcardupdate_test.o ../../vcardupdate.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/vcardupdate'
# Making all in xpath
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/xpath'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT xpath_test.o -MD -MP -MF .deps/xpath_test.Tpo -c -o xpath_test.o xpath_test.cpp
# mv -f .deps/xpath_test.Tpo .deps/xpath_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o xpath_test xpath_test.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o xpath_test xpath_test.o ../../tag.o ../../gloox.o ../../util.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/xpath'
# Making all in zlib
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/zlib'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT zlib_test.o -MD -MP -MF .deps/zlib_test.Tpo -c -o zlib_test.o zlib_test.cpp
# mv -f .deps/zlib_test.Tpo .deps/zlib_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o zlib_test zlib_test.o ../../compressionzlib.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o zlib_test zlib_test.o ../../compressionzlib.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT zlib_perf.o -MD -MP -MF .deps/zlib_perf.Tpo -c -o zlib_perf.o zlib_perf.cpp
# zlib_perf.cpp:70:10: warning: implicit conversion loses integer precision: 'time_t' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
# srand( time(NULL) );
# ~~~~~ ^~~~~~~~~~
# 1 warning generated.
# mv -f .deps/zlib_perf.Tpo .deps/zlib_perf.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o zlib_perf zlib_perf.o ../../compressionzlib.o ../../mutex.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o zlib_perf zlib_perf.o ../../compressionzlib.o ../../mutex.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/zlib'
# Making all in util
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/util'
# clang++ -DHAVE_CONFIG_H -I. -I../../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -I/usr/include/p11-kit-1 -pthread -ansi -MT util_test.o -MD -MP -MF .deps/util_test.Tpo -c -o util_test.o util_test.cpp
# mv -f .deps/util_test.Tpo .deps/util_test.Po
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o util_test util_test.o ../../util.o ../../gloox.o -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o util_test util_test.o ../../util.o ../../gloox.o -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/util'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests'
# Making all in examples
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/examples'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT register_example.o -MD -MP -MF .deps/register_example.Tpo -c -o register_example.o register_example.cpp
# mv -f .deps/register_example.Tpo .deps/register_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o register_example register_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/register_example register_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT disco_example.o -MD -MP -MF .deps/disco_example.Tpo -c -o disco_example.o disco_example.cpp
# mv -f .deps/disco_example.Tpo .deps/disco_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o disco_example disco_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/disco_example disco_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT adhoc_example.o -MD -MP -MF .deps/adhoc_example.Tpo -c -o adhoc_example.o adhoc_example.cpp
# mv -f .deps/adhoc_example.Tpo .deps/adhoc_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o adhoc_example adhoc_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/adhoc_example adhoc_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT roster_example.o -MD -MP -MF .deps/roster_example.Tpo -c -o roster_example.o roster_example.cpp
# roster_example.cpp:70:18: warning: 'RosterTest::onResourceBindError' hides overloaded virtual function [-Woverloaded-virtual]
# virtual void onResourceBindError( ResourceBindError error )
# ^
# ./../connectionlistener.h:75:20: note: hidden overloaded virtual function 'gloox::ConnectionListener::onResourceBindError' declared here: type mismatch at 1st parameter ('const gloox::Error *' vs 'gloox::ResourceBindError')
# virtual void onResourceBindError( const Error* error ) { (void) (error); }
# ^
# roster_example.cpp:75:18: warning: 'RosterTest::onSessionCreateError' hides overloaded virtual function [-Woverloaded-virtual]
# virtual void onSessionCreateError( SessionCreateError error )
# ^
# ./../connectionlistener.h:83:20: note: hidden overloaded virtual function 'gloox::ConnectionListener::onSessionCreateError' declared here: type mismatch at 1st parameter ('const gloox::Error *' vs 'gloox::SessionCreateError')
# virtual void onSessionCreateError( const Error* error ) { (void) (error); }
# ^
# 2 warnings generated.
# mv -f .deps/roster_example.Tpo .deps/roster_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o roster_example roster_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/roster_example roster_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT privatexml_example.o -MD -MP -MF .deps/privatexml_example.Tpo -c -o privatexml_example.o privatexml_example.cpp
# mv -f .deps/privatexml_example.Tpo .deps/privatexml_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o privatexml_example privatexml_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/privatexml_example privatexml_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT component_example.o -MD -MP -MF .deps/component_example.Tpo -c -o component_example.o component_example.cpp
# In file included from component_example.cpp:13:
# ./../component.h:57:20: warning: 'gloox::Component::disconnect' hides overloaded virtual function [-Woverloaded-virtual]
# virtual void disconnect() { ClientBase::disconnect( ConnUserDisconnected ); }
# ^
# ./../clientbase.h:766:20: note: hidden overloaded virtual function 'gloox::ClientBase::disconnect' declared here: different number of parameters (1 vs 0)
# virtual void disconnect( ConnectionError reason );
# ^
# 1 warning generated.
# mv -f .deps/component_example.Tpo .deps/component_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o component_example component_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/component_example component_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT bookmarkstorage_example.o -MD -MP -MF .deps/bookmarkstorage_example.Tpo -c -o bookmarkstorage_example.o bookmarkstorage_example.cpp
# mv -f .deps/bookmarkstorage_example.Tpo .deps/bookmarkstorage_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o bookmarkstorage_example bookmarkstorage_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/bookmarkstorage_example bookmarkstorage_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT annotations_example.o -MD -MP -MF .deps/annotations_example.Tpo -c -o annotations_example.o annotations_example.cpp
# mv -f .deps/annotations_example.Tpo .deps/annotations_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o annotations_example annotations_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/annotations_example annotations_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT privacylist_example.o -MD -MP -MF .deps/privacylist_example.Tpo -c -o privacylist_example.o privacylist_example.cpp
# mv -f .deps/privacylist_example.Tpo .deps/privacylist_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o privacylist_example privacylist_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/privacylist_example privacylist_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT message_example.o -MD -MP -MF .deps/message_example.Tpo -c -o message_example.o message_example.cpp
# mv -f .deps/message_example.Tpo .deps/message_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o message_example message_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/message_example message_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT flexoff_example.o -MD -MP -MF .deps/flexoff_example.Tpo -c -o flexoff_example.o flexoff_example.cpp
# flexoff_example.cpp:123:50: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "FlexOff: %d headers received.\n", headers.size() );
# ~~ ^~~~~~~~~~~~~~
# %lu
# 1 warning generated.
# mv -f .deps/flexoff_example.Tpo .deps/flexoff_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o flexoff_example flexoff_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/flexoff_example flexoff_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT vcard_example.o -MD -MP -MF .deps/vcard_example.Tpo -c -o vcard_example.o vcard_example.cpp
# mv -f .deps/vcard_example.Tpo .deps/vcard_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o vcard_example vcard_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/vcard_example vcard_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT reset_example.o -MD -MP -MF .deps/reset_example.Tpo -c -o reset_example.o reset_example.cpp
# mv -f .deps/reset_example.Tpo .deps/reset_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o reset_example reset_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/reset_example reset_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT muc_example.o -MD -MP -MF .deps/muc_example.Tpo -c -o muc_example.o muc_example.cpp
# mv -f .deps/muc_example.Tpo .deps/muc_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o muc_example muc_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/muc_example muc_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT e2ee_client.o -MD -MP -MF .deps/e2ee_client.Tpo -c -o e2ee_client.o e2ee_client.cpp
# e2ee_client.cpp:118:55: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "caching %d bytes of encrypted data\n", data.length() );
# ~~ ^~~~~~~~~~~~~
# %lu
# e2ee_client.cpp:151:37: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "decrypting: %d\n", x->cdata().length() );
# ~~ ^~~~~~~~~~~~~~~~~~~
# %lu
# 2 warnings generated.
# mv -f .deps/e2ee_client.Tpo .deps/e2ee_client.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o e2ee_client e2ee_client.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/e2ee_client e2ee_client.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT e2ee_server.o -MD -MP -MF .deps/e2ee_server.Tpo -c -o e2ee_server.o e2ee_server.cpp
# e2ee_server.cpp:115:55: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "caching %d bytes of encrypted data\n", data.length() );
# ~~ ^~~~~~~~~~~~~
# %lu
# e2ee_server.cpp:146:37: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "decrypting: %d\n", x->cdata().length() );
# ~~ ^~~~~~~~~~~~~~~~~~~
# %lu
# 2 warnings generated.
# mv -f .deps/e2ee_server.Tpo .deps/e2ee_server.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o e2ee_server e2ee_server.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/e2ee_server e2ee_server.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT ft_recv.o -MD -MP -MF .deps/ft_recv.Tpo -c -o ft_recv.o ft_recv.cpp
# ft_recv.cpp:156:51: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "received %d bytes of data:\n%s\n", data.length(), data.c_str() );
# ~~ ^~~~~~~~~~~~~
# %lu
# ft_recv.cpp:178:30: warning: private field 's5b' is not used [-Wunused-private-field]
# SOCKS5BytestreamManager* s5b;
# ^
# 2 warnings generated.
# mv -f .deps/ft_recv.Tpo .deps/ft_recv.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o ft_recv ft_recv.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/ft_recv ft_recv.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT ft_send.o -MD -MP -MF .deps/ft_send.Tpo -c -o ft_send.o ft_send.cpp
# ft_send.cpp:118:37: warning: implicit conversion changes signedness: 'streamsize' (aka 'long') to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
# std::string t( input, ifile.gcount() );
# ~ ^~~~~~~~~~~~~~
# ft_send.cpp:60:23: warning: implicit conversion loses integer precision: '__off_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
# m_size = f_stat.st_size;
# ~ ~~~~~~~^~~~~~~
# ft_send.cpp:210:51: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
# printf( "received %d bytes of data:\n%s\n", data.length(), data.c_str() );
# ~~ ^~~~~~~~~~~~~
# %lu
# 3 warnings generated.
# mv -f .deps/ft_send.Tpo .deps/ft_send.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o ft_send ft_send.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/ft_send ft_send.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT pubsub_example.o -MD -MP -MF .deps/pubsub_example.Tpo -c -o pubsub_example.o pubsub_example.cpp
# mv -f .deps/pubsub_example.Tpo .deps/pubsub_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o pubsub_example pubsub_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/pubsub_example pubsub_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT bosh_example.o -MD -MP -MF .deps/bosh_example.Tpo -c -o bosh_example.o bosh_example.cpp
# bosh_example.cpp:85:10: warning: 'setForceNonSasl' is deprecated [-Wdeprecated-declarations]
# j->setForceNonSasl( true );
# ^
# ./../client.h:306:29: note: 'setForceNonSasl' has been explicitly marked deprecated here
# GLOOX_DEPRECATED void setForceNonSasl( bool force = true ) { m_forceNonSasl = force; }
# ^
# 1 warning generated.
# mv -f .deps/bosh_example.Tpo .deps/bosh_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o bosh_example bosh_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/bosh_example bosh_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT linklocal_example.o -MD -MP -MF .deps/linklocal_example.Tpo -c -o linklocal_example.o linklocal_example.cpp
# mv -f .deps/linklocal_example.Tpo .deps/linklocal_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o linklocal_example linklocal_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/linklocal_example linklocal_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wno-long-long -DGLOOX_IMPORTS -I/usr/include/p11-kit-1 -pthread -ansi -MT reconnect_example.o -MD -MP -MF .deps/reconnect_example.Tpo -c -o reconnect_example.o reconnect_example.cpp
# mv -f .deps/reconnect_example.Tpo .deps/reconnect_example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -ansi -pthread -o reconnect_example reconnect_example.o ../libgloox.la -pthread -lresolv -lresolv -lresolv -lidn -lgnutls -lz
# libtool: link: clang++ -ansi -pthread -o .libs/reconnect_example reconnect_example.o -pthread ../.libs/libgloox.so -lresolv -lidn -lgnutls -lz -pthread
# clang-3.8: warning: argument unused during compilation: '-ansi'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/examples'
# make[2]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src'
# make[2]: Entering directory '/tmp/gloox/src/gloox-1.0.14'
# make[2]: Leaving directory '/tmp/gloox/src/gloox-1.0.14'
# make[1]: Leaving directory '/tmp/gloox/src/gloox-1.0.14'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src'
# Making install in .
# make[2]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src'
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src'
# /usr/bin/mkdir -p '/tmp/gloox/pkg/gloox/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libgloox.la '/tmp/gloox/pkg/gloox/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libgloox.so.13.0.0 /tmp/gloox/pkg/gloox/usr/lib/libgloox.so.13.0.0
# libtool: install: (cd /tmp/gloox/pkg/gloox/usr/lib && { ln -s -f libgloox.so.13.0.0 libgloox.so.13 || { rm -f libgloox.so.13 && ln -s libgloox.so.13.0.0 libgloox.so.13; }; })
# libtool: install: (cd /tmp/gloox/pkg/gloox/usr/lib && { ln -s -f libgloox.so.13.0.0 libgloox.so || { rm -f libgloox.so && ln -s libgloox.so.13.0.0 libgloox.so; }; })
# libtool: install: /usr/bin/install -c .libs/libgloox.lai /tmp/gloox/pkg/gloox/usr/lib/libgloox.la
# libtool: install: /usr/bin/install -c .libs/libgloox.a /tmp/gloox/pkg/gloox/usr/lib/libgloox.a
# libtool: install: chmod 644 /tmp/gloox/pkg/gloox/usr/lib/libgloox.a
# libtool: install: ranlib /tmp/gloox/pkg/gloox/usr/lib/libgloox.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/gloox/pkg/gloox/usr/include/gloox'
# /usr/bin/install -c -m 644 adhoccommandprovider.h privacymanager.h tag.h adhoc.h attention.h iqhandler.h privatexml.h annotations.h client.h privatexmlhandler.h annotationshandler.h component.h registration.h bookmarkhandler.h registrationhandler.h jid.h bookmarkstorage.h messagehandler.h rosteritem.h clientbase.h rosterlistener.h taghandler.h connectionlistener.h rostermanager.h gloox.h glooxversion.h disco.h presencehandler.h subscriptionhandler.h discohandler.h privacyitem.h stanza.h disconodehandler.h privacylisthandler.h loghandler.h lastactivity.h lastactivityhandler.h flexoff.h flexoffhandler.h dataform.h '/tmp/gloox/pkg/gloox/usr/include/gloox'
# /usr/bin/install -c -m 644 dataformfield.h dataformitem.h dataformfieldcontainer.h dataformreported.h macros.h logsink.h messagesession.h messageeventhandler.h messagesessionhandler.h chatstatehandler.h chatstatefilter.h messageeventfilter.h inbandbytestream.h messagefilter.h vcard.h vcardmanager.h vcardhandler.h adhochandler.h search.h searchhandler.h statisticshandler.h resource.h mucroom.h mucroomhandler.h mucroomconfighandler.h parser.h mucinvitationhandler.h stanzaextension.h oob.h vcardupdate.h delayeddelivery.h base64.h gpgencrypted.h gpgsigned.h md5.h sha.h uniquemucroom.h instantmucroom.h tlsbase.h tlshandler.h '/tmp/gloox/pkg/gloox/usr/include/gloox'
# /usr/bin/install -c -m 644 connectionbase.h connectiondatahandler.h compressiondatahandler.h compressionbase.h connectiontcpclient.h connectionhttpproxy.h tlsdefault.h simanager.h siprofilehandler.h sihandler.h siprofileft.h siprofilefthandler.h socks5bytestreammanager.h connectionsocks5proxy.h event.h socks5bytestream.h socks5bytestreamserver.h softwareversion.h eventhandler.h mutex.h mutexguard.h connectiontcpbase.h connectiontcpserver.h amp.h pubsubmanager.h iq.h pubsub.h pubsubresulthandler.h error.h chatstate.h connectionhandler.h message.h presence.h subscription.h bytestream.h bytestreamdatahandler.h bytestreamhandler.h capabilities.h connectionbosh.h featureneg.h '/tmp/gloox/pkg/gloox/usr/include/gloox'
# /usr/bin/install -c -m 644 connectiontls.h messageevent.h receipt.h nickname.h pubsubevent.h xhtmlim.h eventdispatcher.h pubsubitem.h shim.h util.h connectiontlsserver.h compressiondefault.h atomicrefcount.h linklocalmanager.h linklocalhandler.h linklocalclient.h linklocal.h forward.h jinglesession.h jinglecontent.h jingleplugin.h jinglesessionhandler.h jinglesessionmanager.h carbons.h jinglepluginfactory.h jingleiceudp.h jinglefiletransfer.h iodata.h adhocplugin.h '/tmp/gloox/pkg/gloox/usr/include/gloox'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src'
# make[2]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src'
# Making install in tests
# make[2]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests'
# Making install in adhoc
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoc'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoc'
# 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/gloox/src/gloox-1.0.14/src/tests/adhoc'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoc'
# Making install in adhoccommand
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoccommand'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoccommand'
# 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/gloox/src/gloox-1.0.14/src/tests/adhoccommand'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoccommand'
# Making install in adhoccommandnote
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoccommandnote'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoccommandnote'
# 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/gloox/src/gloox-1.0.14/src/tests/adhoccommandnote'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/adhoccommandnote'
# Making install in amprule
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/amprule'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/amprule'
# 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/gloox/src/gloox-1.0.14/src/tests/amprule'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/amprule'
# Making install in amp
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/amp'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/amp'
# 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/gloox/src/gloox-1.0.14/src/tests/amp'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/amp'
# Making install in base64
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/base64'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/base64'
# 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/gloox/src/gloox-1.0.14/src/tests/base64'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/base64'
# Making install in capabilities
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/capabilities'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/capabilities'
# 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/gloox/src/gloox-1.0.14/src/tests/capabilities'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/capabilities'
# Making install in carbons
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/carbons'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/carbons'
# 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/gloox/src/gloox-1.0.14/src/tests/carbons'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/carbons'
# Making install in chatstatefilter
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/chatstatefilter'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/chatstatefilter'
# 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/gloox/src/gloox-1.0.14/src/tests/chatstatefilter'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/chatstatefilter'
# Making install in client
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/client'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/client'
# 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/gloox/src/gloox-1.0.14/src/tests/client'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/client'
# Making install in clientbase
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/clientbase'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/clientbase'
# 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/gloox/src/gloox-1.0.14/src/tests/clientbase'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/clientbase'
# Making install in connectionbosh
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/connectionbosh'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/connectionbosh'
# 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/gloox/src/gloox-1.0.14/src/tests/connectionbosh'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/connectionbosh'
# Making install in dataform
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataform'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataform'
# 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/gloox/src/gloox-1.0.14/src/tests/dataform'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataform'
# Making install in dataformfield
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformfield'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformfield'
# 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/gloox/src/gloox-1.0.14/src/tests/dataformfield'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformfield'
# Making install in dataformreported
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformreported'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformreported'
# 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/gloox/src/gloox-1.0.14/src/tests/dataformreported'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformreported'
# Making install in dataformitem
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformitem'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformitem'
# 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/gloox/src/gloox-1.0.14/src/tests/dataformitem'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/dataformitem'
# Making install in delayeddelivery
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/delayeddelivery'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/delayeddelivery'
# 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/gloox/src/gloox-1.0.14/src/tests/delayeddelivery'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/delayeddelivery'
# Making install in discoinfo
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/discoinfo'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/discoinfo'
# 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/gloox/src/gloox-1.0.14/src/tests/discoinfo'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/discoinfo'
# Making install in discoitems
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/discoitems'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/discoitems'
# 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/gloox/src/gloox-1.0.14/src/tests/discoitems'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/discoitems'
# Making install in disco
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/disco'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/disco'
# 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/gloox/src/gloox-1.0.14/src/tests/disco'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/disco'
# Making install in error
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/error'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/error'
# 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/gloox/src/gloox-1.0.14/src/tests/error'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/error'
# Making install in featureneg
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/featureneg'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/featureneg'
# 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/gloox/src/gloox-1.0.14/src/tests/featureneg'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/featureneg'
# Making install in flexoffline
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/flexoffline'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/flexoffline'
# 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/gloox/src/gloox-1.0.14/src/tests/flexoffline'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/flexoffline'
# Making install in flexofflineoffline
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/flexofflineoffline'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/flexofflineoffline'
# 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/gloox/src/gloox-1.0.14/src/tests/flexofflineoffline'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/flexofflineoffline'
# Making install in forward
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/forward'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/forward'
# 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/gloox/src/gloox-1.0.14/src/tests/forward'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/forward'
# Making install in gpgencrypted
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/gpgencrypted'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/gpgencrypted'
# 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/gloox/src/gloox-1.0.14/src/tests/gpgencrypted'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/gpgencrypted'
# Making install in gpgsigned
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/gpgsigned'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/gpgsigned'
# 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/gloox/src/gloox-1.0.14/src/tests/gpgsigned'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/gpgsigned'
# Making install in inbandbytestreamibb
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/inbandbytestreamibb'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/inbandbytestreamibb'
# 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/gloox/src/gloox-1.0.14/src/tests/inbandbytestreamibb'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/inbandbytestreamibb'
# Making install in inbandbytestream
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/inbandbytestream'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/inbandbytestream'
# 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/gloox/src/gloox-1.0.14/src/tests/inbandbytestream'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/inbandbytestream'
# Making install in iodata
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/iodata'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/iodata'
# 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/gloox/src/gloox-1.0.14/src/tests/iodata'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/iodata'
# Making install in iq
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/iq'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/iq'
# 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/gloox/src/gloox-1.0.14/src/tests/iq'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/iq'
# Making install in jid
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jid'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jid'
# 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/gloox/src/gloox-1.0.14/src/tests/jid'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jid'
# Making install in jingleiceudp
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jingleiceudp'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jingleiceudp'
# 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/gloox/src/gloox-1.0.14/src/tests/jingleiceudp'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jingleiceudp'
# Making install in jinglesession
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesession'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesession'
# 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/gloox/src/gloox-1.0.14/src/tests/jinglesession'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesession'
# Making install in jinglesessionjingle
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesessionjingle'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesessionjingle'
# 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/gloox/src/gloox-1.0.14/src/tests/jinglesessionjingle'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesessionjingle'
# Making install in jinglesessionmanager
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesessionmanager'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesessionmanager'
# 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/gloox/src/gloox-1.0.14/src/tests/jinglesessionmanager'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/jinglesessionmanager'
# Making install in lastactivity
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/lastactivity'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/lastactivity'
# 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/gloox/src/gloox-1.0.14/src/tests/lastactivity'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/lastactivity'
# Making install in lastactivityquery
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/lastactivityquery'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/lastactivityquery'
# 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/gloox/src/gloox-1.0.14/src/tests/lastactivityquery'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/lastactivityquery'
# Making install in md5
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/md5'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/md5'
# 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/gloox/src/gloox-1.0.14/src/tests/md5'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/md5'
# Making install in message
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/message'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/message'
# 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/gloox/src/gloox-1.0.14/src/tests/message'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/message'
# Making install in messageeventfilter
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/messageeventfilter'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/messageeventfilter'
# 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/gloox/src/gloox-1.0.14/src/tests/messageeventfilter'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/messageeventfilter'
# Making install in mucroommuc
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommuc'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommuc'
# 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/gloox/src/gloox-1.0.14/src/tests/mucroommuc'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommuc'
# Making install in mucroommucadmin
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucadmin'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucadmin'
# 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/gloox/src/gloox-1.0.14/src/tests/mucroommucadmin'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucadmin'
# Making install in mucroommucowner
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucowner'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucowner'
# 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/gloox/src/gloox-1.0.14/src/tests/mucroommucowner'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucowner'
# Making install in mucroommucuser
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucuser'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucuser'
# 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/gloox/src/gloox-1.0.14/src/tests/mucroommucuser'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/mucroommucuser'
# Making install in nickname
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nickname'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nickname'
# 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/gloox/src/gloox-1.0.14/src/tests/nickname'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nickname'
# Making install in nonsaslauthquery
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nonsaslauthquery'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nonsaslauthquery'
# 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/gloox/src/gloox-1.0.14/src/tests/nonsaslauthquery'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nonsaslauthquery'
# Making install in nonsaslauth
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nonsaslauth'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nonsaslauth'
# 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/gloox/src/gloox-1.0.14/src/tests/nonsaslauth'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/nonsaslauth'
# Making install in oob
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/oob'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/oob'
# 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/gloox/src/gloox-1.0.14/src/tests/oob'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/oob'
# Making install in parser
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/parser'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/parser'
# 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/gloox/src/gloox-1.0.14/src/tests/parser'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/parser'
# Making install in prep
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/prep'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/prep'
# 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/gloox/src/gloox-1.0.14/src/tests/prep'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/prep'
# Making install in presence
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/presence'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/presence'
# 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/gloox/src/gloox-1.0.14/src/tests/presence'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/presence'
# Making install in privacymanager
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privacymanager'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privacymanager'
# 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/gloox/src/gloox-1.0.14/src/tests/privacymanager'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privacymanager'
# Making install in privacymanagerquery
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privacymanagerquery'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privacymanagerquery'
# 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/gloox/src/gloox-1.0.14/src/tests/privacymanagerquery'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privacymanagerquery'
# Making install in privatexml
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privatexml'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privatexml'
# 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/gloox/src/gloox-1.0.14/src/tests/privatexml'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/privatexml'
# Making install in pubsubmanagerpubsub
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubmanagerpubsub'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubmanagerpubsub'
# 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/gloox/src/gloox-1.0.14/src/tests/pubsubmanagerpubsub'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubmanagerpubsub'
# Making install in pubsubmanager
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubmanager'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubmanager'
# 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/gloox/src/gloox-1.0.14/src/tests/pubsubmanager'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubmanager'
# Making install in pubsubevent
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubevent'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubevent'
# 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/gloox/src/gloox-1.0.14/src/tests/pubsubevent'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/pubsubevent'
# Making install in receipt
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/receipt'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/receipt'
# 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/gloox/src/gloox-1.0.14/src/tests/receipt'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/receipt'
# Making install in registrationquery
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/registrationquery'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/registrationquery'
# 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/gloox/src/gloox-1.0.14/src/tests/registrationquery'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/registrationquery'
# Making install in registration
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/registration'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/registration'
# 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/gloox/src/gloox-1.0.14/src/tests/registration'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/registration'
# Making install in rostermanagerquery
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/rostermanagerquery'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/rostermanagerquery'
# 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/gloox/src/gloox-1.0.14/src/tests/rostermanagerquery'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/rostermanagerquery'
# Making install in rostermanager
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/rostermanager'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/rostermanager'
# 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/gloox/src/gloox-1.0.14/src/tests/rostermanager'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/rostermanager'
# Making install in searchquery
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/searchquery'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/searchquery'
# 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/gloox/src/gloox-1.0.14/src/tests/searchquery'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/searchquery'
# Making install in search
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/search'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/search'
# 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/gloox/src/gloox-1.0.14/src/tests/search'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/search'
# Making install in sha
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/sha'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/sha'
# 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/gloox/src/gloox-1.0.14/src/tests/sha'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/sha'
# Making install in shim
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/shim'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/shim'
# 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/gloox/src/gloox-1.0.14/src/tests/shim'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/shim'
# Making install in simanager
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/simanager'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/simanager'
# 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/gloox/src/gloox-1.0.14/src/tests/simanager'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/simanager'
# Making install in simanagersi
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/simanagersi'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/simanagersi'
# 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/gloox/src/gloox-1.0.14/src/tests/simanagersi'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/simanagersi'
# Making install in stanzaextensionfactory
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/stanzaextensionfactory'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/stanzaextensionfactory'
# 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/gloox/src/gloox-1.0.14/src/tests/stanzaextensionfactory'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/stanzaextensionfactory'
# Making install in subscription
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/subscription'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/subscription'
# 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/gloox/src/gloox-1.0.14/src/tests/subscription'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/subscription'
# Making install in tag
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/tag'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/tag'
# 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/gloox/src/gloox-1.0.14/src/tests/tag'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/tag'
# Making install in tlsgnutls
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/tlsgnutls'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/tlsgnutls'
# 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/gloox/src/gloox-1.0.14/src/tests/tlsgnutls'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/tlsgnutls'
# Making install in uniquemucroomunique
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/uniquemucroomunique'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/uniquemucroomunique'
# 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/gloox/src/gloox-1.0.14/src/tests/uniquemucroomunique'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/uniquemucroomunique'
# Making install in vcard
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/vcard'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/vcard'
# 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/gloox/src/gloox-1.0.14/src/tests/vcard'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/vcard'
# Making install in vcardupdate
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/vcardupdate'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/vcardupdate'
# 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/gloox/src/gloox-1.0.14/src/tests/vcardupdate'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/vcardupdate'
# Making install in xpath
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/xpath'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/xpath'
# 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/gloox/src/gloox-1.0.14/src/tests/xpath'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/xpath'
# Making install in zlib
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/zlib'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/zlib'
# 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/gloox/src/gloox-1.0.14/src/tests/zlib'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/zlib'
# Making install in util
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/util'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests/util'
# 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/gloox/src/gloox-1.0.14/src/tests/util'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests/util'
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests'
# make[4]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/tests'
# 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/gloox/src/gloox-1.0.14/src/tests'
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests'
# make[2]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/tests'
# Making install in examples
# make[2]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/examples'
# make[3]: Entering directory '/tmp/gloox/src/gloox-1.0.14/src/examples'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/examples'
# make[2]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src/examples'
# make[1]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src'
# make[1]: Entering directory '/tmp/gloox/src/gloox-1.0.14'
# make[2]: Entering directory '/tmp/gloox/src/gloox-1.0.14'
# /usr/bin/mkdir -p '/tmp/gloox/pkg/gloox/usr/bin'
# /usr/bin/install -c gloox-config '/tmp/gloox/pkg/gloox/usr/bin'
# /usr/bin/mkdir -p '/tmp/gloox/pkg/gloox/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 gloox.pc '/tmp/gloox/pkg/gloox/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/gloox/src/gloox-1.0.14'
# make[1]: Leaving directory '/tmp/gloox/src/gloox-1.0.14'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "gloox"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: gloox 1.0.14-2 (Thu Apr 13 17:48:12 UTC 2017)

CMD: pacman --query --file gloox-1.0.14-2-x86_64.pkg.tar.xz
# gloox 1.0.14-2

Creating hybrid package for 'gloox'

Trying to find vanilla package 'gloox'...

CMD: pacman --query --file /mirror/gloox-1.0.14-2.pkg.tar.xz
# gloox 1.0.14-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libgloox.so.13
# /usr/lib/libgloox.so
# /usr/lib/libgloox.so.13.0.0
# /usr/lib/pkgconfig/gloox.pc
# /usr/include/gloox/adhoccommandprovider.h
# /usr/include/gloox/privacymanager.h
# /usr/include/gloox/tag.h
# /usr/include/gloox/adhoc.h
# /usr/include/gloox/attention.h
# /usr/include/gloox/iqhandler.h
# /usr/include/gloox/privatexml.h
# /usr/include/gloox/annotations.h
# /usr/include/gloox/client.h
# /usr/include/gloox/privatexmlhandler.h
# /usr/include/gloox/annotationshandler.h
# /usr/include/gloox/component.h
# /usr/include/gloox/registration.h
# /usr/include/gloox/bookmarkhandler.h
# /usr/include/gloox/registrationhandler.h
# /usr/include/gloox/jid.h
# /usr/include/gloox/bookmarkstorage.h
# /usr/include/gloox/messagehandler.h
# /usr/include/gloox/rosteritem.h
# /usr/include/gloox/clientbase.h
# /usr/include/gloox/rosterlistener.h
# /usr/include/gloox/taghandler.h
# /usr/include/gloox/connectionlistener.h
# /usr/include/gloox/rostermanager.h
# /usr/include/gloox/gloox.h
# /usr/include/gloox/glooxversion.h
# /usr/include/gloox/disco.h
# /usr/include/gloox/presencehandler.h
# /usr/include/gloox/subscriptionhandler.h
# /usr/include/gloox/discohandler.h
# /usr/include/gloox/privacyitem.h
# /usr/include/gloox/stanza.h
# /usr/include/gloox/disconodehandler.h
# /usr/include/gloox/privacylisthandler.h
# /usr/include/gloox/loghandler.h
# /usr/include/gloox/lastactivity.h
# /usr/include/gloox/lastactivityhandler.h
# /usr/include/gloox/flexoff.h
# /usr/include/gloox/flexoffhandler.h
# /usr/include/gloox/dataform.h
# /usr/include/gloox/dataformfield.h
# /usr/include/gloox/dataformitem.h
# /usr/include/gloox/dataformfieldcontainer.h
# /usr/include/gloox/dataformreported.h
# /usr/include/gloox/macros.h
# /usr/include/gloox/logsink.h
# /usr/include/gloox/messagesession.h
# /usr/include/gloox/messageeventhandler.h
# /usr/include/gloox/messagesessionhandler.h
# /usr/include/gloox/chatstatehandler.h
# /usr/include/gloox/chatstatefilter.h
# /usr/include/gloox/messageeventfilter.h
# /usr/include/gloox/inbandbytestream.h
# /usr/include/gloox/messagefilter.h
# /usr/include/gloox/vcard.h
# /usr/include/gloox/vcardmanager.h
# /usr/include/gloox/vcardhandler.h
# /usr/include/gloox/adhochandler.h
# /usr/include/gloox/search.h
# /usr/include/gloox/searchhandler.h
# /usr/include/gloox/statisticshandler.h
# /usr/include/gloox/resource.h
# /usr/include/gloox/mucroom.h
# /usr/include/gloox/mucroomhandler.h
# /usr/include/gloox/mucroomconfighandler.h
# /usr/include/gloox/parser.h
# /usr/include/gloox/mucinvitationhandler.h
# /usr/include/gloox/stanzaextension.h
# /usr/include/gloox/oob.h
# /usr/include/gloox/vcardupdate.h
# /usr/include/gloox/delayeddelivery.h
# /usr/include/gloox/base64.h
# /usr/include/gloox/gpgencrypted.h
# /usr/include/gloox/gpgsigned.h
# /usr/include/gloox/md5.h
# /usr/include/gloox/sha.h
# /usr/include/gloox/uniquemucroom.h
# /usr/include/gloox/instantmucroom.h
# /usr/include/gloox/tlsbase.h
# /usr/include/gloox/tlshandler.h
# /usr/include/gloox/connectionbase.h
# /usr/include/gloox/connectiondatahandler.h
# /usr/include/gloox/compressiondatahandler.h
# /usr/include/gloox/compressionbase.h
# /usr/include/gloox/connectiontcpclient.h
# /usr/include/gloox/connectionhttpproxy.h
# /usr/include/gloox/tlsdefault.h
# /usr/include/gloox/simanager.h
# /usr/include/gloox/siprofilehandler.h
# /usr/include/gloox/sihandler.h
# /usr/include/gloox/siprofileft.h
# /usr/include/gloox/siprofilefthandler.h
# /usr/include/gloox/socks5bytestreammanager.h
# /usr/include/gloox/connectionsocks5proxy.h
# /usr/include/gloox/event.h
# /usr/include/gloox/socks5bytestream.h
# /usr/include/gloox/socks5bytestreamserver.h
# /usr/include/gloox/softwareversion.h
# /usr/include/gloox/eventhandler.h
# /usr/include/gloox/mutex.h
# /usr/include/gloox/mutexguard.h
# /usr/include/gloox/connectiontcpbase.h
# /usr/include/gloox/connectiontcpserver.h
# /usr/include/gloox/amp.h
# /usr/include/gloox/pubsubmanager.h
# /usr/include/gloox/iq.h
# /usr/include/gloox/pubsub.h
# /usr/include/gloox/pubsubresulthandler.h
# /usr/include/gloox/error.h
# /usr/include/gloox/chatstate.h
# /usr/include/gloox/connectionhandler.h
# /usr/include/gloox/message.h
# /usr/include/gloox/presence.h
# /usr/include/gloox/subscription.h
# /usr/include/gloox/bytestream.h
# /usr/include/gloox/bytestreamdatahandler.h
# /usr/include/gloox/bytestreamhandler.h
# /usr/include/gloox/capabilities.h
# /usr/include/gloox/connectionbosh.h
# /usr/include/gloox/featureneg.h
# /usr/include/gloox/connectiontls.h
# /usr/include/gloox/messageevent.h
# /usr/include/gloox/receipt.h
# /usr/include/gloox/nickname.h
# /usr/include/gloox/pubsubevent.h
# /usr/include/gloox/xhtmlim.h
# /usr/include/gloox/eventdispatcher.h
# /usr/include/gloox/pubsubitem.h
# /usr/include/gloox/shim.h
# /usr/include/gloox/util.h
# /usr/include/gloox/connectiontlsserver.h
# /usr/include/gloox/compressiondefault.h
# /usr/include/gloox/atomicrefcount.h
# /usr/include/gloox/linklocalmanager.h
# /usr/include/gloox/linklocalhandler.h
# /usr/include/gloox/linklocalclient.h
# /usr/include/gloox/linklocal.h
# /usr/include/gloox/forward.h
# /usr/include/gloox/jinglesession.h
# /usr/include/gloox/jinglecontent.h
# /usr/include/gloox/jingleplugin.h
# /usr/include/gloox/jinglesessionhandler.h
# /usr/include/gloox/jinglesessionmanager.h
# /usr/include/gloox/carbons.h
# /usr/include/gloox/jinglepluginfactory.h
# /usr/include/gloox/jingleiceudp.h
# /usr/include/gloox/jinglefiletransfer.h
# /usr/include/gloox/iodata.h
# /usr/include/gloox/adhocplugin.h
# /usr/bin/gloox-config
# /sysroot/usr/lib/libgloox.so.13.0.0
# /sysroot/usr/lib/libgloox.so.13
# /sysroot/usr/lib/libgloox.so
# /sysroot/usr/lib/libgloox.la
# /sysroot/usr/lib/libgloox.a
# /sysroot/usr/lib/pkgconfig/gloox.pc
# /sysroot/usr/include/gloox/adhoccommandprovider.h
# /sysroot/usr/include/gloox/privacymanager.h
# /sysroot/usr/include/gloox/tag.h
# /sysroot/usr/include/gloox/adhoc.h
# /sysroot/usr/include/gloox/attention.h
# /sysroot/usr/include/gloox/iqhandler.h
# /sysroot/usr/include/gloox/privatexml.h
# /sysroot/usr/include/gloox/annotations.h
# /sysroot/usr/include/gloox/client.h
# /sysroot/usr/include/gloox/privatexmlhandler.h
# /sysroot/usr/include/gloox/annotationshandler.h
# /sysroot/usr/include/gloox/component.h
# /sysroot/usr/include/gloox/registration.h
# /sysroot/usr/include/gloox/bookmarkhandler.h
# /sysroot/usr/include/gloox/registrationhandler.h
# /sysroot/usr/include/gloox/jid.h
# /sysroot/usr/include/gloox/bookmarkstorage.h
# /sysroot/usr/include/gloox/messagehandler.h
# /sysroot/usr/include/gloox/rosteritem.h
# /sysroot/usr/include/gloox/clientbase.h
# /sysroot/usr/include/gloox/rosterlistener.h
# /sysroot/usr/include/gloox/taghandler.h
# /sysroot/usr/include/gloox/connectionlistener.h
# /sysroot/usr/include/gloox/rostermanager.h
# /sysroot/usr/include/gloox/gloox.h
# /sysroot/usr/include/gloox/glooxversion.h
# /sysroot/usr/include/gloox/disco.h
# /sysroot/usr/include/gloox/presencehandler.h
# /sysroot/usr/include/gloox/subscriptionhandler.h
# /sysroot/usr/include/gloox/discohandler.h
# /sysroot/usr/include/gloox/privacyitem.h
# /sysroot/usr/include/gloox/stanza.h
# /sysroot/usr/include/gloox/disconodehandler.h
# /sysroot/usr/include/gloox/privacylisthandler.h
# /sysroot/usr/include/gloox/loghandler.h
# /sysroot/usr/include/gloox/lastactivity.h
# /sysroot/usr/include/gloox/lastactivityhandler.h
# /sysroot/usr/include/gloox/flexoff.h
# /sysroot/usr/include/gloox/flexoffhandler.h
# /sysroot/usr/include/gloox/dataform.h
# /sysroot/usr/include/gloox/dataformfield.h
# /sysroot/usr/include/gloox/dataformitem.h
# /sysroot/usr/include/gloox/dataformfieldcontainer.h
# /sysroot/usr/include/gloox/dataformreported.h
# /sysroot/usr/include/gloox/macros.h
# /sysroot/usr/include/gloox/logsink.h
# /sysroot/usr/include/gloox/messagesession.h
# /sysroot/usr/include/gloox/messageeventhandler.h
# /sysroot/usr/include/gloox/messagesessionhandler.h
# /sysroot/usr/include/gloox/chatstatehandler.h
# /sysroot/usr/include/gloox/chatstatefilter.h
# /sysroot/usr/include/gloox/messageeventfilter.h
# /sysroot/usr/include/gloox/inbandbytestream.h
# /sysroot/usr/include/gloox/messagefilter.h
# /sysroot/usr/include/gloox/vcard.h
# /sysroot/usr/include/gloox/vcardmanager.h
# /sysroot/usr/include/gloox/vcardhandler.h
# /sysroot/usr/include/gloox/adhochandler.h
# /sysroot/usr/include/gloox/search.h
# /sysroot/usr/include/gloox/searchhandler.h
# /sysroot/usr/include/gloox/statisticshandler.h
# /sysroot/usr/include/gloox/resource.h
# /sysroot/usr/include/gloox/mucroom.h
# /sysroot/usr/include/gloox/mucroomhandler.h
# /sysroot/usr/include/gloox/mucroomconfighandler.h
# /sysroot/usr/include/gloox/parser.h
# /sysroot/usr/include/gloox/mucinvitationhandler.h
# /sysroot/usr/include/gloox/stanzaextension.h
# /sysroot/usr/include/gloox/oob.h
# /sysroot/usr/include/gloox/vcardupdate.h
# /sysroot/usr/include/gloox/delayeddelivery.h
# /sysroot/usr/include/gloox/base64.h
# /sysroot/usr/include/gloox/gpgencrypted.h
# /sysroot/usr/include/gloox/gpgsigned.h
# /sysroot/usr/include/gloox/md5.h
# /sysroot/usr/include/gloox/sha.h
# /sysroot/usr/include/gloox/uniquemucroom.h
# /sysroot/usr/include/gloox/instantmucroom.h
# /sysroot/usr/include/gloox/tlsbase.h
# /sysroot/usr/include/gloox/tlshandler.h
# /sysroot/usr/include/gloox/connectionbase.h
# /sysroot/usr/include/gloox/connectiondatahandler.h
# /sysroot/usr/include/gloox/compressiondatahandler.h
# /sysroot/usr/include/gloox/compressionbase.h
# /sysroot/usr/include/gloox/connectiontcpclient.h
# /sysroot/usr/include/gloox/connectionhttpproxy.h
# /sysroot/usr/include/gloox/tlsdefault.h
# /sysroot/usr/include/gloox/simanager.h
# /sysroot/usr/include/gloox/siprofilehandler.h
# /sysroot/usr/include/gloox/sihandler.h
# /sysroot/usr/include/gloox/siprofileft.h
# /sysroot/usr/include/gloox/siprofilefthandler.h
# /sysroot/usr/include/gloox/socks5bytestreammanager.h
# /sysroot/usr/include/gloox/connectionsocks5proxy.h
# /sysroot/usr/include/gloox/event.h
# /sysroot/usr/include/gloox/socks5bytestream.h
# /sysroot/usr/include/gloox/socks5bytestreamserver.h
# /sysroot/usr/include/gloox/softwareversion.h
# /sysroot/usr/include/gloox/eventhandler.h
# /sysroot/usr/include/gloox/mutex.h
# /sysroot/usr/include/gloox/mutexguard.h
# /sysroot/usr/include/gloox/connectiontcpbase.h
# /sysroot/usr/include/gloox/connectiontcpserver.h
# /sysroot/usr/include/gloox/amp.h
# /sysroot/usr/include/gloox/pubsubmanager.h
# /sysroot/usr/include/gloox/iq.h
# /sysroot/usr/include/gloox/pubsub.h
# /sysroot/usr/include/gloox/pubsubresulthandler.h
# /sysroot/usr/include/gloox/error.h
# /sysroot/usr/include/gloox/chatstate.h
# /sysroot/usr/include/gloox/connectionhandler.h
# /sysroot/usr/include/gloox/message.h
# /sysroot/usr/include/gloox/presence.h
# /sysroot/usr/include/gloox/subscription.h
# /sysroot/usr/include/gloox/bytestream.h
# /sysroot/usr/include/gloox/bytestreamdatahandler.h
# /sysroot/usr/include/gloox/bytestreamhandler.h
# /sysroot/usr/include/gloox/capabilities.h
# /sysroot/usr/include/gloox/connectionbosh.h
# /sysroot/usr/include/gloox/featureneg.h
# /sysroot/usr/include/gloox/connectiontls.h
# /sysroot/usr/include/gloox/messageevent.h
# /sysroot/usr/include/gloox/receipt.h
# /sysroot/usr/include/gloox/nickname.h
# /sysroot/usr/include/gloox/pubsubevent.h
# /sysroot/usr/include/gloox/xhtmlim.h
# /sysroot/usr/include/gloox/eventdispatcher.h
# /sysroot/usr/include/gloox/pubsubitem.h
# /sysroot/usr/include/gloox/shim.h
# /sysroot/usr/include/gloox/util.h
# /sysroot/usr/include/gloox/connectiontlsserver.h
# /sysroot/usr/include/gloox/compressiondefault.h
# /sysroot/usr/include/gloox/atomicrefcount.h
# /sysroot/usr/include/gloox/linklocalmanager.h
# /sysroot/usr/include/gloox/linklocalhandler.h
# /sysroot/usr/include/gloox/linklocalclient.h
# /sysroot/usr/include/gloox/linklocal.h
# /sysroot/usr/include/gloox/forward.h
# /sysroot/usr/include/gloox/jinglesession.h
# /sysroot/usr/include/gloox/jinglecontent.h
# /sysroot/usr/include/gloox/jingleplugin.h
# /sysroot/usr/include/gloox/jinglesessionhandler.h
# /sysroot/usr/include/gloox/jinglesessionmanager.h
# /sysroot/usr/include/gloox/carbons.h
# /sysroot/usr/include/gloox/jinglepluginfactory.h
# /sysroot/usr/include/gloox/jingleiceudp.h
# /sysroot/usr/include/gloox/jinglefiletransfer.h
# /sysroot/usr/include/gloox/iodata.h
# /sysroot/usr/include/gloox/adhocplugin.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gloox.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/gloox.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/gloox/src/gloox-1.0.14/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 gloox configure 1.0.14, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0e4b1fe88ff9
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2439: checking for a BSD-compatible install
# configure:2507: result: /usr/bin/install -c
# configure:2518: checking whether build environment is sane
# configure:2573: result: yes
# configure:2632: checking for x86_64-unknown-linux-strip
# configure:2662: result: no
# configure:2672: checking for strip
# configure:2688: found /usr/bin/strip
# configure:2699: result: strip
# configure:2724: checking for a thread-safe mkdir -p
# configure:2763: result: /usr/bin/mkdir -p
# configure:2770: checking for gawk
# configure:2786: found /usr/bin/gawk
# configure:2797: result: gawk
# configure:2808: checking whether make sets $(MAKE)
# configure:2830: result: yes
# configure:2859: checking whether make supports nested variables
# configure:2876: result: yes
# configure:3016: checking build system type
# configure:3030: result: x86_64-unknown-linux-gnu
# configure:3050: checking host system type
# configure:3063: result: x86_64-unknown-linux-gnu
# configure:3093: checking for x86_64-unknown-linux-gcc
# configure:3120: result: clang
# configure:3389: checking for C compiler version
# configure:3398: 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:3409: $? = 0
# configure:3398: 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:3409: $? = 0
# configure:3398: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3409: $? = 1
# configure:3398: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3409: $? = 1
# configure:3429: checking whether the C compiler works
# configure:3451: clang conftest.c >&5
# configure:3455: $? = 0
# configure:3503: result: yes
# configure:3506: checking for C compiler default output file name
# configure:3508: result: a.out
# configure:3514: checking for suffix of executables
# configure:3521: clang -o conftest conftest.c >&5
# configure:3525: $? = 0
# configure:3547: result:
# configure:3569: checking whether we are cross compiling
# configure:3577: clang -o conftest conftest.c >&5
# configure:3581: $? = 0
# configure:3588: ./conftest
# configure:3592: $? = 0
# configure:3607: result: no
# configure:3612: checking for suffix of object files
# configure:3634: clang -c conftest.c >&5
# configure:3638: $? = 0
# configure:3659: result: o
# configure:3663: checking whether we are using the GNU C compiler
# configure:3682: clang -c conftest.c >&5
# configure:3682: $? = 0
# configure:3691: result: yes
# configure:3700: checking whether clang accepts -g
# configure:3720: clang -c -g conftest.c >&5
# configure:3720: $? = 0
# configure:3761: result: yes
# configure:3778: checking for clang option to accept ISO C89
# configure:3841: clang -c conftest.c >&5
# configure:3841: $? = 0
# configure:3854: result: none needed
# configure:3879: checking whether clang understands -c and -o together
# configure:3901: clang -c conftest.c -o conftest2.o
# configure:3904: $? = 0
# configure:3901: clang -c conftest.c -o conftest2.o
# configure:3904: $? = 0
# configure:3916: result: yes
# configure:3944: checking for style of include used by make
# configure:3972: result: GNU
# configure:3998: checking dependency style of clang
# configure:4109: result: gcc3
# configure:4236: checking for C++ compiler version
# configure:4245: 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:4256: $? = 0
# configure:4245: 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:4256: $? = 0
# configure:4245: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4256: $? = 1
# configure:4245: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4256: $? = 1
# configure:4260: checking whether we are using the GNU C++ compiler
# configure:4279: clang++ -c conftest.cpp >&5
# configure:4279: $? = 0
# configure:4288: result: yes
# configure:4297: checking whether clang++ accepts -g
# configure:4317: clang++ -c -g conftest.cpp >&5
# configure:4317: $? = 0
# configure:4358: result: yes
# configure:4383: checking dependency style of clang++
# configure:4494: result: gcc3
# configure:4512: checking for x86_64-unknown-linux-ranlib
# configure:4542: result: no
# configure:4552: checking for ranlib
# configure:4568: found /usr/bin/ranlib
# configure:4579: result: ranlib
# configure:4647: checking how to print strings
# configure:4674: result: printf
# configure:4695: checking for a sed that does not truncate output
# configure:4759: result: /usr/bin/sed
# configure:4777: checking for grep that handles long lines and -e
# configure:4835: result: /usr/bin/grep
# configure:4840: checking for egrep
# configure:4902: result: /usr/bin/grep -E
# configure:4907: checking for fgrep
# configure:4969: result: /usr/bin/grep -F
# configure:5004: checking for ld used by clang
# configure:5071: result: /usr/bin/ld
# configure:5078: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5093: result: yes
# configure:5105: checking for BSD- or MS-compatible name lister (nm)
# configure:5154: result: /usr/bin/nm -B
# configure:5284: checking the name lister (/usr/bin/nm -B) interface
# configure:5291: clang -c conftest.c >&5
# configure:5294: /usr/bin/nm -B "conftest.o"
# configure:5297: output
# 0000000000000000 B some_variable
# configure:5304: result: BSD nm
# configure:5307: checking whether ln -s works
# configure:5311: result: yes
# configure:5319: checking the maximum length of command line arguments
# configure:5450: result: 1572864
# configure:5467: checking whether the shell understands some XSI constructs
# configure:5477: result: yes
# configure:5481: checking whether the shell understands "+="
# configure:5487: result: yes
# configure:5522: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5562: result: func_convert_file_noop
# configure:5569: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5589: result: func_convert_file_noop
# configure:5596: checking for /usr/bin/ld option to reload object files
# configure:5603: result: -r
# configure:5637: checking for x86_64-unknown-linux-objdump
# configure:5667: result: no
# configure:5677: checking for objdump
# configure:5693: found /usr/bin/objdump
# configure:5704: result: objdump
# configure:5736: checking how to recognize dependent libraries
# configure:5934: result: pass_all
# configure:5979: checking for x86_64-unknown-linux-dlltool
# configure:6009: result: no
# configure:6019: checking for dlltool
# configure:6049: result: no
# configure:6079: checking how to associate runtime and link libraries
# configure:6106: result: printf %s\n
# configure:6123: checking for x86_64-unknown-linux-ar
# configure:6153: result: no
# configure:6167: checking for ar
# configure:6183: found /usr/bin/ar
# configure:6194: result: ar
# configure:6231: checking for archiver @FILE support
# configure:6248: clang -c conftest.c >&5
# configure:6248: $? = 0
# configure:6251: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6254: $? = 0
# configure:6259: 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:6262: $? = 1
# configure:6274: result: @
# configure:6292: checking for x86_64-unknown-linux-strip
# configure:6319: result: strip
# configure:6391: checking for x86_64-unknown-linux-ranlib
# configure:6418: result: ranlib
# configure:6560: checking command to parse /usr/bin/nm -B output from clang object
# configure:6680: clang -c conftest.c >&5
# configure:6683: $? = 0
# configure:6687: /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:6690: $? = 0
# configure:6756: clang -o conftest conftest.c conftstm.o >&5
# configure:6759: $? = 0
# configure:6797: result: ok
# configure:6834: checking for sysroot
# configure:6864: result: no
# configure:6941: clang -c conftest.c >&5
# configure:6944: $? = 0
# configure:7093: checking for x86_64-unknown-linux-mt
# configure:7123: result: no
# configure:7133: checking for mt
# configure:7163: result: no
# configure:7183: checking if : is a manifest tool
# configure:7189: : '-?'
# configure:7197: result: no
# configure:7839: checking how to run the C preprocessor
# configure:7870: clang -E conftest.c
# configure:7870: $? = 0
# configure:7884: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7884: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | /* end confdefs.h. */
# | #include
# configure:7909: result: clang -E
# configure:7929: clang -E conftest.c
# configure:7929: $? = 0
# configure:7943: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7943: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | /* end confdefs.h. */
# | #include
# configure:7972: checking for ANSI C header files
# configure:7992: clang -c conftest.c >&5
# configure:7992: $? = 0
# configure:8065: clang -o conftest conftest.c >&5
# configure:8065: $? = 0
# configure:8065: ./conftest
# configure:8065: $? = 0
# configure:8076: result: yes
# configure:8089: checking for sys/types.h
# configure:8089: clang -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for sys/stat.h
# configure:8089: clang -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for stdlib.h
# configure:8089: clang -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for string.h
# configure:8089: clang -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for memory.h
# configure:8089: clang -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for strings.h
# configure:8089: clang -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for inttypes.h
# configure:8089: clang -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for stdint.h
# configure:8089: clang -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for unistd.h
# configure:8089: clang -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8103: checking for dlfcn.h
# configure:8103: clang -c conftest.c >&5
# configure:8103: $? = 0
# configure:8103: result: yes
# configure:8320: checking for objdir
# configure:8335: result: .libs
# configure:8602: checking if clang supports -fno-rtti -fno-exceptions
# configure:8620: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8624: $? = 0
# configure:8637: result: yes
# configure:8964: checking for clang option to produce PIC
# configure:8971: result: -fPIC -DPIC
# configure:8979: checking if clang PIC flag -fPIC -DPIC works
# configure:8997: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9001: $? = 0
# configure:9014: result: yes
# configure:9043: checking if clang static flag -static works
# configure:9071: result: yes
# configure:9086: checking if clang supports -c -o file.o
# configure:9107: clang -c -o out/conftest2.o conftest.c >&5
# configure:9111: $? = 0
# configure:9133: result: yes
# configure:9141: checking if clang supports -c -o file.o
# configure:9188: result: yes
# configure:9221: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10378: result: yes
# configure:10415: checking whether -lc should be explicitly linked in
# configure:10423: clang -c conftest.c >&5
# configure:10426: $? = 0
# configure:10441: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10444: $? = 0
# configure:10458: result: no
# configure:10618: checking dynamic linker characteristics
# configure:11118: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11118: $? = 0
# configure:11352: result: GNU/Linux ld.so
# configure:11459: checking how to hardcode library paths into programs
# configure:11484: result: immediate
# configure:12024: checking whether stripping libraries is possible
# configure:12029: result: yes
# configure:12064: checking if libtool supports shared libraries
# configure:12066: result: yes
# configure:12069: checking whether to build shared libraries
# configure:12090: result: yes
# configure:12093: checking whether to build static libraries
# configure:12097: result: yes
# configure:12120: checking how to run the C++ preprocessor
# configure:12147: clang++ -E conftest.cpp
# configure:12147: $? = 0
# configure:12161: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12161: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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/"
# | /* end confdefs.h. */
# | #include
# configure:12186: result: clang++ -E
# configure:12206: clang++ -E conftest.cpp
# configure:12206: $? = 0
# configure:12220: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12220: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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/"
# | /* end confdefs.h. */
# | #include
# configure:12389: checking for ld used by clang++
# configure:12456: result: /usr/bin/ld -m elf_x86_64
# configure:12463: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12478: result: yes
# configure:12533: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13535: result: yes
# configure:13571: clang++ -c conftest.cpp >&5
# configure:13574: $? = 0
# configure:14094: checking for clang++ option to produce PIC
# configure:14101: result: -fPIC -DPIC
# configure:14109: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14127: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14131: $? = 0
# configure:14144: result: yes
# configure:14167: checking if clang++ static flag -static works
# configure:14195: result: yes
# configure:14207: checking if clang++ supports -c -o file.o
# configure:14228: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14232: $? = 0
# configure:14254: result: yes
# configure:14259: checking if clang++ supports -c -o file.o
# configure:14306: result: yes
# configure:14336: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14375: result: yes
# configure:14516: checking dynamic linker characteristics
# configure:15184: result: GNU/Linux ld.so
# configure:15237: checking how to hardcode library paths into programs
# configure:15262: result: immediate
# configure:15348: checking whether GCC atomic builtins are available
# configure:15368: result: no
# configure:15390: checking idna.h usability
# configure:15390: clang -c conftest.c >&5
# configure:15390: $? = 0
# configure:15390: result: yes
# configure:15390: checking idna.h presence
# configure:15390: clang -E conftest.c
# configure:15390: $? = 0
# configure:15390: result: yes
# configure:15390: checking for idna.h
# configure:15390: result: yes
# configure:15392: checking for stringprep_check_version in -lidn
# configure:15417: clang -o conftest conftest.c -lidn >&5
# configure:15417: $? = 0
# configure:15426: result: yes
# configure:15448: checking if Libidn should be used
# configure:15450: result: yes
# configure:15510: checking for x86_64-unknown-linux-pkg-config
# configure:15543: result: no
# configure:15553: checking for pkg-config
# configure:15571: found /usr/bin/pkg-config
# configure:15583: result: /usr/bin/pkg-config
# configure:15608: checking pkg-config is at least version 0.9.0
# configure:15611: result: yes
# configure:15621: checking for GNUTLS
# configure:15628: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12"
# configure:15631: $? = 0
# configure:15645: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12"
# configure:15648: $? = 0
# configure:15686: result: yes
# configure:15705: checking if GnuTLS should be used
# configure:15707: result: yes
# configure:15804: checking zlib.h usability
# configure:15804: clang -c -I/usr/include/p11-kit-1 conftest.c >&5
# configure:15804: $? = 0
# configure:15804: result: yes
# configure:15804: checking zlib.h presence
# configure:15804: clang -E -I/usr/include/p11-kit-1 conftest.c
# configure:15804: $? = 0
# configure:15804: result: yes
# configure:15804: checking for zlib.h
# configure:15804: result: yes
# configure:15806: checking for zlibVersion in -lz
# configure:15831: clang -o conftest -I/usr/include/p11-kit-1 conftest.c -lz -lidn -lgnutls >&5
# configure:15831: $? = 0
# configure:15840: result: yes
# configure:15862: checking if Zlib should be used
# configure:15864: result: yes
# configure:16032: checking for the pthreads library -lpthreads
# configure:16065: clang -o conftest -I/usr/include/p11-kit-1 conftest.c -lpthreads -lidn -lgnutls -lz >&5
# conftest.c:32:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:33:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:33:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# 3 warnings generated.
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16065: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:16074: result: no
# configure:15977: checking whether pthreads work without any flags
# configure:16065: clang -o conftest -I/usr/include/p11-kit-1 conftest.c -lidn -lgnutls -lz >&5
# conftest.c:32:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:33:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:33:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# 3 warnings generated.
# /usr/bin/ld: /tmp/conftest-87443f.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
# /usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16065: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:16074: result: no
# configure:15982: checking whether pthreads work with -Kthread
# configure:16065: clang -o conftest -Kthread -I/usr/include/p11-kit-1 conftest.c -lidn -lgnutls -lz >&5
# clang-3.8: error: unknown argument: '-Kthread'
# configure:16065: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:16074: result: no
# configure:15982: checking whether pthreads work with -kthread
# configure:16065: clang -o conftest -kthread -I/usr/include/p11-kit-1 conftest.c -lidn -lgnutls -lz >&5
# clang-3.8: error: unknown argument: '-kthread'
# configure:16065: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:16074: result: no
# configure:16032: checking for the pthreads library -llthread
# configure:16065: clang -o conftest -I/usr/include/p11-kit-1 conftest.c -llthread -lidn -lgnutls -lz >&5
# conftest.c:32:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:33:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:33:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# 3 warnings generated.
# /usr/bin/ld: cannot find -llthread
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16065: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:16074: result: no
# configure:15982: checking whether pthreads work with -pthread
# configure:16065: clang -o conftest -pthread -I/usr/include/p11-kit-1 conftest.c -lidn -lgnutls -lz >&5
# conftest.c:32:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:33:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:33:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# 3 warnings generated.
# configure:16065: $? = 0
# configure:16074: result: yes
# configure:16093: checking for joinable pthread attribute
# configure:16108: clang -o conftest -pthread -I/usr/include/p11-kit-1 conftest.c -lidn -lgnutls -lz >&5
# configure:16108: $? = 0
# configure:16114: result: PTHREAD_CREATE_JOINABLE
# configure:16124: checking if more special flags are required for pthreads
# configure:16131: result: no
# configure:16219: checking for res_querydomain
# configure:16219: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lidn -lgnutls -lz >&5
# /tmp/conftest-b992d1.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_querydomain'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16219: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | #define HAVE_PTHREAD 1
# | /* end confdefs.h. */
# | /* Define res_querydomain to an innocuous variant, in case declares res_querydomain.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define res_querydomain innocuous_res_querydomain
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char res_querydomain (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef res_querydomain
# |
# | /* 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_querydomain ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_res_querydomain || defined __stub___res_querydomain
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return res_querydomain ();
# | ;
# | return 0;
# | }
# configure:16219: result: no
# configure:16231: checking for res_querydomain in -lresolv
# configure:16256: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lresolv -lidn -lgnutls -lz >&5
# /tmp/conftest-05ab0c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_querydomain'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16256: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | #define HAVE_PTHREAD 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_querydomain ();
# | int
# | main ()
# | {
# | return res_querydomain ();
# | ;
# | return 0;
# | }
# configure:16265: result: no
# configure:16281: checking for res_querydomain in -lbind
# configure:16306: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lbind -lidn -lgnutls -lz >&5
# /usr/bin/ld: cannot find -lbind
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16306: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | #define HAVE_PTHREAD 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_querydomain ();
# | int
# | main ()
# | {
# | return res_querydomain ();
# | ;
# | return 0;
# | }
# configure:16315: result: no
# configure:16331: checking for res_querydomain in -lresolv (alternate version)
# configure:16346: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lresolv -lidn -lgnutls -lz >&5
# configure:16346: $? = 0
# configure:16347: result: yes
# configure:16365: checking for dn_skipname
# configure:16365: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lresolv -lidn -lgnutls -lz >&5
# /tmp/conftest-3e925f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dn_skipname'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16365: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | #define HAVE_PTHREAD 1
# | #define HAVE_RES_QUERYDOMAIN 1
# | /* end confdefs.h. */
# | /* Define dn_skipname to an innocuous variant, in case declares dn_skipname.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dn_skipname innocuous_dn_skipname
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dn_skipname (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dn_skipname
# |
# | /* 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 dn_skipname ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_dn_skipname || defined __stub___dn_skipname
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dn_skipname ();
# | ;
# | return 0;
# | }
# configure:16365: result: no
# configure:16377: checking for dn_skipname in -lresolv
# configure:16402: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lresolv -lresolv -lidn -lgnutls -lz >&5
# /tmp/conftest-7a5fcf.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dn_skipname'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | #define HAVE_PTHREAD 1
# | #define HAVE_RES_QUERYDOMAIN 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 dn_skipname ();
# | int
# | main ()
# | {
# | return dn_skipname ();
# | ;
# | return 0;
# | }
# configure:16411: result: no
# configure:16427: checking for dn_skipname in -lbind
# configure:16452: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lbind -lresolv -lidn -lgnutls -lz >&5
# /usr/bin/ld: cannot find -lbind
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16452: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | #define HAVE_PTHREAD 1
# | #define HAVE_RES_QUERYDOMAIN 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 dn_skipname ();
# | int
# | main ()
# | {
# | return dn_skipname ();
# | ;
# | return 0;
# | }
# configure:16461: result: no
# configure:16477: checking for dn_skipname in -lresolv (alternate version)
# configure:16493: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lresolv -lresolv -lidn -lgnutls -lz >&5
# configure:16493: $? = 0
# configure:16494: result: yes
# configure:16512: checking for res_query
# configure:16512: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lresolv -lresolv -lidn -lgnutls -lz >&5
# /tmp/conftest-933585.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:16512: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | #define HAVE_PTHREAD 1
# | #define HAVE_RES_QUERYDOMAIN 1
# | #define HAVE_DN_SKIPNAME 1
# | /* end confdefs.h. */
# | /* Define res_query to an innocuous variant, in case declares res_query.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define res_query innocuous_res_query
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char res_query (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef res_query
# |
# | /* 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 ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_res_query || defined __stub___res_query
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return res_query ();
# | ;
# | return 0;
# | }
# configure:16512: result: no
# configure:16524: checking for res_query in -lresolv
# configure:16549: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lresolv -lresolv -lresolv -lidn -lgnutls -lz >&5
# /tmp/conftest-7ddc4b.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:16549: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | #define HAVE_PTHREAD 1
# | #define HAVE_RES_QUERYDOMAIN 1
# | #define HAVE_DN_SKIPNAME 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:16558: result: no
# configure:16574: checking for res_query in -lbind
# configure:16599: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lbind -lresolv -lresolv -lidn -lgnutls -lz >&5
# /usr/bin/ld: cannot find -lbind
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16599: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gloox"
# | #define PACKAGE_TARNAME "gloox"
# | #define PACKAGE_VERSION "1.0.14"
# | #define PACKAGE_STRING "gloox 1.0.14"
# | #define PACKAGE_BUGREPORT "js@camaya.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gloox"
# | #define VERSION "1.0.14"
# | #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_LIBIDN 1
# | #define HAVE_GNUTLS 1
# | #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# | #define HAVE_ZLIB 1
# | #define HAVE_PTHREAD 1
# | #define HAVE_RES_QUERYDOMAIN 1
# | #define HAVE_DN_SKIPNAME 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:16608: result: no
# configure:16624: checking for res_query in -lresolv (alternate version)
# configure:16639: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lresolv -lresolv -lresolv -lidn -lgnutls -lz >&5
# configure:16639: $? = 0
# configure:16640: result: yes
# configure:16676: checking whether to enable debug
# configure:16678: result: no
# configure:16702: checking whether to use getaddrinfo
# configure:16704: result: no
# configure:16707: checking for ANSI C header files
# configure:16811: result: yes
# configure:16822: checking for unistd.h
# configure:16822: result: yes
# configure:16822: checking for strings.h
# configure:16822: result: yes
# configure:16822: checking errno.h usability
# configure:16822: clang -c -I/usr/include/p11-kit-1 -pthread conftest.c >&5
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:16822: checking errno.h presence
# configure:16822: clang -E -I/usr/include/p11-kit-1 -pthread conftest.c
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:16822: checking for errno.h
# configure:16822: result: yes
# configure:16822: checking arpa/nameser.h usability
# configure:16822: clang -c -I/usr/include/p11-kit-1 -pthread conftest.c >&5
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:16822: checking arpa/nameser.h presence
# configure:16822: clang -E -I/usr/include/p11-kit-1 -pthread conftest.c
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:16822: checking for arpa/nameser.h
# configure:16822: result: yes
# configure:16834: checking for setsockopt
# configure:16834: clang -o conftest -I/usr/include/p11-kit-1 -pthread -pthread conftest.c -lresolv -lresolv -lresolv -lidn -lgnutls -lz >&5
# configure:16834: $? = 0
# configure:16834: result: yes
# configure:16890: checking for an ANSI C-conforming const
# configure:16956: clang -c -I/usr/include/p11-kit-1 -pthread conftest.c >&5
# configure:16956: $? = 0
# configure:16963: result: yes
# configure:16971: checking for inline
# configure:16987: clang -c -I/usr/include/p11-kit-1 -pthread conftest.c >&5
# configure:16987: $? = 0
# configure:16995: result: inline
# configure:17078: checking if mDNS support should be built
# configure:17080: result: no
# configure:17092: checking if unit tests should be built
# configure:17094: result: yes
# configure:17114: checking if example programs should be built
# configure:17116: result: yes
# configure:17238: checking that generated files are newer than configure
# configure:17244: result: done
# configure:17271: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by gloox config.status 1.0.14, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0e4b1fe88ff9
#
# config.status:1255: creating Makefile
# config.status:1255: creating gloox.pc
# config.status:1255: creating gloox-config
# config.status:1255: creating src/Makefile
# config.status:1255: creating src/examples/Makefile
# config.status:1255: creating src/tests/Makefile
# config.status:1255: creating src/tests/adhoc/Makefile
# config.status:1255: creating src/tests/adhoccommand/Makefile
# config.status:1255: creating src/tests/adhoccommandnote/Makefile
# config.status:1255: creating src/tests/amprule/Makefile
# config.status:1255: creating src/tests/amp/Makefile
# config.status:1255: creating src/tests/base64/Makefile
# config.status:1255: creating src/tests/capabilities/Makefile
# config.status:1255: creating src/tests/carbons/Makefile
# config.status:1255: creating src/tests/chatstatefilter/Makefile
# config.status:1255: creating src/tests/client/Makefile
# config.status:1255: creating src/tests/clientbase/Makefile
# config.status:1255: creating src/tests/connectionbosh/Makefile
# config.status:1255: creating src/tests/dataform/Makefile
# config.status:1255: creating src/tests/dataformfield/Makefile
# config.status:1255: creating src/tests/dataformitem/Makefile
# config.status:1255: creating src/tests/dataformreported/Makefile
# config.status:1255: creating src/tests/delayeddelivery/Makefile
# config.status:1255: creating src/tests/discoinfo/Makefile
# config.status:1255: creating src/tests/discoitems/Makefile
# config.status:1255: creating src/tests/disco/Makefile
# config.status:1255: creating src/tests/error/Makefile
# config.status:1255: creating src/tests/featureneg/Makefile
# config.status:1255: creating src/tests/flexofflineoffline/Makefile
# config.status:1255: creating src/tests/flexoffline/Makefile
# config.status:1255: creating src/tests/forward/Makefile
# config.status:1255: creating src/tests/gpgencrypted/Makefile
# config.status:1255: creating src/tests/gpgsigned/Makefile
# config.status:1255: creating src/tests/inbandbytestreamibb/Makefile
# config.status:1255: creating src/tests/inbandbytestream/Makefile
# config.status:1255: creating src/tests/iodata/Makefile
# config.status:1255: creating src/tests/iq/Makefile
# config.status:1255: creating src/tests/jid/Makefile
# config.status:1255: creating src/tests/jingleiceudp/Makefile
# config.status:1255: creating src/tests/jinglesession/Makefile
# config.status:1255: creating src/tests/jinglesessionjingle/Makefile
# config.status:1255: creating src/tests/jinglesessionmanager/Makefile
# config.status:1255: creating src/tests/lastactivityquery/Makefile
# config.status:1255: creating src/tests/lastactivity/Makefile
# config.status:1255: creating src/tests/md5/Makefile
# config.status:1255: creating src/tests/message/Makefile
# config.status:1255: creating src/tests/messageeventfilter/Makefile
# config.status:1255: creating src/tests/mucroommuc/Makefile
# config.status:1255: creating src/tests/mucroommucadmin/Makefile
# config.status:1255: creating src/tests/mucroommucowner/Makefile
# config.status:1255: creating src/tests/mucroommucuser/Makefile
# config.status:1255: creating src/tests/nickname/Makefile
# config.status:1255: creating src/tests/nonsaslauthquery/Makefile
# config.status:1255: creating src/tests/nonsaslauth/Makefile
# config.status:1255: creating src/tests/oob/Makefile
# config.status:1255: creating src/tests/parser/Makefile
# config.status:1255: creating src/tests/prep/Makefile
# config.status:1255: creating src/tests/presence/Makefile
# config.status:1255: creating src/tests/privacymanagerquery/Makefile
# config.status:1255: creating src/tests/privacymanager/Makefile
# config.status:1255: creating src/tests/privatexml/Makefile
# config.status:1255: creating src/tests/pubsubmanagerpubsub/Makefile
# config.status:1255: creating src/tests/pubsubmanager/Makefile
# config.status:1255: creating src/tests/pubsubevent/Makefile
# config.status:1255: creating src/tests/receipt/Makefile
# config.status:1255: creating src/tests/registrationquery/Makefile
# config.status:1255: creating src/tests/registration/Makefile
# config.status:1255: creating src/tests/rostermanagerquery/Makefile
# config.status:1255: creating src/tests/rostermanager/Makefile
# config.status:1255: creating src/tests/searchquery/Makefile
# config.status:1255: creating src/tests/search/Makefile
# config.status:1255: creating src/tests/sha/Makefile
# config.status:1255: creating src/tests/shim/Makefile
# config.status:1255: creating src/tests/simanager/Makefile
# config.status:1255: creating src/tests/simanagersi/Makefile
# config.status:1255: creating src/tests/stanzaextensionfactory/Makefile
# config.status:1255: creating src/tests/subscription/Makefile
# config.status:1255: creating src/tests/tag/Makefile
# config.status:1255: creating src/tests/tlsgnutls/Makefile
# config.status:1255: creating src/tests/uniquemucroomunique/Makefile
# config.status:1255: creating src/tests/util/Makefile
# config.status:1255: creating src/tests/vcard/Makefile
# config.status:1255: creating src/tests/vcardupdate/Makefile
# config.status:1255: creating src/tests/xpath/Makefile
# config.status:1255: creating src/tests/zlib/Makefile
# config.status:1255: creating config.h.unix
# config.status:1484: executing depfiles commands
# config.status:1484: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_GNUTLS_CFLAGS_set=
# ac_cv_env_GNUTLS_CFLAGS_value=
# ac_cv_env_GNUTLS_LIBS_set=
# ac_cv_env_GNUTLS_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_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_func_dn_skipname=no
# ac_cv_func_res_query=no
# ac_cv_func_res_querydomain=no
# ac_cv_func_setsockopt=yes
# ac_cv_header_arpa_nameser_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_idna_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_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_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_bind_dn_skipname=no
# ac_cv_lib_bind_res_query=no
# ac_cv_lib_bind_res_querydomain=no
# ac_cv_lib_idn_stringprep_check_version=yes
# ac_cv_lib_resolv_dn_skipname=no
# ac_cv_lib_resolv_res_query=no
# ac_cv_lib_resolv_res_querydomain=no
# ac_cv_lib_z_zlibVersion=yes
# 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_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_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# 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_LDCXX='/usr/bin/ld -m elf_x86_64'
# 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_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_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_GNUTLS_CFLAGS=-I/usr/include/p11-kit-1
# pkg_cv_GNUTLS_LIBS=-lgnutls
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/gloox/src/gloox-1.0.14/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'
# AUTOCONF='${SHELL} /tmp/gloox/src/gloox-1.0.14/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/gloox/src/gloox-1.0.14/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/gloox/src/gloox-1.0.14/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=' -I/usr/include/p11-kit-1 -pthread'
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -ansi'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GNUTLS_CFLAGS='-I/usr/include/p11-kit-1'
# GNUTLS_LIBS='-lgnutls'
# GREP='/usr/bin/grep'
# HAVE_GCC_ATOMIC_BUILTINS='no'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# ISODATE='2017-04-13'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=' -pthread'
# LIBOBJS=''
# LIBS='-lresolv -lresolv -lresolv -lidn -lgnutls -lz'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/gloox/src/gloox-1.0.14/missing makeinfo'
# MANIFEST_TOOL=':'
# MAYBE_EXAMPLES='examples'
# MAYBE_LIB_mdns=''
# MAYBE_TESTS='tests'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='gloox'
# PACKAGE_BUGREPORT='js@camaya.net'
# PACKAGE_NAME='gloox'
# PACKAGE_STRING='gloox 1.0.14'
# PACKAGE_TARNAME='gloox'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.0.14'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PTHREAD_CC='clang'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.0.14'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# acx_pthread_config=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/gloox/src/gloox-1.0.14/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}'
# 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 "gloox"
# #define PACKAGE_TARNAME "gloox"
# #define PACKAGE_VERSION "1.0.14"
# #define PACKAGE_STRING "gloox 1.0.14"
# #define PACKAGE_BUGREPORT "js@camaya.net"
# #define PACKAGE_URL ""
# #define PACKAGE "gloox"
# #define VERSION "1.0.14"
# #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_LIBIDN 1
# #define HAVE_GNUTLS 1
# #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
# #define HAVE_ZLIB 1
# #define HAVE_PTHREAD 1
# #define HAVE_RES_QUERYDOMAIN 1
# #define HAVE_DN_SKIPNAME 1
# #define HAVE_RES_QUERY 1
# #define STDC_HEADERS 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_ARPA_NAMESER_H 1
# #define HAVE_SETSOCKOPT 1
#
# configure: exit 0