Mageia Bugzilla – Attachment 8330 Details for
Bug 19184
telepathy-qt 0.9.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
build log with the failure when you try to build 0.9.7
log.telepathy-qt (text/plain), 761.07 KB, created by
David Walser
on 2016-08-11 19:03:04 CEST
(
hide
)
Description:
build log with the failure when you try to build 0.9.7
Filename:
MIME Type:
Creator:
David Walser
Created:
2016-08-11 19:03:04 CEST
Size:
761.07 KB
patch
obsolete
>warning: Macro %enable_debug defined but not used within scope >Executing(%prep): /bin/sh -e /home/david/telepathy-qt/BUILDROOT/rpm-tmp.czXNvM >+ umask 022 >+ cd /home/david/telepathy-qt/BUILD >+ '[' 1 -eq 1 ']' >+ '[' 1 -eq 1 ']' >+ '[' 1 -eq 1 ']' >+ cd /home/david/telepathy-qt/BUILD >+ rm -rf telepathy-qt-0.9.7 >+ /usr/bin/tar -xof - >+ /usr/bin/gzip -dc /home/david/telepathy-qt/SOURCES/telepathy-qt-0.9.7.tar.gz >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd telepathy-qt-0.9.7 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /home/david/telepathy-qt/BUILDROOT/rpm-tmp.9lTHWp >+ umask 022 >+ cd /home/david/telepathy-qt/BUILD >+ cd telepathy-qt-0.9.7 >+ '[' 1 -eq 1 ']' >+ '[' 1 -eq 1 ']' >+ export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' >+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' >+ export 'CXXFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' >+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' >+ QTDIR=/usr/lib/qt5 >+ export QTDIR >+ PATH=/usr/lib/qt5/bin:/usr/local/bin:/usr/bin:/usr/local/games:/usr/games:/usr/lib/qt4/bin:/home/david/.local/bin:/home/david/bin >+ export PATH >+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' >+ export CFLAGS >+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' >+ export CXXFLAGS >+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' >+ export FFLAGS >+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' >+ export LDFLAGS >+ mkdir -p build >+ cd build >+ /usr/bin/cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib -DCMAKE_INSTALL_LIBEXECDIR:PATH=/usr/libexec -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-DNDEBUG -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-DNDEBUG -DCMAKE_SKIP_RPATH:BOOL=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON '-DCMAKE_MODULE_LINKER_FLAGS=-Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_STATIC_LIBS:BOOL=OFF -DDBUS_SERVICES_DIR=/usr/share/dbus-1/services -DDBUS_INTERFACES_DIR=/usr/share/dbus-1/interfaces >-- The C compiler identification is GNU 5.4.0 >-- The CXX compiler identification is GNU 5.4.0 >-- Check for working C compiler: /usr/bin/cc >-- Check for working C compiler: /usr/bin/cc -- works >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Detecting C compile features >-- Detecting C compile features - done >-- Check for working CXX compiler: /usr/bin/c++ >-- Check for working CXX compiler: /usr/bin/c++ -- works >-- Detecting CXX compiler ABI info >-- Detecting CXX compiler ABI info - done >-- Detecting CXX compile features >-- Detecting CXX compile features - done >-- Checking to see if CXX compiler accepts flag -fvisibility=hidden >-- Checking to see if CXX compiler accepts flag -fvisibility=hidden - yes >-- Checking to see if CXX compiler accepts flag -fvisibility-inlines-hidden >-- Checking to see if CXX compiler accepts flag -fvisibility-inlines-hidden - yes >-- Checking to see if CXX compiler accepts flag -Wdeprecated-declarations >-- Checking to see if CXX compiler accepts flag -Wdeprecated-declarations - yes >-- Performing Test all_cxx_result >-- Performing Test all_cxx_result - Success >-- Performing Test extra_cxx_result >-- Performing Test extra_cxx_result - Success >-- Performing Test sign-compare_cxx_result >-- Performing Test sign-compare_cxx_result - Success >-- Performing Test pointer-arith_cxx_result >-- Performing Test pointer-arith_cxx_result - Success >-- Performing Test format-security_cxx_result >-- Performing Test format-security_cxx_result - Success >-- Performing Test init-self_cxx_result >-- Performing Test init-self_cxx_result - Success >-- Performing Test non-virtual-dtor_cxx_result >-- Performing Test non-virtual-dtor_cxx_result - Success >-- Performing Test error_cxx_result >-- Performing Test error_cxx_result - Success >-- Performing Test missing-field-initializers_cxx_result >-- Performing Test missing-field-initializers_cxx_result - Success >-- Performing Test noerror_missing-field-initializers_cxx_result >-- Performing Test noerror_missing-field-initializers_cxx_result - Success >-- Performing Test unused-parameter_cxx_result >-- Performing Test unused-parameter_cxx_result - Success >-- Performing Test noerror_unused-parameter_cxx_result >-- Performing Test noerror_unused-parameter_cxx_result - Success >-- Performing Test unused-local-typedefs_cxx_result >-- Performing Test unused-local-typedefs_cxx_result - Success >-- Performing Test noerror_unused-local-typedefs_cxx_result >-- Performing Test noerror_unused-local-typedefs_cxx_result - Success >-- Performing Test all_c_result >-- Performing Test all_c_result - Success >-- Performing Test extra_c_result >-- Performing Test extra_c_result - Success >-- Performing Test declaration-after-statement_c_result >-- Performing Test declaration-after-statement_c_result - Success >-- Performing Test shadow_c_result >-- Performing Test shadow_c_result - Success >-- Performing Test strict-prototypes_c_result >-- Performing Test strict-prototypes_c_result - Success >-- Performing Test missing-prototypes_c_result >-- Performing Test missing-prototypes_c_result - Success >-- Performing Test sign-compare_c_result >-- Performing Test sign-compare_c_result - Success >-- Performing Test nested-externs_c_result >-- Performing Test nested-externs_c_result - Success >-- Performing Test pointer-arith_c_result >-- Performing Test pointer-arith_c_result - Success >-- Performing Test format-security_c_result >-- Performing Test format-security_c_result - Success >-- Performing Test init-self_c_result >-- Performing Test init-self_c_result - Success >-- Performing Test error_c_result >-- Performing Test error_c_result - Success >-- Performing Test missing-field-initializers_c_result >-- Performing Test missing-field-initializers_c_result - Success >-- Performing Test noerror_missing-field-initializers_c_result >-- Performing Test noerror_missing-field-initializers_c_result - Success >-- Performing Test unused-parameter_c_result >-- Performing Test unused-parameter_c_result - Success >-- Performing Test noerror_unused-parameter_c_result >-- Performing Test noerror_unused-parameter_c_result - Success >-- Performing Test unused-local-typedefs_c_result >-- Performing Test unused-local-typedefs_c_result - Success >-- Performing Test noerror_unused-local-typedefs_c_result >-- Performing Test noerror_unused-local-typedefs_c_result - Success >-- Found Doxygen: /usr/bin/doxygen (found version "1.8.11") >-- Found QHELPGENERATOR: /usr/lib/qt4/bin/qhelpgenerator >CMake Warning at cmake/modules/Doxygen.cmake:20 (message): > html/qt.tags not found in /usr/share/doc/qt5. Set the QT_DOC_DIR variable > to > > point to its location to enable crosslinking. >Call Stack (most recent call first): > CMakeLists.txt:100 (include) > > >-- Performing Test QT_GLIB_SUPPORT >-- Performing Test QT_GLIB_SUPPORT - Failed >-- PythonLibrary find version: 2.5 >-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.12", minimum required is "2.5") >-- Found Python executable: /usr/bin/python2 >-- Found Python version: 2.7.12 >-- Python 2.7 found >-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") >-- Checking for module 'telepathy-glib>=0.18.0' >-- Found telepathy-glib, version 0.24.1 >-- Found TelepathyGlib: /usr/lib/libtelepathy-glib.so >-- Checking for module 'glib-2.0' >-- Found glib-2.0, version 2.48.1 >-- Found GLIB2: /usr/lib/libglib-2.0.so >-- Checking for module 'gobject-2.0' >-- Found gobject-2.0, version 2.48.1 >-- Found GObject libraries: gobject-2.0;glib-2.0 >-- Found GObject includes : /usr/include/glib-2.0 >-- Checking for module 'gio-2.0' >-- Found gio-2.0, version 2.48.1 >-- Found GIO: /usr/lib/libgio-2.0.so >-- Checking for module 'gio-unix-2.0' >-- Found gio-unix-2.0, version 2.48.1 >-- Found GIOUNIX: /usr/include/gio-unix-2.0 >-- Checking for module 'dbus-1' >-- Found dbus-1, version 1.10.8 >-- Found DBus: /usr/lib/dbus-1.0/include >-- Checking for module 'dbus-glib-1' >-- Found dbus-glib-1, version 0.106 >-- Found DBUS_GLIB: /usr/lib/libdbus-glib-1.so >-- Checking for module 'libxml-2.0' >-- Found libxml-2.0, version 2.9.4 >-- Found LibXml2: /usr/lib/libxml2.so >-- Checking for module 'farstream-0.2>=0.2.0' >-- Found farstream-0.2, version 0.2.8 >-- Found Farstream: /usr/lib/libfarstream-0.2.so >-- Checking for module 'telepathy-farstream>=0.6.0' >-- Found telepathy-farstream, version 0.6.2 >-- Found TelepathyFarstream: /usr/lib/libtelepathy-farstream.so >-- Checking for module 'gstreamer-1.0' >-- Found gstreamer-1.0, version 1.8.2 >-- Found GStreamer: /usr/lib/libgstreamer-1.0.so > >----------------------------------------------------------------------------- >-- The following external packages were located on your system. >-- This installation will have the extra features provided by these packages. >----------------------------------------------------------------------------- > * dbus-python - GLib-based Python DBus support > * Telepathy-glib - Glib bindings for Telepathy > * Farstream - A Framework for dealing with audio/video conferencing protocols > * Telepathy-Farstream - A Framework for dealing with audio/video conferencing protocols > * GStreamer - An open source multimedia framework > >----------------------------------------------------------------------------- >-- The following OPTIONAL packages could NOT be located on your system. >-- Consider installing them to enable more features from this software. >----------------------------------------------------------------------------- > * Qt Glib Support <http://qt.nokia.com/> > QtCore library using Glib's main event loop > Needed, together with Telepathy-Glib, to build most of the unit tests > >----------------------------------------------------------------------------- > >-- Configuring done >-- Generating done >CMake Warning: > Manually-specified variables were not used by the project: > > BUILD_STATIC_LIBS > CMAKE_INSTALL_LIBDIR > CMAKE_INSTALL_LIBEXECDIR > CMAKE_INSTALL_SYSCONFDIR > DBUS_INTERFACES_DIR > DBUS_SERVICES_DIR > SHARE_INSTALL_PREFIX > SYSCONF_INSTALL_DIR > > >-- Build files have been written to: /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build >+ echo 'warning: %make is deprecated, try %make_build instead' >warning: %make is deprecated, try %make_build instead >+ /usr/bin/make -O >/usr/bin/cmake -H/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -B/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build --check-build-system CMakeFiles/Makefile.cmake 0 >/usr/bin/cmake -E cmake_progress_start /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/CMakeFiles /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/CMakeFiles/progress.marks >/usr/bin/make -f CMakeFiles/Makefile2 all >/usr/bin/make -f TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/DependInfo.cmake --color= >Scanning dependencies of target stable-ifaces-includator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 0%] Generating _gen/stable-spec.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stable-interfaces.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 0%] Built target stable-ifaces-includator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/stable-constants.dir/build.make TelepathyQt/CMakeFiles/stable-constants.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/stable-constants.dir/DependInfo.cmake --color= >Scanning dependencies of target stable-constants >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/stable-constants.dir/build.make TelepathyQt/CMakeFiles/stable-constants.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 0%] Generating _gen/constants.h >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-constants-gen.py --namespace=Tp --define-prefix=TP_QT_ --must-define=IN_TP_QT_HEADER --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/constants.h >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Connection.Interface.Renaming.Renamed" in "org.freedesktop.Telepathy.Channel.Interface.Group" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Connection.Interface.Renaming" in "org.freedesktop.Telepathy.Channel.Interface.Group" >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Built target stable-constants >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/stable-typesgen.dir/build.make TelepathyQt/CMakeFiles/stable-typesgen.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/stable-typesgen.dir/DependInfo.cmake --color= >Scanning dependencies of target stable-typesgen >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/stable-typesgen.dir/build.make TelepathyQt/CMakeFiles/stable-typesgen.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Generating _gen/types.h, _gen/types-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-types-gen.py --namespace=Tp --declfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/types.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/types-body.hpp --realinclude=TelepathyQt/types.h --prettyinclude=TelepathyQt/Types --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Built target stable-typesgen >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/DependInfo.cmake --color= >Scanning dependencies of target telepathy-qt-test-backdoors >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/key-file.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -o CMakeFiles/telepathy-qt-test-backdoors.dir/key-file.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/key-file.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/manager-file.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -o CMakeFiles/telepathy-qt-test-backdoors.dir/manager-file.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/manager-file.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/test-backdoors.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -o CMakeFiles/telepathy-qt-test-backdoors.dir/test-backdoors.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/test-backdoors.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/utils.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -o CMakeFiles/telepathy-qt-test-backdoors.dir/utils.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/utils.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Linking CXX static library libtelepathy-qt-test-backdoors.a >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/cmake -P CMakeFiles/telepathy-qt-test-backdoors.dir/cmake_clean_target.cmake >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/cmake -E cmake_link_script CMakeFiles/telepathy-qt-test-backdoors.dir/link.txt --verbose=1 >/usr/bin/ar qc libtelepathy-qt-test-backdoors.a CMakeFiles/telepathy-qt-test-backdoors.dir/key-file.cpp.o CMakeFiles/telepathy-qt-test-backdoors.dir/manager-file.cpp.o CMakeFiles/telepathy-qt-test-backdoors.dir/test-backdoors.cpp.o CMakeFiles/telepathy-qt-test-backdoors.dir/utils.cpp.o >/usr/bin/ranlib libtelepathy-qt-test-backdoors.a >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Built target telepathy-qt-test-backdoors >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target tls-certificate-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Generating _gen/spec-tls-certificate.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/tls-certificate.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-tls-certificate.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Built target tls-certificate-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-tls-certificate-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Generating _gen/cli-tls-certificate.h, _gen/cli-tls-certificate-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clienttls --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-tls-certificate.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-tls-certificate-body.hpp --realinclude=TelepathyQt/tls-certificate.h --prettyinclude=TelepathyQt/TLSCertificate --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-tls-certificate.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Built target generate_cli-tls-certificate-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-tls-certificate.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 1%] Generating _gen/cli-tls-certificate.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-tls-certificate.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-tls-certificate.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 2%] Built target moc-cli-tls-certificate.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target properties-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 2%] Generating _gen/spec-properties.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/properties.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-properties.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 2%] Built target properties-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-properties-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 3%] Generating _gen/cli-properties.h, _gen/cli-properties-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientprops --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-properties.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-properties-body.hpp --realinclude=TelepathyQt/properties.h --prettyinclude=TelepathyQt/Properties --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-properties.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 3%] Built target generate_cli-properties-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-properties.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 3%] Generating _gen/cli-properties.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-properties.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-properties.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Built target moc-cli-properties.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target media-stream-handler-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Generating _gen/spec-media-stream-handler.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/media-stream-handler.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-media-stream-handler.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Built target media-stream-handler-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-media-stream-handler-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Generating _gen/cli-media-stream-handler.h, _gen/cli-media-stream-handler-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientmstrh --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-stream-handler.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-stream-handler-body.hpp --realinclude=TelepathyQt/media-stream-handler.h --prettyinclude=TelepathyQt/MediaStreamHandler --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-media-stream-handler.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::MediaStreamHandlerInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Built target generate_cli-media-stream-handler-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-media-stream-handler.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Generating _gen/cli-media-stream-handler.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-stream-handler.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-stream-handler.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Built target moc-cli-media-stream-handler.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target media-session-handler-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Generating _gen/spec-media-session-handler.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/media-session-handler.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-media-session-handler.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Built target media-session-handler-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-media-session-handler-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Generating _gen/cli-media-session-handler.h, _gen/cli-media-session-handler-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientmsesh --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-session-handler.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-session-handler-body.hpp --realinclude=TelepathyQt/media-session-handler.h --prettyinclude=TelepathyQt/MediaSessionHandler --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-media-session-handler.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::MediaSessionHandlerInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Built target generate_cli-media-session-handler-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-media-session-handler.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 4%] Generating _gen/cli-media-session-handler.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-session-handler.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-session-handler.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 5%] Built target moc-cli-media-session-handler.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target connection-manager-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 5%] Generating _gen/spec-connection-manager.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-manager.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-connection-manager.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 5%] Built target connection-manager-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-connection-manager-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 5%] Generating _gen/cli-connection-manager.h, _gen/cli-connection-manager-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientcm --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection-manager.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection-manager-body.hpp --realinclude=TelepathyQt/connection-manager.h --prettyinclude=TelepathyQt/ConnectionManager --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-connection-manager.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ConnectionManagerInterface >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 6%] Built target generate_cli-connection-manager-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-connection-manager.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 6%] Generating _gen/cli-connection-manager.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection-manager.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 6%] Built target moc-cli-connection-manager.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/future-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/future-ifaces-includator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/future-ifaces-includator.dir/DependInfo.cmake --color= >Scanning dependencies of target future-ifaces-includator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/future-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/future-ifaces-includator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 6%] Generating _gen/future-spec.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/future-interfaces.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 6%] Built target future-ifaces-includator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/future-constants.dir/build.make TelepathyQt/CMakeFiles/future-constants.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/future-constants.dir/DependInfo.cmake --color= >Scanning dependencies of target future-constants >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/future-constants.dir/build.make TelepathyQt/CMakeFiles/future-constants.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 6%] Generating _gen/future-constants.h >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-constants-gen.py --namespace=TpFuture --define-prefix=TP_QT_FUTURE_ --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-constants.h >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Connection.ConnectionError" in "Software Upgrade Required" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Connection.Interface.Balance" in "Insufficient Balance" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Type.Call1.CallStateDetails" in "Insufficient Balance" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Connection.Interface.Balance.AccountBalance" in "Insufficient Balance" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.CaptchaAuthentication1" in "Captcha Not Supported" >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 7%] Built target future-constants >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/future-typesgen.dir/build.make TelepathyQt/CMakeFiles/future-typesgen.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/future-typesgen.dir/DependInfo.cmake --color= >Scanning dependencies of target future-typesgen >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/future-typesgen.dir/build.make TelepathyQt/CMakeFiles/future-typesgen.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 7%] Generating _gen/future-types.h, _gen/future-types-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-types-gen.py --namespace=TpFuture --declfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-types.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-types-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 7%] Built target future-typesgen >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/misc-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/misc-future-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/misc-future-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target misc-future-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/misc-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/misc-future-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 7%] Generating _gen/future-misc.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/future-misc.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 7%] Built target misc-future-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-misc-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-misc-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_future-misc-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_future-misc-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-misc-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-misc-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 7%] Generating _gen/future-misc.h, _gen/future-misc-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --namespace=TpFuture::Client --typesnamespace=TpFuture --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.xml --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/future-internal.h>' --visibility=TP_QT_NO_EXPORT >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 8%] Built target generate_future-misc-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-future-misc.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 8%] Generating _gen/future-misc.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.h >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.h:0: Note: No relevant classes found. No output generated. >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 9%] Built target moc-future-misc.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target connection-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 9%] Generating _gen/spec-connection.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-connection.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 9%] Built target connection-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-connection-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 9%] Generating _gen/cli-connection.h, _gen/cli-connection-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientconn --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection-body.hpp --realinclude=TelepathyQt/connection.h --prettyinclude=TelepathyQt/Connection --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-connection.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ConnectionInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 9%] Built target generate_cli-connection-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-connection.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 10%] Generating _gen/cli-connection.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 10%] Built target moc-cli-connection.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/client-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/client-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/client-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target client-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/client-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/client-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 10%] Generating _gen/spec-client.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/client.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-client.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 10%] Built target client-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-client-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-client-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-client-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-client-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-client-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-client-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 11%] Generating _gen/cli-client.h, _gen/cli-client-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientclient --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-client.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-client-body.hpp --realinclude=TelepathyQt/client.h --prettyinclude=TelepathyQt/Client --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-client.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ClientInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 11%] Built target generate_cli-client-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-client.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 11%] Generating _gen/cli-client.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-client.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-client.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 12%] Built target moc-cli-client.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target call-content-media-description-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 12%] Generating _gen/spec-call-content-media-description.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-content-media-description.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-content-media-description.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 12%] Built target call-content-media-description-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-call-content-media-description-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 12%] Generating _gen/cli-call-content-media-description.h, _gen/cli-call-content-media-description-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content-media-description.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content-media-description-body.hpp --realinclude=TelepathyQt/call-content-media-description.h --prettyinclude=TelepathyQt/CallContentMediaDescriptionInterface --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-content-media-description.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallContentMediaDescriptionInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 13%] Built target generate_cli-call-content-media-description-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-call-content-media-description.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 13%] Generating _gen/cli-call-content-media-description.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content-media-description.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content-media-description.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 13%] Built target moc-cli-call-content-media-description.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target call-stream-endpoint-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 13%] Generating _gen/spec-call-stream-endpoint.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-stream-endpoint.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-stream-endpoint.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 13%] Built target call-stream-endpoint-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-call-stream-endpoint-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 13%] Generating _gen/cli-call-stream-endpoint.h, _gen/cli-call-stream-endpoint-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream-endpoint.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream-endpoint-body.hpp --realinclude=TelepathyQt/call-stream-endpoint.h --prettyinclude=TelepathyQt/CallStreamEndpoint --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-stream-endpoint.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallStreamEndpointInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 14%] Built target generate_cli-call-stream-endpoint-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-call-stream-endpoint.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 14%] Generating _gen/cli-call-stream-endpoint.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream-endpoint.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream-endpoint.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 14%] Built target moc-cli-call-stream-endpoint.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target debug-receiver-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 14%] Generating _gen/spec-debug-receiver.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-receiver.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-debug-receiver.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 14%] Built target debug-receiver-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-debug-receiver-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 14%] Generating _gen/cli-debug-receiver.h, _gen/cli-debug-receiver-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientdebug --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-debug-receiver.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-debug-receiver-body.hpp --realinclude=TelepathyQt/debug-receiver.h --prettyinclude=TelepathyQt/DebugReceiver --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-debug-receiver.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::DebugInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 15%] Built target generate_cli-debug-receiver-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-debug-receiver.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 15%] Generating _gen/cli-debug-receiver.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-debug-receiver.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-debug-receiver.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 15%] Built target moc-cli-debug-receiver.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-future-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-future-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target channel-future-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-future-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 15%] Generating _gen/future-channel.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/future-channel.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 15%] Built target channel-future-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_future-channel-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_future-channel-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 15%] Generating _gen/future-channel.h, _gen/future-channel-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --namespace=TpFuture::Client --typesnamespace=TpFuture --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel.xml --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/future-internal.h>' --visibility=TP_QT_NO_EXPORT --mainiface=Tp::Client::ChannelInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 16%] Built target generate_future-channel-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-future-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 16%] Generating _gen/future-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 16%] Built target moc-future-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target channel-dispatcher-future-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 17%] Generating _gen/future-channel-dispatcher.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/future-channel-dispatcher.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 17%] Built target channel-dispatcher-future-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_future-channel-dispatcher-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 17%] Generating _gen/future-channel-dispatcher.h, _gen/future-channel-dispatcher-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --namespace=TpFuture::Client --typesnamespace=TpFuture --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.xml --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/future-internal.h>' --visibility=TP_QT_NO_EXPORT --mainiface=Tp::Client::ChannelDispatcherInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 17%] Built target generate_future-channel-dispatcher-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-future-channel-dispatcher.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 17%] Generating _gen/future-channel-dispatcher.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.h >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.h:0: Note: No relevant classes found. No output generated. >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 18%] Built target moc-future-channel-dispatcher.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target channel-request-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 18%] Generating _gen/spec-channel-request.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-request.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-request.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 18%] Built target channel-request-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-channel-request-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 18%] Generating _gen/cli-channel-request.h, _gen/cli-channel-request-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientchannelrequest --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-request.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-request-body.hpp --realinclude=TelepathyQt/channel-request.h --prettyinclude=TelepathyQt/ChannelRequest --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-request.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelRequestInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 18%] Built target generate_cli-channel-request-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-channel-request.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 18%] Generating _gen/cli-channel-request.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-request.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-request.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 19%] Built target moc-cli-channel-request.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target channel-dispatch-operation-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 19%] Generating _gen/spec-channel-dispatch-operation.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatch-operation.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-dispatch-operation.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 19%] Built target channel-dispatch-operation-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-channel-dispatch-operation-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 19%] Generating _gen/cli-channel-dispatch-operation.h, _gen/cli-channel-dispatch-operation-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientchanneldispatchoperation --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatch-operation.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatch-operation-body.hpp --realinclude=TelepathyQt/channel-dispatch-operation.h --prettyinclude=TelepathyQt/ChannelDispatchOperation --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-dispatch-operation.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelDispatchOperationInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 20%] Built target generate_cli-channel-dispatch-operation-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-channel-dispatch-operation.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 20%] Generating _gen/cli-channel-dispatch-operation.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatch-operation.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatch-operation.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 20%] Built target moc-cli-channel-dispatch-operation.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target account-manager-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 20%] Generating _gen/spec-account-manager.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-manager.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-account-manager.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 20%] Built target account-manager-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-account-manager-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 21%] Generating _gen/cli-account-manager.h, _gen/cli-account-manager-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientam --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account-manager.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account-manager-body.hpp --realinclude=TelepathyQt/account-manager.h --prettyinclude=TelepathyQt/AccountManager --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-account-manager.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::AccountManagerInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 21%] Built target generate_cli-account-manager-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-account-manager.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 22%] Generating _gen/cli-account-manager.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account-manager.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 22%] Built target moc-cli-account-manager.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target channel-dispatcher-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 22%] Generating _gen/spec-channel-dispatcher.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatcher.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-dispatcher.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 22%] Built target channel-dispatcher-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-channel-dispatcher-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 22%] Generating _gen/cli-channel-dispatcher.h, _gen/cli-channel-dispatcher-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientchanneldispatcher --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatcher.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatcher-body.hpp --realinclude=TelepathyQt/channel-dispatcher.h --prettyinclude=TelepathyQt/ChannelDispatcher --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-dispatcher.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelDispatcherInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 22%] Built target generate_cli-channel-dispatcher-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-channel-dispatcher.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 23%] Generating _gen/cli-channel-dispatcher.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatcher.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatcher.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 23%] Built target moc-cli-channel-dispatcher.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/account-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/account-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target account-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/account-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 23%] Generating _gen/spec-account.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-account.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 23%] Built target account-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-account-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-account-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 23%] Generating _gen/cli-account.h, _gen/cli-account-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientaccount --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account-body.hpp --realinclude=TelepathyQt/account.h --prettyinclude=TelepathyQt/AccountManager --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-account.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::AccountInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 23%] Built target generate_cli-account-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-account.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 23%] Generating _gen/cli-account.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 24%] Built target moc-cli-account.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target call-stream-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 24%] Generating _gen/spec-call-stream.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-stream.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-stream.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 24%] Built target call-stream-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-call-stream-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 24%] Generating _gen/cli-call-stream.h, _gen/cli-call-stream-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream-body.hpp --realinclude=TelepathyQt/call-stream.h --prettyinclude=TelepathyQt/CallStream --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-stream.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallStreamInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 24%] Built target generate_cli-call-stream-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-call-stream.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 24%] Generating _gen/cli-call-stream.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 25%] Built target moc-cli-call-stream.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target dbus-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 25%] Generating _gen/spec-dbus.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-dbus.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 25%] Built target dbus-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-dbus-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 25%] Generating _gen/cli-dbus.h, _gen/cli-dbus-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientdbus --namespace=Tp::Client::DBus --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-dbus.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-dbus-body.hpp --realinclude=TelepathyQt/dbus.h --prettyinclude=TelepathyQt/DBus --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-dbus.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 25%] Built target generate_cli-dbus-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-dbus.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 25%] Generating _gen/cli-dbus.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-dbus.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-dbus.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 26%] Built target moc-cli-dbus.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target call-content-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 26%] Generating _gen/spec-call-content.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-content.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-content.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 26%] Built target call-content-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-call-content-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 26%] Generating _gen/cli-call-content.h, _gen/cli-call-content-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content-body.hpp --realinclude=TelepathyQt/call-content.h --prettyinclude=TelepathyQt/CallContent --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-content.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallContentInterface >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 26%] Built target generate_cli-call-content-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-call-content.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 26%] Generating _gen/cli-call-content.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 27%] Built target moc-cli-call-content.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target channel-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 27%] Generating _gen/spec-channel.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 27%] Built target channel-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_cli-channel-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 27%] Generating _gen/cli-channel.h, _gen/cli-channel-body.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientchannel --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-body.hpp --realinclude=TelepathyQt/channel.h --prettyinclude=TelepathyQt/Channel --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelInterface >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Channel" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Channel" >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 27%] Built target generate_cli-channel-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-cli-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 27%] Generating _gen/cli-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 27%] Built target moc-cli-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-simple-pending-operations.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Generating _gen/simple-pending-operations.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-pending-operations.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-pending-operations.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Built target moc-simple-pending-operations.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-stream-tube-connection.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Generating _gen/pending-stream-tube-connection.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-stream-tube-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-stream-tube-connection.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Built target moc-pending-stream-tube-connection.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-channel-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Generating _gen/channel-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Built target moc-channel-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-call-content.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Generating _gen/call-content.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/call-content.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-content.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Built target moc-call-content.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-account-factory.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Generating _gen/account-factory.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/account-factory.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-factory.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Built target moc-account-factory.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-account.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Generating _gen/account.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/account.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Built target moc-account.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-abstract-interface.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Generating _gen/abstract-interface.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/abstract-interface.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/abstract-interface.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Built target moc-abstract-interface.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-connection-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Generating _gen/connection-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Built target moc-connection-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-dbus-proxy-factory-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Generating _gen/dbus-proxy-factory-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-proxy-factory-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-proxy-factory-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 28%] Built target moc-dbus-proxy-factory-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-captchas.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Generating _gen/pending-captchas.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-captchas.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-captchas.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Built target moc-pending-captchas.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-call-stream.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Generating _gen/call-stream.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/call-stream.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-stream.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Built target moc-call-stream.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-outgoing-stream-tube-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Generating _gen/outgoing-stream-tube-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/outgoing-stream-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-stream-tube-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Built target moc-outgoing-stream-tube-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-captcha-authentication-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Generating _gen/captcha-authentication-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/captcha-authentication-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/captcha-authentication-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Built target moc-captcha-authentication-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-account-set-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Generating _gen/account-set-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/account-set-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-set-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Built target moc-account-set-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-fake-handler-manager-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Generating _gen/fake-handler-manager-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/fake-handler-manager-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/fake-handler-manager-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Built target moc-fake-handler-manager-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-client-registrar.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Generating _gen/client-registrar.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/client-registrar.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/client-registrar.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 29%] Built target moc-client-registrar.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-account-manager.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 30%] Generating _gen/account-manager.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/account-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-manager.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 30%] Built target moc-account-manager.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-account-set.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 30%] Generating _gen/account-set.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/account-set.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-set.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 30%] Built target moc-account-set.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-captcha-authentication.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/captcha-authentication.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/captcha-authentication.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/captcha-authentication.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-captcha-authentication.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-stream-tube-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/stream-tube-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stream-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-stream-tube-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-simple-text-observer-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/simple-text-observer-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-text-observer-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-text-observer-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-simple-text-observer-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-simple-observer.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/simple-observer.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-observer.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-observer.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-simple-observer.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-channel-dispatch-operation.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/channel-dispatch-operation.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel-dispatch-operation.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatch-operation.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-channel-dispatch-operation.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-connection.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/connection.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-connection.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-incoming-stream-tube-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/incoming-stream-tube-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/incoming-stream-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-stream-tube-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-incoming-stream-tube-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-text-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/text-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/text-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/text-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-text-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-channel-request.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/channel-request.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel-request.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-request.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-channel-request.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-contacts.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/pending-contacts.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-contacts.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contacts.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-pending-contacts.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-dbus-tube-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/dbus-tube-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-tube-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-dbus-tube-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-stream-tube-client-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/stream-tube-client-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stream-tube-client-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-client-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-stream-tube-client-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-channel-dispatch-operation-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/channel-dispatch-operation-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel-dispatch-operation-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatch-operation-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-channel-dispatch-operation-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-client-registrar-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/client-registrar-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/client-registrar-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/client-registrar-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-client-registrar-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-fixed-feature-factory.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/fixed-feature-factory.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/fixed-feature-factory.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/fixed-feature-factory.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-fixed-feature-factory.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-contact-info.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/pending-contact-info.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-contact-info.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contact-info.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-pending-contact-info.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-call-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Generating _gen/call-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/call-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 31%] Built target moc-call-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-debug-receiver.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 32%] Generating _gen/debug-receiver.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/debug-receiver.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-receiver.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 32%] Built target moc-debug-receiver.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-contacts-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 33%] Generating _gen/pending-contacts-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-contacts-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contacts-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 33%] Built target moc-pending-contacts-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-contact-search-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 33%] Generating _gen/contact-search-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact-search-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-search-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 33%] Built target moc-contact-search-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-connection-manager.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 34%] Generating _gen/connection-manager.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-manager.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 34%] Built target moc-connection-manager.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-connection-manager-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 34%] Generating _gen/connection-manager-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection-manager-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-manager-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 34%] Built target moc-connection-manager-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-connection-manager-lowlevel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 34%] Generating _gen/connection-manager-lowlevel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection-manager-lowlevel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-manager-lowlevel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 34%] Built target moc-connection-manager-lowlevel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-contact.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/contact.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-contact.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-contact-manager.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/contact-manager.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-manager.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-contact-manager.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-contact-search-channel-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/contact-search-channel-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact-search-channel-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-search-channel-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-contact-search-channel-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-dbus-proxy-factory.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/dbus-proxy-factory.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-proxy-factory.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-proxy-factory.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-dbus-proxy-factory.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-contact-messenger.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/contact-messenger.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact-messenger.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-messenger.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-contact-messenger.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-file-transfer-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/file-transfer-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/file-transfer-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/file-transfer-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-file-transfer-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-outgoing-stream-tube-channel-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/outgoing-stream-tube-channel-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/outgoing-stream-tube-channel-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-stream-tube-channel-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-outgoing-stream-tube-channel-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-handled-channel-notifier.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/handled-channel-notifier.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/handled-channel-notifier.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/handled-channel-notifier.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-handled-channel-notifier.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-streamed-media-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/streamed-media-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/streamed-media-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/streamed-media-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-streamed-media-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-incoming-dbus-tube-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/incoming-dbus-tube-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/incoming-dbus-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-dbus-tube-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-incoming-dbus-tube-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-incoming-file-transfer-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/incoming-file-transfer-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/incoming-file-transfer-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-file-transfer-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-incoming-file-transfer-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-object.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/object.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/object.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/object.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-object.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-outgoing-dbus-tube-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/outgoing-dbus-tube-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/outgoing-dbus-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-dbus-tube-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-outgoing-dbus-tube-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-stream-tube-server.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/stream-tube-server.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stream-tube-server.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-server.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-stream-tube-server.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-outgoing-file-transfer-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/outgoing-file-transfer-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/outgoing-file-transfer-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-file-transfer-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-outgoing-file-transfer-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/pending-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-pending-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-channel-request-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/pending-channel-request-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-channel-request-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-channel-request-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-pending-channel-request-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-connection.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/pending-connection.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-connection.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-pending-connection.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-dbus-tube-connection.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/pending-dbus-tube-connection.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-dbus-tube-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-dbus-tube-connection.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-pending-dbus-tube-connection.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-variant.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/pending-variant.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-variant.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-variant.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-pending-variant.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-handles.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/pending-handles.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-handles.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-handles.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-pending-handles.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-operation.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/pending-operation.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-operation.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-operation.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-pending-operation.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-ready.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Generating _gen/pending-ready.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-ready.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-ready.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 35%] Built target moc-pending-ready.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-send-message.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Generating _gen/pending-send-message.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-send-message.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-send-message.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Built target moc-pending-send-message.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-profile-manager.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Generating _gen/profile-manager.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/profile-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/profile-manager.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Built target moc-profile-manager.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-channel-request.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Generating _gen/pending-channel-request.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-channel-request.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-channel-request.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Built target moc-pending-channel-request.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-string.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Generating _gen/pending-string.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-string.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-string.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Built target moc-pending-string.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-string-list.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Generating _gen/pending-string-list.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-string-list.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-string-list.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Built target moc-pending-string-list.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-variant-map.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Generating _gen/pending-variant-map.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-variant-map.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-variant-map.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 36%] Built target moc-pending-variant-map.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-readiness-helper.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/readiness-helper.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/readiness-helper.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/readiness-helper.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-readiness-helper.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-request-temporary-handler-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/request-temporary-handler-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/request-temporary-handler-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/request-temporary-handler-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-request-temporary-handler-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-room-list-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/room-list-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/room-list-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/room-list-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-room-list-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-server-authentication-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/server-authentication-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/server-authentication-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/server-authentication-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-server-authentication-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-simple-call-observer.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/simple-call-observer.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-call-observer.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-call-observer.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-simple-call-observer.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-simple-observer-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/simple-observer-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-observer-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-observer-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-simple-observer-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-dbus-proxy.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/dbus-proxy.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-proxy.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-proxy.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-dbus-proxy.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-simple-stream-tube-handler.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/simple-stream-tube-handler.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-stream-tube-handler.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-stream-tube-handler.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-simple-stream-tube-handler.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-channel-factory.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/channel-factory.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel-factory.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-factory.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-channel-factory.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-contact-manager-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/contact-manager-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact-manager-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-manager-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-contact-manager-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-debug-message-list.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/pending-debug-message-list.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-debug-message-list.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-debug-message-list.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-pending-debug-message-list.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-simple-text-observer.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/simple-text-observer.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-text-observer.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-text-observer.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-simple-text-observer.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-stream-tube-server-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/stream-tube-server-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stream-tube-server-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-server-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-stream-tube-server-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-account.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/pending-account.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-account.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-account.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-pending-account.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-pending-contact-attributes.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/pending-contact-attributes.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-contact-attributes.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contact-attributes.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-pending-contact-attributes.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-tube-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/tube-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/tube-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-tube-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-connection-lowlevel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Generating _gen/connection-lowlevel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection-lowlevel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-lowlevel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 37%] Built target moc-connection-lowlevel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-stream-tube-client.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 38%] Generating _gen/stream-tube-client.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stream-tube-client.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-client.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 38%] Built target moc-stream-tube-client.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 38%] Generating _gen/channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 38%] Built target moc-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt5.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt5.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/telepathy-qt5.dir/DependInfo.cmake --color= >Scanning dependencies of target telepathy-qt5 >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt5.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt5.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 38%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/abstract-client.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/abstract-client.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/abstract-client.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 38%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/abstract-interface.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/abstract-interface.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/abstract-interface.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 38%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/account.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 38%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-factory.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/account-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-factory.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 38%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-manager.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/account-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-manager.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-property-filter.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/account-property-filter.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-property-filter.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-set.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/account-set.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-set.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/avatar.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/avatar.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/avatar.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/call-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-content.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/call-content.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-content.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-stream.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/call-stream.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-stream.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/capabilities-base.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/capabilities-base.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/capabilities-base.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-content-media-description.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/call-content-media-description.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-content-media-description.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-stream-endpoint.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/call-stream-endpoint.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-stream-endpoint.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/captcha.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/captcha.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/captcha.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/captcha-authentication.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/captcha-authentication.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/captcha-authentication.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-class-spec.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel-class-spec.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-class-spec.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-dispatcher.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel-dispatcher.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatcher.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-dispatch-operation.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel-dispatch-operation.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatch-operation.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-factory.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-factory.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-request.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel-request.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-request.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/client.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/client.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/client.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/client-registrar.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/client-registrar.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/client-registrar.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection-capabilities.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/connection-capabilities.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-capabilities.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection-factory.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/connection-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-factory.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection-manager.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/connection-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-manager.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-capabilities.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-capabilities.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-capabilities.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-factory.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-factory.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-manager.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-manager-roster.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-messenger.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-messenger.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-messenger.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-search-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-search-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-search-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/dbus.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-proxy.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/dbus-proxy.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-proxy.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-proxy-factory.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/dbus-proxy-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-proxy-factory.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-tube-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/dbus-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-tube-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/debug.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/debug.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/debug-receiver.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/debug-receiver.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-receiver.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/fake-handler-manager-internal.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/fake-handler-manager-internal.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/fake-handler-manager-internal.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/feature.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/feature.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/feature.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/file-transfer-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/file-transfer-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/file-transfer-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/file-transfer-channel-creation-properties.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/file-transfer-channel-creation-properties.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/file-transfer-channel-creation-properties.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/fixed-feature-factory.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/fixed-feature-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/fixed-feature-factory.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/future.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/future.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/future.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/handled-channel-notifier.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/handled-channel-notifier.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/handled-channel-notifier.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-dbus-tube-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/incoming-dbus-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-dbus-tube-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-file-transfer-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/incoming-file-transfer-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-file-transfer-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-stream-tube-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/incoming-stream-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-stream-tube-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/key-file.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/key-file.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/key-file.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/location-info.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/location-info.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/location-info.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/manager-file.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/manager-file.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/manager-file.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/media-session-handler.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/media-session-handler.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/media-session-handler.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/media-stream-handler.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/media-stream-handler.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/media-stream-handler.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/message.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/message.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/message.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/message-content-part.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/message-content-part.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/message-content-part.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/object.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/object.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/object.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/optional-interface-factory.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/optional-interface-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/optional-interface-factory.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-dbus-tube-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/outgoing-dbus-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-dbus-tube-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-file-transfer-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/outgoing-file-transfer-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-file-transfer-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-stream-tube-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/outgoing-stream-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-stream-tube-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-account.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-account.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-account.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-captchas.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-captchas.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-captchas.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-channel-request.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-channel-request.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-channel-request.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-connection.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-connection.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-contact-attributes.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-contact-attributes.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contact-attributes.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-contact-info.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-contact-info.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contact-info.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-contacts.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-contacts.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contacts.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-dbus-tube-connection.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-dbus-tube-connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-dbus-tube-connection.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-debug-message-list.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-debug-message-list.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-debug-message-list.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-handles.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-handles.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-handles.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-operation.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-operation.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-operation.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-ready.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-ready.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-ready.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-send-message.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-send-message.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-send-message.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-string.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-string.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-string.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-string-list.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-string-list.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-string-list.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-stream-tube-connection.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-stream-tube-connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-stream-tube-connection.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-variant.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-variant.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-variant.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/presence.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/presence.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-variant-map.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-variant-map.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-variant-map.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/profile.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/profile.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/profile.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/profile-manager.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/profile-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/profile-manager.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/properties.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/properties.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/properties.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/protocol-info.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/protocol-info.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/protocol-info.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/protocol-parameter.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/protocol-parameter.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/protocol-parameter.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/readiness-helper.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/readiness-helper.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/readiness-helper.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/requestable-channel-class-spec.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/requestable-channel-class-spec.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/requestable-channel-class-spec.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/ready-object.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/ready-object.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/ready-object.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/referenced-handles.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/referenced-handles.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/referenced-handles.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/request-temporary-handler-internal.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/request-temporary-handler-internal.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/request-temporary-handler-internal.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/room-list-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/room-list-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/room-list-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/server-authentication-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/server-authentication-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/server-authentication-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/simple-call-observer.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/simple-call-observer.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-call-observer.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/simple-observer.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/simple-observer.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-observer.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/simple-stream-tube-handler.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/simple-stream-tube-handler.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-stream-tube-handler.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/simple-text-observer.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/simple-text-observer.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-text-observer.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/stream-tube-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/stream-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/stream-tube-client.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/stream-tube-client.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-client.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/stream-tube-server.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/stream-tube-server.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-server.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/streamed-media-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/streamed-media-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/streamed-media-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/text-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/text-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/text-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/tls-certificate.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/tls-certificate.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/tls-certificate.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/tube-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/tube-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/types.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/types.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/types.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/utils.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/utils.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/utils.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 54%] Linking CXX shared library libtelepathy-qt5.so >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/cmake -E cmake_link_script CMakeFiles/telepathy-qt5.dir/link.txt --verbose=1 >/usr/bin/c++ -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -Wl,-soname,libtelepathy-qt5.so.0 -o libtelepathy-qt5.so.0.0.9.7 CMakeFiles/telepathy-qt5.dir/abstract-client.cpp.o CMakeFiles/telepathy-qt5.dir/abstract-interface.cpp.o CMakeFiles/telepathy-qt5.dir/account.cpp.o CMakeFiles/telepathy-qt5.dir/account-factory.cpp.o CMakeFiles/telepathy-qt5.dir/account-manager.cpp.o CMakeFiles/telepathy-qt5.dir/account-property-filter.cpp.o CMakeFiles/telepathy-qt5.dir/account-set.cpp.o CMakeFiles/telepathy-qt5.dir/avatar.cpp.o CMakeFiles/telepathy-qt5.dir/call-channel.cpp.o CMakeFiles/telepathy-qt5.dir/call-content.cpp.o CMakeFiles/telepathy-qt5.dir/call-stream.cpp.o CMakeFiles/telepathy-qt5.dir/capabilities-base.cpp.o CMakeFiles/telepathy-qt5.dir/call-content-media-description.cpp.o CMakeFiles/telepathy-qt5.dir/call-stream-endpoint.cpp.o CMakeFiles/telepathy-qt5.dir/captcha.cpp.o CMakeFiles/telepathy-qt5.dir/captcha-authentication.cpp.o CMakeFiles/telepathy-qt5.dir/channel.cpp.o CMakeFiles/telepathy-qt5.dir/channel-class-spec.cpp.o CMakeFiles/telepathy-qt5.dir/channel-dispatcher.cpp.o CMakeFiles/telepathy-qt5.dir/channel-dispatch-operation.cpp.o CMakeFiles/telepathy-qt5.dir/channel-factory.cpp.o CMakeFiles/telepathy-qt5.dir/channel-request.cpp.o CMakeFiles/telepathy-qt5.dir/client.cpp.o CMakeFiles/telepathy-qt5.dir/client-registrar.cpp.o CMakeFiles/telepathy-qt5.dir/connection.cpp.o CMakeFiles/telepathy-qt5.dir/connection-capabilities.cpp.o CMakeFiles/telepathy-qt5.dir/connection-factory.cpp.o CMakeFiles/telepathy-qt5.dir/connection-manager.cpp.o CMakeFiles/telepathy-qt5.dir/contact.cpp.o CMakeFiles/telepathy-qt5.dir/contact-capabilities.cpp.o CMakeFiles/telepathy-qt5.dir/contact-factory.cpp.o CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o CMakeFiles/telepathy-qt5.dir/contact-messenger.cpp.o CMakeFiles/telepathy-qt5.dir/contact-search-channel.cpp.o CMakeFiles/telepathy-qt5.dir/dbus.cpp.o CMakeFiles/telepathy-qt5.dir/dbus-proxy.cpp.o CMakeFiles/telepathy-qt5.dir/dbus-proxy-factory.cpp.o CMakeFiles/telepathy-qt5.dir/dbus-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/debug.cpp.o CMakeFiles/telepathy-qt5.dir/debug-receiver.cpp.o CMakeFiles/telepathy-qt5.dir/fake-handler-manager-internal.cpp.o CMakeFiles/telepathy-qt5.dir/feature.cpp.o CMakeFiles/telepathy-qt5.dir/file-transfer-channel.cpp.o CMakeFiles/telepathy-qt5.dir/file-transfer-channel-creation-properties.cpp.o CMakeFiles/telepathy-qt5.dir/fixed-feature-factory.cpp.o CMakeFiles/telepathy-qt5.dir/future.cpp.o CMakeFiles/telepathy-qt5.dir/handled-channel-notifier.cpp.o CMakeFiles/telepathy-qt5.dir/incoming-dbus-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/incoming-file-transfer-channel.cpp.o CMakeFiles/telepathy-qt5.dir/incoming-stream-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/key-file.cpp.o CMakeFiles/telepathy-qt5.dir/location-info.cpp.o CMakeFiles/telepathy-qt5.dir/manager-file.cpp.o CMakeFiles/telepathy-qt5.dir/media-session-handler.cpp.o CMakeFiles/telepathy-qt5.dir/media-stream-handler.cpp.o CMakeFiles/telepathy-qt5.dir/message.cpp.o CMakeFiles/telepathy-qt5.dir/message-content-part.cpp.o CMakeFiles/telepathy-qt5.dir/object.cpp.o CMakeFiles/telepathy-qt5.dir/optional-interface-factory.cpp.o CMakeFiles/telepathy-qt5.dir/outgoing-dbus-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/outgoing-file-transfer-channel.cpp.o CMakeFiles/telepathy-qt5.dir/outgoing-stream-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/pending-account.cpp.o CMakeFiles/telepathy-qt5.dir/pending-captchas.cpp.o CMakeFiles/telepathy-qt5.dir/pending-channel.cpp.o CMakeFiles/telepathy-qt5.dir/pending-channel-request.cpp.o CMakeFiles/telepathy-qt5.dir/pending-connection.cpp.o CMakeFiles/telepathy-qt5.dir/pending-contact-attributes.cpp.o CMakeFiles/telepathy-qt5.dir/pending-contact-info.cpp.o CMakeFiles/telepathy-qt5.dir/pending-contacts.cpp.o CMakeFiles/telepathy-qt5.dir/pending-dbus-tube-connection.cpp.o CMakeFiles/telepathy-qt5.dir/pending-debug-message-list.cpp.o CMakeFiles/telepathy-qt5.dir/pending-handles.cpp.o CMakeFiles/telepathy-qt5.dir/pending-operation.cpp.o CMakeFiles/telepathy-qt5.dir/pending-ready.cpp.o CMakeFiles/telepathy-qt5.dir/pending-send-message.cpp.o CMakeFiles/telepathy-qt5.dir/pending-string.cpp.o CMakeFiles/telepathy-qt5.dir/pending-string-list.cpp.o CMakeFiles/telepathy-qt5.dir/pending-stream-tube-connection.cpp.o CMakeFiles/telepathy-qt5.dir/pending-variant.cpp.o CMakeFiles/telepathy-qt5.dir/presence.cpp.o CMakeFiles/telepathy-qt5.dir/pending-variant-map.cpp.o CMakeFiles/telepathy-qt5.dir/profile.cpp.o CMakeFiles/telepathy-qt5.dir/profile-manager.cpp.o CMakeFiles/telepathy-qt5.dir/properties.cpp.o CMakeFiles/telepathy-qt5.dir/protocol-info.cpp.o CMakeFiles/telepathy-qt5.dir/protocol-parameter.cpp.o CMakeFiles/telepathy-qt5.dir/readiness-helper.cpp.o CMakeFiles/telepathy-qt5.dir/requestable-channel-class-spec.cpp.o CMakeFiles/telepathy-qt5.dir/ready-object.cpp.o CMakeFiles/telepathy-qt5.dir/referenced-handles.cpp.o CMakeFiles/telepathy-qt5.dir/request-temporary-handler-internal.cpp.o CMakeFiles/telepathy-qt5.dir/room-list-channel.cpp.o CMakeFiles/telepathy-qt5.dir/server-authentication-channel.cpp.o CMakeFiles/telepathy-qt5.dir/simple-call-observer.cpp.o CMakeFiles/telepathy-qt5.dir/simple-observer.cpp.o CMakeFiles/telepathy-qt5.dir/simple-stream-tube-handler.cpp.o CMakeFiles/telepathy-qt5.dir/simple-text-observer.cpp.o CMakeFiles/telepathy-qt5.dir/stream-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/stream-tube-client.cpp.o CMakeFiles/telepathy-qt5.dir/stream-tube-server.cpp.o CMakeFiles/telepathy-qt5.dir/streamed-media-channel.cpp.o CMakeFiles/telepathy-qt5.dir/text-channel.cpp.o CMakeFiles/telepathy-qt5.dir/tls-certificate.cpp.o CMakeFiles/telepathy-qt5.dir/tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/types.cpp.o CMakeFiles/telepathy-qt5.dir/utils.cpp.o /usr/lib/libQt5DBus.so.5.6.1 /usr/lib/libQt5Network.so.5.6.1 /usr/lib/libQt5Xml.so.5.6.1 /usr/lib/libQt5Core.so.5.6.1 >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/cmake -E cmake_symlink_library libtelepathy-qt5.so.0.0.9.7 libtelepathy-qt5.so.0 libtelepathy-qt5.so >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 65%] Built target telepathy-qt5 >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target svc-debug-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 65%] Generating _gen/spec-svc-debug.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/svc-debug.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-debug.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 65%] Built target svc-debug-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-debug-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-debug-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_service-debug-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_service-debug-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-debug-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-debug-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 66%] Generating _gen/svc-debug.h, _gen/svc-debug.cpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-svc-gen.py --group=servicecm --namespace=Tp::Service --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-debug.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-debug.cpp --realinclude=TelepathyQt/_gen/svc-debug.h --mocinclude=TelepathyQt/_gen/svc-debug.moc.hpp --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-debug.xml --visibility=TP_QT_EXPORT >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 66%] Built target generate_service-debug-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-svc-debug.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 66%] Generating _gen/svc-debug.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-debug.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-debug.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 67%] Built target moc-svc-debug.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target svc-call-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 67%] Generating _gen/spec-svc-call.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/svc-call.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-call.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 67%] Built target svc-call-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-call-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-call-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_service-call-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_service-call-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-call-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-call-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 67%] Generating _gen/svc-call.h, _gen/svc-call.cpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-svc-gen.py --group=servicecall --namespace=Tp::Service --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-call.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-call.cpp --realinclude=TelepathyQt/_gen/svc-call.h --mocinclude=TelepathyQt/_gen/svc-call.moc.hpp --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-call.xml --visibility=TP_QT_EXPORT >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 67%] Built target generate_service-call-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-svc-call.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 67%] Generating _gen/svc-call.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-call.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-call.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 68%] Built target moc-svc-call.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target svc-channel-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 68%] Generating _gen/spec-svc-channel.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/svc-channel.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-channel.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 68%] Built target svc-channel-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-channel-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_service-channel-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_service-channel-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-channel-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 68%] Generating _gen/svc-channel.h, _gen/svc-channel.cpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-svc-gen.py --group=servicechannel --namespace=Tp::Service --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-channel.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-channel.cpp --realinclude=TelepathyQt/_gen/svc-channel.h --mocinclude=TelepathyQt/_gen/svc-channel.moc.hpp --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-channel.xml --visibility=TP_QT_EXPORT >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Channel" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Channel" >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 69%] Built target generate_service-channel-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-svc-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 69%] Generating _gen/svc-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 69%] Built target moc-svc-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target svc-connection-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 69%] Generating _gen/spec-svc-connection.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/svc-connection.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-connection.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 69%] Built target svc-connection-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_service-connection-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_service-connection-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 69%] Generating _gen/svc-connection.h, _gen/svc-connection.cpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-svc-gen.py --group=serviceconn --namespace=Tp::Service --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection.cpp --realinclude=TelepathyQt/_gen/svc-connection.h --mocinclude=TelepathyQt/_gen/svc-connection.moc.hpp --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-connection.xml --visibility=TP_QT_EXPORT >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 69%] Built target generate_service-connection-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-svc-connection.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 69%] Generating _gen/svc-connection.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 69%] Built target moc-svc-connection.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/DependInfo.cmake --color= >Scanning dependencies of target svc-connection-manager-spec-xincludator >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 70%] Generating _gen/spec-svc-connection-manager.xml >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/svc-connection-manager.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-connection-manager.xml >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 70%] Built target svc-connection-manager-spec-xincludator >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/DependInfo.cmake --color= >Scanning dependencies of target generate_service-connection-manager-body >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 70%] Generating _gen/svc-connection-manager.h, _gen/svc-connection-manager.cpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-svc-gen.py --group=servicecm --namespace=Tp::Service --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection-manager.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection-manager.cpp --realinclude=TelepathyQt/_gen/svc-connection-manager.h --mocinclude=TelepathyQt/_gen/svc-connection-manager.moc.hpp --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-connection-manager.xml --visibility=TP_QT_EXPORT >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" >WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 70%] Built target generate_service-connection-manager-body >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-svc-connection-manager.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 70%] Generating _gen/svc-connection-manager.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection-manager.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 71%] Built target moc-svc-connection-manager.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-dbus-service.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 71%] Generating _gen/dbus-service.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-service.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 71%] Built target moc-dbus-service.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-channel-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 71%] Generating _gen/base-channel-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-channel-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 71%] Built target moc-base-channel-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-channel.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/base-channel.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-base-channel.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-protocol-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/base-protocol-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-protocol-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-base-protocol-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-protocol.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/base-protocol.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-protocol.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-base-protocol.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-abstract-adaptor.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/abstract-adaptor.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/abstract-adaptor.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/abstract-adaptor.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-abstract-adaptor.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-dbus-object.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/dbus-object.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-object.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-object.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-dbus-object.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-connection-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/base-connection-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-connection-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-base-connection-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-connection-manager-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/base-connection-manager-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-connection-manager-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-base-connection-manager-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-call.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/base-call.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-call.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-call.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-base-call.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-call-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/base-call-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-call-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-call-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-base-call-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-connection-manager.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/base-connection-manager.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-connection-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-base-connection-manager.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-connection.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Generating _gen/base-connection.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 72%] Built target moc-base-connection.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-debug.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 73%] Generating _gen/base-debug.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-debug.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-debug.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 73%] Built target moc-base-debug.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-io-device.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 74%] Generating _gen/io-device.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/io-device.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/io-device.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 74%] Built target moc-io-device.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/DependInfo.cmake --color= >Scanning dependencies of target moc-base-debug-internal.moc.hpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 74%] Generating _gen/base-debug-internal.moc.hpp >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-debug-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-debug-internal.h >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 74%] Built target moc-base-debug-internal.moc.hpp >make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/depend >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/DependInfo.cmake --color= >Scanning dependencies of target telepathy-qt5-service >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >/usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/build >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-call.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-debug.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-debug.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-debug.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/dbus-error.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/dbus-error.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-error.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/dbus-object.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/dbus-object.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-object.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/io-device.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/io-device.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/io-device.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/abstract-adaptor.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/abstract-adaptor.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/abstract-adaptor.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/_gen/svc-channel.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-channel.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/_gen/svc-call.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-call.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-call.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 77%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection-manager.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection-manager.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 77%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/_gen/svc-debug.cpp.o >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-debug.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-debug.cpp >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >[ 77%] Linking CXX shared library libtelepathy-qt5-service.so >cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/cmake -E cmake_link_script CMakeFiles/telepathy-qt5-service.dir/link.txt --verbose=1 >/usr/bin/c++ -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -Wl,-soname,libtelepathy-qt5-service.so.0 -o libtelepathy-qt5-service.so.0.0.9.7 CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o CMakeFiles/telepathy-qt5-service.dir/base-debug.cpp.o CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o CMakeFiles/telepathy-qt5-service.dir/dbus-error.cpp.o CMakeFiles/telepathy-qt5-service.dir/dbus-object.cpp.o CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o CMakeFiles/telepathy-qt5-service.dir/io-device.cpp.o CMakeFiles/telepathy-qt5-service.dir/abstract-adaptor.cpp.o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-channel.cpp.o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-call.cpp.o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection.cpp.o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection-manager.cpp.o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-debug.cpp.o /usr/lib/libQt5DBus.so.5.6.1 /usr/lib/libQt5Core.so.5.6.1 >CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::Debug::~Debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::Debug::~Debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::Debug::~Debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::Debug::~Debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::Debug::~Debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::BaseConnectionManager::Adaptee::getParameters(QString const&, Tp::MethodInvocationContextPtr<QList<Tp::ParamSpec>, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil> const&)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.cpp:93: undefined reference to `Tp::checkValidProtocolName(QString const&)' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.cpp:108: undefined reference to `Tp::ProtocolParameter::bareParameter() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.cpp:113: undefined reference to `Tp::parseValueWithDBusSignature(QString const&, QString const&)' >CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::BaseConnectionManager::Adaptee::requestConnection(QString const&, QMap<QString, QVariant> const&, Tp::MethodInvocationContextPtr<QString, QDBusObjectPath, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil> const&)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.cpp:135: undefined reference to `Tp::checkValidProtocolName(QString const&)' >CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::Debug::~Debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `QList<Tp::ProtocolParameter>::node_destruct(QList<Tp::ProtocolParameter>::Node*, QList<Tp::ProtocolParameter>::Node*)': >/usr/lib/qt5/include/QtCore/qlist.h:484: undefined reference to `Tp::ProtocolParameter::~ProtocolParameter()' >CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `QList<Tp::ProtocolParameter>::node_copy(QList<Tp::ProtocolParameter>::Node*, QList<Tp::ProtocolParameter>::Node*, QList<Tp::ProtocolParameter>::Node*)': >/usr/lib/qt5/include/QtCore/qlist.h:452: undefined reference to `Tp::ProtocolParameter::ProtocolParameter(Tp::ProtocolParameter const&)' >/usr/lib/qt5/include/QtCore/qlist.h:458: undefined reference to `Tp::ProtocolParameter::~ProtocolParameter()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Private::~Private()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2159: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2159: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::supportedAvatarMimeTypes() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2187: undefined reference to `Tp::AvatarSpec::supportedMimeTypes() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::minimumAvatarHeight() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2192: undefined reference to `Tp::AvatarSpec::minimumHeight() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::minimumAvatarWidth() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2197: undefined reference to `Tp::AvatarSpec::minimumWidth() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::recommendedAvatarHeight() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2202: undefined reference to `Tp::AvatarSpec::recommendedHeight() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::recommendedAvatarWidth() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2207: undefined reference to `Tp::AvatarSpec::recommendedWidth() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarHeight() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2212: undefined reference to `Tp::AvatarSpec::maximumHeight() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarWidth() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2217: undefined reference to `Tp::AvatarSpec::maximumWidth() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarBytes() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2222: undefined reference to `Tp::AvatarSpec::maximumBytes() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Private::Private(Tp::BaseConnectionAvatarsInterface*)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2161: undefined reference to `Tp::AvatarSpec::AvatarSpec()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2161: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::avatarDetails() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2318: undefined reference to `Tp::AvatarSpec::AvatarSpec(Tp::AvatarSpec const&)' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::setAvatarDetails(Tp::AvatarSpec const&)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2323: undefined reference to `Tp::AvatarSpec::operator=(Tp::AvatarSpec const&)' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o:/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: more undefined references to `Tp::enabledDebug()' follow >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::supportedAvatarMimeTypes() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2187: undefined reference to `Tp::AvatarSpec::supportedMimeTypes() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarWidth() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2217: undefined reference to `Tp::AvatarSpec::maximumWidth() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarHeight() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2212: undefined reference to `Tp::AvatarSpec::maximumHeight() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarBytes() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2222: undefined reference to `Tp::AvatarSpec::maximumBytes() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::recommendedAvatarWidth() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2207: undefined reference to `Tp::AvatarSpec::recommendedWidth() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::recommendedAvatarHeight() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2202: undefined reference to `Tp::AvatarSpec::recommendedHeight() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::minimumAvatarWidth() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2197: undefined reference to `Tp::AvatarSpec::minimumWidth() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::minimumAvatarHeight() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2192: undefined reference to `Tp::AvatarSpec::minimumHeight() const' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionSimplePresenceInterface::setPresences(Tp::SimpleContactPresences const&)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:1178: undefined reference to `Tp::operator==(Tp::SimplePresence const&, Tp::SimplePresence const&)' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o:/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: more undefined references to `Tp::enabledDebug()' follow >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnection::registerObject(Tp::DBusError*)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:681: undefined reference to `Tp::checkValidProtocolName(QString const&)' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::BaseChannelFileTransferType::createSocket(unsigned int, unsigned int, QDBusVariant const&, Tp::DBusError*)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1068: undefined reference to `QHostAddress::QHostAddress()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1075: undefined reference to `QHostAddress::QHostAddress(QHostAddress::SpecialAddress)' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1075: undefined reference to `QHostAddress::operator=(QHostAddress const&)' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1075: undefined reference to `QHostAddress::~QHostAddress()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1068: undefined reference to `QHostAddress::~QHostAddress()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1072: undefined reference to `QHostAddress::QHostAddress(QHostAddress::SpecialAddress)' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1072: undefined reference to `QHostAddress::operator=(QHostAddress const&)' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1087: undefined reference to `QTcpServer::QTcpServer(QObject*)' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1088: undefined reference to `QTcpServer::setMaxPendingConnections(int)' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1092: undefined reference to `QTcpServer::listen(QHostAddress const&, unsigned short)' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1094: undefined reference to `QTcpServer::errorString() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1068: undefined reference to `QHostAddress::~QHostAddress()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1072: undefined reference to `QHostAddress::~QHostAddress()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1075: undefined reference to `QHostAddress::~QHostAddress()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::BaseChannelFileTransferType::setTransferredBytes(unsigned long long)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1137: undefined reference to `QTcpServer::close()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::BaseChannelFileTransferType::socketAddress() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1106: undefined reference to `QTcpServer::serverAddress() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1106: undefined reference to `QHostAddress::protocol() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1106: undefined reference to `QHostAddress::~QHostAddress()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1115: undefined reference to `QTcpServer::serverAddress() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1115: undefined reference to `QHostAddress::toString() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1115: undefined reference to `QHostAddress::~QHostAddress()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1116: undefined reference to `QTcpServer::serverPort() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1109: undefined reference to `QTcpServer::serverAddress() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1109: undefined reference to `QHostAddress::toString() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1109: undefined reference to `QHostAddress::~QHostAddress()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1110: undefined reference to `QTcpServer::serverPort() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1115: undefined reference to `QHostAddress::~QHostAddress()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1106: undefined reference to `QHostAddress::~QHostAddress()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1109: undefined reference to `QHostAddress::~QHostAddress()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o:/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: more undefined references to `Tp::enabledDebug()' follow >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::Debug::~Debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Private::~Private()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1020: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Private::Private(Tp::BaseProtocolAvatarsInterface*)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1023: undefined reference to `Tp::AvatarSpec::AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::avatarDetails() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1101: undefined reference to `Tp::AvatarSpec::AvatarSpec(Tp::AvatarSpec const&)' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::supportedAvatarMIMETypes() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:982: undefined reference to `Tp::AvatarSpec::supportedMimeTypes() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:982: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:982: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::minimumAvatarHeight() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:987: undefined reference to `Tp::AvatarSpec::minimumHeight() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:987: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:987: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::minimumAvatarWidth() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:992: undefined reference to `Tp::AvatarSpec::minimumWidth() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:992: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:992: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::recommendedAvatarHeight() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:997: undefined reference to `Tp::AvatarSpec::recommendedHeight() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:997: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:997: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::recommendedAvatarWidth() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1002: undefined reference to `Tp::AvatarSpec::recommendedWidth() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1002: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1002: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::maximumAvatarHeight() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1007: undefined reference to `Tp::AvatarSpec::maximumHeight() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1007: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1007: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::maximumAvatarWidth() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1012: undefined reference to `Tp::AvatarSpec::maximumWidth() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1012: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1012: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::maximumAvatarBytes() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1017: undefined reference to `Tp::AvatarSpec::maximumBytes() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1017: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1017: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::setAvatarDetails(Tp::AvatarSpec const&)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1121: undefined reference to `Tp::AvatarSpec::operator=(Tp::AvatarSpec const&)' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::RequestableChannelClassSpecList::bareClasses() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/requestable-channel-class-spec.h:129: undefined reference to `Tp::RequestableChannelClassSpec::bareClass() const' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::PresenceSpecList::bareSpecs() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.h:157: undefined reference to `Tp::PresenceSpec::bareSpec() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.h:157: undefined reference to `Tp::PresenceSpec::presence(QString const&) const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.h:157: undefined reference to `Tp::Presence::status() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.h:157: undefined reference to `Tp::Presence::~Presence()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.h:157: undefined reference to `Tp::Presence::~Presence()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocol::Adaptee::parameters() const': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:100: undefined reference to `Tp::ProtocolParameter::bareParameter() const' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:105: undefined reference to `Tp::parseValueWithDBusSignature(QString const&, QString const&)' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::Debug::~Debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `QList<Tp::PresenceSpec>::node_destruct(QList<Tp::PresenceSpec>::Node*, QList<Tp::PresenceSpec>::Node*)': >/usr/lib/qt5/include/QtCore/qlist.h:484: undefined reference to `Tp::PresenceSpec::~PresenceSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `QList<Tp::PresenceSpec>::node_copy(QList<Tp::PresenceSpec>::Node*, QList<Tp::PresenceSpec>::Node*, QList<Tp::PresenceSpec>::Node*)': >/usr/lib/qt5/include/QtCore/qlist.h:452: undefined reference to `Tp::PresenceSpec::PresenceSpec(Tp::PresenceSpec const&)' >/usr/lib/qt5/include/QtCore/qlist.h:458: undefined reference to `Tp::PresenceSpec::~PresenceSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `QList<Tp::RequestableChannelClassSpec>::node_destruct(QList<Tp::RequestableChannelClassSpec>::Node*, QList<Tp::RequestableChannelClassSpec>::Node*)': >/usr/lib/qt5/include/QtCore/qlist.h:484: undefined reference to `Tp::RequestableChannelClassSpec::~RequestableChannelClassSpec()' >CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `QList<Tp::RequestableChannelClassSpec>::node_copy(QList<Tp::RequestableChannelClassSpec>::Node*, QList<Tp::RequestableChannelClassSpec>::Node*, QList<Tp::RequestableChannelClassSpec>::Node*)': >/usr/lib/qt5/include/QtCore/qlist.h:452: undefined reference to `Tp::RequestableChannelClassSpec::RequestableChannelClassSpec(Tp::RequestableChannelClassSpec const&)' >/usr/lib/qt5/include/QtCore/qlist.h:458: undefined reference to `Tp::RequestableChannelClassSpec::~RequestableChannelClassSpec()' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::Debug::~Debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::warning()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::Debug::~Debug()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::DBusService::DBusService(QDBusConnection const&)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:70: undefined reference to `Tp::Object::Object()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:70: undefined reference to `Tp::Object::~Object()' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::DBusService::~DBusService()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:77: undefined reference to `Tp::Object::~Object()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:77: undefined reference to `Tp::Object::~Object()' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::AbstractDBusServiceInterface::AbstractDBusServiceInterface(QString const&)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:236: undefined reference to `Tp::Object::Object()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:236: undefined reference to `Tp::Object::~Object()' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::AbstractDBusServiceInterface::~AbstractDBusServiceInterface()': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:243: undefined reference to `Tp::Object::~Object()' >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:243: undefined reference to `Tp::Object::~Object()' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::DBusService::qt_metacast(char const*)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-service.moc.hpp:78: undefined reference to `Tp::Object::qt_metacast(char const*)' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::AbstractDBusServiceInterface::qt_metacast(char const*)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-service.moc.hpp:146: undefined reference to `Tp::Object::qt_metacast(char const*)' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::DBusService::qt_metacall(QMetaObject::Call, int, void**)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-service.moc.hpp:83: undefined reference to `Tp::Object::qt_metacall(QMetaObject::Call, int, void**)' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::AbstractDBusServiceInterface::qt_metacall(QMetaObject::Call, int, void**)': >/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-service.moc.hpp:151: undefined reference to `Tp::Object::qt_metacall(QMetaObject::Call, int, void**)' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o:(.data.rel.ro._ZTIN2Tp11DBusServiceE[_ZTIN2Tp11DBusServiceE]+0x8): undefined reference to `typeinfo for Tp::Object' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o:(.data.rel.ro._ZTIN2Tp28AbstractDBusServiceInterfaceE[_ZTIN2Tp28AbstractDBusServiceInterfaceE]+0x8): undefined reference to `typeinfo for Tp::Object' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o:(.data.rel.ro+0x0): undefined reference to `Tp::Object::staticMetaObject' >CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o:(.data.rel.ro+0x18): undefined reference to `Tp::Object::staticMetaObject' >collect2: error: ld returned 1 exit status >TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/build.make:1519: recipe for target 'TelepathyQt/libtelepathy-qt5-service.so.0.0.9.7' failed >make[2]: *** [TelepathyQt/libtelepathy-qt5-service.so.0.0.9.7] Error 1 >make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' >CMakeFiles/Makefile2:7004: recipe for target 'TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/all' failed >make[1]: *** [TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/all] Error 2 >Makefile:141: recipe for target 'all' failed >make: *** [all] Error 2 >error: Bad exit status from /home/david/telepathy-qt/BUILDROOT/rpm-tmp.9lTHWp (%build) > > >RPM build errors: > Macro %enable_debug defined but not used within scope > Bad exit status from /home/david/telepathy-qt/BUILDROOT/rpm-tmp.9lTHWp (%build)
warning: Macro %enable_debug defined but not used within scope Executing(%prep): /bin/sh -e /home/david/telepathy-qt/BUILDROOT/rpm-tmp.czXNvM + umask 022 + cd /home/david/telepathy-qt/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/david/telepathy-qt/BUILD + rm -rf telepathy-qt-0.9.7 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /home/david/telepathy-qt/SOURCES/telepathy-qt-0.9.7.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd telepathy-qt-0.9.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/david/telepathy-qt/BUILDROOT/rpm-tmp.9lTHWp + umask 022 + cd /home/david/telepathy-qt/BUILD + cd telepathy-qt-0.9.7 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' + export 'CXXFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' + QTDIR=/usr/lib/qt5 + export QTDIR + PATH=/usr/lib/qt5/bin:/usr/local/bin:/usr/bin:/usr/local/games:/usr/games:/usr/lib/qt4/bin:/home/david/.local/bin:/home/david/bin + export PATH + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + mkdir -p build + cd build + /usr/bin/cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib -DCMAKE_INSTALL_LIBEXECDIR:PATH=/usr/libexec -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-DNDEBUG -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-DNDEBUG -DCMAKE_SKIP_RPATH:BOOL=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON '-DCMAKE_MODULE_LINKER_FLAGS=-Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_STATIC_LIBS:BOOL=OFF -DDBUS_SERVICES_DIR=/usr/share/dbus-1/services -DDBUS_INTERFACES_DIR=/usr/share/dbus-1/interfaces -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Checking to see if CXX compiler accepts flag -fvisibility=hidden -- Checking to see if CXX compiler accepts flag -fvisibility=hidden - yes -- Checking to see if CXX compiler accepts flag -fvisibility-inlines-hidden -- Checking to see if CXX compiler accepts flag -fvisibility-inlines-hidden - yes -- Checking to see if CXX compiler accepts flag -Wdeprecated-declarations -- Checking to see if CXX compiler accepts flag -Wdeprecated-declarations - yes -- Performing Test all_cxx_result -- Performing Test all_cxx_result - Success -- Performing Test extra_cxx_result -- Performing Test extra_cxx_result - Success -- Performing Test sign-compare_cxx_result -- Performing Test sign-compare_cxx_result - Success -- Performing Test pointer-arith_cxx_result -- Performing Test pointer-arith_cxx_result - Success -- Performing Test format-security_cxx_result -- Performing Test format-security_cxx_result - Success -- Performing Test init-self_cxx_result -- Performing Test init-self_cxx_result - Success -- Performing Test non-virtual-dtor_cxx_result -- Performing Test non-virtual-dtor_cxx_result - Success -- Performing Test error_cxx_result -- Performing Test error_cxx_result - Success -- Performing Test missing-field-initializers_cxx_result -- Performing Test missing-field-initializers_cxx_result - Success -- Performing Test noerror_missing-field-initializers_cxx_result -- Performing Test noerror_missing-field-initializers_cxx_result - Success -- Performing Test unused-parameter_cxx_result -- Performing Test unused-parameter_cxx_result - Success -- Performing Test noerror_unused-parameter_cxx_result -- Performing Test noerror_unused-parameter_cxx_result - Success -- Performing Test unused-local-typedefs_cxx_result -- Performing Test unused-local-typedefs_cxx_result - Success -- Performing Test noerror_unused-local-typedefs_cxx_result -- Performing Test noerror_unused-local-typedefs_cxx_result - Success -- Performing Test all_c_result -- Performing Test all_c_result - Success -- Performing Test extra_c_result -- Performing Test extra_c_result - Success -- Performing Test declaration-after-statement_c_result -- Performing Test declaration-after-statement_c_result - Success -- Performing Test shadow_c_result -- Performing Test shadow_c_result - Success -- Performing Test strict-prototypes_c_result -- Performing Test strict-prototypes_c_result - Success -- Performing Test missing-prototypes_c_result -- Performing Test missing-prototypes_c_result - Success -- Performing Test sign-compare_c_result -- Performing Test sign-compare_c_result - Success -- Performing Test nested-externs_c_result -- Performing Test nested-externs_c_result - Success -- Performing Test pointer-arith_c_result -- Performing Test pointer-arith_c_result - Success -- Performing Test format-security_c_result -- Performing Test format-security_c_result - Success -- Performing Test init-self_c_result -- Performing Test init-self_c_result - Success -- Performing Test error_c_result -- Performing Test error_c_result - Success -- Performing Test missing-field-initializers_c_result -- Performing Test missing-field-initializers_c_result - Success -- Performing Test noerror_missing-field-initializers_c_result -- Performing Test noerror_missing-field-initializers_c_result - Success -- Performing Test unused-parameter_c_result -- Performing Test unused-parameter_c_result - Success -- Performing Test noerror_unused-parameter_c_result -- Performing Test noerror_unused-parameter_c_result - Success -- Performing Test unused-local-typedefs_c_result -- Performing Test unused-local-typedefs_c_result - Success -- Performing Test noerror_unused-local-typedefs_c_result -- Performing Test noerror_unused-local-typedefs_c_result - Success -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11") -- Found QHELPGENERATOR: /usr/lib/qt4/bin/qhelpgenerator CMake Warning at cmake/modules/Doxygen.cmake:20 (message): html/qt.tags not found in /usr/share/doc/qt5. Set the QT_DOC_DIR variable to point to its location to enable crosslinking. Call Stack (most recent call first): CMakeLists.txt:100 (include) -- Performing Test QT_GLIB_SUPPORT -- Performing Test QT_GLIB_SUPPORT - Failed -- PythonLibrary find version: 2.5 -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.12", minimum required is "2.5") -- Found Python executable: /usr/bin/python2 -- Found Python version: 2.7.12 -- Python 2.7 found -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'telepathy-glib>=0.18.0' -- Found telepathy-glib, version 0.24.1 -- Found TelepathyGlib: /usr/lib/libtelepathy-glib.so -- Checking for module 'glib-2.0' -- Found glib-2.0, version 2.48.1 -- Found GLIB2: /usr/lib/libglib-2.0.so -- Checking for module 'gobject-2.0' -- Found gobject-2.0, version 2.48.1 -- Found GObject libraries: gobject-2.0;glib-2.0 -- Found GObject includes : /usr/include/glib-2.0 -- Checking for module 'gio-2.0' -- Found gio-2.0, version 2.48.1 -- Found GIO: /usr/lib/libgio-2.0.so -- Checking for module 'gio-unix-2.0' -- Found gio-unix-2.0, version 2.48.1 -- Found GIOUNIX: /usr/include/gio-unix-2.0 -- Checking for module 'dbus-1' -- Found dbus-1, version 1.10.8 -- Found DBus: /usr/lib/dbus-1.0/include -- Checking for module 'dbus-glib-1' -- Found dbus-glib-1, version 0.106 -- Found DBUS_GLIB: /usr/lib/libdbus-glib-1.so -- Checking for module 'libxml-2.0' -- Found libxml-2.0, version 2.9.4 -- Found LibXml2: /usr/lib/libxml2.so -- Checking for module 'farstream-0.2>=0.2.0' -- Found farstream-0.2, version 0.2.8 -- Found Farstream: /usr/lib/libfarstream-0.2.so -- Checking for module 'telepathy-farstream>=0.6.0' -- Found telepathy-farstream, version 0.6.2 -- Found TelepathyFarstream: /usr/lib/libtelepathy-farstream.so -- Checking for module 'gstreamer-1.0' -- Found gstreamer-1.0, version 1.8.2 -- Found GStreamer: /usr/lib/libgstreamer-1.0.so ----------------------------------------------------------------------------- -- The following external packages were located on your system. -- This installation will have the extra features provided by these packages. ----------------------------------------------------------------------------- * dbus-python - GLib-based Python DBus support * Telepathy-glib - Glib bindings for Telepathy * Farstream - A Framework for dealing with audio/video conferencing protocols * Telepathy-Farstream - A Framework for dealing with audio/video conferencing protocols * GStreamer - An open source multimedia framework ----------------------------------------------------------------------------- -- The following OPTIONAL packages could NOT be located on your system. -- Consider installing them to enable more features from this software. ----------------------------------------------------------------------------- * Qt Glib Support <http://qt.nokia.com/> QtCore library using Glib's main event loop Needed, together with Telepathy-Glib, to build most of the unit tests ----------------------------------------------------------------------------- -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_STATIC_LIBS CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_SYSCONFDIR DBUS_INTERFACES_DIR DBUS_SERVICES_DIR SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O /usr/bin/cmake -H/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -B/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/CMakeFiles /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/DependInfo.cmake --color= Scanning dependencies of target stable-ifaces-includator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 0%] Generating _gen/stable-spec.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stable-interfaces.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 0%] Built target stable-ifaces-includator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/stable-constants.dir/build.make TelepathyQt/CMakeFiles/stable-constants.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/stable-constants.dir/DependInfo.cmake --color= Scanning dependencies of target stable-constants make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/stable-constants.dir/build.make TelepathyQt/CMakeFiles/stable-constants.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 0%] Generating _gen/constants.h cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-constants-gen.py --namespace=Tp --define-prefix=TP_QT_ --must-define=IN_TP_QT_HEADER --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/constants.h WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Connection.Interface.Renaming.Renamed" in "org.freedesktop.Telepathy.Channel.Interface.Group" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Connection.Interface.Renaming" in "org.freedesktop.Telepathy.Channel.Interface.Group" make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Built target stable-constants make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/stable-typesgen.dir/build.make TelepathyQt/CMakeFiles/stable-typesgen.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/stable-typesgen.dir/DependInfo.cmake --color= Scanning dependencies of target stable-typesgen make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/stable-typesgen.dir/build.make TelepathyQt/CMakeFiles/stable-typesgen.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Generating _gen/types.h, _gen/types-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-types-gen.py --namespace=Tp --declfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/types.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/types-body.hpp --realinclude=TelepathyQt/types.h --prettyinclude=TelepathyQt/Types --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Built target stable-typesgen make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/DependInfo.cmake --color= Scanning dependencies of target telepathy-qt-test-backdoors make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/key-file.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -o CMakeFiles/telepathy-qt-test-backdoors.dir/key-file.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/key-file.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/manager-file.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -o CMakeFiles/telepathy-qt-test-backdoors.dir/manager-file.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/manager-file.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/test-backdoors.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -o CMakeFiles/telepathy-qt-test-backdoors.dir/test-backdoors.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/test-backdoors.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/utils.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -o CMakeFiles/telepathy-qt-test-backdoors.dir/utils.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/utils.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Linking CXX static library libtelepathy-qt-test-backdoors.a cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/cmake -P CMakeFiles/telepathy-qt-test-backdoors.dir/cmake_clean_target.cmake cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/cmake -E cmake_link_script CMakeFiles/telepathy-qt-test-backdoors.dir/link.txt --verbose=1 /usr/bin/ar qc libtelepathy-qt-test-backdoors.a CMakeFiles/telepathy-qt-test-backdoors.dir/key-file.cpp.o CMakeFiles/telepathy-qt-test-backdoors.dir/manager-file.cpp.o CMakeFiles/telepathy-qt-test-backdoors.dir/test-backdoors.cpp.o CMakeFiles/telepathy-qt-test-backdoors.dir/utils.cpp.o /usr/bin/ranlib libtelepathy-qt-test-backdoors.a make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Built target telepathy-qt-test-backdoors make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target tls-certificate-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Generating _gen/spec-tls-certificate.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/tls-certificate.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-tls-certificate.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Built target tls-certificate-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-tls-certificate-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Generating _gen/cli-tls-certificate.h, _gen/cli-tls-certificate-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clienttls --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-tls-certificate.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-tls-certificate-body.hpp --realinclude=TelepathyQt/tls-certificate.h --prettyinclude=TelepathyQt/TLSCertificate --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-tls-certificate.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Built target generate_cli-tls-certificate-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-tls-certificate.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 1%] Generating _gen/cli-tls-certificate.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-tls-certificate.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-tls-certificate.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 2%] Built target moc-cli-tls-certificate.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target properties-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 2%] Generating _gen/spec-properties.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/properties.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-properties.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 2%] Built target properties-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-properties-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 3%] Generating _gen/cli-properties.h, _gen/cli-properties-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientprops --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-properties.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-properties-body.hpp --realinclude=TelepathyQt/properties.h --prettyinclude=TelepathyQt/Properties --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-properties.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 3%] Built target generate_cli-properties-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-properties.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 3%] Generating _gen/cli-properties.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-properties.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-properties.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Built target moc-cli-properties.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target media-stream-handler-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Generating _gen/spec-media-stream-handler.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/media-stream-handler.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-media-stream-handler.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Built target media-stream-handler-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-media-stream-handler-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Generating _gen/cli-media-stream-handler.h, _gen/cli-media-stream-handler-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientmstrh --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-stream-handler.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-stream-handler-body.hpp --realinclude=TelepathyQt/media-stream-handler.h --prettyinclude=TelepathyQt/MediaStreamHandler --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-media-stream-handler.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::MediaStreamHandlerInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Built target generate_cli-media-stream-handler-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-media-stream-handler.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Generating _gen/cli-media-stream-handler.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-stream-handler.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-stream-handler.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Built target moc-cli-media-stream-handler.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target media-session-handler-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Generating _gen/spec-media-session-handler.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/media-session-handler.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-media-session-handler.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Built target media-session-handler-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-media-session-handler-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Generating _gen/cli-media-session-handler.h, _gen/cli-media-session-handler-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientmsesh --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-session-handler.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-session-handler-body.hpp --realinclude=TelepathyQt/media-session-handler.h --prettyinclude=TelepathyQt/MediaSessionHandler --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-media-session-handler.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::MediaSessionHandlerInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Built target generate_cli-media-session-handler-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-media-session-handler.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 4%] Generating _gen/cli-media-session-handler.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-session-handler.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-media-session-handler.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 5%] Built target moc-cli-media-session-handler.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target connection-manager-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 5%] Generating _gen/spec-connection-manager.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-manager.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-connection-manager.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 5%] Built target connection-manager-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-connection-manager-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 5%] Generating _gen/cli-connection-manager.h, _gen/cli-connection-manager-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientcm --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection-manager.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection-manager-body.hpp --realinclude=TelepathyQt/connection-manager.h --prettyinclude=TelepathyQt/ConnectionManager --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-connection-manager.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ConnectionManagerInterface WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 6%] Built target generate_cli-connection-manager-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-connection-manager.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 6%] Generating _gen/cli-connection-manager.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection-manager.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 6%] Built target moc-cli-connection-manager.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/future-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/future-ifaces-includator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/future-ifaces-includator.dir/DependInfo.cmake --color= Scanning dependencies of target future-ifaces-includator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/future-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/future-ifaces-includator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 6%] Generating _gen/future-spec.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/future-interfaces.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 6%] Built target future-ifaces-includator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/future-constants.dir/build.make TelepathyQt/CMakeFiles/future-constants.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/future-constants.dir/DependInfo.cmake --color= Scanning dependencies of target future-constants make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/future-constants.dir/build.make TelepathyQt/CMakeFiles/future-constants.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 6%] Generating _gen/future-constants.h cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-constants-gen.py --namespace=TpFuture --define-prefix=TP_QT_FUTURE_ --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-constants.h WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Connection.ConnectionError" in "Software Upgrade Required" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Connection.Interface.Balance" in "Insufficient Balance" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Type.Call1.CallStateDetails" in "Insufficient Balance" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Connection.Interface.Balance.AccountBalance" in "Insufficient Balance" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.CaptchaAuthentication1" in "Captcha Not Supported" make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 7%] Built target future-constants make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/future-typesgen.dir/build.make TelepathyQt/CMakeFiles/future-typesgen.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/future-typesgen.dir/DependInfo.cmake --color= Scanning dependencies of target future-typesgen make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/future-typesgen.dir/build.make TelepathyQt/CMakeFiles/future-typesgen.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 7%] Generating _gen/future-types.h, _gen/future-types-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-types-gen.py --namespace=TpFuture --declfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-types.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-types-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 7%] Built target future-typesgen make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/misc-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/misc-future-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/misc-future-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target misc-future-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/misc-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/misc-future-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 7%] Generating _gen/future-misc.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/future-misc.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 7%] Built target misc-future-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-misc-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-misc-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_future-misc-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_future-misc-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-misc-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-misc-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 7%] Generating _gen/future-misc.h, _gen/future-misc-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --namespace=TpFuture::Client --typesnamespace=TpFuture --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.xml --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/future-internal.h>' --visibility=TP_QT_NO_EXPORT make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 8%] Built target generate_future-misc-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-future-misc.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 8%] Generating _gen/future-misc.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.h /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-misc.h:0: Note: No relevant classes found. No output generated. make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 9%] Built target moc-future-misc.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target connection-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 9%] Generating _gen/spec-connection.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-connection.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 9%] Built target connection-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-connection-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 9%] Generating _gen/cli-connection.h, _gen/cli-connection-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientconn --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection-body.hpp --realinclude=TelepathyQt/connection.h --prettyinclude=TelepathyQt/Connection --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-connection.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ConnectionInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 9%] Built target generate_cli-connection-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-connection.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 10%] Generating _gen/cli-connection.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-connection.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 10%] Built target moc-cli-connection.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/client-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/client-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/client-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target client-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/client-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/client-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 10%] Generating _gen/spec-client.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/client.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-client.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 10%] Built target client-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-client-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-client-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-client-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-client-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-client-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-client-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 11%] Generating _gen/cli-client.h, _gen/cli-client-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientclient --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-client.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-client-body.hpp --realinclude=TelepathyQt/client.h --prettyinclude=TelepathyQt/Client --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-client.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ClientInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 11%] Built target generate_cli-client-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-client.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 11%] Generating _gen/cli-client.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-client.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-client.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 12%] Built target moc-cli-client.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target call-content-media-description-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 12%] Generating _gen/spec-call-content-media-description.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-content-media-description.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-content-media-description.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 12%] Built target call-content-media-description-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-call-content-media-description-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 12%] Generating _gen/cli-call-content-media-description.h, _gen/cli-call-content-media-description-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content-media-description.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content-media-description-body.hpp --realinclude=TelepathyQt/call-content-media-description.h --prettyinclude=TelepathyQt/CallContentMediaDescriptionInterface --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-content-media-description.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallContentMediaDescriptionInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 13%] Built target generate_cli-call-content-media-description-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-call-content-media-description.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 13%] Generating _gen/cli-call-content-media-description.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content-media-description.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content-media-description.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 13%] Built target moc-cli-call-content-media-description.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target call-stream-endpoint-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 13%] Generating _gen/spec-call-stream-endpoint.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-stream-endpoint.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-stream-endpoint.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 13%] Built target call-stream-endpoint-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-call-stream-endpoint-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 13%] Generating _gen/cli-call-stream-endpoint.h, _gen/cli-call-stream-endpoint-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream-endpoint.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream-endpoint-body.hpp --realinclude=TelepathyQt/call-stream-endpoint.h --prettyinclude=TelepathyQt/CallStreamEndpoint --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-stream-endpoint.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallStreamEndpointInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 14%] Built target generate_cli-call-stream-endpoint-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-call-stream-endpoint.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 14%] Generating _gen/cli-call-stream-endpoint.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream-endpoint.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream-endpoint.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 14%] Built target moc-cli-call-stream-endpoint.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target debug-receiver-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 14%] Generating _gen/spec-debug-receiver.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-receiver.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-debug-receiver.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 14%] Built target debug-receiver-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-debug-receiver-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 14%] Generating _gen/cli-debug-receiver.h, _gen/cli-debug-receiver-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientdebug --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-debug-receiver.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-debug-receiver-body.hpp --realinclude=TelepathyQt/debug-receiver.h --prettyinclude=TelepathyQt/DebugReceiver --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-debug-receiver.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::DebugInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 15%] Built target generate_cli-debug-receiver-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-debug-receiver.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 15%] Generating _gen/cli-debug-receiver.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-debug-receiver.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-debug-receiver.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 15%] Built target moc-cli-debug-receiver.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-future-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-future-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target channel-future-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-future-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 15%] Generating _gen/future-channel.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/future-channel.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 15%] Built target channel-future-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_future-channel-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_future-channel-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 15%] Generating _gen/future-channel.h, _gen/future-channel-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --namespace=TpFuture::Client --typesnamespace=TpFuture --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel.xml --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/future-internal.h>' --visibility=TP_QT_NO_EXPORT --mainiface=Tp::Client::ChannelInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 16%] Built target generate_future-channel-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-future-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 16%] Generating _gen/future-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 16%] Built target moc-future-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target channel-dispatcher-future-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 17%] Generating _gen/future-channel-dispatcher.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/future-channel-dispatcher.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 17%] Built target channel-dispatcher-future-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_future-channel-dispatcher-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 17%] Generating _gen/future-channel-dispatcher.h, _gen/future-channel-dispatcher-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --namespace=TpFuture::Client --typesnamespace=TpFuture --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.xml --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/Types>' --extraincludes='<TelepathyQt/future-internal.h>' --visibility=TP_QT_NO_EXPORT --mainiface=Tp::Client::ChannelDispatcherInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 17%] Built target generate_future-channel-dispatcher-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-future-channel-dispatcher.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 17%] Generating _gen/future-channel-dispatcher.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.h /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/future-channel-dispatcher.h:0: Note: No relevant classes found. No output generated. make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 18%] Built target moc-future-channel-dispatcher.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target channel-request-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 18%] Generating _gen/spec-channel-request.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-request.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-request.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 18%] Built target channel-request-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-channel-request-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 18%] Generating _gen/cli-channel-request.h, _gen/cli-channel-request-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientchannelrequest --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-request.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-request-body.hpp --realinclude=TelepathyQt/channel-request.h --prettyinclude=TelepathyQt/ChannelRequest --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-request.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelRequestInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 18%] Built target generate_cli-channel-request-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-channel-request.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 18%] Generating _gen/cli-channel-request.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-request.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-request.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 19%] Built target moc-cli-channel-request.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target channel-dispatch-operation-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 19%] Generating _gen/spec-channel-dispatch-operation.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatch-operation.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-dispatch-operation.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 19%] Built target channel-dispatch-operation-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-channel-dispatch-operation-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 19%] Generating _gen/cli-channel-dispatch-operation.h, _gen/cli-channel-dispatch-operation-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientchanneldispatchoperation --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatch-operation.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatch-operation-body.hpp --realinclude=TelepathyQt/channel-dispatch-operation.h --prettyinclude=TelepathyQt/ChannelDispatchOperation --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-dispatch-operation.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelDispatchOperationInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 20%] Built target generate_cli-channel-dispatch-operation-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-channel-dispatch-operation.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 20%] Generating _gen/cli-channel-dispatch-operation.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatch-operation.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatch-operation.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 20%] Built target moc-cli-channel-dispatch-operation.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target account-manager-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 20%] Generating _gen/spec-account-manager.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-manager.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-account-manager.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 20%] Built target account-manager-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-account-manager-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 21%] Generating _gen/cli-account-manager.h, _gen/cli-account-manager-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientam --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account-manager.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account-manager-body.hpp --realinclude=TelepathyQt/account-manager.h --prettyinclude=TelepathyQt/AccountManager --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-account-manager.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::AccountManagerInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 21%] Built target generate_cli-account-manager-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-account-manager.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 22%] Generating _gen/cli-account-manager.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account-manager.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 22%] Built target moc-cli-account-manager.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target channel-dispatcher-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 22%] Generating _gen/spec-channel-dispatcher.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatcher.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-dispatcher.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 22%] Built target channel-dispatcher-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-channel-dispatcher-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 22%] Generating _gen/cli-channel-dispatcher.h, _gen/cli-channel-dispatcher-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientchanneldispatcher --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatcher.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatcher-body.hpp --realinclude=TelepathyQt/channel-dispatcher.h --prettyinclude=TelepathyQt/ChannelDispatcher --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel-dispatcher.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelDispatcherInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 22%] Built target generate_cli-channel-dispatcher-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-channel-dispatcher.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 23%] Generating _gen/cli-channel-dispatcher.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatcher.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-dispatcher.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 23%] Built target moc-cli-channel-dispatcher.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/account-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/account-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target account-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/account-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 23%] Generating _gen/spec-account.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-account.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 23%] Built target account-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-account-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-account-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 23%] Generating _gen/cli-account.h, _gen/cli-account-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientaccount --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account-body.hpp --realinclude=TelepathyQt/account.h --prettyinclude=TelepathyQt/AccountManager --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-account.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::AccountInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 23%] Built target generate_cli-account-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-account.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 23%] Generating _gen/cli-account.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-account.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 24%] Built target moc-cli-account.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target call-stream-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 24%] Generating _gen/spec-call-stream.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-stream.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-stream.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 24%] Built target call-stream-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-call-stream-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 24%] Generating _gen/cli-call-stream.h, _gen/cli-call-stream-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream-body.hpp --realinclude=TelepathyQt/call-stream.h --prettyinclude=TelepathyQt/CallStream --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-stream.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallStreamInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 24%] Built target generate_cli-call-stream-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-call-stream.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 24%] Generating _gen/cli-call-stream.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-stream.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 25%] Built target moc-cli-call-stream.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target dbus-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 25%] Generating _gen/spec-dbus.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-dbus.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 25%] Built target dbus-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-dbus-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 25%] Generating _gen/cli-dbus.h, _gen/cli-dbus-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientdbus --namespace=Tp::Client::DBus --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-dbus.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-dbus-body.hpp --realinclude=TelepathyQt/dbus.h --prettyinclude=TelepathyQt/DBus --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-dbus.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 25%] Built target generate_cli-dbus-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-dbus.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 25%] Generating _gen/cli-dbus.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-dbus.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-dbus.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 26%] Built target moc-cli-dbus.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target call-content-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 26%] Generating _gen/spec-call-content.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-content.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-content.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 26%] Built target call-content-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-call-content-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 26%] Generating _gen/cli-call-content.h, _gen/cli-call-content-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content-body.hpp --realinclude=TelepathyQt/call-content.h --prettyinclude=TelepathyQt/CallContent --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-call-content.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallContentInterface make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 26%] Built target generate_cli-call-content-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-call-content.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 26%] Generating _gen/cli-call-content.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-call-content.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 27%] Built target moc-cli-call-content.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target channel-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 27%] Generating _gen/spec-channel.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 27%] Built target channel-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_cli-channel-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 27%] Generating _gen/cli-channel.h, _gen/cli-channel-body.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-client-gen.py --group=clientchannel --namespace=Tp::Client --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel-body.hpp --realinclude=TelepathyQt/channel.h --prettyinclude=TelepathyQt/Channel --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-channel.xml --extraincludes='<TelepathyQt/Types>' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelInterface WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Channel" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Channel" make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 27%] Built target generate_cli-channel-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-cli-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 27%] Generating _gen/cli-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/cli-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 27%] Built target moc-cli-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-simple-pending-operations.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Generating _gen/simple-pending-operations.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-pending-operations.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-pending-operations.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Built target moc-simple-pending-operations.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-stream-tube-connection.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Generating _gen/pending-stream-tube-connection.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-stream-tube-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-stream-tube-connection.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Built target moc-pending-stream-tube-connection.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-channel-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Generating _gen/channel-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Built target moc-channel-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-call-content.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Generating _gen/call-content.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/call-content.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-content.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Built target moc-call-content.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-account-factory.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Generating _gen/account-factory.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/account-factory.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-factory.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Built target moc-account-factory.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-account.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Generating _gen/account.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/account.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Built target moc-account.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-abstract-interface.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Generating _gen/abstract-interface.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/abstract-interface.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/abstract-interface.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Built target moc-abstract-interface.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-connection-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Generating _gen/connection-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Built target moc-connection-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-dbus-proxy-factory-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Generating _gen/dbus-proxy-factory-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-proxy-factory-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-proxy-factory-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 28%] Built target moc-dbus-proxy-factory-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-captchas.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Generating _gen/pending-captchas.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-captchas.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-captchas.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Built target moc-pending-captchas.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-call-stream.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Generating _gen/call-stream.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/call-stream.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-stream.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Built target moc-call-stream.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-outgoing-stream-tube-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Generating _gen/outgoing-stream-tube-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/outgoing-stream-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-stream-tube-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Built target moc-outgoing-stream-tube-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-captcha-authentication-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Generating _gen/captcha-authentication-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/captcha-authentication-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/captcha-authentication-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Built target moc-captcha-authentication-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-account-set-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Generating _gen/account-set-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/account-set-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-set-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Built target moc-account-set-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-fake-handler-manager-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Generating _gen/fake-handler-manager-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/fake-handler-manager-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/fake-handler-manager-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Built target moc-fake-handler-manager-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-client-registrar.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Generating _gen/client-registrar.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/client-registrar.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/client-registrar.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 29%] Built target moc-client-registrar.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-account-manager.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 30%] Generating _gen/account-manager.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/account-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-manager.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 30%] Built target moc-account-manager.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-account-set.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 30%] Generating _gen/account-set.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/account-set.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-set.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 30%] Built target moc-account-set.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-captcha-authentication.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/captcha-authentication.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/captcha-authentication.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/captcha-authentication.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-captcha-authentication.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-stream-tube-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/stream-tube-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stream-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-stream-tube-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-simple-text-observer-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/simple-text-observer-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-text-observer-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-text-observer-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-simple-text-observer-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-simple-observer.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/simple-observer.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-observer.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-observer.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-simple-observer.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-channel-dispatch-operation.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/channel-dispatch-operation.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel-dispatch-operation.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatch-operation.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-channel-dispatch-operation.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-connection.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/connection.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-connection.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-incoming-stream-tube-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/incoming-stream-tube-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/incoming-stream-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-stream-tube-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-incoming-stream-tube-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-text-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/text-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/text-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/text-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-text-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-channel-request.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/channel-request.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel-request.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-request.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-channel-request.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-contacts.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/pending-contacts.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-contacts.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contacts.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-pending-contacts.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-dbus-tube-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/dbus-tube-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-tube-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-dbus-tube-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-stream-tube-client-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/stream-tube-client-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stream-tube-client-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-client-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-stream-tube-client-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-channel-dispatch-operation-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/channel-dispatch-operation-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel-dispatch-operation-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatch-operation-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-channel-dispatch-operation-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-client-registrar-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/client-registrar-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/client-registrar-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/client-registrar-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-client-registrar-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-fixed-feature-factory.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/fixed-feature-factory.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/fixed-feature-factory.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/fixed-feature-factory.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-fixed-feature-factory.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-contact-info.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/pending-contact-info.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-contact-info.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contact-info.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-pending-contact-info.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-call-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Generating _gen/call-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/call-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 31%] Built target moc-call-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-debug-receiver.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 32%] Generating _gen/debug-receiver.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/debug-receiver.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-receiver.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 32%] Built target moc-debug-receiver.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-contacts-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 33%] Generating _gen/pending-contacts-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-contacts-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contacts-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 33%] Built target moc-pending-contacts-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-contact-search-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 33%] Generating _gen/contact-search-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact-search-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-search-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 33%] Built target moc-contact-search-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-connection-manager.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 34%] Generating _gen/connection-manager.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-manager.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 34%] Built target moc-connection-manager.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-connection-manager-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 34%] Generating _gen/connection-manager-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection-manager-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-manager-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 34%] Built target moc-connection-manager-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-connection-manager-lowlevel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 34%] Generating _gen/connection-manager-lowlevel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection-manager-lowlevel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-manager-lowlevel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 34%] Built target moc-connection-manager-lowlevel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-contact.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/contact.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-contact.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-contact-manager.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/contact-manager.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-manager.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-contact-manager.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-contact-search-channel-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/contact-search-channel-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact-search-channel-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-search-channel-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-contact-search-channel-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-dbus-proxy-factory.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/dbus-proxy-factory.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-proxy-factory.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-proxy-factory.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-dbus-proxy-factory.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-contact-messenger.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/contact-messenger.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact-messenger.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-messenger.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-contact-messenger.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-file-transfer-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/file-transfer-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/file-transfer-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/file-transfer-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-file-transfer-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-outgoing-stream-tube-channel-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/outgoing-stream-tube-channel-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/outgoing-stream-tube-channel-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-stream-tube-channel-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-outgoing-stream-tube-channel-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-handled-channel-notifier.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/handled-channel-notifier.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/handled-channel-notifier.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/handled-channel-notifier.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-handled-channel-notifier.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-streamed-media-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/streamed-media-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/streamed-media-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/streamed-media-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-streamed-media-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-incoming-dbus-tube-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/incoming-dbus-tube-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/incoming-dbus-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-dbus-tube-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-incoming-dbus-tube-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-incoming-file-transfer-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/incoming-file-transfer-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/incoming-file-transfer-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-file-transfer-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-incoming-file-transfer-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-object.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/object.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/object.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/object.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-object.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-outgoing-dbus-tube-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/outgoing-dbus-tube-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/outgoing-dbus-tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-dbus-tube-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-outgoing-dbus-tube-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-stream-tube-server.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/stream-tube-server.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stream-tube-server.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-server.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-stream-tube-server.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-outgoing-file-transfer-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/outgoing-file-transfer-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/outgoing-file-transfer-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-file-transfer-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-outgoing-file-transfer-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/pending-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-pending-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-channel-request-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/pending-channel-request-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-channel-request-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-channel-request-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-pending-channel-request-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-connection.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/pending-connection.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-connection.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-pending-connection.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-dbus-tube-connection.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/pending-dbus-tube-connection.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-dbus-tube-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-dbus-tube-connection.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-pending-dbus-tube-connection.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-variant.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/pending-variant.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-variant.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-variant.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-pending-variant.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-handles.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/pending-handles.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-handles.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-handles.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-pending-handles.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-operation.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/pending-operation.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-operation.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-operation.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-pending-operation.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-ready.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Generating _gen/pending-ready.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-ready.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-ready.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 35%] Built target moc-pending-ready.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-send-message.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Generating _gen/pending-send-message.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-send-message.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-send-message.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Built target moc-pending-send-message.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-profile-manager.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Generating _gen/profile-manager.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/profile-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/profile-manager.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Built target moc-profile-manager.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-channel-request.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Generating _gen/pending-channel-request.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-channel-request.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-channel-request.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Built target moc-pending-channel-request.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-string.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Generating _gen/pending-string.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-string.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-string.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Built target moc-pending-string.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-string-list.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Generating _gen/pending-string-list.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-string-list.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-string-list.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Built target moc-pending-string-list.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-variant-map.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Generating _gen/pending-variant-map.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-variant-map.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-variant-map.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 36%] Built target moc-pending-variant-map.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-readiness-helper.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/readiness-helper.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/readiness-helper.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/readiness-helper.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-readiness-helper.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-request-temporary-handler-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/request-temporary-handler-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/request-temporary-handler-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/request-temporary-handler-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-request-temporary-handler-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-room-list-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/room-list-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/room-list-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/room-list-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-room-list-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-server-authentication-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/server-authentication-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/server-authentication-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/server-authentication-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-server-authentication-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-simple-call-observer.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/simple-call-observer.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-call-observer.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-call-observer.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-simple-call-observer.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-simple-observer-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/simple-observer-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-observer-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-observer-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-simple-observer-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-dbus-proxy.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/dbus-proxy.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-proxy.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-proxy.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-dbus-proxy.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-simple-stream-tube-handler.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/simple-stream-tube-handler.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-stream-tube-handler.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-stream-tube-handler.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-simple-stream-tube-handler.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-channel-factory.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/channel-factory.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel-factory.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-factory.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-channel-factory.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-contact-manager-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/contact-manager-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/contact-manager-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-manager-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-contact-manager-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-debug-message-list.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/pending-debug-message-list.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-debug-message-list.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-debug-message-list.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-pending-debug-message-list.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-simple-text-observer.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/simple-text-observer.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/simple-text-observer.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-text-observer.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-simple-text-observer.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-stream-tube-server-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/stream-tube-server-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stream-tube-server-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-server-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-stream-tube-server-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-account.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/pending-account.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-account.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-account.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-pending-account.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-pending-contact-attributes.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/pending-contact-attributes.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/pending-contact-attributes.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contact-attributes.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-pending-contact-attributes.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-tube-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/tube-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/tube-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/tube-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-tube-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-connection-lowlevel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Generating _gen/connection-lowlevel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/connection-lowlevel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-lowlevel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 37%] Built target moc-connection-lowlevel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-stream-tube-client.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 38%] Generating _gen/stream-tube-client.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stream-tube-client.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-client.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 38%] Built target moc-stream-tube-client.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 38%] Generating _gen/channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 38%] Built target moc-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt5.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt5.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/telepathy-qt5.dir/DependInfo.cmake --color= Scanning dependencies of target telepathy-qt5 make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt5.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt5.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 38%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/abstract-client.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/abstract-client.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/abstract-client.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 38%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/abstract-interface.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/abstract-interface.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/abstract-interface.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 38%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/account.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 38%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-factory.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/account-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-factory.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 38%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-manager.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/account-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-manager.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-property-filter.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/account-property-filter.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-property-filter.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-set.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/account-set.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/account-set.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/avatar.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/avatar.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/avatar.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/call-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-content.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/call-content.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-content.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-stream.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/call-stream.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-stream.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 39%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/capabilities-base.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/capabilities-base.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/capabilities-base.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-content-media-description.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/call-content-media-description.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-content-media-description.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-stream-endpoint.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/call-stream-endpoint.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/call-stream-endpoint.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/captcha.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/captcha.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/captcha.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/captcha-authentication.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/captcha-authentication.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/captcha-authentication.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-class-spec.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel-class-spec.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-class-spec.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 40%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-dispatcher.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel-dispatcher.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatcher.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-dispatch-operation.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel-dispatch-operation.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-dispatch-operation.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-factory.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-factory.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-request.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/channel-request.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/channel-request.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/client.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/client.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/client.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/client-registrar.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/client-registrar.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/client-registrar.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 41%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection-capabilities.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/connection-capabilities.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-capabilities.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection-factory.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/connection-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-factory.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection-manager.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/connection-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/connection-manager.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-capabilities.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-capabilities.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-capabilities.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-factory.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-factory.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-manager.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 42%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-manager-roster.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-messenger.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-messenger.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-messenger.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-search-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/contact-search-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/contact-search-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/dbus.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-proxy.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/dbus-proxy.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-proxy.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-proxy-factory.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/dbus-proxy-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-proxy-factory.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 43%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-tube-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/dbus-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-tube-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/debug.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/debug.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/debug-receiver.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/debug-receiver.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-receiver.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/fake-handler-manager-internal.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/fake-handler-manager-internal.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/fake-handler-manager-internal.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/feature.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/feature.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/feature.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/file-transfer-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/file-transfer-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/file-transfer-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/file-transfer-channel-creation-properties.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/file-transfer-channel-creation-properties.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/file-transfer-channel-creation-properties.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 44%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/fixed-feature-factory.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/fixed-feature-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/fixed-feature-factory.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/future.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/future.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/future.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/handled-channel-notifier.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/handled-channel-notifier.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/handled-channel-notifier.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-dbus-tube-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/incoming-dbus-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-dbus-tube-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-file-transfer-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/incoming-file-transfer-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-file-transfer-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-stream-tube-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/incoming-stream-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/incoming-stream-tube-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/key-file.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/key-file.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/key-file.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 45%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/location-info.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/location-info.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/location-info.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/manager-file.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/manager-file.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/manager-file.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/media-session-handler.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/media-session-handler.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/media-session-handler.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/media-stream-handler.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/media-stream-handler.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/media-stream-handler.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/message.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/message.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/message.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/message-content-part.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/message-content-part.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/message-content-part.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/object.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/object.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/object.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 46%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/optional-interface-factory.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/optional-interface-factory.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/optional-interface-factory.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-dbus-tube-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/outgoing-dbus-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-dbus-tube-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-file-transfer-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/outgoing-file-transfer-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-file-transfer-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-stream-tube-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/outgoing-stream-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/outgoing-stream-tube-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-account.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-account.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-account.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-captchas.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-captchas.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-captchas.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 47%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-channel-request.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-channel-request.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-channel-request.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-connection.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-connection.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-contact-attributes.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-contact-attributes.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contact-attributes.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-contact-info.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-contact-info.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contact-info.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-contacts.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-contacts.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-contacts.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-dbus-tube-connection.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-dbus-tube-connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-dbus-tube-connection.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-debug-message-list.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-debug-message-list.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-debug-message-list.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 48%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-handles.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-handles.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-handles.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-operation.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-operation.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-operation.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-ready.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-ready.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-ready.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-send-message.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-send-message.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-send-message.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-string.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-string.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-string.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-string-list.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-string-list.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-string-list.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-stream-tube-connection.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-stream-tube-connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-stream-tube-connection.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 49%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-variant.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-variant.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-variant.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/presence.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/presence.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-variant-map.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/pending-variant-map.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/pending-variant-map.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/profile.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/profile.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/profile.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/profile-manager.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/profile-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/profile-manager.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/properties.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/properties.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/properties.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 50%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/protocol-info.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/protocol-info.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/protocol-info.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/protocol-parameter.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/protocol-parameter.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/protocol-parameter.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/readiness-helper.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/readiness-helper.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/readiness-helper.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/requestable-channel-class-spec.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/requestable-channel-class-spec.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/requestable-channel-class-spec.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/ready-object.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/ready-object.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/ready-object.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/referenced-handles.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/referenced-handles.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/referenced-handles.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/request-temporary-handler-internal.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/request-temporary-handler-internal.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/request-temporary-handler-internal.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 51%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/room-list-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/room-list-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/room-list-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/server-authentication-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/server-authentication-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/server-authentication-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/simple-call-observer.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/simple-call-observer.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-call-observer.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/simple-observer.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/simple-observer.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-observer.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/simple-stream-tube-handler.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/simple-stream-tube-handler.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-stream-tube-handler.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/simple-text-observer.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/simple-text-observer.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/simple-text-observer.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/stream-tube-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/stream-tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 52%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/stream-tube-client.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/stream-tube-client.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-client.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/stream-tube-server.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/stream-tube-server.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/stream-tube-server.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/streamed-media-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/streamed-media-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/streamed-media-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/text-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/text-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/text-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/tls-certificate.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/tls-certificate.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/tls-certificate.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/tube-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/tube-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/tube-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/types.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/types.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/types.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 53%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/utils.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -isystem /usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -isystem /usr/lib/qt5/include/QtXml -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5.dir/utils.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/utils.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 54%] Linking CXX shared library libtelepathy-qt5.so cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/cmake -E cmake_link_script CMakeFiles/telepathy-qt5.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -Wl,-soname,libtelepathy-qt5.so.0 -o libtelepathy-qt5.so.0.0.9.7 CMakeFiles/telepathy-qt5.dir/abstract-client.cpp.o CMakeFiles/telepathy-qt5.dir/abstract-interface.cpp.o CMakeFiles/telepathy-qt5.dir/account.cpp.o CMakeFiles/telepathy-qt5.dir/account-factory.cpp.o CMakeFiles/telepathy-qt5.dir/account-manager.cpp.o CMakeFiles/telepathy-qt5.dir/account-property-filter.cpp.o CMakeFiles/telepathy-qt5.dir/account-set.cpp.o CMakeFiles/telepathy-qt5.dir/avatar.cpp.o CMakeFiles/telepathy-qt5.dir/call-channel.cpp.o CMakeFiles/telepathy-qt5.dir/call-content.cpp.o CMakeFiles/telepathy-qt5.dir/call-stream.cpp.o CMakeFiles/telepathy-qt5.dir/capabilities-base.cpp.o CMakeFiles/telepathy-qt5.dir/call-content-media-description.cpp.o CMakeFiles/telepathy-qt5.dir/call-stream-endpoint.cpp.o CMakeFiles/telepathy-qt5.dir/captcha.cpp.o CMakeFiles/telepathy-qt5.dir/captcha-authentication.cpp.o CMakeFiles/telepathy-qt5.dir/channel.cpp.o CMakeFiles/telepathy-qt5.dir/channel-class-spec.cpp.o CMakeFiles/telepathy-qt5.dir/channel-dispatcher.cpp.o CMakeFiles/telepathy-qt5.dir/channel-dispatch-operation.cpp.o CMakeFiles/telepathy-qt5.dir/channel-factory.cpp.o CMakeFiles/telepathy-qt5.dir/channel-request.cpp.o CMakeFiles/telepathy-qt5.dir/client.cpp.o CMakeFiles/telepathy-qt5.dir/client-registrar.cpp.o CMakeFiles/telepathy-qt5.dir/connection.cpp.o CMakeFiles/telepathy-qt5.dir/connection-capabilities.cpp.o CMakeFiles/telepathy-qt5.dir/connection-factory.cpp.o CMakeFiles/telepathy-qt5.dir/connection-manager.cpp.o CMakeFiles/telepathy-qt5.dir/contact.cpp.o CMakeFiles/telepathy-qt5.dir/contact-capabilities.cpp.o CMakeFiles/telepathy-qt5.dir/contact-factory.cpp.o CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o CMakeFiles/telepathy-qt5.dir/contact-messenger.cpp.o CMakeFiles/telepathy-qt5.dir/contact-search-channel.cpp.o CMakeFiles/telepathy-qt5.dir/dbus.cpp.o CMakeFiles/telepathy-qt5.dir/dbus-proxy.cpp.o CMakeFiles/telepathy-qt5.dir/dbus-proxy-factory.cpp.o CMakeFiles/telepathy-qt5.dir/dbus-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/debug.cpp.o CMakeFiles/telepathy-qt5.dir/debug-receiver.cpp.o CMakeFiles/telepathy-qt5.dir/fake-handler-manager-internal.cpp.o CMakeFiles/telepathy-qt5.dir/feature.cpp.o CMakeFiles/telepathy-qt5.dir/file-transfer-channel.cpp.o CMakeFiles/telepathy-qt5.dir/file-transfer-channel-creation-properties.cpp.o CMakeFiles/telepathy-qt5.dir/fixed-feature-factory.cpp.o CMakeFiles/telepathy-qt5.dir/future.cpp.o CMakeFiles/telepathy-qt5.dir/handled-channel-notifier.cpp.o CMakeFiles/telepathy-qt5.dir/incoming-dbus-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/incoming-file-transfer-channel.cpp.o CMakeFiles/telepathy-qt5.dir/incoming-stream-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/key-file.cpp.o CMakeFiles/telepathy-qt5.dir/location-info.cpp.o CMakeFiles/telepathy-qt5.dir/manager-file.cpp.o CMakeFiles/telepathy-qt5.dir/media-session-handler.cpp.o CMakeFiles/telepathy-qt5.dir/media-stream-handler.cpp.o CMakeFiles/telepathy-qt5.dir/message.cpp.o CMakeFiles/telepathy-qt5.dir/message-content-part.cpp.o CMakeFiles/telepathy-qt5.dir/object.cpp.o CMakeFiles/telepathy-qt5.dir/optional-interface-factory.cpp.o CMakeFiles/telepathy-qt5.dir/outgoing-dbus-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/outgoing-file-transfer-channel.cpp.o CMakeFiles/telepathy-qt5.dir/outgoing-stream-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/pending-account.cpp.o CMakeFiles/telepathy-qt5.dir/pending-captchas.cpp.o CMakeFiles/telepathy-qt5.dir/pending-channel.cpp.o CMakeFiles/telepathy-qt5.dir/pending-channel-request.cpp.o CMakeFiles/telepathy-qt5.dir/pending-connection.cpp.o CMakeFiles/telepathy-qt5.dir/pending-contact-attributes.cpp.o CMakeFiles/telepathy-qt5.dir/pending-contact-info.cpp.o CMakeFiles/telepathy-qt5.dir/pending-contacts.cpp.o CMakeFiles/telepathy-qt5.dir/pending-dbus-tube-connection.cpp.o CMakeFiles/telepathy-qt5.dir/pending-debug-message-list.cpp.o CMakeFiles/telepathy-qt5.dir/pending-handles.cpp.o CMakeFiles/telepathy-qt5.dir/pending-operation.cpp.o CMakeFiles/telepathy-qt5.dir/pending-ready.cpp.o CMakeFiles/telepathy-qt5.dir/pending-send-message.cpp.o CMakeFiles/telepathy-qt5.dir/pending-string.cpp.o CMakeFiles/telepathy-qt5.dir/pending-string-list.cpp.o CMakeFiles/telepathy-qt5.dir/pending-stream-tube-connection.cpp.o CMakeFiles/telepathy-qt5.dir/pending-variant.cpp.o CMakeFiles/telepathy-qt5.dir/presence.cpp.o CMakeFiles/telepathy-qt5.dir/pending-variant-map.cpp.o CMakeFiles/telepathy-qt5.dir/profile.cpp.o CMakeFiles/telepathy-qt5.dir/profile-manager.cpp.o CMakeFiles/telepathy-qt5.dir/properties.cpp.o CMakeFiles/telepathy-qt5.dir/protocol-info.cpp.o CMakeFiles/telepathy-qt5.dir/protocol-parameter.cpp.o CMakeFiles/telepathy-qt5.dir/readiness-helper.cpp.o CMakeFiles/telepathy-qt5.dir/requestable-channel-class-spec.cpp.o CMakeFiles/telepathy-qt5.dir/ready-object.cpp.o CMakeFiles/telepathy-qt5.dir/referenced-handles.cpp.o CMakeFiles/telepathy-qt5.dir/request-temporary-handler-internal.cpp.o CMakeFiles/telepathy-qt5.dir/room-list-channel.cpp.o CMakeFiles/telepathy-qt5.dir/server-authentication-channel.cpp.o CMakeFiles/telepathy-qt5.dir/simple-call-observer.cpp.o CMakeFiles/telepathy-qt5.dir/simple-observer.cpp.o CMakeFiles/telepathy-qt5.dir/simple-stream-tube-handler.cpp.o CMakeFiles/telepathy-qt5.dir/simple-text-observer.cpp.o CMakeFiles/telepathy-qt5.dir/stream-tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/stream-tube-client.cpp.o CMakeFiles/telepathy-qt5.dir/stream-tube-server.cpp.o CMakeFiles/telepathy-qt5.dir/streamed-media-channel.cpp.o CMakeFiles/telepathy-qt5.dir/text-channel.cpp.o CMakeFiles/telepathy-qt5.dir/tls-certificate.cpp.o CMakeFiles/telepathy-qt5.dir/tube-channel.cpp.o CMakeFiles/telepathy-qt5.dir/types.cpp.o CMakeFiles/telepathy-qt5.dir/utils.cpp.o /usr/lib/libQt5DBus.so.5.6.1 /usr/lib/libQt5Network.so.5.6.1 /usr/lib/libQt5Xml.so.5.6.1 /usr/lib/libQt5Core.so.5.6.1 cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/cmake -E cmake_symlink_library libtelepathy-qt5.so.0.0.9.7 libtelepathy-qt5.so.0 libtelepathy-qt5.so make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 65%] Built target telepathy-qt5 make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target svc-debug-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 65%] Generating _gen/spec-svc-debug.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/svc-debug.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-debug.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 65%] Built target svc-debug-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-debug-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-debug-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_service-debug-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_service-debug-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-debug-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-debug-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 66%] Generating _gen/svc-debug.h, _gen/svc-debug.cpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-svc-gen.py --group=servicecm --namespace=Tp::Service --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-debug.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-debug.cpp --realinclude=TelepathyQt/_gen/svc-debug.h --mocinclude=TelepathyQt/_gen/svc-debug.moc.hpp --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-debug.xml --visibility=TP_QT_EXPORT make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 66%] Built target generate_service-debug-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-svc-debug.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 66%] Generating _gen/svc-debug.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-debug.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-debug.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 67%] Built target moc-svc-debug.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target svc-call-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 67%] Generating _gen/spec-svc-call.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/svc-call.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-call.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 67%] Built target svc-call-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-call-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-call-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_service-call-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_service-call-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-call-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-call-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 67%] Generating _gen/svc-call.h, _gen/svc-call.cpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-svc-gen.py --group=servicecall --namespace=Tp::Service --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-call.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-call.cpp --realinclude=TelepathyQt/_gen/svc-call.h --mocinclude=TelepathyQt/_gen/svc-call.moc.hpp --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-call.xml --visibility=TP_QT_EXPORT make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 67%] Built target generate_service-call-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-svc-call.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 67%] Generating _gen/svc-call.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-call.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-call.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 68%] Built target moc-svc-call.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target svc-channel-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 68%] Generating _gen/spec-svc-channel.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/svc-channel.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-channel.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 68%] Built target svc-channel-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-channel-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_service-channel-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_service-channel-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-channel-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 68%] Generating _gen/svc-channel.h, _gen/svc-channel.cpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-svc-gen.py --group=servicechannel --namespace=Tp::Service --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-channel.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-channel.cpp --realinclude=TelepathyQt/_gen/svc-channel.h --mocinclude=TelepathyQt/_gen/svc-channel.moc.hpp --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-channel.xml --visibility=TP_QT_EXPORT WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Channel" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Channel" make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 69%] Built target generate_service-channel-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-svc-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 69%] Generating _gen/svc-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 69%] Built target moc-svc-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target svc-connection-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 69%] Generating _gen/spec-svc-connection.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/svc-connection.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-connection.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 69%] Built target svc-connection-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_service-connection-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_service-connection-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 69%] Generating _gen/svc-connection.h, _gen/svc-connection.cpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-svc-gen.py --group=serviceconn --namespace=Tp::Service --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection.cpp --realinclude=TelepathyQt/_gen/svc-connection.h --mocinclude=TelepathyQt/_gen/svc-connection.moc.hpp --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-connection.xml --visibility=TP_QT_EXPORT make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 69%] Built target generate_service-connection-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-svc-connection.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 69%] Generating _gen/svc-connection.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 69%] Built target moc-svc-connection.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/DependInfo.cmake --color= Scanning dependencies of target svc-connection-manager-spec-xincludator make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 70%] Generating _gen/spec-svc-connection-manager.xml cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/xincludator.py /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/svc-connection-manager.xml > /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-connection-manager.xml make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 70%] Built target svc-connection-manager-spec-xincludator make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/DependInfo.cmake --color= Scanning dependencies of target generate_service-connection-manager-body make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 70%] Generating _gen/svc-connection-manager.h, _gen/svc-connection-manager.cpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt && /usr/bin/python2 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/tools/qt-svc-gen.py --group=servicecm --namespace=Tp::Service --typesnamespace=Tp --headerfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection-manager.h --implfile=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection-manager.cpp --realinclude=TelepathyQt/_gen/svc-connection-manager.h --mocinclude=TelepathyQt/_gen/svc-connection-manager.moc.hpp --specxml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/spec-svc-connection-manager.xml --visibility=TP_QT_EXPORT WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" WARNING: Failed to resolve dbus-ref to "org.freedesktop.Telepathy.Channel.Interface.Addressing1" in "org.freedesktop.Telepathy.Protocol.Interface.Addressing" make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 70%] Built target generate_service-connection-manager-body make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-svc-connection-manager.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 70%] Generating _gen/svc-connection-manager.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection-manager.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 71%] Built target moc-svc-connection-manager.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-dbus-service.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 71%] Generating _gen/dbus-service.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-service.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 71%] Built target moc-dbus-service.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-channel-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 71%] Generating _gen/base-channel-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-channel-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 71%] Built target moc-base-channel-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-channel.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/base-channel.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-channel.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-base-channel.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-protocol-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/base-protocol-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-protocol-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-base-protocol-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-protocol.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/base-protocol.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-protocol.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-base-protocol.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-abstract-adaptor.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/abstract-adaptor.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/abstract-adaptor.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/abstract-adaptor.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-abstract-adaptor.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-dbus-object.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/dbus-object.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-object.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-object.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-dbus-object.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-connection-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/base-connection-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-connection-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-base-connection-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-connection-manager-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/base-connection-manager-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-connection-manager-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-base-connection-manager-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-call.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/base-call.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-call.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-call.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-base-call.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-call-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/base-call-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-call-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-call-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-base-call-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-connection-manager.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/base-connection-manager.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-connection-manager.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-base-connection-manager.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-connection.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Generating _gen/base-connection.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-connection.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 72%] Built target moc-base-connection.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-debug.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 73%] Generating _gen/base-debug.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-debug.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-debug.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 73%] Built target moc-base-debug.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-io-device.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 74%] Generating _gen/io-device.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/io-device.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/io-device.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 74%] Built target moc-io-device.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/DependInfo.cmake --color= Scanning dependencies of target moc-base-debug-internal.moc.hpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 74%] Generating _gen/base-debug-internal.moc.hpp cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/lib/qt5/bin/moc -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtWidgets -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtCore -I/usr/lib/qt5/./mkspecs/linux-g++ -I/usr/include -D_BSD_SOURCE -D_DEFAULT_SOURCE -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -DBUILDING_TP_QT -i -o /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/base-debug-internal.moc.hpp /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-debug-internal.h make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[1]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 74%] Built target moc-base-debug-internal.moc.hpp make[1]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/depend make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/DependInfo.cmake --color= Scanning dependencies of target telepathy-qt5-service make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' /usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/build make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-call.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-debug.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-debug.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-debug.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 75%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/dbus-error.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/dbus-error.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-error.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/dbus-object.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/dbus-object.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-object.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/io-device.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/io-device.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/io-device.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/abstract-adaptor.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/abstract-adaptor.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/abstract-adaptor.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/_gen/svc-channel.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-channel.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-channel.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/_gen/svc-call.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-call.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-call.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 76%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 77%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection-manager.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection-manager.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-connection-manager.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 77%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/_gen/svc-debug.cpp.o cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/c++ -DBUILDING_TP_QT -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -D_BSD_SOURCE -D_DEFAULT_SOURCE -Dtelepathy_qt5_service_EXPORTS -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7 -I/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build -isystem /usr/lib/qt5/include -isystem /usr/lib/qt5/include/QtCore -isystem /usr/lib/qt5/./mkspecs/linux-g++ -isystem /usr/lib/qt5/include/QtDBus -I/usr/lib/qt5/include/QtGui -I/usr/lib/qt5/include/QtNetwork -I/usr/lib/qt5/include/QtTest -I/usr/lib/qt5/include/QtWidgets -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -fPIC -fPIC -o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-debug.cpp.o -c /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/svc-debug.cpp make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' make[2]: Entering directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' [ 77%] Linking CXX shared library libtelepathy-qt5-service.so cd /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt && /usr/bin/cmake -E cmake_link_script CMakeFiles/telepathy-qt5-service.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wno-error=deprecated-declarations -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -ggdb -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -Wl,-soname,libtelepathy-qt5-service.so.0 -o libtelepathy-qt5-service.so.0.0.9.7 CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o CMakeFiles/telepathy-qt5-service.dir/base-debug.cpp.o CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o CMakeFiles/telepathy-qt5-service.dir/dbus-error.cpp.o CMakeFiles/telepathy-qt5-service.dir/dbus-object.cpp.o CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o CMakeFiles/telepathy-qt5-service.dir/io-device.cpp.o CMakeFiles/telepathy-qt5-service.dir/abstract-adaptor.cpp.o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-channel.cpp.o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-call.cpp.o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection.cpp.o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-connection-manager.cpp.o CMakeFiles/telepathy-qt5-service.dir/_gen/svc-debug.cpp.o /usr/lib/libQt5DBus.so.5.6.1 /usr/lib/libQt5Core.so.5.6.1 CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::Debug::~Debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::Debug::~Debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::Debug::~Debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::Debug::~Debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' CMakeFiles/telepathy-qt5-service.dir/base-call.cpp.o: In function `Tp::Debug::~Debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::BaseConnectionManager::Adaptee::getParameters(QString const&, Tp::MethodInvocationContextPtr<QList<Tp::ParamSpec>, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil> const&)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.cpp:93: undefined reference to `Tp::checkValidProtocolName(QString const&)' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.cpp:108: undefined reference to `Tp::ProtocolParameter::bareParameter() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.cpp:113: undefined reference to `Tp::parseValueWithDBusSignature(QString const&, QString const&)' CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::BaseConnectionManager::Adaptee::requestConnection(QString const&, QMap<QString, QVariant> const&, Tp::MethodInvocationContextPtr<QString, QDBusObjectPath, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil> const&)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection-manager.cpp:135: undefined reference to `Tp::checkValidProtocolName(QString const&)' CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `Tp::Debug::~Debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `QList<Tp::ProtocolParameter>::node_destruct(QList<Tp::ProtocolParameter>::Node*, QList<Tp::ProtocolParameter>::Node*)': /usr/lib/qt5/include/QtCore/qlist.h:484: undefined reference to `Tp::ProtocolParameter::~ProtocolParameter()' CMakeFiles/telepathy-qt5-service.dir/base-connection-manager.cpp.o: In function `QList<Tp::ProtocolParameter>::node_copy(QList<Tp::ProtocolParameter>::Node*, QList<Tp::ProtocolParameter>::Node*, QList<Tp::ProtocolParameter>::Node*)': /usr/lib/qt5/include/QtCore/qlist.h:452: undefined reference to `Tp::ProtocolParameter::ProtocolParameter(Tp::ProtocolParameter const&)' /usr/lib/qt5/include/QtCore/qlist.h:458: undefined reference to `Tp::ProtocolParameter::~ProtocolParameter()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Private::~Private()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2159: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2159: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::supportedAvatarMimeTypes() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2187: undefined reference to `Tp::AvatarSpec::supportedMimeTypes() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::minimumAvatarHeight() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2192: undefined reference to `Tp::AvatarSpec::minimumHeight() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::minimumAvatarWidth() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2197: undefined reference to `Tp::AvatarSpec::minimumWidth() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::recommendedAvatarHeight() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2202: undefined reference to `Tp::AvatarSpec::recommendedHeight() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::recommendedAvatarWidth() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2207: undefined reference to `Tp::AvatarSpec::recommendedWidth() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarHeight() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2212: undefined reference to `Tp::AvatarSpec::maximumHeight() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarWidth() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2217: undefined reference to `Tp::AvatarSpec::maximumWidth() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarBytes() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2222: undefined reference to `Tp::AvatarSpec::maximumBytes() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Private::Private(Tp::BaseConnectionAvatarsInterface*)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2161: undefined reference to `Tp::AvatarSpec::AvatarSpec()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2161: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::avatarDetails() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2318: undefined reference to `Tp::AvatarSpec::AvatarSpec(Tp::AvatarSpec const&)' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::setAvatarDetails(Tp::AvatarSpec const&)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2323: undefined reference to `Tp::AvatarSpec::operator=(Tp::AvatarSpec const&)' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o:/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: more undefined references to `Tp::enabledDebug()' follow CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::supportedAvatarMimeTypes() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2187: undefined reference to `Tp::AvatarSpec::supportedMimeTypes() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarWidth() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2217: undefined reference to `Tp::AvatarSpec::maximumWidth() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarHeight() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2212: undefined reference to `Tp::AvatarSpec::maximumHeight() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::maximumAvatarBytes() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2222: undefined reference to `Tp::AvatarSpec::maximumBytes() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::recommendedAvatarWidth() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2207: undefined reference to `Tp::AvatarSpec::recommendedWidth() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::recommendedAvatarHeight() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2202: undefined reference to `Tp::AvatarSpec::recommendedHeight() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::minimumAvatarWidth() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2197: undefined reference to `Tp::AvatarSpec::minimumWidth() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionAvatarsInterface::Adaptee::minimumAvatarHeight() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:2192: undefined reference to `Tp::AvatarSpec::minimumHeight() const' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnectionSimplePresenceInterface::setPresences(Tp::SimpleContactPresences const&)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:1178: undefined reference to `Tp::operator==(Tp::SimplePresence const&, Tp::SimplePresence const&)' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o:/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: more undefined references to `Tp::enabledDebug()' follow CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::BaseConnection::registerObject(Tp::DBusError*)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-connection.cpp:681: undefined reference to `Tp::checkValidProtocolName(QString const&)' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-connection.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::BaseChannelFileTransferType::createSocket(unsigned int, unsigned int, QDBusVariant const&, Tp::DBusError*)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1068: undefined reference to `QHostAddress::QHostAddress()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1075: undefined reference to `QHostAddress::QHostAddress(QHostAddress::SpecialAddress)' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1075: undefined reference to `QHostAddress::operator=(QHostAddress const&)' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1075: undefined reference to `QHostAddress::~QHostAddress()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1068: undefined reference to `QHostAddress::~QHostAddress()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1072: undefined reference to `QHostAddress::QHostAddress(QHostAddress::SpecialAddress)' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1072: undefined reference to `QHostAddress::operator=(QHostAddress const&)' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1087: undefined reference to `QTcpServer::QTcpServer(QObject*)' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1088: undefined reference to `QTcpServer::setMaxPendingConnections(int)' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1092: undefined reference to `QTcpServer::listen(QHostAddress const&, unsigned short)' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1094: undefined reference to `QTcpServer::errorString() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1068: undefined reference to `QHostAddress::~QHostAddress()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1072: undefined reference to `QHostAddress::~QHostAddress()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1075: undefined reference to `QHostAddress::~QHostAddress()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::BaseChannelFileTransferType::setTransferredBytes(unsigned long long)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1137: undefined reference to `QTcpServer::close()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::BaseChannelFileTransferType::socketAddress() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1106: undefined reference to `QTcpServer::serverAddress() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1106: undefined reference to `QHostAddress::protocol() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1106: undefined reference to `QHostAddress::~QHostAddress()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1115: undefined reference to `QTcpServer::serverAddress() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1115: undefined reference to `QHostAddress::toString() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1115: undefined reference to `QHostAddress::~QHostAddress()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1116: undefined reference to `QTcpServer::serverPort() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1109: undefined reference to `QTcpServer::serverAddress() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1109: undefined reference to `QHostAddress::toString() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1109: undefined reference to `QHostAddress::~QHostAddress()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1110: undefined reference to `QTcpServer::serverPort() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1115: undefined reference to `QHostAddress::~QHostAddress()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1106: undefined reference to `QHostAddress::~QHostAddress()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-channel.cpp:1109: undefined reference to `QHostAddress::~QHostAddress()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o:/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: more undefined references to `Tp::enabledDebug()' follow CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-channel.cpp.o: In function `Tp::Debug::~Debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Private::~Private()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1020: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Private::Private(Tp::BaseProtocolAvatarsInterface*)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1023: undefined reference to `Tp::AvatarSpec::AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::avatarDetails() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1101: undefined reference to `Tp::AvatarSpec::AvatarSpec(Tp::AvatarSpec const&)' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::supportedAvatarMIMETypes() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:982: undefined reference to `Tp::AvatarSpec::supportedMimeTypes() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:982: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:982: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::minimumAvatarHeight() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:987: undefined reference to `Tp::AvatarSpec::minimumHeight() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:987: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:987: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::minimumAvatarWidth() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:992: undefined reference to `Tp::AvatarSpec::minimumWidth() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:992: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:992: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::recommendedAvatarHeight() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:997: undefined reference to `Tp::AvatarSpec::recommendedHeight() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:997: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:997: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::recommendedAvatarWidth() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1002: undefined reference to `Tp::AvatarSpec::recommendedWidth() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1002: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1002: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::maximumAvatarHeight() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1007: undefined reference to `Tp::AvatarSpec::maximumHeight() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1007: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1007: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::maximumAvatarWidth() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1012: undefined reference to `Tp::AvatarSpec::maximumWidth() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1012: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1012: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::Adaptee::maximumAvatarBytes() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1017: undefined reference to `Tp::AvatarSpec::maximumBytes() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1017: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1017: undefined reference to `Tp::AvatarSpec::~AvatarSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocolAvatarsInterface::setAvatarDetails(Tp::AvatarSpec const&)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:1121: undefined reference to `Tp::AvatarSpec::operator=(Tp::AvatarSpec const&)' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::RequestableChannelClassSpecList::bareClasses() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/requestable-channel-class-spec.h:129: undefined reference to `Tp::RequestableChannelClassSpec::bareClass() const' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::PresenceSpecList::bareSpecs() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.h:157: undefined reference to `Tp::PresenceSpec::bareSpec() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.h:157: undefined reference to `Tp::PresenceSpec::presence(QString const&) const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.h:157: undefined reference to `Tp::Presence::status() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.h:157: undefined reference to `Tp::Presence::~Presence()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/presence.h:157: undefined reference to `Tp::Presence::~Presence()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::BaseProtocol::Adaptee::parameters() const': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:100: undefined reference to `Tp::ProtocolParameter::bareParameter() const' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/base-protocol.cpp:105: undefined reference to `Tp::parseValueWithDBusSignature(QString const&, QString const&)' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `Tp::Debug::~Debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `QList<Tp::PresenceSpec>::node_destruct(QList<Tp::PresenceSpec>::Node*, QList<Tp::PresenceSpec>::Node*)': /usr/lib/qt5/include/QtCore/qlist.h:484: undefined reference to `Tp::PresenceSpec::~PresenceSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `QList<Tp::PresenceSpec>::node_copy(QList<Tp::PresenceSpec>::Node*, QList<Tp::PresenceSpec>::Node*, QList<Tp::PresenceSpec>::Node*)': /usr/lib/qt5/include/QtCore/qlist.h:452: undefined reference to `Tp::PresenceSpec::PresenceSpec(Tp::PresenceSpec const&)' /usr/lib/qt5/include/QtCore/qlist.h:458: undefined reference to `Tp::PresenceSpec::~PresenceSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `QList<Tp::RequestableChannelClassSpec>::node_destruct(QList<Tp::RequestableChannelClassSpec>::Node*, QList<Tp::RequestableChannelClassSpec>::Node*)': /usr/lib/qt5/include/QtCore/qlist.h:484: undefined reference to `Tp::RequestableChannelClassSpec::~RequestableChannelClassSpec()' CMakeFiles/telepathy-qt5-service.dir/base-protocol.cpp.o: In function `QList<Tp::RequestableChannelClassSpec>::node_copy(QList<Tp::RequestableChannelClassSpec>::Node*, QList<Tp::RequestableChannelClassSpec>::Node*, QList<Tp::RequestableChannelClassSpec>::Node*)': /usr/lib/qt5/include/QtCore/qlist.h:452: undefined reference to `Tp::RequestableChannelClassSpec::RequestableChannelClassSpec(Tp::RequestableChannelClassSpec const&)' /usr/lib/qt5/include/QtCore/qlist.h:458: undefined reference to `Tp::RequestableChannelClassSpec::~RequestableChannelClassSpec()' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:124: undefined reference to `Tp::enabledDebug()' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::Debug::~Debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::warning()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:129: undefined reference to `Tp::enabledWarning()' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::Debug::~Debug()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/debug-internal.h:64: undefined reference to `Tp::Debug::invokeDebugCallback()' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::DBusService::DBusService(QDBusConnection const&)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:70: undefined reference to `Tp::Object::Object()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:70: undefined reference to `Tp::Object::~Object()' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::DBusService::~DBusService()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:77: undefined reference to `Tp::Object::~Object()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:77: undefined reference to `Tp::Object::~Object()' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::AbstractDBusServiceInterface::AbstractDBusServiceInterface(QString const&)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:236: undefined reference to `Tp::Object::Object()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:236: undefined reference to `Tp::Object::~Object()' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::AbstractDBusServiceInterface::~AbstractDBusServiceInterface()': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:243: undefined reference to `Tp::Object::~Object()' /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/TelepathyQt/dbus-service.cpp:243: undefined reference to `Tp::Object::~Object()' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::DBusService::qt_metacast(char const*)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-service.moc.hpp:78: undefined reference to `Tp::Object::qt_metacast(char const*)' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::AbstractDBusServiceInterface::qt_metacast(char const*)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-service.moc.hpp:146: undefined reference to `Tp::Object::qt_metacast(char const*)' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::DBusService::qt_metacall(QMetaObject::Call, int, void**)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-service.moc.hpp:83: undefined reference to `Tp::Object::qt_metacall(QMetaObject::Call, int, void**)' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o: In function `Tp::AbstractDBusServiceInterface::qt_metacall(QMetaObject::Call, int, void**)': /home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build/TelepathyQt/_gen/dbus-service.moc.hpp:151: undefined reference to `Tp::Object::qt_metacall(QMetaObject::Call, int, void**)' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o:(.data.rel.ro._ZTIN2Tp11DBusServiceE[_ZTIN2Tp11DBusServiceE]+0x8): undefined reference to `typeinfo for Tp::Object' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o:(.data.rel.ro._ZTIN2Tp28AbstractDBusServiceInterfaceE[_ZTIN2Tp28AbstractDBusServiceInterfaceE]+0x8): undefined reference to `typeinfo for Tp::Object' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o:(.data.rel.ro+0x0): undefined reference to `Tp::Object::staticMetaObject' CMakeFiles/telepathy-qt5-service.dir/dbus-service.cpp.o:(.data.rel.ro+0x18): undefined reference to `Tp::Object::staticMetaObject' collect2: error: ld returned 1 exit status TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/build.make:1519: recipe for target 'TelepathyQt/libtelepathy-qt5-service.so.0.0.9.7' failed make[2]: *** [TelepathyQt/libtelepathy-qt5-service.so.0.0.9.7] Error 1 make[2]: Leaving directory '/home/david/telepathy-qt/BUILD/telepathy-qt-0.9.7/build' CMakeFiles/Makefile2:7004: recipe for target 'TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/all' failed make[1]: *** [TelepathyQt/CMakeFiles/telepathy-qt5-service.dir/all] Error 2 Makefile:141: recipe for target 'all' failed make: *** [all] Error 2 error: Bad exit status from /home/david/telepathy-qt/BUILDROOT/rpm-tmp.9lTHWp (%build) RPM build errors: Macro %enable_debug defined but not used within scope Bad exit status from /home/david/telepathy-qt/BUILDROOT/rpm-tmp.9lTHWp (%build)
View Attachment As Raw
Actions:
View
Attachments on
bug 19184
: 8330