konqueror plugins in webkit

mmodem00 at gmail.com
Fri Nov 11 15:51:39 GMT 2011


2011/11/11 Dawit A <adawit at kde.org>:
> On Wed, Nov 9, 2011 at 11:57 AM, Zé <mmodem00 at gmail.com> wrote:
>> Hi,
>>
>> When using konqueror with webkit backend some konq-plugins dont appear
>> available when clicking in the Tools toolbar menu, like for example
>> Adblock its only available in Tools menu if using khtml backend.
>>
>> However the Adblock plugin continues working if using the webkit
>> backend and doesnt appear in Tools menu.
>>
>> So is it possible to have the plugins that appear available when using
>> KHTML also available in Tools menu when using WEBKIT?
>
> Nope. At least not until someone changes that plugin to not be khtml
> specific. Unfortunately, that is not a trivial change since the
> adblock plugin requires additional functionality in the rendering
> engine API.
>

ok :)

Now changing subkect im with a problem here with telepathy-glib-0.17.0
that builds fine in both arches, but for some reason when i submit it
to build for the distro does not build for x86_64 with a libtool error
but im not being able to discover the real problem.
But my in my machine i have some packagea more updated than the
distro, like Qt, but since this is a glib related matter im out of
ideas.
So i ask if you dont mind to give me some help tp trace this issue?

Im attaching the build log file

best regards :)
-- 
Zé
-------------- next part --------------
Installing /home/mandrake/rpm/SRPMS/@730105:telepathy-glib-0.17.0-1.src.rpm
Executing(%prep): /bin/sh -e /home/mandrake/rpm/tmp/rpm-tmp.54744
+ umask 022
+ cd /home/mandrake/rpm/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/mandrake/rpm/BUILD
+ rm -rf telepathy-glib-0.17.0
+ /bin/gzip -dc /home/mandrake/rpm/SOURCES/telepathy-glib-0.17.0.tar.gz
+ /bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd telepathy-glib-0.17.0
++ /bin/id -u
+ '[' 554 = 0 ']'
++ /bin/id -u
+ '[' 554 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (telepathy-glib-0.11.11-missing-file.patch):'
Patch #0 (telepathy-glib-0.11.11-missing-file.patch):
+ /bin/cat /home/mandrake/rpm/SOURCES/telepathy-glib-0.11.11-missing-file.patch
+ /usr/bin/patch --fuzz=0 -s -U -p0
+ exit 0
Executing(%build): /bin/sh -e /home/mandrake/rpm/tmp/rpm-tmp.65247
+ umask 022
+ cd /home/mandrake/rpm/BUILD
+ cd telepathy-glib-0.17.0
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC'
+ export FFLAGS
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ export LDFLAGS
+ CONFIGURE_TOP=.
+ /usr/lib/rpm/manbo/force-as-needed-for-shared-lib-in-libtool
Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html)
+ /usr/lib/rpm/manbo/drop-ld-no-undefined-for-shared-lib-modules-in-libtool
Modifying ltmain.sh underlinking for plugins (cf http://wiki.mandriva.com/en/Underlinking)
+ /usr/lib/rpm/manbo/fix-libtool-ltmain-from-overlinking
Fixing libtool's ltmain.sh to prevent overlinking (cf http://wiki.mandriva.com/en/Overlinking)
+ /usr/lib/rpm/manbo/fix-libtool-from-moving-options-after-libs .
Fixing libtool inside configure to pass -Wl,xxx options before libraries
+ /usr/lib/rpm/manbo/fix-dlsearch-path-in-libtool-for-multilib . lib64
Forcing run-time library search path definition in configure to prevent libtool from adding rpath for standard directories (configure was generated with libtool without support for autodetection)
+ '[' -f ./configure.in -o -f ./configure.ac ']'
+ CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64'
+ ./configure --build=x86_64-mandriva-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib64 --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 --enable-vala-bindings --disable-static
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking build system type... x86_64-mandriva-linux-gnu
checking host system type... x86_64-mandriva-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking how to run the C preprocessor... gcc -std=gnu99 -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 gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... no
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.21... yes
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for gobject-introspection... yes
checking whether linker supports -Wl,-O1... yes
checking for linker version script argument... -Wl,--version-script
checking to see if compiler understands ... yes
checking to see if compiler understands -Wall... yes
checking to see if compiler understands -Wextra... yes
checking to see if compiler understands -Wdeclaration-after-statement... yes
checking to see if compiler understands -Wshadow... yes
checking to see if compiler understands -Wstrict-prototypes... yes
checking to see if compiler understands -Wmissing-prototypes... yes
checking to see if compiler understands -Wsign-compare... yes
checking to see if compiler understands -Wnested-externs... yes
checking to see if compiler understands -Wpointer-arith... yes
checking to see if compiler understands -Wformat-security... yes
checking to see if compiler understands -Winit-self... yes
checking to see if compiler understands -Werror... yes
checking to see if compiler understands -Wno-missing-field-initializers... yes
checking to see if compiler understands -Wno-error=missing-field-initializers... yes
checking to see if compiler understands -Wno-unused-parameter... yes
checking to see if compiler understands -Wno-error=unused-parameter... yes
checking for GLIB... yes
checking for GIO_UNIX... yes
checking for DBUS... yes
checking for valac... /usr/bin/valac
checking /usr/bin/valac is at least version 0.11.2... yes
checking for valac... (cached) /usr/bin/valac
checking for vapigen... /usr/bin/vapigen
checking for xsltproc... xsltproc
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for backtrace... yes
checking for backtrace_symbols_fd... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for signal... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for nm... /usr/bin/nm -B
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/version.xml
config.status: creating examples/Makefile
config.status: creating examples/client/Makefile
config.status: creating examples/client/js/Makefile
config.status: creating examples/client/python/Makefile
config.status: creating examples/client/stream-tubes/Makefile
config.status: creating examples/cm/Makefile
config.status: creating examples/cm/callable/Makefile
config.status: creating examples/cm/channelspecific/Makefile
config.status: creating examples/cm/contactlist/Makefile
config.status: creating examples/cm/echo-message-parts/Makefile
config.status: creating examples/cm/extended/Makefile
config.status: creating examples/cm/no-protocols/Makefile
config.status: creating examples/extensions/Makefile
config.status: creating examples/future/Makefile
config.status: creating examples/future/call-cm/Makefile
config.status: creating extensions/Makefile
config.status: creating spec/Makefile
config.status: creating telepathy-glib/Makefile
config.status: creating telepathy-glib/telepathy-glib.pc
config.status: creating telepathy-glib/telepathy-glib-uninstalled.pc
config.status: creating tests/Makefile
config.status: creating tests/lib/Makefile
config.status: creating tests/dbus/Makefile
config.status: creating tests/tools/Makefile
config.status: creating tools/Makefile
config.status: creating m4/Makefile
config.status: creating vala/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
+ /usr/bin/make -j6
/usr/bin/make  all-recursive
make[1]: Entering directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0'
Making all in m4
make[2]: Entering directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/m4'
Making all in tools
make[2]: Entering directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/tools'
sed -e 's![@]abs_top_builddir[@]!/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0!' telepathy-glib-env.in > telepathy-glib-env
chmod +x telepathy-glib-env
make[2]: Leaving directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/tools'
Making all in spec
make[2]: Entering directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/spec'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/spec'
Making all in telepathy-glib
make[2]: Entering directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib'
/bin/mkdir -p _gen
touch _gen/spec-stamp
touch _gen/stable-stamp
( cd . && \
	glib-mkenums --template genums.c.template account.h account-channel-request.h account-manager.h automatic-client-factory.h automatic-proxy-factory.h add-dispatch-operation-context.h base-client.h base-channel.h base-connection.h base-connection-manager.h base-password-channel.h base-protocol.h base-room-config.h basic-proxy-factory.h channel.h channel-iface.h channel-dispatcher.h channel-dispatch-operation.h channel-factory-iface.h channel-manager.h channel-request.h client.h client-channel-factory.h client-message.h cm-message.h connection.h connection-contact-list.h connection-manager.h contact-search.h contact-search-result.h capabilities.h contact.h contact-operations.h base-contact-list.h contacts-mixin.h dbus.h dbus-daemon.h dbus-properties-mixin.h dbus-tube-channel.h defs.h debug.h debug-sender.h debug-ansi.h dtmf.h enums.h errors.h exportable-channel.h file-transfer-channel.h gnio-util.h group-mixin.h gtypes.h handle.h handle-channels-context.h handle-repo.h handle-repo-static.h handle-repo-dynamic.h heap.h interfaces.h intset.h media-interfaces.h message.h message-mixin.h observe-channels-context.h presence-mixin.h properties-mixin.h protocol.h proxy.h proxy-subclass.h run.h signalled-message.h simple-approver.h simple-client-factory.h simple-handler.h simple-observer.h simple-password-manager.h stream-tube-channel.h stream-tube-connection.h svc-account.h svc-account-manager.h svc-channel-dispatcher.h svc-channel-dispatch-operation.h svc-channel.h svc-channel-request.h svc-client.h svc-connection.h svc-connection-manager.h svc-debug.h svc-generic.h svc-media-interfaces.h svc-properties-interface.h svc-protocol.h svc-tls.h telepathy-glib.h text-channel.h text-mixin.h util.h \
	) > _gen/genums.c
/bin/grep 'tp_cli_.*_run_.*' ../docs/reference/telepathy-glib-sections.txt > _gen/reentrant-methods.list
/usr/bin/python ../tools/xincludator.py account.xml > _gen/tp-spec-account.xml
/usr/bin/python ../tools/xincludator.py account-manager.xml > _gen/tp-spec-account-manager.xml
/usr/bin/python ../tools/xincludator.py channel.xml > _gen/tp-spec-channel.xml
/usr/bin/python ../tools/xincludator.py channel-dispatcher.xml > _gen/tp-spec-channel-dispatcher.xml
/usr/bin/python ../tools/xincludator.py channel-dispatch-operation.xml > _gen/tp-spec-channel-dispatch-operation.xml
/usr/bin/python ../tools/xincludator.py channel-request.xml > _gen/tp-spec-channel-request.xml
/usr/bin/python ../tools/xincludator.py client.xml > _gen/tp-spec-client.xml
/usr/bin/python ../tools/xincludator.py connection.xml > _gen/tp-spec-connection.xml
/usr/bin/python ../tools/xincludator.py connection-manager.xml > _gen/tp-spec-connection-manager.xml
/usr/bin/python ../tools/xincludator.py dbus-daemon.xml > _gen/tp-spec-dbus-daemon.xml
/usr/bin/python ../tools/xincludator.py generic.xml > _gen/tp-spec-generic.xml
/usr/bin/python ../tools/xincludator.py media-session-handler.xml > _gen/tp-spec-media-session-handler.xml
/usr/bin/python ../tools/xincludator.py media-stream-handler.xml > _gen/tp-spec-media-stream-handler.xml
/usr/bin/python ../tools/xincludator.py protocol.xml > _gen/tp-spec-protocol.xml
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-account \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-account.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-account-manager \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-account-manager.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-channel-dispatcher \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-channel-dispatcher.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-channel-dispatch-operation \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-channel-dispatch-operation.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-channel-request \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-channel-request.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-client \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-client.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-connection-manager \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-connection-manager.xml Tp_Svc_
/usr/bin/python ../tools/xincludator.py debug.xml > _gen/tp-spec-debug.xml
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-generic \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-generic.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-media-session-handler \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-media-session-handler.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-media-stream-handler \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-media-stream-handler.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-protocol \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-protocol.xml Tp_Svc_
/usr/bin/python ../tools/xincludator.py tls-cert.xml > _gen/tp-spec-tls-cert.xml
( cd . && \
	glib-mkenums --template genums.h.template account.h account-channel-request.h account-manager.h automatic-client-factory.h automatic-proxy-factory.h add-dispatch-operation-context.h base-client.h base-channel.h base-connection.h base-connection-manager.h base-password-channel.h base-protocol.h base-room-config.h basic-proxy-factory.h channel.h channel-iface.h channel-dispatcher.h channel-dispatch-operation.h channel-factory-iface.h channel-manager.h channel-request.h client.h client-channel-factory.h client-message.h cm-message.h connection.h connection-contact-list.h connection-manager.h contact-search.h contact-search-result.h capabilities.h contact.h contact-operations.h base-contact-list.h contacts-mixin.h dbus.h dbus-daemon.h dbus-properties-mixin.h dbus-tube-channel.h defs.h debug.h debug-sender.h debug-ansi.h dtmf.h enums.h errors.h exportable-channel.h file-transfer-channel.h gnio-util.h group-mixin.h gtypes.h handle.h handle-channels-context.h handle-repo.h handle-repo-static.h handle-repo-dynamic.h heap.h interfaces.h intset.h media-interfaces.h message.h message-mixin.h observe-channels-context.h presence-mixin.h properties-mixin.h protocol.h proxy.h proxy-subclass.h run.h signalled-message.h simple-approver.h simple-client-factory.h simple-handler.h simple-observer.h simple-password-manager.h stream-tube-channel.h stream-tube-connection.h svc-account.h svc-account-manager.h svc-channel-dispatcher.h svc-channel-dispatch-operation.h svc-channel.h svc-channel-request.h svc-client.h svc-connection.h svc-connection-manager.h svc-debug.h svc-generic.h svc-media-interfaces.h svc-properties-interface.h svc-protocol.h svc-tls.h telepathy-glib.h text-channel.h text-mixin.h util.h \
	) > _gen/genums.h
set -e; \
subclass= ; \
subclass_assert= ; \
case account in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo account | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-account.xml Tp_Cli _gen/tp-cli-account
set -e; \
subclass= ; \
subclass_assert= ; \
case account-manager in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo account-manager | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-account-manager.xml Tp_Cli _gen/tp-cli-account-manager
set -e; \
subclass= ; \
subclass_assert= ; \
case channel-dispatcher in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo channel-dispatcher | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-channel-dispatcher.xml Tp_Cli _gen/tp-cli-channel-dispatcher
set -e; \
subclass= ; \
subclass_assert= ; \
case channel-dispatch-operation in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo channel-dispatch-operation | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-channel-dispatch-operation.xml Tp_Cli _gen/tp-cli-channel-dispatch-operation
set -e; \
subclass= ; \
subclass_assert= ; \
case channel-request in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo channel-request | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-channel-request.xml Tp_Cli _gen/tp-cli-channel-request
set -e; \
subclass= ; \
subclass_assert= ; \
case client in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo client | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-client.xml Tp_Cli _gen/tp-cli-client
set -e; \
subclass= ; \
subclass_assert= ; \
case connection in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo connection | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-connection.xml Tp_Cli _gen/tp-cli-connection
set -e; \
subclass= ; \
subclass_assert= ; \
case connection-manager in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo connection-manager | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-connection-manager.xml Tp_Cli _gen/tp-cli-connection-manager
set -e; \
subclass= ; \
subclass_assert= ; \
case dbus-daemon in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo dbus-daemon | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-dbus-daemon.xml Tp_Cli _gen/tp-cli-dbus-daemon
set -e; \
subclass= ; \
subclass_assert= ; \
case generic in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo generic | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-generic.xml Tp_Cli _gen/tp-cli-generic
set -e; \
subclass= ; \
subclass_assert= ; \
case media-session-handler in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo media-session-handler | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-media-session-handler.xml Tp_Cli _gen/tp-cli-media-session-handler
set -e; \
subclass= ; \
subclass_assert= ; \
case media-stream-handler in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo media-stream-handler | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-media-stream-handler.xml Tp_Cli _gen/tp-cli-media-stream-handler
set -e; \
subclass= ; \
subclass_assert= ; \
case protocol in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo protocol | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-protocol.xml Tp_Cli _gen/tp-cli-protocol
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-channel \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-channel.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-connection \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-connection.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-debug \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-debug.xml Tp_Svc_
/usr/bin/python ../tools/glib-ginterface-gen.py \
	--filename=_gen/tp-svc-tls-cert \
	--signal-marshal-prefix=_tp \
	--include='<telepathy-glib/dbus.h>' \
	--include="\"_gen/signals-marshal.h\"" \
	--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
	_gen/tp-spec-tls-cert.xml Tp_Svc_
/usr/bin/python ../tools/xincludator.py stable-interfaces.xml > _gen/stable-spec.xml
set -e; \
subclass= ; \
subclass_assert= ; \
case channel in \
	generic) \
		;; \
	account-manager) \
		subclass=--subclass=TpAccountManager; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT_MANAGER; \
		;; \
	account) \
		subclass=--subclass=TpAccount; \
		subclass_assert=--subclass-assert=TP_IS_ACCOUNT; \
		;; \
	channel) \
		subclass=--subclass=TpChannel; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL; \
		;; \
	channel-dispatcher) \
		subclass=--subclass=TpChannelDispatcher; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCHER; \
		;; \
	channel-dispatch-operation) \
		subclass=--subclass=TpChannelDispatchOperation; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_DISPATCH_OPERATION; \
		;; \
	channel-request) \
		subclass=--subclass=TpChannelRequest; \
		subclass_assert=--subclass-assert=TP_IS_CHANNEL_REQUEST; \
		;; \
	client) \
		subclass=--subclass=TpClient; \
		subclass_assert=--subclass-assert=TP_IS_CLIENT; \
		;; \
	connection-manager) \
		subclass=--subclass=TpConnectionManager; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION_MANAGER \
		;; \
	connection) \
		subclass=--subclass=TpConnection; \
		subclass_assert=--subclass-assert=TP_IS_CONNECTION; \
		;; \
	media-session-handler) \
		subclass=--subclass=TpMediaSessionHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_SESSION_HANDLER; \
		;; \
	media-stream-handler) \
		subclass=--subclass=TpMediaStreamHandler; \
		subclass_assert=--subclass-assert=TP_IS_MEDIA_STREAM_HANDLER; \
		;; \
	dbus-daemon) \
		subclass=--subclass=TpDBusDaemon; \
		subclass_assert=--subclass-assert=TP_IS_DBUS_DAEMON; \
		;; \
