The build took 00h 01m 15s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
45,230 |
cpp |
43,107 |
makefile |
11,410 |
sh |
9 |
ansic |
99,756 |
total |
The process tree of the build process is here.
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
/toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/SOURCES --> /sysroot/SOURCES
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/COPYING --> /sysroot/COPYING
/toolchain_root/COPYING3 --> /sysroot/COPYING3
/toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: gloox 1.0.14-2 (Tue Apr 4 21:19:07 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 arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for a thread-safe mkdir -p... /usr/sbin/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... arm-unknown-linux-androideabi
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-gcc accepts -g... yes
checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-gcc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether arm-linux-androideabi-g++ accepts -g... yes
checking dependency style of arm-linux-androideabi-g++... gcc3
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/sbin/sed
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for fgrep... /usr/sbin/grep -F
checking for ld used by arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/arm-linux-androideabi-nm -B
checking the name lister (/sysroot/bin/arm-linux-androideabi-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 arm-unknown-linux-androideabi 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 /sysroot/arm-linux-androideabi/bin/ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... arm-linux-androideabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-androideabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
checking for archiver @FILE support... @
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... (cached) arm-linux-androideabi-ranlib
checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
checking for sysroot... no
checking for arm-linux-androideabi-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... arm-linux-androideabi-gcc -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 arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-gcc static flag -static works... yes
checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... arm-linux-androideabi-g++ -E
checking for ld used by arm-linux-androideabi-g++... /sysroot/arm-linux-androideabi/bin/ld
checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
checking for arm-linux-androideabi-g++ option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-g++ PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-g++ static flag -static works... yes
checking if arm-linux-androideabi-g++ supports -c -o file.o... yes
checking if arm-linux-androideabi-g++ supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether GCC atomic builtins are available... yes
checking idna.h usability... no
checking idna.h presence... no
checking for idna.h... no
configure: WARNING: Libidn not found
checking if Libidn should be used... no
checking for arm-linux-androideabi-pkg-config... no
checking for pkg-config... /usr/sbin/pkg-config
configure: WARNING: using cross tools not prefixed with host triplet
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... no
configure: WARNING: Zlib not found
checking if Zlib should be used... no
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... no
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... no
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for pthread-config... 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)... no
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)... no
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)... no
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... no
checking for setsockopt in -lsocket... no
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 arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT jid.lo -MD -MP -MF .deps/jid.Tpo -c -o jid.lo jid.cpp
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo parser.cpp
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT connectiontcpclient.lo -MD -MP -MF .deps/connectiontcpclient.Tpo -c -o connectiontcpclient.lo connectiontcpclient.cpp
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT clientbase.lo -MD -MP -MF .deps/clientbase.Tpo -c -o clientbase.lo clientbase.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT jid.lo -MD -MP -MF .deps/jid.Tpo -c jid.cpp -fPIC -DPIC -o .libs/jid.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT connectiontcpclient.lo -MD -MP -MF .deps/connectiontcpclient.Tpo -c connectiontcpclient.cpp -fPIC -DPIC -o .libs/connectiontcpclient.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cpp -fPIC -DPIC -o .libs/parser.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT clientbase.lo -MD -MP -MF .deps/clientbase.Tpo -c clientbase.cpp -fPIC -DPIC -o .libs/clientbase.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT jid.lo -MD -MP -MF .deps/jid.Tpo -c jid.cpp -o jid.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT connectiontcpclient.lo -MD -MP -MF .deps/connectiontcpclient.Tpo -c connectiontcpclient.cpp -o connectiontcpclient.o >/dev/null 2>&1
clientbase.cpp: In constructor 'gloox::ClientBase::ClientBase(const string&, const string&, int)':
clientbase.cpp:106:19: warning: 'gloox::ClientBase::m_selectedResource' is deprecated (declared at clientbase.h:879) [-Wdeprecated-declarations]
m_smSent( 0 )
^
clientbase.cpp:106:19: warning: 'gloox::ClientBase::m_selectedResource' is deprecated (declared at clientbase.h:879) [-Wdeprecated-declarations]
clientbase.cpp:105:90: warning: conversion to 'int' from 'long long unsigned int' may alter its value [-Wconversion]
m_uniqueBaseId( (unsigned int)( ( (unsigned long long)time( 0 ) & 0xFFFF ) << 16 ) | ( ( (unsigned long long) & m_nextId ) & 0xFFFF ) ),
^
clientbase.cpp: In constructor 'gloox::ClientBase::ClientBase(const string&, const string&, const string&, int)':
clientbase.cpp:125:19: warning: 'gloox::ClientBase::m_selectedResource' is deprecated (declared at clientbase.h:879) [-Wdeprecated-declarations]
m_smSent( 0 )
^
clientbase.cpp:125:19: warning: 'gloox::ClientBase::m_selectedResource' is deprecated (declared at clientbase.h:879) [-Wdeprecated-declarations]
clientbase.cpp:124:90: warning: conversion to 'int' from 'long long unsigned int' may alter its value [-Wconversion]
m_uniqueBaseId( (unsigned int)( ( (unsigned long long)time( 0 ) & 0xFFFF ) << 16 ) | ( ( (unsigned long long) & m_nextId ) & 0xFFFF ) ),
^
clientbase.cpp: In destructor 'virtual gloox::ClientBase::~ClientBase()':
clientbase.cpp:151:27: warning: 'gloox::ClientBase::m_selectedResource' is deprecated (declared at clientbase.h:879) [-Wdeprecated-declarations]
ClientBase::~ClientBase()
^
clientbase.cpp: In member function 'std::string gloox::ClientBase::hi(const string&, const string&, int)':
clientbase.cpp:694:18: warning: conversion to 'unsigned char' from 'int' may alter its value [-Wconversion]
xored[j] ^= tmp.c_str()[j];
^
clientbase.cpp: In member function 'void gloox::ClientBase::processSASLChallenge(const string&)':
clientbase.cpp:743:26: warning: conversion to 'unsigned char' from 'int' may alter its value [-Wconversion]
clientProof[i] ^= clientSignature.c_str()[i];
^
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cpp -o parser.o >/dev/null 2>&1
mv -f .deps/connectiontcpclient.Tpo .deps/connectiontcpclient.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT tag.lo -MD -MP -MF .deps/tag.Tpo -c -o tag.lo tag.cpp
mv -f .deps/jid.Tpo .deps/jid.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT stanza.lo -MD -MP -MF .deps/stanza.Tpo -c -o stanza.lo stanza.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT tag.lo -MD -MP -MF .deps/tag.Tpo -c tag.cpp -fPIC -DPIC -o .libs/tag.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT stanza.lo -MD -MP -MF .deps/stanza.Tpo -c stanza.cpp -fPIC -DPIC -o .libs/stanza.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT stanza.lo -MD -MP -MF .deps/stanza.Tpo -c stanza.cpp -o stanza.o >/dev/null 2>&1
mv -f .deps/parser.Tpo .deps/parser.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT logsink.lo -MD -MP -MF .deps/logsink.Tpo -c -o logsink.lo logsink.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT logsink.lo -MD -MP -MF .deps/logsink.Tpo -c logsink.cpp -fPIC -DPIC -o .libs/logsink.o
mv -f .deps/stanza.Tpo .deps/stanza.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dns.lo -MD -MP -MF .deps/dns.Tpo -c -o dns.lo dns.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dns.lo -MD -MP -MF .deps/dns.Tpo -c dns.cpp -fPIC -DPIC -o .libs/dns.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT logsink.lo -MD -MP -MF .deps/logsink.Tpo -c logsink.cpp -o logsink.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT tag.lo -MD -MP -MF .deps/tag.Tpo -c tag.cpp -o tag.o >/dev/null 2>&1
mv -f .deps/logsink.Tpo .deps/logsink.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT prep.lo -MD -MP -MF .deps/prep.Tpo -c -o prep.lo prep.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT prep.lo -MD -MP -MF .deps/prep.Tpo -c prep.cpp -fPIC -DPIC -o .libs/prep.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dns.lo -MD -MP -MF .deps/dns.Tpo -c dns.cpp -o dns.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -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 arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c -o base64.lo base64.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT clientbase.lo -MD -MP -MF .deps/clientbase.Tpo -c clientbase.cpp -o clientbase.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.cpp -fPIC -DPIC -o .libs/base64.o
mv -f .deps/dns.Tpo .deps/dns.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT client.lo -MD -MP -MF .deps/client.Tpo -c -o client.lo client.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.cpp -o base64.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.cpp -fPIC -DPIC -o .libs/client.o
mv -f .deps/base64.Tpo .deps/base64.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT component.lo -MD -MP -MF .deps/component.Tpo -c -o component.lo component.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT component.lo -MD -MP -MF .deps/component.Tpo -c component.cpp -fPIC -DPIC -o .libs/component.o
client.cpp: In member function 'bool gloox::Client::selectResource(const string&)':
client.cpp:522:5: warning: 'gloox::ClientBase::m_selectedResource' is deprecated (declared at clientbase.h:879) [-Wdeprecated-declarations]
m_selectedResource = resource; // TODO: remove for 1.1
^
client.cpp: In member function 'void gloox::Client::processResourceBind(const gloox::IQ&)':
client.cpp:546:9: warning: 'gloox::ClientBase::m_selectedResource' is deprecated (declared at clientbase.h:879) [-Wdeprecated-declarations]
m_selectedResource = m_jid.resource(); // TODO: remove for 1.1
^
mv -f .deps/tag.Tpo .deps/tag.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT disco.lo -MD -MP -MF .deps/disco.Tpo -c -o disco.lo disco.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT disco.lo -MD -MP -MF .deps/disco.Tpo -c disco.cpp -fPIC -DPIC -o .libs/disco.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT component.lo -MD -MP -MF .deps/component.Tpo -c component.cpp -o component.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.cpp -o client.o >/dev/null 2>&1
mv -f .deps/component.Tpo .deps/component.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT adhoc.lo -MD -MP -MF .deps/adhoc.Tpo -c -o adhoc.lo adhoc.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT adhoc.lo -MD -MP -MF .deps/adhoc.Tpo -c adhoc.cpp -fPIC -DPIC -o .libs/adhoc.o
mv -f .deps/client.Tpo .deps/client.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT privatexml.lo -MD -MP -MF .deps/privatexml.Tpo -c -o privatexml.lo privatexml.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT privatexml.lo -MD -MP -MF .deps/privatexml.Tpo -c privatexml.cpp -fPIC -DPIC -o .libs/privatexml.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT disco.lo -MD -MP -MF .deps/disco.Tpo -c disco.cpp -o disco.o >/dev/null 2>&1
mv -f .deps/clientbase.Tpo .deps/clientbase.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT registration.lo -MD -MP -MF .deps/registration.Tpo -c -o registration.lo registration.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT registration.lo -MD -MP -MF .deps/registration.Tpo -c registration.cpp -fPIC -DPIC -o .libs/registration.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT privatexml.lo -MD -MP -MF .deps/privatexml.Tpo -c privatexml.cpp -o privatexml.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT adhoc.lo -MD -MP -MF .deps/adhoc.Tpo -c adhoc.cpp -o adhoc.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT registration.lo -MD -MP -MF .deps/registration.Tpo -c registration.cpp -o registration.o >/dev/null 2>&1
mv -f .deps/privatexml.Tpo .deps/privatexml.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT nonsaslauth.lo -MD -MP -MF .deps/nonsaslauth.Tpo -c -o nonsaslauth.lo nonsaslauth.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT nonsaslauth.lo -MD -MP -MF .deps/nonsaslauth.Tpo -c nonsaslauth.cpp -fPIC -DPIC -o .libs/nonsaslauth.o
mv -f .deps/registration.Tpo .deps/registration.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT rosteritem.lo -MD -MP -MF .deps/rosteritem.Tpo -c -o rosteritem.lo rosteritem.cpp
mv -f .deps/disco.Tpo .deps/disco.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT rostermanager.lo -MD -MP -MF .deps/rostermanager.Tpo -c -o rostermanager.lo rostermanager.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT rosteritem.lo -MD -MP -MF .deps/rosteritem.Tpo -c rosteritem.cpp -fPIC -DPIC -o .libs/rosteritem.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT rostermanager.lo -MD -MP -MF .deps/rostermanager.Tpo -c rostermanager.cpp -fPIC -DPIC -o .libs/rostermanager.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT nonsaslauth.lo -MD -MP -MF .deps/nonsaslauth.Tpo -c nonsaslauth.cpp -o nonsaslauth.o >/dev/null 2>&1
In file included from rosteritem.cpp:16:0:
rosteritemdata.h: In constructor 'gloox::RosterItemData::RosterItemData(const gloox::JID&, const string&, const StringList&)':
rosteritemdata.h:49:75: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
m_subscription( S10nNone ), m_changed( false ), m_remove( false )
^
rosteritemdata.h:49:75: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h: In constructor 'gloox::RosterItemData::RosterItemData(const gloox::JID&)':
rosteritemdata.h:58:26: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
m_remove( true )
^
rosteritemdata.h:58:26: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h: In copy constructor 'gloox::RosterItemData::RosterItemData(const gloox::RosterItemData&)':
rosteritemdata.h:66:24: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
: m_jid( right.m_jid ), m_jidJID( right.m_jidJID ), m_name( right.m_name ),
^
rosteritemdata.h:66:24: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h:68:66: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
m_changed( right.m_changed ), m_remove( right.m_remove )
^
rosteritemdata.h:68:66: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h: In constructor 'gloox::RosterItemData::RosterItemData(const string&, const string&, const StringList&)':
rosteritemdata.h:81:75: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
m_subscription( S10nNone ), m_changed( false ), m_remove( false )
^
rosteritemdata.h:81:75: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h: In constructor 'gloox::RosterItemData::RosterItemData(const string&)':
rosteritemdata.h:91:26: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
m_remove( true )
^
rosteritemdata.h:91:26: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h: In destructor 'virtual gloox::RosterItemData::~RosterItemData()':
rosteritemdata.h:97:33: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
virtual ~RosterItemData() {}
^
rosteritemdata.h: In member function 'const string& gloox::RosterItemData::jid() const':
rosteritemdata.h:104:64: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
GLOOX_DEPRECATED const std::string& jid() const { return m_jid; }
^
rosteritem.cpp: In member function 'const string& gloox::RosterItem::jid() const':
rosteritem.cpp:65:26: warning: 'const string& gloox::RosterItemData::jid() const' is deprecated (declared at rosteritemdata.h:104) [-Wdeprecated-declarations]
return m_data->jid();
^
In file included from rostermanager.cpp:18:0:
rosteritemdata.h: In constructor 'gloox::RosterItemData::RosterItemData(const gloox::JID&, const string&, const StringList&)':
rosteritemdata.h:49:75: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
m_subscription( S10nNone ), m_changed( false ), m_remove( false )
^
rosteritemdata.h:49:75: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h: In constructor 'gloox::RosterItemData::RosterItemData(const gloox::JID&)':
rosteritemdata.h:58:26: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
m_remove( true )
^
rosteritemdata.h:58:26: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h: In copy constructor 'gloox::RosterItemData::RosterItemData(const gloox::RosterItemData&)':
rosteritemdata.h:66:24: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
: m_jid( right.m_jid ), m_jidJID( right.m_jidJID ), m_name( right.m_name ),
^
rosteritemdata.h:66:24: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h:68:66: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
m_changed( right.m_changed ), m_remove( right.m_remove )
^
rosteritemdata.h:68:66: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h: In constructor 'gloox::RosterItemData::RosterItemData(const string&, const string&, const StringList&)':
rosteritemdata.h:81:75: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
m_subscription( S10nNone ), m_changed( false ), m_remove( false )
^
rosteritemdata.h:81:75: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h: In constructor 'gloox::RosterItemData::RosterItemData(const string&)':
rosteritemdata.h:91:26: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
m_remove( true )
^
rosteritemdata.h:91:26: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
rosteritemdata.h: In destructor 'virtual gloox::RosterItemData::~RosterItemData()':
rosteritemdata.h:97:33: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
virtual ~RosterItemData() {}
^
rosteritemdata.h: In member function 'const string& gloox::RosterItemData::jid() const':
rosteritemdata.h:104:64: warning: 'gloox::RosterItemData::m_jid' is deprecated (declared at rosteritemdata.h:218) [-Wdeprecated-declarations]
GLOOX_DEPRECATED const std::string& jid() const { return m_jid; }
^
mv -f .deps/nonsaslauth.Tpo .deps/nonsaslauth.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT privacyitem.lo -MD -MP -MF .deps/privacyitem.Tpo -c -o privacyitem.lo privacyitem.cpp
mv -f .deps/adhoc.Tpo .deps/adhoc.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT bookmarkstorage.lo -MD -MP -MF .deps/bookmarkstorage.Tpo -c -o bookmarkstorage.lo bookmarkstorage.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT privacyitem.lo -MD -MP -MF .deps/privacyitem.Tpo -c privacyitem.cpp -fPIC -DPIC -o .libs/privacyitem.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT rosteritem.lo -MD -MP -MF .deps/rosteritem.Tpo -c rosteritem.cpp -o rosteritem.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT bookmarkstorage.lo -MD -MP -MF .deps/bookmarkstorage.Tpo -c bookmarkstorage.cpp -fPIC -DPIC -o .libs/bookmarkstorage.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT privacyitem.lo -MD -MP -MF .deps/privacyitem.Tpo -c privacyitem.cpp -o privacyitem.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT rostermanager.lo -MD -MP -MF .deps/rostermanager.Tpo -c rostermanager.cpp -o rostermanager.o >/dev/null 2>&1
mv -f .deps/privacyitem.Tpo .deps/privacyitem.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT annotations.lo -MD -MP -MF .deps/annotations.Tpo -c -o annotations.lo annotations.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT bookmarkstorage.lo -MD -MP -MF .deps/bookmarkstorage.Tpo -c bookmarkstorage.cpp -o bookmarkstorage.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT annotations.lo -MD -MP -MF .deps/annotations.Tpo -c annotations.cpp -fPIC -DPIC -o .libs/annotations.o
mv -f .deps/rosteritem.Tpo .deps/rosteritem.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT privacymanager.lo -MD -MP -MF .deps/privacymanager.Tpo -c -o privacymanager.lo privacymanager.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT privacymanager.lo -MD -MP -MF .deps/privacymanager.Tpo -c privacymanager.cpp -fPIC -DPIC -o .libs/privacymanager.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT annotations.lo -MD -MP -MF .deps/annotations.Tpo -c annotations.cpp -o annotations.o >/dev/null 2>&1
mv -f .deps/bookmarkstorage.Tpo .deps/bookmarkstorage.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT lastactivity.lo -MD -MP -MF .deps/lastactivity.Tpo -c -o lastactivity.lo lastactivity.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT lastactivity.lo -MD -MP -MF .deps/lastactivity.Tpo -c lastactivity.cpp -fPIC -DPIC -o .libs/lastactivity.o
mv -f .deps/annotations.Tpo .deps/annotations.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT flexoff.lo -MD -MP -MF .deps/flexoff.Tpo -c -o flexoff.lo flexoff.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT lastactivity.lo -MD -MP -MF .deps/lastactivity.Tpo -c lastactivity.cpp -o lastactivity.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT flexoff.lo -MD -MP -MF .deps/flexoff.Tpo -c flexoff.cpp -fPIC -DPIC -o .libs/flexoff.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT privacymanager.lo -MD -MP -MF .deps/privacymanager.Tpo -c privacymanager.cpp -o privacymanager.o >/dev/null 2>&1
mv -f .deps/rostermanager.Tpo .deps/rostermanager.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataform.lo -MD -MP -MF .deps/dataform.Tpo -c -o dataform.lo dataform.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataform.lo -MD -MP -MF .deps/dataform.Tpo -c dataform.cpp -fPIC -DPIC -o .libs/dataform.o
mv -f .deps/lastactivity.Tpo .deps/lastactivity.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformfield.lo -MD -MP -MF .deps/dataformfield.Tpo -c -o dataformfield.lo dataformfield.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformfield.lo -MD -MP -MF .deps/dataformfield.Tpo -c dataformfield.cpp -fPIC -DPIC -o .libs/dataformfield.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT flexoff.lo -MD -MP -MF .deps/flexoff.Tpo -c flexoff.cpp -o flexoff.o >/dev/null 2>&1
mv -f .deps/privacymanager.Tpo .deps/privacymanager.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformfieldcontainer.lo -MD -MP -MF .deps/dataformfieldcontainer.Tpo -c -o dataformfieldcontainer.lo dataformfieldcontainer.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformfieldcontainer.lo -MD -MP -MF .deps/dataformfieldcontainer.Tpo -c dataformfieldcontainer.cpp -fPIC -DPIC -o .libs/dataformfieldcontainer.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataform.lo -MD -MP -MF .deps/dataform.Tpo -c dataform.cpp -o dataform.o >/dev/null 2>&1
mv -f .deps/flexoff.Tpo .deps/flexoff.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT messagesession.lo -MD -MP -MF .deps/messagesession.Tpo -c -o messagesession.lo messagesession.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformfield.lo -MD -MP -MF .deps/dataformfield.Tpo -c dataformfield.cpp -o dataformfield.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformfieldcontainer.lo -MD -MP -MF .deps/dataformfieldcontainer.Tpo -c dataformfieldcontainer.cpp -o dataformfieldcontainer.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT messagesession.lo -MD -MP -MF .deps/messagesession.Tpo -c messagesession.cpp -fPIC -DPIC -o .libs/messagesession.o
mv -f .deps/dataform.Tpo .deps/dataform.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT messageeventfilter.lo -MD -MP -MF .deps/messageeventfilter.Tpo -c -o messageeventfilter.lo messageeventfilter.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT messageeventfilter.lo -MD -MP -MF .deps/messageeventfilter.Tpo -c messageeventfilter.cpp -fPIC -DPIC -o .libs/messageeventfilter.o
mv -f .deps/dataformfieldcontainer.Tpo .deps/dataformfieldcontainer.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT chatstatefilter.lo -MD -MP -MF .deps/chatstatefilter.Tpo -c -o chatstatefilter.lo chatstatefilter.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT messagesession.lo -MD -MP -MF .deps/messagesession.Tpo -c messagesession.cpp -o messagesession.o >/dev/null 2>&1
mv -f .deps/dataformfield.Tpo .deps/dataformfield.Plo
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT messageeventfilter.lo -MD -MP -MF .deps/messageeventfilter.Tpo -c messageeventfilter.cpp -o messageeventfilter.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT gloox.lo -MD -MP -MF .deps/gloox.Tpo -c -o gloox.lo gloox.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT chatstatefilter.lo -MD -MP -MF .deps/chatstatefilter.Tpo -c chatstatefilter.cpp -fPIC -DPIC -o .libs/chatstatefilter.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT gloox.lo -MD -MP -MF .deps/gloox.Tpo -c gloox.cpp -fPIC -DPIC -o .libs/gloox.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT chatstatefilter.lo -MD -MP -MF .deps/chatstatefilter.Tpo -c chatstatefilter.cpp -o chatstatefilter.o >/dev/null 2>&1
mv -f .deps/messageeventfilter.Tpo .deps/messageeventfilter.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT inbandbytestream.lo -MD -MP -MF .deps/inbandbytestream.Tpo -c -o inbandbytestream.lo inbandbytestream.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT gloox.lo -MD -MP -MF .deps/gloox.Tpo -c gloox.cpp -o gloox.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT inbandbytestream.lo -MD -MP -MF .deps/inbandbytestream.Tpo -c inbandbytestream.cpp -fPIC -DPIC -o .libs/inbandbytestream.o
mv -f .deps/messagesession.Tpo .deps/messagesession.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT messagefilter.lo -MD -MP -MF .deps/messagefilter.Tpo -c -o messagefilter.lo messagefilter.cpp
mv -f .deps/chatstatefilter.Tpo .deps/chatstatefilter.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT vcard.lo -MD -MP -MF .deps/vcard.Tpo -c -o vcard.lo vcard.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT messagefilter.lo -MD -MP -MF .deps/messagefilter.Tpo -c messagefilter.cpp -fPIC -DPIC -o .libs/messagefilter.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT vcard.lo -MD -MP -MF .deps/vcard.Tpo -c vcard.cpp -fPIC -DPIC -o .libs/vcard.o
mv -f .deps/gloox.Tpo .deps/gloox.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT vcardmanager.lo -MD -MP -MF .deps/vcardmanager.Tpo -c -o vcardmanager.lo vcardmanager.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT vcardmanager.lo -MD -MP -MF .deps/vcardmanager.Tpo -c vcardmanager.cpp -fPIC -DPIC -o .libs/vcardmanager.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT messagefilter.lo -MD -MP -MF .deps/messagefilter.Tpo -c messagefilter.cpp -o messagefilter.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT inbandbytestream.lo -MD -MP -MF .deps/inbandbytestream.Tpo -c inbandbytestream.cpp -o inbandbytestream.o >/dev/null 2>&1
mv -f .deps/messagefilter.Tpo .deps/messagefilter.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.cpp -fPIC -DPIC -o .libs/md5.o
md5.cpp: In member function 'void gloox::MD5::process(const unsigned char*)':
md5.cpp:214:36: warning: cast from 'const unsigned char*' to 'const unsigned int*' increases required alignment of target type [-Wcast-align]
X = (const unsigned int*)data;
^
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT vcardmanager.lo -MD -MP -MF .deps/vcardmanager.Tpo -c vcardmanager.cpp -o vcardmanager.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.cpp -o md5.o >/dev/null 2>&1
mv -f .deps/inbandbytestream.Tpo .deps/inbandbytestream.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT sha.lo -MD -MP -MF .deps/sha.Tpo -c -o sha.lo sha.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT vcard.lo -MD -MP -MF .deps/vcard.Tpo -c vcard.cpp -o vcard.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT sha.lo -MD -MP -MF .deps/sha.Tpo -c sha.cpp -fPIC -DPIC -o .libs/sha.o
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT search.lo -MD -MP -MF .deps/search.Tpo -c -o search.lo search.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.cpp -fPIC -DPIC -o .libs/search.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -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 arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformreported.lo -MD -MP -MF .deps/dataformreported.Tpo -c -o dataformreported.lo dataformreported.cpp
mv -f .deps/vcardmanager.Tpo .deps/vcardmanager.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformitem.lo -MD -MP -MF .deps/dataformitem.Tpo -c -o dataformitem.lo dataformitem.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformreported.lo -MD -MP -MF .deps/dataformreported.Tpo -c dataformreported.cpp -fPIC -DPIC -o .libs/dataformreported.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformitem.lo -MD -MP -MF .deps/dataformitem.Tpo -c dataformitem.cpp -fPIC -DPIC -o .libs/dataformitem.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.cpp -o search.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformitem.lo -MD -MP -MF .deps/dataformitem.Tpo -c dataformitem.cpp -o dataformitem.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT dataformreported.lo -MD -MP -MF .deps/dataformreported.Tpo -c dataformreported.cpp -o dataformreported.o >/dev/null 2>&1
mv -f .deps/vcard.Tpo .deps/vcard.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT mucroom.lo -MD -MP -MF .deps/mucroom.Tpo -c -o mucroom.lo mucroom.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT mucroom.lo -MD -MP -MF .deps/mucroom.Tpo -c mucroom.cpp -fPIC -DPIC -o .libs/mucroom.o
mv -f .deps/dataformreported.Tpo .deps/dataformreported.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT mucmessagesession.lo -MD -MP -MF .deps/mucmessagesession.Tpo -c -o mucmessagesession.lo mucmessagesession.cpp
mv -f .deps/dataformitem.Tpo .deps/dataformitem.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT oob.lo -MD -MP -MF .deps/oob.Tpo -c -o oob.lo oob.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT mucmessagesession.lo -MD -MP -MF .deps/mucmessagesession.Tpo -c mucmessagesession.cpp -fPIC -DPIC -o .libs/mucmessagesession.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT oob.lo -MD -MP -MF .deps/oob.Tpo -c oob.cpp -fPIC -DPIC -o .libs/oob.o
mv -f .deps/search.Tpo .deps/search.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT vcardupdate.lo -MD -MP -MF .deps/vcardupdate.Tpo -c -o vcardupdate.lo vcardupdate.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT oob.lo -MD -MP -MF .deps/oob.Tpo -c oob.cpp -o oob.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT vcardupdate.lo -MD -MP -MF .deps/vcardupdate.Tpo -c vcardupdate.cpp -fPIC -DPIC -o .libs/vcardupdate.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT mucmessagesession.lo -MD -MP -MF .deps/mucmessagesession.Tpo -c mucmessagesession.cpp -o mucmessagesession.o >/dev/null 2>&1
mv -f .deps/oob.Tpo .deps/oob.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT stanzaextensionfactory.lo -MD -MP -MF .deps/stanzaextensionfactory.Tpo -c -o stanzaextensionfactory.lo stanzaextensionfactory.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT vcardupdate.lo -MD -MP -MF .deps/vcardupdate.Tpo -c vcardupdate.cpp -o vcardupdate.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT stanzaextensionfactory.lo -MD -MP -MF .deps/stanzaextensionfactory.Tpo -c stanzaextensionfactory.cpp -fPIC -DPIC -o .libs/stanzaextensionfactory.o
mv -f .deps/vcardupdate.Tpo .deps/vcardupdate.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT mucinvitationhandler.lo -MD -MP -MF .deps/mucinvitationhandler.Tpo -c -o mucinvitationhandler.lo mucinvitationhandler.cpp
mv -f .deps/mucmessagesession.Tpo .deps/mucmessagesession.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT delayeddelivery.lo -MD -MP -MF .deps/delayeddelivery.Tpo -c -o delayeddelivery.lo delayeddelivery.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT mucinvitationhandler.lo -MD -MP -MF .deps/mucinvitationhandler.Tpo -c mucinvitationhandler.cpp -fPIC -DPIC -o .libs/mucinvitationhandler.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT delayeddelivery.lo -MD -MP -MF .deps/delayeddelivery.Tpo -c delayeddelivery.cpp -fPIC -DPIC -o .libs/delayeddelivery.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT stanzaextensionfactory.lo -MD -MP -MF .deps/stanzaextensionfactory.Tpo -c stanzaextensionfactory.cpp -o stanzaextensionfactory.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT mucroom.lo -MD -MP -MF .deps/mucroom.Tpo -c mucroom.cpp -o mucroom.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT delayeddelivery.lo -MD -MP -MF .deps/delayeddelivery.Tpo -c delayeddelivery.cpp -o delayeddelivery.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT mucinvitationhandler.lo -MD -MP -MF .deps/mucinvitationhandler.Tpo -c mucinvitationhandler.cpp -o mucinvitationhandler.o >/dev/null 2>&1
mv -f .deps/delayeddelivery.Tpo .deps/delayeddelivery.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT gpgencrypted.lo -MD -MP -MF .deps/gpgencrypted.Tpo -c -o gpgencrypted.lo gpgencrypted.cpp
mv -f .deps/stanzaextensionfactory.Tpo .deps/stanzaextensionfactory.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT gpgsigned.lo -MD -MP -MF .deps/gpgsigned.Tpo -c -o gpgsigned.lo gpgsigned.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT gpgencrypted.lo -MD -MP -MF .deps/gpgencrypted.Tpo -c gpgencrypted.cpp -fPIC -DPIC -o .libs/gpgencrypted.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT gpgsigned.lo -MD -MP -MF .deps/gpgsigned.Tpo -c gpgsigned.cpp -fPIC -DPIC -o .libs/gpgsigned.o
mv -f .deps/mucinvitationhandler.Tpo .deps/mucinvitationhandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT uniquemucroom.lo -MD -MP -MF .deps/uniquemucroom.Tpo -c -o uniquemucroom.lo uniquemucroom.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT gpgsigned.lo -MD -MP -MF .deps/gpgsigned.Tpo -c gpgsigned.cpp -o gpgsigned.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT gpgencrypted.lo -MD -MP -MF .deps/gpgencrypted.Tpo -c gpgencrypted.cpp -o gpgencrypted.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT uniquemucroom.lo -MD -MP -MF .deps/uniquemucroom.Tpo -c uniquemucroom.cpp -fPIC -DPIC -o .libs/uniquemucroom.o
mv -f .deps/gpgsigned.Tpo .deps/gpgsigned.Plo
mv -f .deps/gpgencrypted.Tpo .deps/gpgencrypted.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT instantmucroom.lo -MD -MP -MF .deps/instantmucroom.Tpo -c -o instantmucroom.lo instantmucroom.cpp
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT compressionzlib.lo -MD -MP -MF .deps/compressionzlib.Tpo -c -o compressionzlib.lo compressionzlib.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT instantmucroom.lo -MD -MP -MF .deps/instantmucroom.Tpo -c instantmucroom.cpp -fPIC -DPIC -o .libs/instantmucroom.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT compressionzlib.lo -MD -MP -MF .deps/compressionzlib.Tpo -c compressionzlib.cpp -fPIC -DPIC -o .libs/compressionzlib.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT compressionzlib.lo -MD -MP -MF .deps/compressionzlib.Tpo -c compressionzlib.cpp -o compressionzlib.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT uniquemucroom.lo -MD -MP -MF .deps/uniquemucroom.Tpo -c uniquemucroom.cpp -o uniquemucroom.o >/dev/null 2>&1
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT instantmucroom.lo -MD -MP -MF .deps/instantmucroom.Tpo -c instantmucroom.cpp -o instantmucroom.o >/dev/null 2>&1
mv -f .deps/compressionzlib.Tpo .deps/compressionzlib.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT tlsgnutlsclient.lo -MD -MP -MF .deps/tlsgnutlsclient.Tpo -c -o tlsgnutlsclient.lo tlsgnutlsclient.cpp
mv -f .deps/mucroom.Tpo .deps/mucroom.Plo
/bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT connectionhttpproxy.lo -MD -MP -MF .deps/connectionhttpproxy.Tpo -c -o connectionhttpproxy.lo connectionhttpproxy.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT tlsgnutlsclient.lo -MD -MP -MF .deps/tlsgnutlsclient.Tpo -c tlsgnutlsclient.cpp -fPIC -DPIC -o .libs/tlsgnutlsclient.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -ansi -MT connectionhttpproxy.lo -MD -MP -MF .deps/connectionhttpproxy.Tpo -c connectionhttpproxy.cpp -fPIC -DPIC -o .libs/connectionhttpproxy.o
In file included from tlsgnutlsclient.h:18:0,
from tlsgnutlsclient.cpp:15:
tlsgnutlsbase.h:24:27: fatal error: gnutls/gnutls.h: No such file or directory
#include
^
compilation terminated.
make[3]: *** [Makefile:710: tlsgnutlsclient.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/uniquemucroom.Tpo .deps/uniquemucroom.Plo
mv -f .deps/instantmucroom.Tpo .deps/instantmucroom.Plo
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wno-long-long -I/usr/include/p11-kit-1 -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
make[3]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src'
make[2]: *** [Makefile:750: all-recursive] Error 1
make[2]: Leaving directory '/tmp/gloox/src/gloox-1.0.14/src'
make[1]: *** [Makefile:497: all-recursive] Error 1
make[1]: Leaving directory '/tmp/gloox/src/gloox-1.0.14'
make: *** [Makefile:368: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
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 --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 164d5f55161f
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: /sysroot/bin
PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
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 arm-linux-androideabi-strip
configure:2648: found /sysroot/bin/arm-linux-androideabi-strip
configure:2659: result: arm-linux-androideabi-strip
configure:2724: checking for a thread-safe mkdir -p
configure:2763: result: /usr/sbin/mkdir -p
configure:2770: checking for gawk
configure:2786: found /usr/sbin/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: arm-unknown-linux-androideabi
configure:3093: checking for arm-linux-androideabi-gcc
configure:3120: result: arm-linux-androideabi-gcc
configure:3389: checking for C compiler version
configure:3398: arm-linux-androideabi-gcc --version >&5
arm-linux-androideabi-gcc (GCC) 4.8
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3409: $? = 0
configure:3398: arm-linux-androideabi-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-linux-androideabi-gcc
COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
Target: arm-linux-androideabi
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
Thread model: posix
gcc version 4.8 (GCC)
configure:3409: $? = 0
configure:3398: arm-linux-androideabi-gcc -V >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
configure:3409: $? = 1
configure:3398: arm-linux-androideabi-gcc -qversion >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
configure:3409: $? = 1
configure:3429: checking whether the C compiler works
configure:3451: arm-linux-androideabi-gcc 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: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:3525: $? = 0
configure:3547: result:
configure:3569: checking whether we are cross compiling
configure:3607: result: yes
configure:3612: checking for suffix of object files
configure:3634: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3638: $? = 0
configure:3659: result: o
configure:3663: checking whether we are using the GNU C compiler
configure:3682: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3682: $? = 0
configure:3691: result: yes
configure:3700: checking whether arm-linux-androideabi-gcc accepts -g
configure:3720: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:3720: $? = 0
configure:3761: result: yes
configure:3778: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:3841: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3841: $? = 0
configure:3854: result: none needed
configure:3879: checking whether arm-linux-androideabi-gcc understands -c and -o together
configure:3901: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
configure:3904: $? = 0
configure:3901: arm-linux-androideabi-gcc -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 arm-linux-androideabi-gcc
configure:4109: result: gcc3
configure:4236: checking for C++ compiler version
configure:4245: arm-linux-androideabi-g++ --version >&5
arm-linux-androideabi-g++ (GCC) 4.8
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4256: $? = 0
configure:4245: arm-linux-androideabi-g++ -v >&5
Using built-in specs.
COLLECT_GCC=arm-linux-androideabi-g++
COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
Target: arm-linux-androideabi
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
Thread model: posix
gcc version 4.8 (GCC)
configure:4256: $? = 0
configure:4245: arm-linux-androideabi-g++ -V >&5
arm-linux-androideabi-g++: error: unrecognized command line option '-V'
arm-linux-androideabi-g++: fatal error: no input files
compilation terminated.
configure:4256: $? = 1
configure:4245: arm-linux-androideabi-g++ -qversion >&5
arm-linux-androideabi-g++: error: unrecognized command line option '-qversion'
arm-linux-androideabi-g++: fatal error: no input files
compilation terminated.
configure:4256: $? = 1
configure:4260: checking whether we are using the GNU C++ compiler
configure:4279: arm-linux-androideabi-g++ -c conftest.cpp >&5
configure:4279: $? = 0
configure:4288: result: yes
configure:4297: checking whether arm-linux-androideabi-g++ accepts -g
configure:4317: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
configure:4317: $? = 0
configure:4358: result: yes
configure:4383: checking dependency style of arm-linux-androideabi-g++
configure:4494: result: gcc3
configure:4512: checking for arm-linux-androideabi-ranlib
configure:4528: found /sysroot/bin/arm-linux-androideabi-ranlib
configure:4539: result: arm-linux-androideabi-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/sbin/sed
configure:4777: checking for grep that handles long lines and -e
configure:4835: result: /usr/sbin/grep
configure:4840: checking for egrep
configure:4902: result: /usr/sbin/grep -E
configure:4907: checking for fgrep
configure:4969: result: /usr/sbin/grep -F
configure:5004: checking for ld used by arm-linux-androideabi-gcc
configure:5071: result: /sysroot/arm-linux-androideabi/bin/ld
configure:5078: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
configure:5093: result: yes
configure:5105: checking for BSD- or MS-compatible name lister (nm)
configure:5154: result: /sysroot/bin/arm-linux-androideabi-nm -B
configure:5284: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
configure:5291: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5294: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
configure:5297: output
00000000 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 arm-unknown-linux-androideabi 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 /sysroot/arm-linux-androideabi/bin/ld option to reload object files
configure:5603: result: -r
configure:5637: checking for arm-linux-androideabi-objdump
configure:5653: found /sysroot/bin/arm-linux-androideabi-objdump
configure:5664: result: arm-linux-androideabi-objdump
configure:5736: checking how to recognize dependent libraries
configure:5934: result: pass_all
configure:5979: checking for arm-linux-androideabi-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 arm-linux-androideabi-ar
configure:6139: found /sysroot/bin/arm-linux-androideabi-ar
configure:6150: result: arm-linux-androideabi-ar
configure:6231: checking for archiver @FILE support
configure:6248: arm-linux-androideabi-gcc -c conftest.c >&5
configure:6248: $? = 0
configure:6251: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
configure:6254: $? = 0
configure:6259: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
arm-linux-androideabi-ar: conftest.o: No such file or directory
configure:6262: $? = 1
configure:6274: result: @
configure:6292: checking for arm-linux-androideabi-strip
configure:6319: result: arm-linux-androideabi-strip
configure:6391: checking for arm-linux-androideabi-ranlib
configure:6418: result: arm-linux-androideabi-ranlib
configure:6560: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
configure:6680: arm-linux-androideabi-gcc -c conftest.c >&5
configure:6683: $? = 0
configure:6687: /sysroot/bin/arm-linux-androideabi-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: arm-linux-androideabi-gcc -o conftest conftest.c conftstm.o >&5
configure:6759: $? = 0
configure:6797: result: ok
configure:6834: checking for sysroot
configure:6864: result: no
configure:7093: checking for arm-linux-androideabi-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: arm-linux-androideabi-gcc -E conftest.c
configure:7870: $? = 0
configure:7884: arm-linux-androideabi-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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: arm-linux-androideabi-gcc -E
configure:7929: arm-linux-androideabi-gcc -E conftest.c
configure:7929: $? = 0
configure:7943: arm-linux-androideabi-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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: arm-linux-androideabi-gcc -c conftest.c >&5
configure:7992: $? = 0
configure:8076: result: yes
configure:8089: checking for sys/types.h
configure:8089: arm-linux-androideabi-gcc -c conftest.c >&5
configure:8089: $? = 0
configure:8089: result: yes
configure:8089: checking for sys/stat.h
configure:8089: arm-linux-androideabi-gcc -c conftest.c >&5
configure:8089: $? = 0
configure:8089: result: yes
configure:8089: checking for stdlib.h
configure:8089: arm-linux-androideabi-gcc -c conftest.c >&5
configure:8089: $? = 0
configure:8089: result: yes
configure:8089: checking for string.h
configure:8089: arm-linux-androideabi-gcc -c conftest.c >&5
configure:8089: $? = 0
configure:8089: result: yes
configure:8089: checking for memory.h
configure:8089: arm-linux-androideabi-gcc -c conftest.c >&5
configure:8089: $? = 0
configure:8089: result: yes
configure:8089: checking for strings.h
configure:8089: arm-linux-androideabi-gcc -c conftest.c >&5
configure:8089: $? = 0
configure:8089: result: yes
configure:8089: checking for inttypes.h
configure:8089: arm-linux-androideabi-gcc -c conftest.c >&5
configure:8089: $? = 0
configure:8089: result: yes
configure:8089: checking for stdint.h
configure:8089: arm-linux-androideabi-gcc -c conftest.c >&5
configure:8089: $? = 0
configure:8089: result: yes
configure:8089: checking for unistd.h
configure:8089: arm-linux-androideabi-gcc -c conftest.c >&5
configure:8089: $? = 0
configure:8089: result: yes
configure:8103: checking for dlfcn.h
configure:8103: arm-linux-androideabi-gcc -c conftest.c >&5
configure:8103: $? = 0
configure:8103: result: yes
configure:8320: checking for objdir
configure:8335: result: .libs
configure:8602: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
configure:8620: arm-linux-androideabi-gcc -c -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8624: $? = 0
configure:8637: result: no
configure:8964: checking for arm-linux-androideabi-gcc option to produce PIC
configure:8971: result: -fPIC -DPIC
configure:8979: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
configure:8997: arm-linux-androideabi-gcc -c -fPIC -DPIC -DPIC conftest.c >&5
configure:9001: $? = 0
configure:9014: result: yes
configure:9043: checking if arm-linux-androideabi-gcc static flag -static works
configure:9071: result: yes
configure:9086: checking if arm-linux-androideabi-gcc supports -c -o file.o
configure:9107: arm-linux-androideabi-gcc -c -o out/conftest2.o conftest.c >&5
configure:9111: $? = 0
configure:9133: result: yes
configure:9141: checking if arm-linux-androideabi-gcc supports -c -o file.o
configure:9188: result: yes
configure:9221: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
configure:10378: result: yes
configure:10415: checking whether -lc should be explicitly linked in
configure:10423: arm-linux-androideabi-gcc -c conftest.c >&5
configure:10426: $? = 0
configure:10441: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
configure:10444: $? = 0
configure:10458: result: no
configure:10618: checking dynamic linker characteristics
configure:11118: arm-linux-androideabi-gcc -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: arm-linux-androideabi-g++ -E conftest.cpp
configure:12147: $? = 0
configure:12161: arm-linux-androideabi-g++ -E conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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: arm-linux-androideabi-g++ -E
configure:12206: arm-linux-androideabi-g++ -E conftest.cpp
configure:12206: $? = 0
configure:12220: arm-linux-androideabi-g++ -E conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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 arm-linux-androideabi-g++
configure:12456: result: /sysroot/arm-linux-androideabi/bin/ld
configure:12463: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
configure:12478: result: yes
configure:12533: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
configure:13535: result: yes
configure:13571: arm-linux-androideabi-g++ -c conftest.cpp >&5
configure:13574: $? = 0
configure:14094: checking for arm-linux-androideabi-g++ option to produce PIC
configure:14101: result: -fPIC -DPIC
configure:14109: checking if arm-linux-androideabi-g++ PIC flag -fPIC -DPIC works
configure:14127: arm-linux-androideabi-g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14131: $? = 0
configure:14144: result: yes
configure:14167: checking if arm-linux-androideabi-g++ static flag -static works
configure:14195: result: yes
configure:14207: checking if arm-linux-androideabi-g++ supports -c -o file.o
configure:14228: arm-linux-androideabi-g++ -c -o out/conftest2.o conftest.cpp >&5
configure:14232: $? = 0
configure:14254: result: yes
configure:14259: checking if arm-linux-androideabi-g++ supports -c -o file.o
configure:14306: result: yes
configure:14336: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) 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:15356: result: yes
configure:15390: checking idna.h usability
configure:15390: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c:57:18: fatal error: idna.h: No such file or directory
#include
^
compilation terminated.
configure:15390: $? = 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_GCC_ATOMIC_BUILTINS 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:15390: result: no
configure:15390: checking idna.h presence
configure:15390: arm-linux-androideabi-gcc -E conftest.c
conftest.c:24:18: fatal error: idna.h: No such file or directory
#include
^
compilation terminated.
configure:15390: $? = 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_GCC_ATOMIC_BUILTINS 1
| /* end confdefs.h. */
| #include
configure:15390: result: no
configure:15390: checking for idna.h
configure:15390: result: no
configure:15445: WARNING: Libidn not found
configure:15448: checking if Libidn should be used
configure:15450: result: no
configure:15510: checking for arm-linux-androideabi-pkg-config
configure:15543: result: no
configure:15553: checking for pkg-config
configure:15571: found /usr/sbin/pkg-config
configure:15583: result: /usr/sbin/pkg-config
configure:15595: WARNING: using cross tools not prefixed with host triplet
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: arm-linux-androideabi-gcc -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: arm-linux-androideabi-gcc -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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lz -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
configure:15831: $? = 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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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 zlibVersion ();
| int
| main ()
| {
| return zlibVersion ();
| ;
| return 0;
| }
configure:15840: result: no
configure:15859: WARNING: Zlib not found
configure:15862: checking if Zlib should be used
configure:15864: result: no
configure:16032: checking for the pthreads library -lpthreads
configure:16065: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lpthreads -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthreads
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -Kthread -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -kthread -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -llthread -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -llthread
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -pthread -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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 -pthreads
configure:16065: arm-linux-androideabi-gcc -o conftest -pthreads -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-pthreads'
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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 -mthreads
configure:16065: arm-linux-androideabi-gcc -o conftest -mthreads -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-mthreads'
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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 -lpthread
configure:16065: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lpthread -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthread
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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 --thread-safe
configure:16065: arm-linux-androideabi-gcc -o conftest --thread-safe -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '--thread-safe'
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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 -mt
configure:16065: arm-linux-androideabi-gcc -o conftest -mt -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-mt'
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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:15990: checking for pthread-config
configure:16018: result: no
configure:16219: checking for res_querydomain
configure:16219: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
/tmp/ccy6OKuu.o:conftest.c:function main: error: undefined reference to 'res_querydomain'
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lresolv -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lresolv
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
/tmp/ccwlyZqy.o:conftest.c:function main: error: undefined reference to 'res_querydomain'
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lbind -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lbind
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
/tmp/ccu6zhIE.o:conftest.c:function main: error: undefined reference to 'res_querydomain'
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lresolv -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lresolv
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
/tmp/ccKGX1VH.o:conftest.c:function main: error: undefined reference to 'res_querydomain'
collect2: error: ld returned 1 exit status
configure:16346: $? = 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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| res_querydomain(0,0,0,0,0,0)
| ;
| return 0;
| }
configure:16353: result: no
configure:16365: checking for dn_skipname
configure:16365: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
/tmp/ccYPX0hM.o:conftest.c:function main: error: undefined reference to 'dn_skipname'
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lresolv -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lresolv
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
/tmp/ccIV75VS.o:conftest.c:function main: error: undefined reference to 'dn_skipname'
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lbind -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lbind
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
/tmp/ccewr02X.o:conftest.c:function main: error: undefined reference to 'dn_skipname'
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lresolv -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lresolv
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
/tmp/ccCUUpaZ.o:conftest.c:function main: error: undefined reference to 'dn_skipname'
collect2: error: ld returned 1 exit status
configure:16493: $? = 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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
| /* end confdefs.h. */
| #include
| #include
| int
| main ()
| {
| dn_skipname(0,0)
| ;
| return 0;
| }
configure:16500: result: no
configure:16512: checking for res_query
configure:16512: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lresolv -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lresolv
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lbind -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lbind
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lresolv -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lresolv
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
configure:16639: $? = 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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| res_query(0,0,0,0,0)
| ;
| return 0;
| }
configure:16646: result: no
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: arm-linux-androideabi-gcc -c -I/usr/include/p11-kit-1 conftest.c >&5
configure:16822: $? = 0
configure:16822: result: yes
configure:16822: checking errno.h presence
configure:16822: arm-linux-androideabi-gcc -E -I/usr/include/p11-kit-1 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: arm-linux-androideabi-gcc -c -I/usr/include/p11-kit-1 conftest.c >&5
configure:16822: $? = 0
configure:16822: result: yes
configure:16822: checking arpa/nameser.h presence
configure:16822: arm-linux-androideabi-gcc -E -I/usr/include/p11-kit-1 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: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
configure:16834: $? = 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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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
| /* end confdefs.h. */
| /* Define setsockopt to an innocuous variant, in case declares setsockopt.
| For example, HP-UX 11i declares gettimeofday. */
| #define setsockopt innocuous_setsockopt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setsockopt (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef setsockopt
|
| /* 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 setsockopt ();
| /* 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_setsockopt || defined __stub___setsockopt
| choke me
| #endif
|
| int
| main ()
| {
| return setsockopt ();
| ;
| return 0;
| }
configure:16834: result: no
configure:16841: checking for setsockopt in -lsocket
configure:16866: arm-linux-androideabi-gcc -o conftest -I/usr/include/p11-kit-1 -lgcc -lgcc_s conftest.c -lsocket -lgnutls >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgcc_s
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsocket
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
collect2: error: ld returned 1 exit status
configure:16866: $? = 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_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GNUTLS 1
| #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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
| /* 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 setsockopt ();
| int
| main ()
| {
| return setsockopt ();
| ;
| return 0;
| }
configure:16875: result: no
configure:16890: checking for an ANSI C-conforming const
configure:16956: arm-linux-androideabi-gcc -c -I/usr/include/p11-kit-1 conftest.c >&5
configure:16956: $? = 0
configure:16963: result: yes
configure:16971: checking for inline
configure:16987: arm-linux-androideabi-gcc -c -I/usr/include/p11-kit-1 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 164d5f55161f
config.status:1249: creating Makefile
config.status:1249: creating gloox.pc
config.status:1249: creating gloox-config
config.status:1249: creating src/Makefile
config.status:1249: creating src/examples/Makefile
config.status:1249: creating src/tests/Makefile
config.status:1249: creating src/tests/adhoc/Makefile
config.status:1249: creating src/tests/adhoccommand/Makefile
config.status:1249: creating src/tests/adhoccommandnote/Makefile
config.status:1249: creating src/tests/amprule/Makefile
config.status:1249: creating src/tests/amp/Makefile
config.status:1249: creating src/tests/base64/Makefile
config.status:1249: creating src/tests/capabilities/Makefile
config.status:1249: creating src/tests/carbons/Makefile
config.status:1249: creating src/tests/chatstatefilter/Makefile
config.status:1249: creating src/tests/client/Makefile
config.status:1249: creating src/tests/clientbase/Makefile
config.status:1249: creating src/tests/connectionbosh/Makefile
config.status:1249: creating src/tests/dataform/Makefile
config.status:1249: creating src/tests/dataformfield/Makefile
config.status:1249: creating src/tests/dataformitem/Makefile
config.status:1249: creating src/tests/dataformreported/Makefile
config.status:1249: creating src/tests/delayeddelivery/Makefile
config.status:1249: creating src/tests/discoinfo/Makefile
config.status:1249: creating src/tests/discoitems/Makefile
config.status:1249: creating src/tests/disco/Makefile
config.status:1249: creating src/tests/error/Makefile
config.status:1249: creating src/tests/featureneg/Makefile
config.status:1249: creating src/tests/flexofflineoffline/Makefile
config.status:1249: creating src/tests/flexoffline/Makefile
config.status:1249: creating src/tests/forward/Makefile
config.status:1249: creating src/tests/gpgencrypted/Makefile
config.status:1249: creating src/tests/gpgsigned/Makefile
config.status:1249: creating src/tests/inbandbytestreamibb/Makefile
config.status:1249: creating src/tests/inbandbytestream/Makefile
config.status:1249: creating src/tests/iodata/Makefile
config.status:1249: creating src/tests/iq/Makefile
config.status:1249: creating src/tests/jid/Makefile
config.status:1249: creating src/tests/jingleiceudp/Makefile
config.status:1249: creating src/tests/jinglesession/Makefile
config.status:1249: creating src/tests/jinglesessionjingle/Makefile
config.status:1249: creating src/tests/jinglesessionmanager/Makefile
config.status:1249: creating src/tests/lastactivityquery/Makefile
config.status:1249: creating src/tests/lastactivity/Makefile
config.status:1249: creating src/tests/md5/Makefile
config.status:1249: creating src/tests/message/Makefile
config.status:1249: creating src/tests/messageeventfilter/Makefile
config.status:1249: creating src/tests/mucroommuc/Makefile
config.status:1249: creating src/tests/mucroommucadmin/Makefile
config.status:1249: creating src/tests/mucroommucowner/Makefile
config.status:1249: creating src/tests/mucroommucuser/Makefile
config.status:1249: creating src/tests/nickname/Makefile
config.status:1249: creating src/tests/nonsaslauthquery/Makefile
config.status:1249: creating src/tests/nonsaslauth/Makefile
config.status:1249: creating src/tests/oob/Makefile
config.status:1249: creating src/tests/parser/Makefile
config.status:1249: creating src/tests/prep/Makefile
config.status:1249: creating src/tests/presence/Makefile
config.status:1249: creating src/tests/privacymanagerquery/Makefile
config.status:1249: creating src/tests/privacymanager/Makefile
config.status:1249: creating src/tests/privatexml/Makefile
config.status:1249: creating src/tests/pubsubmanagerpubsub/Makefile
config.status:1249: creating src/tests/pubsubmanager/Makefile
config.status:1249: creating src/tests/pubsubevent/Makefile
config.status:1249: creating src/tests/receipt/Makefile
config.status:1249: creating src/tests/registrationquery/Makefile
config.status:1249: creating src/tests/registration/Makefile
config.status:1249: creating src/tests/rostermanagerquery/Makefile
config.status:1249: creating src/tests/rostermanager/Makefile
config.status:1249: creating src/tests/searchquery/Makefile
config.status:1249: creating src/tests/search/Makefile
config.status:1249: creating src/tests/sha/Makefile
config.status:1249: creating src/tests/shim/Makefile
config.status:1249: creating src/tests/simanager/Makefile
config.status:1249: creating src/tests/simanagersi/Makefile
config.status:1249: creating src/tests/stanzaextensionfactory/Makefile
config.status:1249: creating src/tests/subscription/Makefile
config.status:1249: creating src/tests/tag/Makefile
config.status:1249: creating src/tests/tlsgnutls/Makefile
config.status:1249: creating src/tests/uniquemucroomunique/Makefile
config.status:1249: creating src/tests/util/Makefile
config.status:1249: creating src/tests/vcard/Makefile
config.status:1249: creating src/tests/vcardupdate/Makefile
config.status:1249: creating src/tests/xpath/Makefile
config.status:1249: creating src/tests/zlib/Makefile
config.status:1249: creating config.h.unix
config.status:1478: executing depfiles commands
config.status:1478: 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=arm-linux-androideabi-gcc
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=arm-linux-androideabi-g++
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=set
ac_cv_env_build_alias_value=x86_64-unknown-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-linux-androideabi
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=no
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_idna_h=no
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=arm-unknown-linux-androideabi
ac_cv_lib_bind_dn_skipname=no
ac_cv_lib_bind_res_query=no
ac_cv_lib_bind_res_querydomain=no
ac_cv_lib_resolv_dn_skipname=no
ac_cv_lib_resolv_res_query=no
ac_cv_lib_resolv_res_querydomain=no
ac_cv_lib_socket_setsockopt=no
ac_cv_lib_z_zlibVersion=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_FGREP='/usr/sbin/grep -F'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_SED=/usr/sbin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AR=arm-linux-androideabi-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=arm-linux-androideabi-gcc
ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
ac_cv_prog_CXXCPP='arm-linux-androideabi-g++ -E'
ac_cv_prog_OBJDUMP=arm-linux-androideabi-objdump
ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
ac_cv_prog_STRIP=arm-linux-androideabi-strip
ac_cv_prog_acx_pthread_config=no
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=/sysroot/arm-linux-androideabi/bin/ld
lt_cv_path_LDCXX=/sysroot/arm-linux-androideabi/bin/ld
lt_cv_path_NM='/sysroot/bin/arm-linux-androideabi-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=no
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=yes
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='arm-linux-androideabi-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='arm-linux-androideabi-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='arm-linux-androideabi-gcc -E'
CPPFLAGS=' -I/usr/include/p11-kit-1 '
CXX='arm-linux-androideabi-g++'
CXXCPP='arm-linux-androideabi-g++ -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/sbin/grep -E'
EXEEXT=''
FGREP='/usr/sbin/grep -F'
GNUTLS_CFLAGS='-I/usr/include/p11-kit-1'
GNUTLS_LIBS='-lgnutls'
GREP='/usr/sbin/grep'
HAVE_GCC_ATOMIC_BUILTINS='yes'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
ISODATE='2017-04-04'
LD='/sysroot/arm-linux-androideabi/bin/ld'
LDFLAGS=' -lgcc -lgcc_s '
LIBOBJS=''
LIBS=' -lgnutls'
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/sbin/mkdir -p'
NM='/sysroot/bin/arm-linux-androideabi-nm -B'
NMEDIT=''
OBJDUMP='arm-linux-androideabi-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/sbin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PTHREAD_CC='arm-linux-androideabi-gcc'
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB='arm-linux-androideabi-ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='arm-linux-androideabi-strip'
VERSION='1.0.14'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
acx_pthread_config='no'
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='x86_64-unknown-linux'
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='arm-unknown-linux-androideabi'
host_alias='arm-linux-androideabi'
host_cpu='arm'
host_os='linux-androideabi'
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_GCC_ATOMIC_BUILTINS 1
#define HAVE_GNUTLS 1
#define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 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
configure: exit 0