esac; \
/usr/bin/python ../tools/glib-client-gen.py \
	$subclass $subclass_assert \
	--group `echo channel | tr - _` \
	--iface-quark-prefix=TP_IFACE_QUARK \
	--tp-proxy-api=0.7.6 \
	--deprecation-attribute=_TP_GNUC_DEPRECATED \
	--deprecate-reentrant=TP_DISABLE_DEPRECATED \
	--generate-reentrant=_gen/reentrant-methods.list \
	_gen/tp-spec-channel.xml Tp_Cli _gen/tp-cli-channel
/usr/bin/python ../tools/glib-errors-str-gen.py \
	_gen/error-str _gen/stable-spec.xml
/usr/bin/python ../tools/glib-signals-marshal-gen.py \
	_gen/stable-spec.xml > _gen/tp-signals-marshal.list
/usr/bin/python ../tools/glib-interfaces-gen.py \
	Tp _gen/interfaces-body.h _gen/telepathy-interfaces.h _gen/stable-spec.xml
/usr/bin/python ../tools/glib-gtypes-generator.py \
	_gen/stable-spec.xml \
	_gen/gtypes Tp
/usr/bin/python ../tools/glib-client-marshaller-gen.py _gen/stable-spec.xml _tp > _gen/register-dbus-glib-marshallers-body.h
/usr/bin/python ../tools/glib-errors-str-gen.py \
	_gen/error-str _gen/stable-spec.xml
/usr/bin/python ../tools/c-constants-gen.py \
	Tp _gen/stable-spec.xml _gen/telepathy-enums
/usr/bin/python ../tools/glib-interfaces-gen.py \
	Tp _gen/interfaces-body.h _gen/telepathy-interfaces.h _gen/stable-spec.xml
/usr/bin/python ../tools/glib-gtypes-generator.py \
	_gen/stable-spec.xml \
	_gen/gtypes Tp
sort -u signals-marshal.list _gen/tp-signals-marshal.list > _gen/signals-marshal.list
{ echo '#include "_gen/signals-marshal.h"' && \
glib-genmarshal --body --prefix=_tp_marshal _gen/signals-marshal.list ; } > _gen/signals-marshal.c
glib-genmarshal --header --prefix=_tp_marshal _gen/signals-marshal.list > _gen/signals-marshal.h
/usr/bin/make  all-am
make[3]: Entering directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT account.lo -MD -MP -MF .deps/account.Tpo -c -o account.lo account.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT account-channel-request.lo -MD -MP -MF .deps/account-channel-request.Tpo -c -o account-channel-request.lo account-channel-request.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT account-manager.lo -MD -MP -MF .deps/account-manager.Tpo -c -o account-manager.lo account-manager.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT automatic-client-factory.lo -MD -MP -MF .deps/automatic-client-factory.Tpo -c -o automatic-client-factory.lo automatic-client-factory.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT automatic-proxy-factory.lo -MD -MP -MF .deps/automatic-proxy-factory.Tpo -c -o automatic-proxy-factory.lo automatic-proxy-factory.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT add-dispatch-operation-context.lo -MD -MP -MF .deps/add-dispatch-operation-context.Tpo -c -o add-dispatch-operation-context.lo add-dispatch-operation-context.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT account-channel-request.lo -MD -MP -MF .deps/account-channel-request.Tpo -c account-channel-request.c  -fPIC -DPIC -o .libs/account-channel-request.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT add-dispatch-operation-context.lo -MD -MP -MF .deps/add-dispatch-operation-context.Tpo -c add-dispatch-operation-context.c  -fPIC -DPIC -o .libs/add-dispatch-operation-context.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT automatic-client-factory.lo -MD -MP -MF .deps/automatic-client-factory.Tpo -c automatic-client-factory.c  -fPIC -DPIC -o .libs/automatic-client-factory.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT account.lo -MD -MP -MF .deps/account.Tpo -c account.c  -fPIC -DPIC -o .libs/account.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT automatic-proxy-factory.lo -MD -MP -MF .deps/automatic-proxy-factory.Tpo -c automatic-proxy-factory.c  -fPIC -DPIC -o .libs/automatic-proxy-factory.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT account-manager.lo -MD -MP -MF .deps/account-manager.Tpo -c account-manager.c  -fPIC -DPIC -o .libs/account-manager.o
mv -f .deps/automatic-client-factory.Tpo .deps/automatic-client-factory.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-channel.lo -MD -MP -MF .deps/base-channel.Tpo -c -o base-channel.lo base-channel.c
mv -f .deps/add-dispatch-operation-context.Tpo .deps/add-dispatch-operation-context.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-client.lo -MD -MP -MF .deps/base-client.Tpo -c -o base-client.lo base-client.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-client.lo -MD -MP -MF .deps/base-client.Tpo -c base-client.c  -fPIC -DPIC -o .libs/base-client.o
mv -f .deps/automatic-proxy-factory.Tpo .deps/automatic-proxy-factory.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-connection.lo -MD -MP -MF .deps/base-connection.Tpo -c -o base-connection.lo base-connection.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-channel.lo -MD -MP -MF .deps/base-channel.Tpo -c base-channel.c  -fPIC -DPIC -o .libs/base-channel.o
mv -f .deps/account-channel-request.Tpo .deps/account-channel-request.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-connection-manager.lo -MD -MP -MF .deps/base-connection-manager.Tpo -c -o base-connection-manager.lo base-connection-manager.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-connection-manager.lo -MD -MP -MF .deps/base-connection-manager.Tpo -c base-connection-manager.c  -fPIC -DPIC -o .libs/base-connection-manager.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-connection.lo -MD -MP -MF .deps/base-connection.Tpo -c base-connection.c  -fPIC -DPIC -o .libs/base-connection.o
mv -f .deps/account-manager.Tpo .deps/account-manager.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-password-channel.lo -MD -MP -MF .deps/base-password-channel.Tpo -c -o base-password-channel.lo base-password-channel.c
mv -f .deps/base-channel.Tpo .deps/base-channel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-protocol.lo -MD -MP -MF .deps/base-protocol.Tpo -c -o base-protocol.lo base-protocol.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-password-channel.lo -MD -MP -MF .deps/base-password-channel.Tpo -c base-password-channel.c  -fPIC -DPIC -o .libs/base-password-channel.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-protocol.lo -MD -MP -MF .deps/base-protocol.Tpo -c base-protocol.c  -fPIC -DPIC -o .libs/base-protocol.o
mv -f .deps/base-connection-manager.Tpo .deps/base-connection-manager.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-room-config.lo -MD -MP -MF .deps/base-room-config.Tpo -c -o base-room-config.lo base-room-config.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-room-config.lo -MD -MP -MF .deps/base-room-config.Tpo -c base-room-config.c  -fPIC -DPIC -o .libs/base-room-config.o
mv -f .deps/base-password-channel.Tpo .deps/base-password-channel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT basic-proxy-factory.lo -MD -MP -MF .deps/basic-proxy-factory.Tpo -c -o basic-proxy-factory.lo basic-proxy-factory.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT basic-proxy-factory.lo -MD -MP -MF .deps/basic-proxy-factory.Tpo -c basic-proxy-factory.c  -fPIC -DPIC -o .libs/basic-proxy-factory.o
mv -f .deps/base-client.Tpo .deps/base-client.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT capabilities.lo -MD -MP -MF .deps/capabilities.Tpo -c -o capabilities.lo capabilities.c
mv -f .deps/basic-proxy-factory.Tpo .deps/basic-proxy-factory.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c -o channel.lo channel.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c channel.c  -fPIC -DPIC -o .libs/channel.o
mv -f .deps/account.Tpo .deps/account.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-contacts.lo -MD -MP -MF .deps/channel-contacts.Tpo -c -o channel-contacts.lo channel-contacts.c
mv -f .deps/base-room-config.Tpo .deps/base-room-config.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-group.lo -MD -MP -MF .deps/channel-group.Tpo -c -o channel-group.lo channel-group.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT capabilities.lo -MD -MP -MF .deps/capabilities.Tpo -c capabilities.c  -fPIC -DPIC -o .libs/capabilities.o
mv -f .deps/base-connection.Tpo .deps/base-connection.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-dispatcher.lo -MD -MP -MF .deps/channel-dispatcher.Tpo -c -o channel-dispatcher.lo channel-dispatcher.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-group.lo -MD -MP -MF .deps/channel-group.Tpo -c channel-group.c  -fPIC -DPIC -o .libs/channel-group.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-contacts.lo -MD -MP -MF .deps/channel-contacts.Tpo -c channel-contacts.c  -fPIC -DPIC -o .libs/channel-contacts.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-dispatcher.lo -MD -MP -MF .deps/channel-dispatcher.Tpo -c channel-dispatcher.c  -fPIC -DPIC -o .libs/channel-dispatcher.o
mv -f .deps/base-protocol.Tpo .deps/base-protocol.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-dispatch-operation.lo -MD -MP -MF .deps/channel-dispatch-operation.Tpo -c -o channel-dispatch-operation.lo channel-dispatch-operation.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-dispatch-operation.lo -MD -MP -MF .deps/channel-dispatch-operation.Tpo -c channel-dispatch-operation.c  -fPIC -DPIC -o .libs/channel-dispatch-operation.o
mv -f .deps/capabilities.Tpo .deps/capabilities.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-manager.lo -MD -MP -MF .deps/channel-manager.Tpo -c -o channel-manager.lo channel-manager.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-manager.lo -MD -MP -MF .deps/channel-manager.Tpo -c channel-manager.c  -fPIC -DPIC -o .libs/channel-manager.o
mv -f .deps/channel-group.Tpo .deps/channel-group.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-request.lo -MD -MP -MF .deps/channel-request.Tpo -c -o channel-request.lo channel-request.c
mv -f .deps/channel-dispatcher.Tpo .deps/channel-dispatcher.Plo
mv -f .deps/channel-contacts.Tpo .deps/channel-contacts.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT client.lo -MD -MP -MF .deps/client.Tpo -c -o client.lo client.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-request.lo -MD -MP -MF .deps/channel-request.Tpo -c channel-request.c  -fPIC -DPIC -o .libs/channel-request.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT client-channel-factory.lo -MD -MP -MF .deps/client-channel-factory.Tpo -c -o client-channel-factory.lo client-channel-factory.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.c  -fPIC -DPIC -o .libs/client.o
mv -f .deps/channel-manager.Tpo .deps/channel-manager.Plo
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT client-channel-factory.lo -MD -MP -MF .deps/client-channel-factory.Tpo -c client-channel-factory.c  -fPIC -DPIC -o .libs/client-channel-factory.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT client-message.lo -MD -MP -MF .deps/client-message.Tpo -c -o client-message.lo client-message.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT client-message.lo -MD -MP -MF .deps/client-message.Tpo -c client-message.c  -fPIC -DPIC -o .libs/client-message.o
mv -f .deps/channel-request.Tpo .deps/channel-request.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c -o connection.lo connection.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.c  -fPIC -DPIC -o .libs/connection.o
mv -f .deps/channel-dispatch-operation.Tpo .deps/channel-dispatch-operation.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection-avatars.lo -MD -MP -MF .deps/connection-avatars.Tpo -c -o connection-avatars.lo connection-avatars.c
mv -f .deps/client-channel-factory.Tpo .deps/client-channel-factory.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection-contact-info.lo -MD -MP -MF .deps/connection-contact-info.Tpo -c -o connection-contact-info.lo connection-contact-info.c
mv -f .deps/client.Tpo .deps/client.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection-contact-list.lo -MD -MP -MF .deps/connection-contact-list.Tpo -c -o connection-contact-list.lo connection-contact-list.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection-avatars.lo -MD -MP -MF .deps/connection-avatars.Tpo -c connection-avatars.c  -fPIC -DPIC -o .libs/connection-avatars.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection-contact-info.lo -MD -MP -MF .deps/connection-contact-info.Tpo -c connection-contact-info.c  -fPIC -DPIC -o .libs/connection-contact-info.o
mv -f .deps/client-message.Tpo .deps/client-message.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection-handles.lo -MD -MP -MF .deps/connection-handles.Tpo -c -o connection-handles.lo connection-handles.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection-contact-list.lo -MD -MP -MF .deps/connection-contact-list.Tpo -c connection-contact-list.c  -fPIC -DPIC -o .libs/connection-contact-list.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection-handles.lo -MD -MP -MF .deps/connection-handles.Tpo -c connection-handles.c  -fPIC -DPIC -o .libs/connection-handles.o
mv -f .deps/connection-contact-info.Tpo .deps/connection-contact-info.Plo
mv -f .deps/connection-handles.Tpo .deps/connection-handles.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection-manager.lo -MD -MP -MF .deps/connection-manager.Tpo -c -o connection-manager.lo connection-manager.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contact.lo -MD -MP -MF .deps/contact.Tpo -c -o contact.lo contact.c
mv -f .deps/connection-avatars.Tpo .deps/connection-avatars.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contact-list-channel.lo -MD -MP -MF .deps/contact-list-channel.Tpo -c -o contact-list-channel.lo contact-list-channel.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contact.lo -MD -MP -MF .deps/contact.Tpo -c contact.c  -fPIC -DPIC -o .libs/contact.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contact-list-channel.lo -MD -MP -MF .deps/contact-list-channel.Tpo -c contact-list-channel.c  -fPIC -DPIC -o .libs/contact-list-channel.o
mv -f .deps/connection-contact-list.Tpo .deps/connection-contact-list.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contact-operations.lo -MD -MP -MF .deps/contact-operations.Tpo -c -o contact-operations.lo contact-operations.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT connection-manager.lo -MD -MP -MF .deps/connection-manager.Tpo -c connection-manager.c  -fPIC -DPIC -o .libs/connection-manager.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contact-operations.lo -MD -MP -MF .deps/contact-operations.Tpo -c contact-operations.c  -fPIC -DPIC -o .libs/contact-operations.o
mv -f .deps/contact-operations.Tpo .deps/contact-operations.Plo
mv -f .deps/contact-list-channel.Tpo .deps/contact-list-channel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contact-search.lo -MD -MP -MF .deps/contact-search.Tpo -c -o contact-search.lo contact-search.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contact-search-result.lo -MD -MP -MF .deps/contact-search-result.Tpo -c -o contact-search-result.lo contact-search-result.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contact-search-result.lo -MD -MP -MF .deps/contact-search-result.Tpo -c contact-search-result.c  -fPIC -DPIC -o .libs/contact-search-result.o
mv -f .deps/connection-manager.Tpo .deps/connection-manager.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-contact-list.lo -MD -MP -MF .deps/base-contact-list.Tpo -c -o base-contact-list.lo base-contact-list.c
mv -f .deps/contact.Tpo .deps/contact.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT cm-message.lo -MD -MP -MF .deps/cm-message.Tpo -c -o cm-message.lo cm-message.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contact-search.lo -MD -MP -MF .deps/contact-search.Tpo -c contact-search.c  -fPIC -DPIC -o .libs/contact-search.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT base-contact-list.lo -MD -MP -MF .deps/base-contact-list.Tpo -c base-contact-list.c  -fPIC -DPIC -o .libs/base-contact-list.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT cm-message.lo -MD -MP -MF .deps/cm-message.Tpo -c cm-message.c  -fPIC -DPIC -o .libs/cm-message.o
mv -f .deps/contact-search-result.Tpo .deps/contact-search-result.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contacts-mixin.lo -MD -MP -MF .deps/contacts-mixin.Tpo -c -o contacts-mixin.lo contacts-mixin.c
mv -f .deps/connection.Tpo .deps/connection.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT dbus.lo -MD -MP -MF .deps/dbus.Tpo -c -o dbus.lo dbus.c
mv -f .deps/cm-message.Tpo .deps/cm-message.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT dbus-daemon.lo -MD -MP -MF .deps/dbus-daemon.Tpo -c -o dbus-daemon.lo dbus-daemon.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT contacts-mixin.lo -MD -MP -MF .deps/contacts-mixin.Tpo -c contacts-mixin.c  -fPIC -DPIC -o .libs/contacts-mixin.o
mv -f .deps/contact-search.Tpo .deps/contact-search.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT dbus-properties-mixin.lo -MD -MP -MF .deps/dbus-properties-mixin.Tpo -c -o dbus-properties-mixin.lo dbus-properties-mixin.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT dbus.lo -MD -MP -MF .deps/dbus.Tpo -c dbus.c  -fPIC -DPIC -o .libs/dbus.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT dbus-daemon.lo -MD -MP -MF .deps/dbus-daemon.Tpo -c dbus-daemon.c  -fPIC -DPIC -o .libs/dbus-daemon.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT dbus-properties-mixin.lo -MD -MP -MF .deps/dbus-properties-mixin.Tpo -c dbus-properties-mixin.c  -fPIC -DPIC -o .libs/dbus-properties-mixin.o
mv -f .deps/contacts-mixin.Tpo .deps/contacts-mixin.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT dbus-tube-channel.lo -MD -MP -MF .deps/dbus-tube-channel.Tpo -c -o dbus-tube-channel.lo dbus-tube-channel.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT dbus-tube-channel.lo -MD -MP -MF .deps/dbus-tube-channel.Tpo -c dbus-tube-channel.c  -fPIC -DPIC -o .libs/dbus-tube-channel.o
mv -f .deps/dbus.Tpo .deps/dbus.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
mv -f .deps/dbus-properties-mixin.Tpo .deps/dbus-properties-mixin.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT debug-sender.lo -MD -MP -MF .deps/debug-sender.Tpo -c -o debug-sender.lo debug-sender.c
mv -f .deps/debug.Tpo .deps/debug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT dtmf.lo -MD -MP -MF .deps/dtmf.Tpo -c -o dtmf.lo dtmf.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT dtmf.lo -MD -MP -MF .deps/dtmf.Tpo -c dtmf.c  -fPIC -DPIC -o .libs/dtmf.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT debug-sender.lo -MD -MP -MF .deps/debug-sender.Tpo -c debug-sender.c  -fPIC -DPIC -o .libs/debug-sender.o
mv -f .deps/base-contact-list.Tpo .deps/base-contact-list.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT interfaces.lo -MD -MP -MF .deps/interfaces.Tpo -c -o interfaces.lo interfaces.c
mv -f .deps/dbus-tube-channel.Tpo .deps/dbus-tube-channel.Plo
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT interfaces.lo -MD -MP -MF .deps/interfaces.Tpo -c interfaces.c  -fPIC -DPIC -o .libs/interfaces.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT errors.lo -MD -MP -MF .deps/errors.Tpo -c -o errors.lo errors.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT errors.lo -MD -MP -MF .deps/errors.Tpo -c errors.c  -fPIC -DPIC -o .libs/errors.o
mv -f .deps/dbus-daemon.Tpo .deps/dbus-daemon.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT exportable-channel.lo -MD -MP -MF .deps/exportable-channel.Tpo -c -o exportable-channel.lo exportable-channel.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT exportable-channel.lo -MD -MP -MF .deps/exportable-channel.Tpo -c exportable-channel.c  -fPIC -DPIC -o .libs/exportable-channel.o
mv -f .deps/channel.Tpo .deps/channel.Plo
mv -f .deps/interfaces.Tpo .deps/interfaces.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT file-transfer-channel.lo -MD -MP -MF .deps/file-transfer-channel.Tpo -c -o file-transfer-channel.lo file-transfer-channel.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT gnio-util.lo -MD -MP -MF .deps/gnio-util.Tpo -c -o gnio-util.lo gnio-util.c
mv -f .deps/debug-sender.Tpo .deps/debug-sender.Plo
mv -f .deps/dtmf.Tpo .deps/dtmf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT group-mixin.lo -MD -MP -MF .deps/group-mixin.Tpo -c -o group-mixin.lo group-mixin.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT gtypes.lo -MD -MP -MF .deps/gtypes.Tpo -c -o gtypes.lo gtypes.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT gnio-util.lo -MD -MP -MF .deps/gnio-util.Tpo -c gnio-util.c  -fPIC -DPIC -o .libs/gnio-util.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT file-transfer-channel.lo -MD -MP -MF .deps/file-transfer-channel.Tpo -c file-transfer-channel.c  -fPIC -DPIC -o .libs/file-transfer-channel.o
mv -f .deps/errors.Tpo .deps/errors.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle.lo -MD -MP -MF .deps/handle.Tpo -c -o handle.lo handle.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT group-mixin.lo -MD -MP -MF .deps/group-mixin.Tpo -c group-mixin.c  -fPIC -DPIC -o .libs/group-mixin.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT gtypes.lo -MD -MP -MF .deps/gtypes.Tpo -c gtypes.c  -fPIC -DPIC -o .libs/gtypes.o
mv -f .deps/exportable-channel.Tpo .deps/exportable-channel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle-channels-context.lo -MD -MP -MF .deps/handle-channels-context.Tpo -c -o handle-channels-context.lo handle-channels-context.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle.lo -MD -MP -MF .deps/handle.Tpo -c handle.c  -fPIC -DPIC -o .libs/handle.o
mv -f .deps/gnio-util.Tpo .deps/gnio-util.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle-repo.lo -MD -MP -MF .deps/handle-repo.Tpo -c -o handle-repo.lo handle-repo.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle-channels-context.lo -MD -MP -MF .deps/handle-channels-context.Tpo -c handle-channels-context.c  -fPIC -DPIC -o .libs/handle-channels-context.o
mv -f .deps/file-transfer-channel.Tpo .deps/file-transfer-channel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle-repo-dynamic.lo -MD -MP -MF .deps/handle-repo-dynamic.Tpo -c -o handle-repo-dynamic.lo handle-repo-dynamic.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle-repo.lo -MD -MP -MF .deps/handle-repo.Tpo -c handle-repo.c  -fPIC -DPIC -o .libs/handle-repo.o
mv -f .deps/handle.Tpo .deps/handle.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle-repo-static.lo -MD -MP -MF .deps/handle-repo-static.Tpo -c -o handle-repo-static.lo handle-repo-static.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle-repo-dynamic.lo -MD -MP -MF .deps/handle-repo-dynamic.Tpo -c handle-repo-dynamic.c  -fPIC -DPIC -o .libs/handle-repo-dynamic.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle-repo-static.lo -MD -MP -MF .deps/handle-repo-static.Tpo -c handle-repo-static.c  -fPIC -DPIC -o .libs/handle-repo-static.o
mv -f .deps/handle-repo.Tpo .deps/handle-repo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle-set.lo -MD -MP -MF .deps/handle-set.Tpo -c -o handle-set.lo handle-set.c
mv -f .deps/gtypes.Tpo .deps/gtypes.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c -o heap.lo heap.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT handle-set.lo -MD -MP -MF .deps/handle-set.Tpo -c handle-set.c  -fPIC -DPIC -o .libs/handle-set.o
mv -f .deps/handle-channels-context.Tpo .deps/handle-channels-context.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT intset.lo -MD -MP -MF .deps/intset.Tpo -c -o intset.lo intset.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c heap.c  -fPIC -DPIC -o .libs/heap.o
mv -f .deps/group-mixin.Tpo .deps/group-mixin.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-iface.lo -MD -MP -MF .deps/channel-iface.Tpo -c -o channel-iface.lo channel-iface.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT intset.lo -MD -MP -MF .deps/intset.Tpo -c intset.c  -fPIC -DPIC -o .libs/intset.o
mv -f .deps/handle-repo-static.Tpo .deps/handle-repo-static.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-factory-iface.lo -MD -MP -MF .deps/channel-factory-iface.Tpo -c -o channel-factory-iface.lo channel-factory-iface.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-iface.lo -MD -MP -MF .deps/channel-iface.Tpo -c channel-iface.c  -fPIC -DPIC -o .libs/channel-iface.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT channel-factory-iface.lo -MD -MP -MF .deps/channel-factory-iface.Tpo -c channel-factory-iface.c  -fPIC -DPIC -o .libs/channel-factory-iface.o
mv -f .deps/handle-repo-dynamic.Tpo .deps/handle-repo-dynamic.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT media-interfaces.lo -MD -MP -MF .deps/media-interfaces.Tpo -c -o media-interfaces.lo media-interfaces.c
mv -f .deps/handle-set.Tpo .deps/handle-set.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT message.lo -MD -MP -MF .deps/message.Tpo -c -o message.lo message.c
mv -f .deps/channel-factory-iface.Tpo .deps/channel-factory-iface.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT message-mixin.lo -MD -MP -MF .deps/message-mixin.Tpo -c -o message-mixin.lo message-mixin.c
mv -f .deps/heap.Tpo .deps/heap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT observe-channels-context.lo -MD -MP -MF .deps/observe-channels-context.Tpo -c -o observe-channels-context.lo observe-channels-context.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.c  -fPIC -DPIC -o .libs/message.o
mv -f .deps/channel-iface.Tpo .deps/channel-iface.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT presence-mixin.lo -MD -MP -MF .deps/presence-mixin.Tpo -c -o presence-mixin.lo presence-mixin.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT observe-channels-context.lo -MD -MP -MF .deps/observe-channels-context.Tpo -c observe-channels-context.c  -fPIC -DPIC -o .libs/observe-channels-context.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT message-mixin.lo -MD -MP -MF .deps/message-mixin.Tpo -c message-mixin.c  -fPIC -DPIC -o .libs/message-mixin.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT media-interfaces.lo -MD -MP -MF .deps/media-interfaces.Tpo -c media-interfaces.c  -fPIC -DPIC -o .libs/media-interfaces.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT presence-mixin.lo -MD -MP -MF .deps/presence-mixin.Tpo -c presence-mixin.c  -fPIC -DPIC -o .libs/presence-mixin.o
mv -f .deps/intset.Tpo .deps/intset.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT properties-mixin.lo -MD -MP -MF .deps/properties-mixin.Tpo -c -o properties-mixin.lo properties-mixin.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT properties-mixin.lo -MD -MP -MF .deps/properties-mixin.Tpo -c properties-mixin.c  -fPIC -DPIC -o .libs/properties-mixin.o
mv -f .deps/observe-channels-context.Tpo .deps/observe-channels-context.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT protocol.lo -MD -MP -MF .deps/protocol.Tpo -c -o protocol.lo protocol.c
mv -f .deps/message-mixin.Tpo .deps/message-mixin.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT proxy.lo -MD -MP -MF .deps/proxy.Tpo -c -o proxy.lo proxy.c
mv -f .deps/message.Tpo .deps/message.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT proxy-methods.lo -MD -MP -MF .deps/proxy-methods.Tpo -c -o proxy-methods.lo proxy-methods.c
mv -f .deps/presence-mixin.Tpo .deps/presence-mixin.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT proxy-signals.lo -MD -MP -MF .deps/proxy-signals.Tpo -c -o proxy-signals.lo proxy-signals.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT proxy-signals.lo -MD -MP -MF .deps/proxy-signals.Tpo -c proxy-signals.c  -fPIC -DPIC -o .libs/proxy-signals.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT protocol.lo -MD -MP -MF .deps/protocol.Tpo -c protocol.c  -fPIC -DPIC -o .libs/protocol.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT proxy.lo -MD -MP -MF .deps/proxy.Tpo -c proxy.c  -fPIC -DPIC -o .libs/proxy.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT proxy-methods.lo -MD -MP -MF .deps/proxy-methods.Tpo -c proxy-methods.c  -fPIC -DPIC -o .libs/proxy-methods.o
mv -f .deps/properties-mixin.Tpo .deps/properties-mixin.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT run.lo -MD -MP -MF .deps/run.Tpo -c -o run.lo run.c
mv -f .deps/proxy-methods.Tpo .deps/proxy-methods.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT signalled-message.lo -MD -MP -MF .deps/signalled-message.Tpo -c -o signalled-message.lo signalled-message.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT run.lo -MD -MP -MF .deps/run.Tpo -c run.c  -fPIC -DPIC -o .libs/run.o
mv -f .deps/proxy-signals.Tpo .deps/proxy-signals.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT simple-approver.lo -MD -MP -MF .deps/simple-approver.Tpo -c -o simple-approver.lo simple-approver.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT signalled-message.lo -MD -MP -MF .deps/signalled-message.Tpo -c signalled-message.c  -fPIC -DPIC -o .libs/signalled-message.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT simple-approver.lo -MD -MP -MF .deps/simple-approver.Tpo -c simple-approver.c  -fPIC -DPIC -o .libs/simple-approver.o
mv -f .deps/run.Tpo .deps/run.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT simple-client-factory.lo -MD -MP -MF .deps/simple-client-factory.Tpo -c -o simple-client-factory.lo simple-client-factory.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT simple-client-factory.lo -MD -MP -MF .deps/simple-client-factory.Tpo -c simple-client-factory.c  -fPIC -DPIC -o .libs/simple-client-factory.o
mv -f .deps/protocol.Tpo .deps/protocol.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT simple-handler.lo -MD -MP -MF .deps/simple-handler.Tpo -c -o simple-handler.lo simple-handler.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT simple-handler.lo -MD -MP -MF .deps/simple-handler.Tpo -c simple-handler.c  -fPIC -DPIC -o .libs/simple-handler.o
mv -f .deps/signalled-message.Tpo .deps/signalled-message.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT simple-observer.lo -MD -MP -MF .deps/simple-observer.Tpo -c -o simple-observer.lo simple-observer.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT simple-observer.lo -MD -MP -MF .deps/simple-observer.Tpo -c simple-observer.c  -fPIC -DPIC -o .libs/simple-observer.o
mv -f .deps/simple-handler.Tpo .deps/simple-handler.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT simple-password-manager.lo -MD -MP -MF .deps/simple-password-manager.Tpo -c -o simple-password-manager.lo simple-password-manager.c
mv -f .deps/simple-approver.Tpo .deps/simple-approver.Plo
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT simple-password-manager.lo -MD -MP -MF .deps/simple-password-manager.Tpo -c simple-password-manager.c  -fPIC -DPIC -o .libs/simple-password-manager.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT stream-tube-channel.lo -MD -MP -MF .deps/stream-tube-channel.Tpo -c -o stream-tube-channel.lo stream-tube-channel.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT stream-tube-channel.lo -MD -MP -MF .deps/stream-tube-channel.Tpo -c stream-tube-channel.c  -fPIC -DPIC -o .libs/stream-tube-channel.o
mv -f .deps/media-interfaces.Tpo .deps/media-interfaces.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT stream-tube-connection.lo -MD -MP -MF .deps/stream-tube-connection.Tpo -c -o stream-tube-connection.lo stream-tube-connection.c
mv -f .deps/simple-client-factory.Tpo .deps/simple-client-factory.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT text-channel.lo -MD -MP -MF .deps/text-channel.Tpo -c -o text-channel.lo text-channel.c
mv -f .deps/simple-observer.Tpo .deps/simple-observer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT text-mixin.lo -MD -MP -MF .deps/text-mixin.Tpo -c -o text-mixin.lo text-mixin.c
mv -f .deps/proxy.Tpo .deps/proxy.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT stream-tube-connection.lo -MD -MP -MF .deps/stream-tube-connection.Tpo -c stream-tube-connection.c  -fPIC -DPIC -o .libs/stream-tube-connection.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT text-channel.lo -MD -MP -MF .deps/text-channel.Tpo -c text-channel.c  -fPIC -DPIC -o .libs/text-channel.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT text-mixin.lo -MD -MP -MF .deps/text-mixin.Tpo -c text-mixin.c  -fPIC -DPIC -o .libs/text-mixin.o
mv -f .deps/simple-password-manager.Tpo .deps/simple-password-manager.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT error-str.lo -MD -MP -MF .deps/error-str.Tpo -c -o error-str.lo `test -f '_gen/error-str.c' || echo './'`_gen/error-str.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c  -fPIC -DPIC -o .libs/util.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT error-str.lo -MD -MP -MF .deps/error-str.Tpo -c _gen/error-str.c  -fPIC -DPIC -o .libs/error-str.o
mv -f .deps/error-str.Tpo .deps/error-str.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT signals-marshal.lo -MD -MP -MF .deps/signals-marshal.Tpo -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo './'`_gen/signals-marshal.c
mv -f .deps/stream-tube-connection.Tpo .deps/stream-tube-connection.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT genums.lo -MD -MP -MF .deps/genums.Tpo -c -o genums.lo `test -f '_gen/genums.c' || echo './'`_gen/genums.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT genums.lo -MD -MP -MF .deps/genums.Tpo -c _gen/genums.c  -fPIC -DPIC -o .libs/genums.o
mv -f .deps/text-mixin.Tpo .deps/text-mixin.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-account.lo -MD -MP -MF .deps/tp-svc-account.Tpo -c -o tp-svc-account.lo `test -f '_gen/tp-svc-account.c' || echo './'`_gen/tp-svc-account.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT signals-marshal.lo -MD -MP -MF .deps/signals-marshal.Tpo -c _gen/signals-marshal.c  -fPIC -DPIC -o .libs/signals-marshal.o
mv -f .deps/stream-tube-channel.Tpo .deps/stream-tube-channel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-account-manager.lo -MD -MP -MF .deps/tp-svc-account-manager.Tpo -c -o tp-svc-account-manager.lo `test -f '_gen/tp-svc-account-manager.c' || echo './'`_gen/tp-svc-account-manager.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-account-manager.lo -MD -MP -MF .deps/tp-svc-account-manager.Tpo -c _gen/tp-svc-account-manager.c  -fPIC -DPIC -o .libs/tp-svc-account-manager.o
mv -f .deps/util.Tpo .deps/util.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-channel.lo -MD -MP -MF .deps/tp-svc-channel.Tpo -c -o tp-svc-channel.lo `test -f '_gen/tp-svc-channel.c' || echo './'`_gen/tp-svc-channel.c
mv -f .deps/genums.Tpo .deps/genums.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-channel-dispatcher.lo -MD -MP -MF .deps/tp-svc-channel-dispatcher.Tpo -c -o tp-svc-channel-dispatcher.lo `test -f '_gen/tp-svc-channel-dispatcher.c' || echo './'`_gen/tp-svc-channel-dispatcher.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-account.lo -MD -MP -MF .deps/tp-svc-account.Tpo -c _gen/tp-svc-account.c  -fPIC -DPIC -o .libs/tp-svc-account.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-channel.lo -MD -MP -MF .deps/tp-svc-channel.Tpo -c _gen/tp-svc-channel.c  -fPIC -DPIC -o .libs/tp-svc-channel.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-channel-dispatcher.lo -MD -MP -MF .deps/tp-svc-channel-dispatcher.Tpo -c _gen/tp-svc-channel-dispatcher.c  -fPIC -DPIC -o .libs/tp-svc-channel-dispatcher.o
mv -f .deps/text-channel.Tpo .deps/text-channel.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-channel-dispatch-operation.lo -MD -MP -MF .deps/tp-svc-channel-dispatch-operation.Tpo -c -o tp-svc-channel-dispatch-operation.lo `test -f '_gen/tp-svc-channel-dispatch-operation.c' || echo './'`_gen/tp-svc-channel-dispatch-operation.c
mv -f .deps/tp-svc-account-manager.Tpo .deps/tp-svc-account-manager.Plo
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-channel-dispatch-operation.lo -MD -MP -MF .deps/tp-svc-channel-dispatch-operation.Tpo -c _gen/tp-svc-channel-dispatch-operation.c  -fPIC -DPIC -o .libs/tp-svc-channel-dispatch-operation.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-channel-request.lo -MD -MP -MF .deps/tp-svc-channel-request.Tpo -c -o tp-svc-channel-request.lo `test -f '_gen/tp-svc-channel-request.c' || echo './'`_gen/tp-svc-channel-request.c
mv -f .deps/tp-svc-account.Tpo .deps/tp-svc-account.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-client.lo -MD -MP -MF .deps/tp-svc-client.Tpo -c -o tp-svc-client.lo `test -f '_gen/tp-svc-client.c' || echo './'`_gen/tp-svc-client.c
mv -f .deps/tp-svc-channel-dispatcher.Tpo .deps/tp-svc-channel-dispatcher.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-connection.lo -MD -MP -MF .deps/tp-svc-connection.Tpo -c -o tp-svc-connection.lo `test -f '_gen/tp-svc-connection.c' || echo './'`_gen/tp-svc-connection.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-channel-request.lo -MD -MP -MF .deps/tp-svc-channel-request.Tpo -c _gen/tp-svc-channel-request.c  -fPIC -DPIC -o .libs/tp-svc-channel-request.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-client.lo -MD -MP -MF .deps/tp-svc-client.Tpo -c _gen/tp-svc-client.c  -fPIC -DPIC -o .libs/tp-svc-client.o
mv -f .deps/tp-svc-channel-dispatch-operation.Tpo .deps/tp-svc-channel-dispatch-operation.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-connection-manager.lo -MD -MP -MF .deps/tp-svc-connection-manager.Tpo -c -o tp-svc-connection-manager.lo `test -f '_gen/tp-svc-connection-manager.c' || echo './'`_gen/tp-svc-connection-manager.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-connection.lo -MD -MP -MF .deps/tp-svc-connection.Tpo -c _gen/tp-svc-connection.c  -fPIC -DPIC -o .libs/tp-svc-connection.o
mv -f .deps/signals-marshal.Tpo .deps/signals-marshal.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-debug.lo -MD -MP -MF .deps/tp-svc-debug.Tpo -c -o tp-svc-debug.lo `test -f '_gen/tp-svc-debug.c' || echo './'`_gen/tp-svc-debug.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-connection-manager.lo -MD -MP -MF .deps/tp-svc-connection-manager.Tpo -c _gen/tp-svc-connection-manager.c  -fPIC -DPIC -o .libs/tp-svc-connection-manager.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-debug.lo -MD -MP -MF .deps/tp-svc-debug.Tpo -c _gen/tp-svc-debug.c  -fPIC -DPIC -o .libs/tp-svc-debug.o
mv -f .deps/tp-svc-channel-request.Tpo .deps/tp-svc-channel-request.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-generic.lo -MD -MP -MF .deps/tp-svc-generic.Tpo -c -o tp-svc-generic.lo `test -f '_gen/tp-svc-generic.c' || echo './'`_gen/tp-svc-generic.c
mv -f .deps/tp-svc-client.Tpo .deps/tp-svc-client.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-media-session-handler.lo -MD -MP -MF .deps/tp-svc-media-session-handler.Tpo -c -o tp-svc-media-session-handler.lo `test -f '_gen/tp-svc-media-session-handler.c' || echo './'`_gen/tp-svc-media-session-handler.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-generic.lo -MD -MP -MF .deps/tp-svc-generic.Tpo -c _gen/tp-svc-generic.c  -fPIC -DPIC -o .libs/tp-svc-generic.o
mv -f .deps/tp-svc-channel.Tpo .deps/tp-svc-channel.Plo
mv -f .deps/tp-svc-connection-manager.Tpo .deps/tp-svc-connection-manager.Plo
mv -f .deps/tp-svc-debug.Tpo .deps/tp-svc-debug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-media-stream-handler.lo -MD -MP -MF .deps/tp-svc-media-stream-handler.Tpo -c -o tp-svc-media-stream-handler.lo `test -f '_gen/tp-svc-media-stream-handler.c' || echo './'`_gen/tp-svc-media-stream-handler.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-protocol.lo -MD -MP -MF .deps/tp-svc-protocol.Tpo -c -o tp-svc-protocol.lo `test -f '_gen/tp-svc-protocol.c' || echo './'`_gen/tp-svc-protocol.c
mv -f .deps/tp-svc-connection.Tpo .deps/tp-svc-connection.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..    -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-tls-cert.lo -MD -MP -MF .deps/tp-svc-tls-cert.Tpo -c -o tp-svc-tls-cert.lo `test -f '_gen/tp-svc-tls-cert.c' || echo './'`_gen/tp-svc-tls-cert.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-protocol.lo -MD -MP -MF .deps/tp-svc-protocol.Tpo -c _gen/tp-svc-protocol.c  -fPIC -DPIC -o .libs/tp-svc-protocol.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-media-session-handler.lo -MD -MP -MF .deps/tp-svc-media-session-handler.Tpo -c _gen/tp-svc-media-session-handler.c  -fPIC -DPIC -o .libs/tp-svc-media-session-handler.o
sed -e 's/gpointer self/TpProxy *self/' < proxy.h > _gen/proxy-introspectable.h
/usr/bin/g-ir-scanner   --namespace=TelepathyGLib --nsversion=0.12 --libtool="/bin/sh ../libtool" --pkg=gio-2.0 --pkg=dbus-glib-1 --include=GLib-2.0 --include=Gio-2.0 --pkg-export=telepathy-glib  --library=libtelepathy-glib.la --identifier-prefix=Tp -I.. -I.. --c-include="telepathy-glib/telepathy-glib.h" --warn-all    proxy.c _gen/proxy-introspectable.h account.c account.h account-channel-request.c account-channel-request.h account-manager.c account-manager.h automatic-client-factory.c automatic-client-factory.h automatic-proxy-factory.c automatic-proxy-factory.h basic-proxy-factory.c basic-proxy-factory.h client-channel-factory.c client-channel-factory.h connection.c connection.h connection-contact-list.c connection-contact-list.h connection-handles.c connection-contact-info.c connection-avatars.c protocol.c protocol.h connection-manager.c connection-manager.h channel.c channel.h channel-group.c channel-contacts.c handle.c handle.h handle-channels-context.c handle-channels-context.h dbus-daemon.c dbus-daemon.h interfaces.c intset.c intset.h dbus.c dbus.h capabilities.c capabilities.h contact.c contact.h contact-operations.c contact-operations.h contact-search.c contact-search.h contact-search-result.c contact-search-result.h defs.h debug.c debug.h base-client.c base-client.h simple-approver.c simple-approver.h simple-client-factory.c simple-client-factory.h simple-handler.c simple-handler.h simple-observer.c simple-observer.h dbus-properties-mixin.c dbus-properties-mixin.h contacts-mixin.c contacts-mixin.h group-mixin.c group-mixin.h presence-mixin.c presence-mixin.h channel-dispatch-operation.c channel-dispatch-operation.h channel-request.c channel-request.h observe-channels-context.c observe-channels-context.h add-dispatch-operation-context.c add-dispatch-operation-context.h base-connection.c base-connection.h handle-repo.c handle-repo.h handle-set.c stream-tube-channel.c stream-tube-channel.h dbus-tube-channel.c dbus-tube-channel.h stream-tube-connection.c stream-tube-connection.h text-channel.c text-channel.h file-transfer-channel.c file-transfer-channel.h client-message.c client-message.h message.c message.h signalled-message.c signalled-message.h channel-dispatcher.c channel-dispatcher.h errors.c errors.h _gen/telepathy-enums.h _gen/telepathy-enums-gtk-doc.h _gen/telepathy-interfaces.h --output TelepathyGLib-0.12.gir
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-media-stream-handler.lo -MD -MP -MF .deps/tp-svc-media-stream-handler.Tpo -c _gen/tp-svc-media-stream-handler.c  -fPIC -DPIC -o .libs/tp-svc-media-stream-handler.o
mv -f .deps/tp-svc-media-session-handler.Tpo .deps/tp-svc-media-session-handler.Plo
mv -f .deps/tp-svc-generic.Tpo .deps/tp-svc-generic.Plo
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT tp-svc-tls-cert.lo -MD -MP -MF .deps/tp-svc-tls-cert.Tpo -c _gen/tp-svc-tls-cert.c  -fPIC -DPIC -o .libs/tp-svc-tls-cert.o
mv -f .deps/tp-svc-media-stream-handler.Tpo .deps/tp-svc-media-stream-handler.Plo
mv -f .deps/tp-svc-protocol.Tpo .deps/tp-svc-protocol.Plo
mv -f .deps/tp-svc-tls-cert.Tpo .deps/tp-svc-tls-cert.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC   -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,-O1 -o libtelepathy-glib-internal.la  account.lo account-channel-request.lo account-manager.lo automatic-client-factory.lo automatic-proxy-factory.lo add-dispatch-operation-context.lo base-channel.lo base-client.lo base-connection.lo base-connection-manager.lo base-password-channel.lo base-protocol.lo base-room-config.lo basic-proxy-factory.lo capabilities.lo channel.lo channel-contacts.lo channel-group.lo channel-dispatcher.lo channel-dispatch-operation.lo channel-manager.lo channel-request.lo client.lo client-channel-factory.lo client-message.lo connection.lo connection-avatars.lo connection-contact-info.lo connection-contact-list.lo connection-handles.lo connection-manager.lo contact.lo contact-list-channel.lo contact-operations.lo contact-search.lo contact-search-result.lo base-contact-list.lo cm-message.lo contacts-mixin.lo dbus.lo dbus-daemon.lo dbus-properties-mixin.lo dbus-tube-channel.lo debug.lo debug-sender.lo dtmf.lo interfaces.lo errors.lo exportable-channel.lo file-transfer-channel.lo gnio-util.lo group-mixin.lo gtypes.lo handle.lo handle-channels-context.lo handle-repo.lo handle-repo-dynamic.lo handle-repo-static.lo handle-set.lo heap.lo intset.lo channel-iface.lo channel-factory-iface.lo media-interfaces.lo message.lo message-mixin.lo observe-channels-context.lo presence-mixin.lo properties-mixin.lo protocol.lo proxy.lo proxy-methods.lo proxy-signals.lo run.lo signalled-message.lo simple-approver.lo simple-client-factory.lo simple-handler.lo simple-observer.lo simple-password-manager.lo stream-tube-channel.lo stream-tube-connection.lo text-channel.lo text-mixin.lo util.lo error-str.lo signals-marshal.lo genums.lo tp-svc-account.lo tp-svc-account-manager.lo tp-svc-channel.lo tp-svc-channel-dispatcher.lo tp-svc-channel-dispatch-operation.lo tp-svc-channel-request.lo tp-svc-client.lo tp-svc-connection.lo tp-svc-connection-manager.lo tp-svc-debug.lo tp-svc-generic.lo tp-svc-media-session-handler.lo tp-svc-media-stream-handler.lo tp-svc-protocol.lo tp-svc-tls-cert.lo -ldbus-glib-1 -ldbus-1 -lpthread -lrt -lgobject-2.0 -lglib-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0   -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0   
_gen/proxy-introspectable.h:58: Warning: TelepathyGLib: symbol='NUM_TP_DBUS_ERRORS': Unknown namespace for symbol 'NUM_TP_DBUS_ERRORS'
account-manager.h:110: Warning: TelepathyGLib: symbol='MC5_BUS_NAME': Unknown namespace for symbol 'MC5_BUS_NAME'
protocol.h:1272: Warning: TelepathyGLib: symbol='PROTOCOL_PREFIX_LEN': Unknown namespace for symbol 'PROTOCOL_PREFIX_LEN'
contact.h:69: Warning: TelepathyGLib: symbol='NUM_TP_CONTACT_FEATURES': Unknown namespace for symbol 'NUM_TP_CONTACT_FEATURES'
_gen/telepathy-enums.h:26: Warning: TelepathyGLib: symbol='NUM_TP_HANDLE_TYPES': Unknown namespace for symbol 'NUM_TP_HANDLE_TYPES'
_gen/telepathy-enums.h:33: Warning: TelepathyGLib: symbol='NUM_TP_CONNECTION_STATUSES': Unknown namespace for symbol 'NUM_TP_CONNECTION_STATUSES'
_gen/telepathy-enums.h:54: Warning: TelepathyGLib: symbol='NUM_TP_CONNECTION_STATUS_REASONS': Unknown namespace for symbol 'NUM_TP_CONNECTION_STATUS_REASONS'
_gen/telepathy-enums.h:91: Warning: TelepathyGLib: symbol='NUM_TP_CONTACT_LIST_STATES': Unknown namespace for symbol 'NUM_TP_CONTACT_LIST_STATES'
_gen/telepathy-enums.h:100: Warning: TelepathyGLib: symbol='NUM_TP_SUBSCRIPTION_STATES': Unknown namespace for symbol 'NUM_TP_SUBSCRIPTION_STATES'
_gen/telepathy-enums.h:108: Warning: TelepathyGLib: symbol='NUM_TP_CONTACT_METADATA_STORAGE_TYPES': Unknown namespace for symbol 'NUM_TP_CONTACT_METADATA_STORAGE_TYPES'
_gen/telepathy-enums.h:121: Warning: TelepathyGLib: symbol='NUM_TP_CONNECTION_PRESENCE_TYPES': Unknown namespace for symbol 'NUM_TP_CONNECTION_PRESENCE_TYPES'
_gen/telepathy-enums.h:132: Warning: TelepathyGLib: symbol='NUM_TP_ACCESS_CONTROL_TYPES': Unknown namespace for symbol 'NUM_TP_ACCESS_CONTROL_TYPES'
_gen/telepathy-enums.h:140: Warning: TelepathyGLib: symbol='NUM_TP_RICH_PRESENCE_ACCESS_CONTROL_TYPES': Unknown namespace for symbol 'NUM_TP_RICH_PRESENCE_ACCESS_CONTROL_TYPES'
_gen/telepathy-enums.h:151: Warning: TelepathyGLib: symbol='NUM_TP_SERVICE_POINT_TYPES': Unknown namespace for symbol 'NUM_TP_SERVICE_POINT_TYPES'
_gen/telepathy-enums.h:166: Warning: TelepathyGLib: symbol='NUM_TP_HTTP_METHODS': Unknown namespace for symbol 'NUM_TP_HTTP_METHODS'
_gen/telepathy-enums.h:175: Warning: TelepathyGLib: symbol='NUM_TP_CHANNEL_CONTACT_SEARCH_STATES': Unknown namespace for symbol 'NUM_TP_CHANNEL_CONTACT_SEARCH_STATES'
_gen/telepathy-enums.h:185: Warning: TelepathyGLib: symbol='NUM_TP_FILE_TRANSFER_STATES': Unknown namespace for symbol 'NUM_TP_FILE_TRANSFER_STATES'
_gen/telepathy-enums.h:195: Warning: TelepathyGLib: symbol='NUM_TP_FILE_TRANSFER_STATE_CHANGE_REASONS': Unknown namespace for symbol 'NUM_TP_FILE_TRANSFER_STATE_CHANGE_REASONS'
_gen/telepathy-enums.h:203: Warning: TelepathyGLib: symbol='NUM_TP_FILE_HASH_TYPES': Unknown namespace for symbol 'NUM_TP_FILE_HASH_TYPES'
_gen/telepathy-enums.h:209: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_TYPES': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_TYPES'
_gen/telepathy-enums.h:216: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_STATES': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_STATES'
_gen/telepathy-enums.h:224: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_DIRECTIONS': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_DIRECTIONS'
_gen/telepathy-enums.h:248: Warning: TelepathyGLib: symbol='NUM_TP_CHANNEL_TEXT_SEND_ERRORS': Unknown namespace for symbol 'NUM_TP_CHANNEL_TEXT_SEND_ERRORS'
_gen/telepathy-enums.h:257: Warning: TelepathyGLib: symbol='NUM_TP_CHANNEL_TEXT_MESSAGE_TYPES': Unknown namespace for symbol 'NUM_TP_CHANNEL_TEXT_MESSAGE_TYPES'
_gen/telepathy-enums.h:270: Warning: TelepathyGLib: symbol='NUM_TP_TUBE_TYPES': Unknown namespace for symbol 'NUM_TP_TUBE_TYPES'
_gen/telepathy-enums.h:277: Warning: TelepathyGLib: symbol='NUM_TP_TUBE_STATES': Unknown namespace for symbol 'NUM_TP_TUBE_STATES'
_gen/telepathy-enums.h:295: Warning: TelepathyGLib: symbol='NUM_TP_CHANNEL_CHAT_STATES': Unknown namespace for symbol 'NUM_TP_CHANNEL_CHAT_STATES'
_gen/telepathy-enums.h:315: Warning: TelepathyGLib: symbol='NUM_TP_DTMF_EVENTS': Unknown namespace for symbol 'NUM_TP_DTMF_EVENTS'
_gen/telepathy-enums.h:348: Warning: TelepathyGLib: symbol='NUM_TP_CHANNEL_GROUP_CHANGE_REASONS': Unknown namespace for symbol 'NUM_TP_CHANNEL_GROUP_CHANGE_REASONS'
_gen/telepathy-enums.h:356: Warning: TelepathyGLib: symbol='NUM_TP_LOCAL_HOLD_STATES': Unknown namespace for symbol 'NUM_TP_LOCAL_HOLD_STATES'
_gen/telepathy-enums.h:363: Warning: TelepathyGLib: symbol='NUM_TP_LOCAL_HOLD_STATE_REASONS': Unknown namespace for symbol 'NUM_TP_LOCAL_HOLD_STATE_REASONS'
_gen/telepathy-enums.h:385: Warning: TelepathyGLib: symbol='NUM_TP_DELIVERY_STATUSES': Unknown namespace for symbol 'NUM_TP_DELIVERY_STATUSES'
_gen/telepathy-enums.h:402: Warning: TelepathyGLib: symbol='NUM_TP_SASL_ABORT_REASONS': Unknown namespace for symbol 'NUM_TP_SASL_ABORT_REASONS'
_gen/telepathy-enums.h:413: Warning: TelepathyGLib: symbol='NUM_TP_SASL_STATUSES': Unknown namespace for symbol 'NUM_TP_SASL_STATUSES'
_gen/telepathy-enums.h:421: Warning: TelepathyGLib: symbol='NUM_TP_TUBE_CHANNEL_STATES': Unknown namespace for symbol 'NUM_TP_TUBE_CHANNEL_STATES'
_gen/telepathy-enums.h:429: Warning: TelepathyGLib: symbol='NUM_TP_SOCKET_ADDRESS_TYPES': Unknown namespace for symbol 'NUM_TP_SOCKET_ADDRESS_TYPES'
_gen/telepathy-enums.h:437: Warning: TelepathyGLib: symbol='NUM_TP_SOCKET_ACCESS_CONTROLS': Unknown namespace for symbol 'NUM_TP_SOCKET_ACCESS_CONTROLS'
_gen/telepathy-enums.h:449: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_ERRORS': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_ERRORS'
_gen/telepathy-enums.h:455: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_BASE_PROTOS': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_BASE_PROTOS'
_gen/telepathy-enums.h:462: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES'
_gen/telepathy-enums.h:484: Warning: TelepathyGLib: symbol='NUM_TP_DEBUG_LEVELS': Unknown namespace for symbol 'NUM_TP_DEBUG_LEVELS'
_gen/telepathy-enums.h:491: Warning: TelepathyGLib: symbol='NUM_TP_TLS_CERTIFICATE_STATES': Unknown namespace for symbol 'NUM_TP_TLS_CERTIFICATE_STATES'
_gen/telepathy-interfaces.h:505: Warning: TelepathyGLib: symbol='NUM_TP_TLS_CERTIFICATE_REJECT_REASONS': Unknown namespace for symbol 'NUM_TP_TLS_CERTIFICATE_REJECT_REASONS'
libtool: link: ar cru .libs/libtelepathy-glib-internal.a .libs/account.o .libs/account-channel-request.o .libs/account-manager.o .libs/automatic-client-factory.o .libs/automatic-proxy-factory.o .libs/add-dispatch-operation-context.o .libs/base-channel.o .libs/base-client.o .libs/base-connection.o .libs/base-connection-manager.o .libs/base-password-channel.o .libs/base-protocol.o .libs/base-room-config.o .libs/basic-proxy-factory.o .libs/capabilities.o .libs/channel.o .libs/channel-contacts.o .libs/channel-group.o .libs/channel-dispatcher.o .libs/channel-dispatch-operation.o .libs/channel-manager.o .libs/channel-request.o .libs/client.o .libs/client-channel-factory.o .libs/client-message.o .libs/connection.o .libs/connection-avatars.o .libs/connection-contact-info.o .libs/connection-contact-list.o .libs/connection-handles.o .libs/connection-manager.o .libs/contact.o .libs/contact-list-channel.o .libs/contact-operations.o .libs/contact-search.o .libs/contact-search-result.o .libs/base-contact-list.o .libs/cm-message.o .libs/contacts-mixin.o .libs/dbus.o .libs/dbus-daemon.o .libs/dbus-properties-mixin.o .libs/dbus-tube-channel.o .libs/debug.o .libs/debug-sender.o .libs/dtmf.o .libs/interfaces.o .libs/errors.o .libs/exportable-channel.o .libs/file-transfer-channel.o .libs/gnio-util.o .libs/group-mixin.o .libs/gtypes.o .libs/handle.o .libs/handle-channels-context.o .libs/handle-repo.o .libs/handle-repo-dynamic.o .libs/handle-repo-static.o .libs/handle-set.o .libs/heap.o .libs/intset.o .libs/channel-iface.o .libs/channel-factory-iface.o .libs/media-interfaces.o .libs/message.o .libs/message-mixin.o .libs/observe-channels-context.o .libs/presence-mixin.o .libs/properties-mixin.o .libs/protocol.o .libs/proxy.o .libs/proxy-methods.o .libs/proxy-signals.o .libs/run.o .libs/signalled-message.o .libs/simple-approver.o .libs/simple-client-factory.o .libs/simple-handler.o .libs/simple-observer.o .libs/simple-password-manager.o .libs/stream-tube-channel.o .libs/stream-tube-connection.o .libs/text-channel.o .libs/text-mixin.o .libs/util.o .libs/error-str.o .libs/signals-marshal.o .libs/genums.o .libs/tp-svc-account.o .libs/tp-svc-account-manager.o .libs/tp-svc-channel.o .libs/tp-svc-channel-dispatcher.o .libs/tp-svc-channel-dispatch-operation.o .libs/tp-svc-channel-request.o .libs/tp-svc-client.o .libs/tp-svc-connection.o .libs/tp-svc-connection-manager.o .libs/tp-svc-debug.o .libs/tp-svc-generic.o .libs/tp-svc-media-session-handler.o .libs/tp-svc-media-stream-handler.o .libs/tp-svc-protocol.o .libs/tp-svc-tls-cert.o 
/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib/tmp-introspectt2vG6y/TelepathyGLib-0.12.c: In function 'main':
/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib/tmp-introspectt2vG6y/TelepathyGLib-0.12.c:500:3: warning: 'g_thread_init' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:259) [-Wdeprecated-declarations]
libtool: link: ranlib .libs/libtelepathy-glib-internal.a
libtool: link: ( cd ".libs" && rm -f "libtelepathy-glib-internal.la" && ln -s "../libtelepathy-glib-internal.la" "libtelepathy-glib-internal.la" )
/usr/bin/nm -B .libs/libtelepathy-glib-internal.a > _gen/abi.nm
grep " [DT] " < _gen/abi.nm > _gen/abi.funcs
cut -d" " -f3 < _gen/abi.funcs > _gen/abi.funcnames
libtool: link: cannot find the library `libtelepathy-glib.la' or unhandled argument `libtelepathy-glib.la'
g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gio-unix-2.0/ -c -o /home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib/tmp-introspectt2vG6y/TelepathyGLib-0.12.o /home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib/tmp-introspectt2vG6y/TelepathyGLib-0.12.c
g-ir-scanner: link: /bin/sh ../libtool --mode=link --tag=CC --silent gcc -o /home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib/tmp-introspectt2vG6y/TelepathyGLib-0.12 -export-dynamic -O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -L. libtelepathy-glib.la -pthread -lgthread-2.0 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lrt -lgobject-2.0 -lglib-2.0 /home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib/tmp-introspectt2vG6y/TelepathyGLib-0.12.o
linking of temporary binary failed: Command '['/bin/sh', '../libtool', '--mode=link', '--tag=CC', '--silent', 'gcc', '-o', '/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib/tmp-introspectt2vG6y/TelepathyGLib-0.12', '-export-dynamic', '-O2', '-g', '-frecord-gcc-switches', '-Wstrict-aliasing=2', '-pipe', '-Wformat', '-Werror=format-security', '-Wp,-D_FORTIFY_SOURCE=2', '-fstack-protector', '--param=ssp-buffer-size=4', '-fPIC', '-L.', 'libtelepathy-glib.la', '-pthread', '-lgthread-2.0', '-lgio-2.0', '-lgmodule-2.0', '-ldbus-glib-1', '-ldbus-1', '-lpthread', '-lrt', '-lgobject-2.0', '-lglib-2.0', '/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib/tmp-introspectt2vG6y/TelepathyGLib-0.12.o']' returned non-zero exit status 1
grep "^tp" < _gen/abi.funcnames > _gen/abi.tpfuncnames
sort -u < _gen/abi.tpfuncnames > _gen/abi.txt
make[3]: *** [TelepathyGLib-0.12.gir] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib'
make[2]: *** [all] Error 2
rm _gen/tp-spec-channel-request.xml _gen/tp-spec-account.xml _gen/tp-spec-tls-cert.xml _gen/tp-spec-channel.xml _gen/tp-spec-channel-dispatch-operation.xml _gen/tp-spec-dbus-daemon.xml _gen/tp-spec-channel-dispatcher.xml _gen/tp-spec-connection.xml _gen/tp-spec-account-manager.xml _gen/tp-spec-generic.xml _gen/tp-spec-protocol.xml _gen/tp-spec-media-session-handler.xml _gen/tp-spec-debug.xml _gen/tp-spec-connection-manager.xml _gen/tp-spec-media-stream-handler.xml _gen/tp-spec-client.xml
make[2]: Leaving directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0/telepathy-glib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mandrake/rpm/BUILD/telepathy-glib-0.17.0'
make: *** [all] Error 2
error: Bad exit status from /home/mandrake/rpm/tmp/rpm-tmp.65247 (%build)


RPM build errors:
    Bad exit status from /home/mandrake/rpm/tmp/rpm-tmp.65247 (%build)


More information about the kfm-devel mailing list