-------------------------------------------------------------------------------
-- Phase: setup
-------------------------------------------------------------------------------
Installing /packages/All/expat-2.2.8.txz
Installing /packages/All/libICE-1.0.10,1.txz
Installing /packages/All/libSM-1.2.3,1.txz
Installing /packages/All/libXau-1.0.9.txz
Installing /packages/All/libxml2-2.9.10.txz
Installing /packages/All/libpthread-stubs-0.4.txz
Installing /packages/All/xorgproto-2020.1.txz
Installing /packages/All/libXdmcp-1.1.3.txz
Installing /packages/All/libxcb-1.13.1.txz
Installing /packages/All/libX11-1.6.9_1,1.txz
Installing /packages/All/dbus-1.12.16.txz
===> Creating groups.
Creating group 'messagebus' with gid '556'.
===> Creating users
Creating user 'messagebus' with uid '556'.
Installing /packages/All/indexinfo-0.3.1.txz
Installing /packages/All/gettext-runtime-0.20.2.txz
Installing /packages/All/pcre-8.43_2.txz
Installing /packages/All/libffi-3.2.1_3.txz
Installing /packages/All/libiconv-1.14_11.txz
Installing /packages/All/ncurses-6.1.20190525.txz
Installing /packages/All/readline-8.0.4.txz
Installing /packages/All/openssl-1.1.1g,1.txz
Installing /packages/All/python37-3.7.7.txz
=====
Message from python37-3.7.7:
--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
py37-gdbm databases/py-gdbm@py37
py37-sqlite3 databases/py-sqlite3@py37
py37-tkinter x11-toolkits/py-tkinter@py37
Installing /packages/All/glib-2.56.3_7,1.txz
No schema files found: doing nothing.
Installing /packages/All/dbus-glib-0.110.txz
Installing /packages/All/pydbus-common-1.2.16.txz
Installing /packages/All/py37-dbus-1.2.16.txz
Installing /packages/All/libnghttp2-1.40.0.txz
Installing /packages/All/ca_root_nss-3.52.txz
=====
Message from ca_root_nss-3.52:
--
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.
Assessment and verification of trust is the complete responsibility of the
system administrator.
This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.
This enables SSL Certificate Verification by client software without manual
intervention.
If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.
* /etc/ssl/cert.pem
* /usr/local/etc/ssl/cert.pem
* /usr/local/openssl/cert.pem
Installing /packages/All/curl-7.70.0.txz
Installing /packages/All/jsoncpp-1.9.2.txz
Installing /packages/All/libuv-1.37.0.txz
Installing /packages/All/rhash-1.3.9.txz
Installing /packages/All/liblz4-1.9.2_1,1.txz
Installing /packages/All/lzo2-2.10_1.txz
Installing /packages/All/libarchive-3.4.2,1.txz
Installing /packages/All/cmake-3.17.2.txz
Installing /packages/All/libtextstyle-0.20.2.txz
Installing /packages/All/gettext-tools-0.20.2.txz
Installing /packages/All/libgpg-error-1.37.txz
Installing /packages/All/libgcrypt-1.8.5.txz
Installing /packages/All/libxslt-1.1.34_1.txz
Installing /packages/All/pkgconf-1.6.3,1.txz
Installing /packages/All/gobject-introspection-1.56.1,1.txz
Installing /packages/All/gstreamer-0.10.36_6.txz
Installing /packages/All/orc-0.4.31.txz
Installing /packages/All/libXext-1.3.4,1.txz
Installing /packages/All/libXv-1.0.11_2,1.txz
Installing /packages/All/gstreamer-plugins-0.10.36_12,3.txz
Installing /packages/All/qtchooser-66_2.txz
=====
Message from qtchooser-66_2:
--
qtchooser is a wrapper that allows selecting whether Qt4 or Qt5 binaries for
qmake, moc and other tools will be run when invoking the binaries in $PATH.
By default, the Qt5 versions are run. It is possible to change the behavior by
setting the QT_SELECT environment variable to "qt4". See qtchooser(1) for more
information.
Installing /packages/All/perl5-5.30.2.txz
=====
Message from perl5-5.30.2:
--
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:
#!/usr/local/bin/perl
or
#!/usr/bin/env perl
The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
Installing /packages/All/qt5-buildtools-5.14.2.txz
Installing /packages/All/qt5-qmake-5.14.2.txz
Installing /packages/All/icu-67.1,1.txz
Installing /packages/All/pcre2-10.35.txz
Installing /packages/All/qt5-core-5.14.2_2.txz
Installing /packages/All/qt5-testlib-5.14.2.txz
Installing /packages/All/libevdev-1.5.9.txz
Installing /packages/All/freetype2-2.10.1.txz
=====
Message from freetype2-2.10.1:
--
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).
The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:
FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
cff:no-stem-darkening=1 \
autofitter:warping=1
This allows to select, say, the subpixel hinting mode at runtime for a given
application.
If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
the foundry and information whether they contain wide characters. For example,
"Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
run time with using pcf:no-long-family-names property, if needed. Example:
FREETYPE_PROPERTIES=pcf:no-long-family-names=1
How to recreate fontconfig cache with using such environment variable,
if needed:
# env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed).
Installing /packages/All/fontconfig-2.13.92_2,1.txz
Running fc-cache to build fontconfig cache...
Font directories:
/usr/local/share/fonts
/usr/local/lib/X11/fonts
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
fc-cache: succeeded
Installing /packages/All/graphite2-1.3.14.txz
Installing /packages/All/harfbuzz-2.6.5.txz
Installing /packages/All/libudev-devd-0.4.2.txz
Installing /packages/All/libmtdev-1.1.5_2.txz
Installing /packages/All/py37-setuptools-44.0.0.txz
Installing /packages/All/py37-evdev-0.8.1_1.txz
Installing /packages/All/py37-six-1.14.0.txz
Installing /packages/All/py37-pyudev-0.22.0.txz
Installing /packages/All/libinput-1.12.6_1.txz
Installing /packages/All/png-1.6.37.txz
Installing /packages/All/xcb-util-0.4.0_2,1.txz
Installing /packages/All/xcb-util-image-0.4.0_1.txz
Installing /packages/All/xcb-util-keysyms-0.4.0_1.txz
Installing /packages/All/xcb-util-renderutil-0.3.9_1.txz
Installing /packages/All/xcb-util-wm-0.4.1_3.txz
Installing /packages/All/xkeyboard-config-2.29.txz
Installing /packages/All/libxkbcommon-0.10.0_2.txz
=====
Message from libxkbcommon-0.10.0_2:
--
If arrow keys don't work under X11 switch to legacy rules e.g.,
For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
export XKB_DEFAULT_RULES=xorg
For csh/tcsh run and (optionally) add into ~/.login:
setenv XKB_DEFAULT_RULES xorg
Installing /packages/All/wayland-1.16.0.txz
Installing /packages/All/pciids-20200421.txz
Installing /packages/All/libpciaccess-0.16.txz
Installing /packages/All/libdrm-2.4.101.txz
Installing /packages/All/libelf-0.8.13_3.txz
Installing /packages/All/libXfixes-5.0.3_2.txz
Installing /packages/All/libXdamage-1.1.5.txz
Installing /packages/All/libXrender-0.9.10_2.txz
Installing /packages/All/libXrandr-1.5.2.txz
Installing /packages/All/libxshmfence-1.3.txz
Installing /packages/All/libXxf86vm-1.1.4_3.txz
Installing /packages/All/mesa-libs-19.0.8.txz
=====
Message from mesa-libs-19.0.8:
--
===> NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Uses Python 2.7 which is EOLed upstream.
It is scheduled to be removed on or after 2020-12-31.
Installing /packages/All/jpeg-turbo-2.0.4.txz
Installing /packages/All/qt5-dbus-5.14.2.txz
Installing /packages/All/qt5-network-5.14.2.txz
Installing /packages/All/hicolor-icon-theme-0.17.txz
Installing /packages/All/xprop-1.2.4.txz
Installing /packages/All/libXt-1.2.0,1.txz
Installing /packages/All/libXmu-1.1.3,1.txz
Installing /packages/All/xset-1.2.4_3.txz
Installing /packages/All/xdg-utils-1.1.3_1.txz
Installing /packages/All/vulkan-headers-1.1.108.0.txz
Installing /packages/All/encodings-1.0.5,1.txz
Installing /packages/All/libfontenc-1.1.4.txz
Installing /packages/All/mkfontscale-1.2.1.txz
Installing /packages/All/font-bh-ttf-1.0.3_4.txz
Installing /packages/All/font-misc-meltho-1.0.3_4.txz
Installing /packages/All/font-misc-ethiopic-1.0.3_4.txz
Installing /packages/All/dejavu-2.37_1.txz
=====
Message from dejavu-2.37_1:
--
Make sure that the freetype module is loaded. If it is not, add the following
line to the "Modules" section of your X Windows configuration file:
Load "freetype"
Add the following line to the "Files" section of X Windows configuration file:
FontPath "/usr/local/share/fonts/dejavu/"
Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
Installing /packages/All/xorg-fonts-truetype-7.7_1.txz
Installing /packages/All/libXi-1.7.10,1.txz
Installing /packages/All/qt5-gui-5.14.2.txz
Installing /packages/All/qt5-widgets-5.14.2.txz
Installing /packages/All/libltdl-2.4.6.txz
Installing /packages/All/giflib-5.2.1.txz
Installing /packages/All/jbigkit-2.1_1.txz
Installing /packages/All/tiff-4.1.0.txz
Installing /packages/All/webp-1.1.0.txz
Installing /packages/All/libgd-2.3.0,1.txz
Installing /packages/All/pixman-0.40.0.txz
Installing /packages/All/cairo-1.16.0,2.txz
Installing /packages/All/fribidi-0.19.7.txz
Installing /packages/All/libXft-2.3.3.txz
Installing /packages/All/pango-1.42.4_3.txz
Installing /packages/All/libXpm-3.5.13.txz
Installing /packages/All/libXaw-1.0.13_3,2.txz
Installing /packages/All/graphviz-2.44.0_2.txz
Installing /packages/All/vala-0.40.15,1.txz
Installing /packages/All/telepathy-glib-0.24.1_1.txz
=====
Message from telepathy-glib-0.24.1_1:
--
===> NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Uses Python 2.7 which is EOLed upstream.
It is scheduled to be removed on or after 2020-12-31.
Installing /packages/All/libnice-0.1.13.txz
Installing /packages/All/libunwind-20170615_1.txz
Installing /packages/All/gstreamer1-1.16.2.txz
Installing /packages/All/iso-codes-4.2.txz
Installing /packages/All/gstreamer1-plugins-1.16.2.txz
Installing /packages/All/libnice-gst1-0.1.13.txz
Installing /packages/All/gstreamer1-plugins-bad-1.16.2.txz
Installing /packages/All/gstreamer1-plugins-good-1.16.2.txz
Installing /packages/All/farstream-0.2.8_1.txz
Installing /packages/All/python27-2.7.18.txz
=====
Message from python27-2.7.18:
--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
bsddb databases/py-bsddb
gdbm databases/py-gdbm
sqlite3 databases/py-sqlite3
tkinter x11-toolkits/py-tkinter
Installing /packages/All/telepathy-farstream-0.6.2_2.txz
=====
Message from telepathy-farstream-0.6.2_2:
--
===> NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Uses Python 2.7 which is EOLed upstream.
It is scheduled to be removed on or after 2020-12-31.
Installing /packages/All/qt5-xml-5.14.2.txz
SUCCEEDED 00:01:48
-------------------------------------------------------------------------------
-- Phase: check-sanity
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: pkg-depends
-------------------------------------------------------------------------------
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/sbin/pkg - found
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: fetch-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: fetch
-------------------------------------------------------------------------------
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by telepathy-qt5-0.9.8_1 for building
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: checksum
-------------------------------------------------------------------------------
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by telepathy-qt5-0.9.8_1 for building
=> SHA256 Checksum OK for telepathy-qt-0.9.8.tar.gz.
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: extract-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: extract
-------------------------------------------------------------------------------
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by telepathy-qt5-0.9.8_1 for building
===> Extracting for telepathy-qt5-0.9.8_1
=> SHA256 Checksum OK for telepathy-qt-0.9.8.tar.gz.
Extracted Memory Use: 49.40M
SUCCEEDED 00:00:02
-------------------------------------------------------------------------------
-- Phase: patch-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: patch
-------------------------------------------------------------------------------
===> Patching for telepathy-qt5-0.9.8_1
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: build-depends
-------------------------------------------------------------------------------
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/lib/python3.7/site-packages/_dbus_bindings.so - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/bin/cmake - found
===> telepathy-qt5-0.9.8_1 depends on executable: msgfmt - found
===> telepathy-qt5-0.9.8_1 depends on executable: xsltproc - found
===> telepathy-qt5-0.9.8_1 depends on package: pkgconf>=1.3.0_1 - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/bin/python3.7 - found
===> telepathy-qt5-0.9.8_1 depends on package: gstreamer-plugins>=0.10.0 - found
===> telepathy-qt5-0.9.8_1 depends on package: gstreamer-plugins>=0 - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/lib/qt5/bin/moc - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/lib/qt5/bin/qmake - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/lib/qt5/libQt5Test.so - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/lib/qt5/libQt5Widgets.so - found
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: lib-depends
-------------------------------------------------------------------------------
===> telepathy-qt5-0.9.8_1 depends on shared library: libtelepathy-farstream.so - found (/usr/local/lib/libtelepathy-farstream.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libtelepathy-glib.so - found (/usr/local/lib/libtelepathy-glib.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libgstreamer-0.10.so - found (/usr/local/lib/libgstreamer-0.10.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libQt5Core.so - found (/usr/local/lib/qt5/libQt5Core.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libQt5DBus.so - found (/usr/local/lib/qt5/libQt5DBus.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libQt5Gui.so - found (/usr/local/lib/qt5/libQt5Gui.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libQt5Network.so - found (/usr/local/lib/qt5/libQt5Network.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libQt5Xml.so - found (/usr/local/lib/qt5/libQt5Xml.so)
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: configure
-------------------------------------------------------------------------------
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/lib/python3.7/site-packages/_dbus_bindings.so - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/bin/cmake - found
===> telepathy-qt5-0.9.8_1 depends on executable: msgfmt - found
===> telepathy-qt5-0.9.8_1 depends on executable: xsltproc - found
===> telepathy-qt5-0.9.8_1 depends on package: pkgconf>=1.3.0_1 - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/bin/python3.7 - found
===> telepathy-qt5-0.9.8_1 depends on package: gstreamer-plugins>=0.10.0 - found
===> telepathy-qt5-0.9.8_1 depends on package: gstreamer-plugins>=0 - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/lib/qt5/bin/moc - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/lib/qt5/bin/qmake - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/lib/qt5/libQt5Test.so - found
===> telepathy-qt5-0.9.8_1 depends on file: /usr/local/lib/qt5/libQt5Widgets.so - found
===> telepathy-qt5-0.9.8_1 depends on shared library: libtelepathy-farstream.so - found (/usr/local/lib/libtelepathy-farstream.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libtelepathy-glib.so - found (/usr/local/lib/libtelepathy-glib.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libgstreamer-0.10.so - found (/usr/local/lib/libgstreamer-0.10.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libQt5Core.so - found (/usr/local/lib/qt5/libQt5Core.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libQt5DBus.so - found (/usr/local/lib/qt5/libQt5DBus.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libQt5Gui.so - found (/usr/local/lib/qt5/libQt5Gui.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libQt5Network.so - found (/usr/local/lib/qt5/libQt5Network.so)
===> telepathy-qt5-0.9.8_1 depends on shared library: libQt5Xml.so - found (/usr/local/lib/qt5/libQt5Xml.so)
===> Configuring for telepathy-qt5-0.9.8_1
===> Performing out-of-source build
/bin/mkdir -p /construction/net-im/telepathy-qt/.build
-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is GNU 8.3.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
-- Performing Test QT_GLIB_SUPPORT
-- Performing Test QT_GLIB_SUPPORT - Success
-- Found Python3: /usr/local/bin/python3.7 (found version "3.7.7") found components: Interpreter
-- Found PkgConfig: pkgconf (found version "1.6.3")
-- Checking for module 'telepathy-glib>=0.18.0'
-- Found telepathy-glib, version 0.24.1
-- Found TelepathyGlib: /usr/local/lib/libtelepathy-glib.so (Required is at least version "0.18.0")
-- Checking for module 'glib-2.0'
-- Found glib-2.0, version 2.56.3
-- Checking for module 'gobject-2.0'
-- Found gobject-2.0, version 2.56.3
-- Found GObject libraries: gobject-2.0;glib-2.0;intl
-- Found GObject includes : /usr/local/include/glib-2.0
-- Checking for module 'gio-2.0'
-- Found gio-2.0, version 2.56.3
-- Checking for module 'gio-unix-2.0'
-- Found gio-unix-2.0, version 2.56.3
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (GIOUNIX)
does not match the name of the calling package (GIOUnix). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/modules/FindGIOUnix.cmake:29 (find_package_handle_standard_args)
CMakeLists.txt:188 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found GIOUNIX: /usr/local/include/gio-unix-2.0
-- Checking for module 'dbus-1'
-- Found dbus-1, version 1.12.16
-- Checking for module 'dbus-glib-1'
-- Found dbus-glib-1, version 0.110
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (DBUS_GLIB)
does not match the name of the calling package (DBusGLib). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/modules/FindDBusGLib.cmake:57 (find_package_handle_standard_args)
CMakeLists.txt:190 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found DBUS_GLIB: /usr/local/lib/libdbus-glib-1.so
-- Checking for module 'farstream-0.2>=0.2.0'
-- Found farstream-0.2, version 0.2.8
-- Found Farstream: /usr/local/lib/libfarstream-0.2.so
-- Checking for module 'telepathy-farstream>=0.6.0'
-- Found telepathy-farstream, version 0.6.2
-- Found TelepathyFarstream: /usr/local/lib/libtelepathy-farstream.so
-- Checking for module 'gstreamer-1.0'
-- Found gstreamer-1.0, version 1.16.2
-- Found GStreamer: /usr/local/lib/libgstreamer-1.0.so
-- The following features have been enabled:
* Qt GLib support, QtCore library using Glib's main event loop; needed, together with Telepathy-Glib, to build most of the unit tests
* dbus-python, GLib-based Python DBus support; needed to build some additional unit tests
-- The following RECOMMENDED packages have been found:
* TelepathyGlib (required version >= 0.18.0), Glib bindings for Telepathy,
Needed, together with Qt Glib integration, to build most of the unit tests
* Farstream, A Framework for dealing with audio/video conferencing protocols,
Needed, together with GStreamer and Telepathy-Farstream, to build telepathy-qt-farstream
* TelepathyFarstream, A Framework for dealing with audio/video conferencing protocols,
Needed, together with GStreamer and Farstream, to build telepathy-qt-farstream
* GStreamer, An open source multimedia framework,
Needed, together with Tp-Farstream, to build telepathy-qt-farstream and some additional examples
-- The following REQUIRED packages have been found:
* Qt5Core
* Qt5DBus
* Qt5Network
* Qt5Xml
* Qt5 (required version >= 5.6.0)
* Python3, Python Interpreter,
* PkgConfig
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BOOST_PYTHON_SUFFIX
CMAKE_MODULE_LINKER_FLAGS
DESIRED_QT_VERSION
ENABLE_FARSIGHT
Python_ADDITIONAL_VERSIONS
QT_QMAKE_EXECUTABLE
THREADS_HAVE_PTHREAD_ARG
-- Build files have been written to: /construction/net-im/telepathy-qt/.build
SUCCEEDED 00:00:17
-------------------------------------------------------------------------------
-- Phase: build
-------------------------------------------------------------------------------
===> Building for telepathy-qt5-0.9.8_1
/usr/local/bin/cmake -S/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -B/construction/net-im/telepathy-qt/.build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/bin/cmake -E cmake_progress_start /construction/net-im/telepathy-qt/.build/CMakeFiles /construction/net-im/telepathy-qt/.build/CMakeFiles/progress.marks
/usr/bin/make -f CMakeFiles/Makefile2 all
--- TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/all ---
--- TelepathyQt/CMakeFiles/future-ifaces-includator.dir/all ---
--- TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/depend
--- TelepathyQt/CMakeFiles/future-ifaces-includator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/future-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/future-ifaces-includator.dir/depend
--- TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/all ---
--- TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/depend ---
--- TelepathyQt/CMakeFiles/future-ifaces-includator.dir/all ---
--- TelepathyQt/CMakeFiles/future-ifaces-includator.dir/depend ---
--- TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/future-ifaces-includator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/future-ifaces-includator.dir/DependInfo.cmake --color=
Scanning dependencies of target future-ifaces-includator
/usr/bin/make -f TelepathyQt/CMakeFiles/future-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/future-ifaces-includator.dir/build
--- TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/all ---
Scanning dependencies of target stable-ifaces-includator
/usr/bin/make -f TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/build.make TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/build
--- TelepathyQt/CMakeFiles/future-ifaces-includator.dir/all ---
--- TelepathyQt/_gen/future-spec.xml ---
--- TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/all ---
--- TelepathyQt/_gen/stable-spec.xml ---
--- TelepathyQt/CMakeFiles/future-ifaces-includator.dir/all ---
[ 0%] Generating _gen/future-spec.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/future-interfaces.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-spec.xml
--- TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/all ---
[ 0%] Generating _gen/stable-spec.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/stable-interfaces.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml
--- TelepathyQt/CMakeFiles/future-ifaces-includator.dir/all ---
[ 0%] Built target future-ifaces-includator
--- TelepathyQt/CMakeFiles/future-constants.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/future-constants.dir/build.make TelepathyQt/CMakeFiles/future-constants.dir/depend
--- TelepathyQt/CMakeFiles/future-constants.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/future-constants.dir/DependInfo.cmake --color=
Scanning dependencies of target future-constants
/usr/bin/make -f TelepathyQt/CMakeFiles/future-constants.dir/build.make TelepathyQt/CMakeFiles/future-constants.dir/build
--- TelepathyQt/_gen/future-constants.h ---
[ 0%] Generating _gen/future-constants.h
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-constants-gen.py --namespace=TpFuture --define-prefix=TP_QT_FUTURE_ --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-spec.xml > /construction/net-im/telepathy-qt/.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"
[ 0%] Built target future-constants
--- TelepathyQt/CMakeFiles/future-typesgen.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/future-typesgen.dir/build.make TelepathyQt/CMakeFiles/future-typesgen.dir/depend
--- TelepathyQt/CMakeFiles/future-typesgen.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/future-typesgen.dir/DependInfo.cmake --color=
Scanning dependencies of target future-typesgen
/usr/bin/make -f TelepathyQt/CMakeFiles/future-typesgen.dir/build.make TelepathyQt/CMakeFiles/future-typesgen.dir/build
--- TelepathyQt/_gen/future-types.h ---
[ 0%] Generating _gen/future-types.h, _gen/future-types-body.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-types-gen.py --namespace=TpFuture --declfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-types.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-types-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-spec.xml
[ 0%] Built target future-typesgen
--- TelepathyQt/CMakeFiles/stable-ifaces-includator.dir/all ---
[ 0%] Built target stable-ifaces-includator
--- TelepathyQt/CMakeFiles/stable-constants.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/stable-constants.dir/build.make TelepathyQt/CMakeFiles/stable-constants.dir/depend
--- TelepathyQt/CMakeFiles/stable-constants.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/stable-constants.dir/DependInfo.cmake --color=
Scanning dependencies of target stable-constants
/usr/bin/make -f TelepathyQt/CMakeFiles/stable-constants.dir/build.make TelepathyQt/CMakeFiles/stable-constants.dir/build
--- TelepathyQt/_gen/constants.h ---
[ 0%] Generating _gen/constants.h
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-constants-gen.py --namespace=Tp --define-prefix=TP_QT_ --must-define=IN_TP_QT_HEADER --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml > /construction/net-im/telepathy-qt/.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"
[ 0%] Built target stable-constants
--- TelepathyQt/CMakeFiles/stable-typesgen.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/stable-typesgen.dir/build.make TelepathyQt/CMakeFiles/stable-typesgen.dir/depend
--- TelepathyQt/CMakeFiles/stable-typesgen.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/stable-typesgen.dir/DependInfo.cmake --color=
Scanning dependencies of target stable-typesgen
/usr/bin/make -f TelepathyQt/CMakeFiles/stable-typesgen.dir/build.make TelepathyQt/CMakeFiles/stable-typesgen.dir/build
--- TelepathyQt/_gen/types.h ---
[ 0%] Generating _gen/types.h, _gen/types-body.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-types-gen.py --namespace=Tp --declfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types-body.hpp --realinclude=TelepathyQt/types.h --prettyinclude=TelepathyQt/Types --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml
[ 1%] Built target stable-typesgen
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
--- TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/all ---
/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
--- TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/depend
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/all ---
Scanning dependencies of target svc-debug-spec-xincludator
--- TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/all ---
Scanning dependencies of target account-manager-spec-xincludator
--- TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/all ---
Scanning dependencies of target channel-spec-xincludator
--- TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/all ---
Scanning dependencies of target call-content-media-description-spec-xincludator
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/all ---
/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
--- TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/depend ---
--- TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/all ---
Scanning dependencies of target connection-manager-spec-xincludator
--- TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/all ---
Scanning dependencies of target svc-connection-spec-xincludator
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-account-manager.xml ---
--- TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-call-content-media-description.xml ---
--- TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-channel.xml ---
--- TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/all ---
Scanning dependencies of target svc-call-spec-xincludator
--- TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/all ---
Scanning dependencies of target call-stream-spec-xincludator
--- TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-connection-manager.xml ---
--- TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-svc-connection.xml ---
--- TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/all ---
[ 1%] Generating _gen/spec-call-content-media-description.xml
--- TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/all ---
[ 2%] Generating _gen/spec-channel.xml
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/all ---
Scanning dependencies of target call-stream-endpoint-spec-xincludator
--- TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-content-media-description.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-call-content-media-description.xml
--- TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-channel.xml
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/all ---
[ 2%] Generating _gen/spec-account-manager.xml
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account-manager.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-account-manager.xml
--- TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-call-stream.xml ---
--- TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/all ---
[ 2%] Generating _gen/spec-connection-manager.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/connection-manager.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-connection-manager.xml
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-svc-debug.xml ---
--- TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/all ---
[ 3%] Generating _gen/spec-call-stream.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-stream.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-call-stream.xml
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-call-stream-endpoint.xml ---
--- TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-svc-call.xml ---
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/all ---
[ 3%] Generating _gen/spec-svc-debug.xml
--- TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/all ---
[ 3%] Generating _gen/spec-svc-connection.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/svc-connection.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-svc-connection.xml
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/svc-debug.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-svc-debug.xml
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/all ---
[ 3%] Generating _gen/spec-svc-call.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/svc-call.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-svc-call.xml
--- TelepathyQt/CMakeFiles/call-content-media-description-spec-xincludator.dir/all ---
[ 3%] Built target call-content-media-description-spec-xincludator
--- TelepathyQt/CMakeFiles/account-manager-spec-xincludator.dir/all ---
[ 3%] Built target account-manager-spec-xincludator
--- TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/account-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/account-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/account-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/all ---
[ 3%] Generating _gen/spec-call-stream-endpoint.xml
--- TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-stream-endpoint.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-call-stream-endpoint.xml
--- TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/account-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/account-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/account-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/all ---
Scanning dependencies of target call-content-spec-xincludator
/usr/bin/make -f TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
Scanning dependencies of target telepathy-qt-test-backdoors
--- TelepathyQt/CMakeFiles/account-spec-xincludator.dir/all ---
Scanning dependencies of target account-spec-xincludator
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/build
--- TelepathyQt/CMakeFiles/account-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/account-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/account-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-call-content.xml ---
--- TelepathyQt/CMakeFiles/account-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-account.xml ---
--- TelepathyQt/CMakeFiles/connection-manager-spec-xincludator.dir/all ---
[ 3%] Built target connection-manager-spec-xincludator
--- TelepathyQt/CMakeFiles/call-stream-spec-xincludator.dir/all ---
[ 3%] Built target call-stream-spec-xincludator
--- TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/account-spec-xincludator.dir/all ---
[ 3%] Generating _gen/spec-account.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-account.xml
--- TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/all ---
[ 3%] Generating _gen/spec-call-content.xml
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/key-file.cpp.o ---
--- TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-content.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-call-content.xml
--- TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/all ---
Scanning dependencies of target media-session-handler-spec-xincludator
/usr/bin/make -f TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/all ---
Scanning dependencies of target svc-connection-manager-spec-xincludator
/usr/bin/make -f TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
[ 4%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/key-file.cpp.o
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/bin/c++ -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/telepathy-qt-test-backdoors.dir/key-file.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/key-file.cpp
--- TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-media-session-handler.xml ---
[ 4%] Generating _gen/spec-media-session-handler.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/media-session-handler.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-media-session-handler.xml
--- TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-svc-connection-manager.xml ---
[ 4%] Generating _gen/spec-svc-connection-manager.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/svc-connection-manager.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-svc-connection-manager.xml
--- TelepathyQt/CMakeFiles/media-session-handler-spec-xincludator.dir/all ---
[ 4%] Built target media-session-handler-spec-xincludator
--- TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/call-stream-endpoint-spec-xincludator.dir/all ---
[ 4%] Built target call-stream-endpoint-spec-xincludator
--- TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/svc-debug-spec-xincludator.dir/all ---
[ 4%] Built target svc-debug-spec-xincludator
--- TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/all ---
Scanning dependencies of target channel-request-spec-xincludator
--- TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/svc-call-spec-xincludator.dir/all ---
[ 4%] Built target svc-call-spec-xincludator
--- TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-channel-request.xml ---
--- TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/all ---
[ 4%] Generating _gen/spec-channel-request.xml
--- TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/all ---
Scanning dependencies of target channel-dispatcher-spec-xincludator
--- TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-request.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-channel-request.xml
--- TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/all ---
Scanning dependencies of target media-stream-handler-spec-xincludator
--- TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/all ---
Scanning dependencies of target tls-certificate-spec-xincludator
--- TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-channel-dispatcher.xml ---
--- TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-media-stream-handler.xml ---
--- TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-tls-certificate.xml ---
--- TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/all ---
[ 4%] Generating _gen/spec-channel-dispatcher.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-dispatcher.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-channel-dispatcher.xml
--- TelepathyQt/CMakeFiles/account-spec-xincludator.dir/all ---
[ 4%] Built target account-spec-xincludator
--- TelepathyQt/CMakeFiles/client-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/client-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/client-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/all ---
[ 5%] Generating _gen/spec-media-stream-handler.xml
--- TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/all ---
[ 5%] Generating _gen/spec-tls-certificate.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tls-certificate.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-tls-certificate.xml
--- TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/media-stream-handler.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-media-stream-handler.xml
--- TelepathyQt/CMakeFiles/client-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/client-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/client-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/channel-request-spec-xincludator.dir/all ---
[ 5%] Built target channel-request-spec-xincludator
--- TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/client-spec-xincludator.dir/all ---
Scanning dependencies of target client-spec-xincludator
--- TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/client-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/client-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/client-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/call-content-spec-xincludator.dir/all ---
[ 5%] Built target call-content-spec-xincludator
--- TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/all ---
Scanning dependencies of target connection-spec-xincludator
--- TelepathyQt/CMakeFiles/svc-connection-manager-spec-xincludator.dir/all ---
[ 5%] Built target svc-connection-manager-spec-xincludator
--- TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/tls-certificate-spec-xincludator.dir/all ---
[ 5%] Built target tls-certificate-spec-xincludator
--- TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/client-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-client.xml ---
--- TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-connection.xml ---
--- TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/all ---
Scanning dependencies of target dbus-spec-xincludator
/usr/bin/make -f TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/all ---
Scanning dependencies of target debug-receiver-spec-xincludator
--- TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/depend ---
--- TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/all ---
[ 5%] Generating _gen/spec-connection.xml
--- TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/connection.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-connection.xml
--- TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-dbus.xml ---
--- TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-debug-receiver.xml ---
--- TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/all ---
[ 5%] Generating _gen/spec-dbus.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-dbus.xml
--- TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/all ---
Scanning dependencies of target channel-dispatcher-future-xincludator
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/build
--- TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/all ---
[ 5%] Generating _gen/spec-debug-receiver.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/debug-receiver.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-debug-receiver.xml
--- TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/all ---
--- TelepathyQt/_gen/future-channel-dispatcher.xml ---
--- TelepathyQt/CMakeFiles/client-spec-xincludator.dir/all ---
[ 5%] Generating _gen/spec-client.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-client.xml
--- TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/all ---
[ 5%] Generating _gen/future-channel-dispatcher.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/future-channel-dispatcher.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel-dispatcher.xml
--- TelepathyQt/CMakeFiles/media-stream-handler-spec-xincludator.dir/all ---
[ 5%] Built target media-stream-handler-spec-xincludator
--- TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/DependInfo.cmake --color=
Scanning dependencies of target properties-spec-xincludator
/usr/bin/make -f TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/build
--- TelepathyQt/_gen/spec-properties.xml ---
--- TelepathyQt/CMakeFiles/dbus-spec-xincludator.dir/all ---
[ 5%] Built target dbus-spec-xincludator
--- TelepathyQt/CMakeFiles/misc-future-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/all ---
[ 6%] Generating _gen/spec-properties.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/properties.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-properties.xml
--- TelepathyQt/CMakeFiles/misc-future-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/misc-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/misc-future-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/misc-future-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/misc-future-xincludator.dir/DependInfo.cmake --color=
Scanning dependencies of target misc-future-xincludator
/usr/bin/make -f TelepathyQt/CMakeFiles/misc-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/misc-future-xincludator.dir/build
--- TelepathyQt/_gen/future-misc.xml ---
[ 6%] Generating _gen/future-misc.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/future-misc.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-misc.xml
--- TelepathyQt/CMakeFiles/debug-receiver-spec-xincludator.dir/all ---
[ 6%] Built target debug-receiver-spec-xincludator
--- TelepathyQt/CMakeFiles/channel-future-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-future-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/channel-future-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/channel-future-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/channel-dispatcher-future-xincludator.dir/all ---
[ 6%] Built target channel-dispatcher-future-xincludator
--- TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/properties-spec-xincludator.dir/all ---
[ 6%] Built target properties-spec-xincludator
--- TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/depend
--- TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/channel-future-xincludator.dir/all ---
Scanning dependencies of target channel-future-xincludator
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-future-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-future-xincludator.dir/build
--- TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/all ---
Scanning dependencies of target channel-dispatch-operation-spec-xincludator
/usr/bin/make -f TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/all ---
--- TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/channel-future-xincludator.dir/all ---
--- TelepathyQt/_gen/future-channel.xml ---
--- TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/all ---
Scanning dependencies of target svc-channel-spec-xincludator
/usr/bin/make -f TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/build.make TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/build
--- TelepathyQt/CMakeFiles/misc-future-xincludator.dir/all ---
[ 6%] Built target misc-future-xincludator
--- TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/all ---
/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
--- TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-channel-dispatch-operation.xml ---
--- TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/client-spec-xincludator.dir/all ---
[ 6%] Built target client-spec-xincludator
--- TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/all ---
--- TelepathyQt/CMakeFiles/channel-future-xincludator.dir/all ---
[ 6%] Generating _gen/future-channel.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/future-channel.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel.xml
--- TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/all ---
--- TelepathyQt/_gen/spec-svc-channel.xml ---
--- TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/all ---
Scanning dependencies of target generate_cli-call-content-media-description-body
/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
--- TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/all ---
[ 6%] Generating _gen/spec-channel-dispatch-operation.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-dispatch-operation.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-channel-dispatch-operation.xml
--- TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/all ---
--- TelepathyQt/_gen/cli-call-content-media-description.h ---
--- TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/all ---
Scanning dependencies of target generate_cli-account-manager-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/build
--- TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/all ---
[ 6%] Generating _gen/spec-svc-channel.xml
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/xincludator.py /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/svc-channel.xml > /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-svc-channel.xml
--- TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/all ---
[ 6%] Generating _gen/cli-call-content-media-description.h, _gen/cli-call-content-media-description-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-content-media-description.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-content-media-description-body.hpp --realinclude=TelepathyQt/call-content-media-description.h --prettyinclude=TelepathyQt/CallContentMediaDescriptionInterface --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-call-content-media-description.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallContentMediaDescriptionInterface
--- TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/all ---
--- TelepathyQt/_gen/cli-account-manager.h ---
[ 6%] Generating _gen/cli-account-manager.h, _gen/cli-account-manager-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientam --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-account-manager.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-account-manager-body.hpp --realinclude=TelepathyQt/account-manager.h --prettyinclude=TelepathyQt/AccountManager --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-account-manager.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::AccountManagerInterface
--- TelepathyQt/CMakeFiles/svc-connection-spec-xincludator.dir/all ---
[ 6%] Built target svc-connection-spec-xincludator
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/channel-future-xincludator.dir/all ---
[ 6%] Built target channel-future-xincludator
--- TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/all ---
Scanning dependencies of target generate_cli-call-stream-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/build
--- TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/all ---
Scanning dependencies of target generate_cli-connection-manager-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/build
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/all ---
--- TelepathyQt/_gen/cli-call-stream.h ---
[ 6%] Generating _gen/cli-call-stream.h, _gen/cli-call-stream-body.hpp
--- TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/all ---
--- TelepathyQt/_gen/cli-connection-manager.h ---
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/all ---
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-stream.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-stream-body.hpp --realinclude=TelepathyQt/call-stream.h --prettyinclude=TelepathyQt/CallStream --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-call-stream.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallStreamInterface
--- TelepathyQt/CMakeFiles/channel-dispatcher-spec-xincludator.dir/all ---
[ 6%] Built target channel-dispatcher-spec-xincludator
--- TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/all ---
/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
--- TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-media-session-handler-body
/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
--- TelepathyQt/_gen/cli-media-session-handler.h ---
--- TelepathyQt/CMakeFiles/channel-dispatch-operation-spec-xincludator.dir/all ---
[ 6%] Built target channel-dispatch-operation-spec-xincludator
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/all ---
/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
--- TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/all ---
[ 6%] Generating _gen/cli-media-session-handler.h, _gen/cli-media-session-handler-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientmsesh --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-media-session-handler.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-media-session-handler-body.hpp --realinclude=TelepathyQt/media-session-handler.h --prettyinclude=TelepathyQt/MediaSessionHandler --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-media-session-handler.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::MediaSessionHandlerInterface
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-call-stream-endpoint-body
/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
--- TelepathyQt/_gen/cli-call-stream-endpoint.h ---
--- TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/all ---
[ 6%] Generating _gen/cli-connection-manager.h, _gen/cli-connection-manager-body.hpp
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/all ---
[ 6%] Generating _gen/cli-call-stream-endpoint.h, _gen/cli-call-stream-endpoint-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-stream-endpoint.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-stream-endpoint-body.hpp --realinclude=TelepathyQt/call-stream-endpoint.h --prettyinclude=TelepathyQt/CallStreamEndpoint --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-call-stream-endpoint.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallStreamEndpointInterface
--- TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/all ---
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientcm --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-connection-manager.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-connection-manager-body.hpp --realinclude=TelepathyQt/connection-manager.h --prettyinclude=TelepathyQt/ConnectionManager --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-connection-manager.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ConnectionManagerInterface
--- TelepathyQt/CMakeFiles/connection-spec-xincludator.dir/all ---
[ 6%] Built target connection-spec-xincludator
--- TelepathyQt/CMakeFiles/generate_service-debug-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-debug-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-debug-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_service-debug-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_service-debug-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_service-debug-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-debug-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-debug-body.dir/build
--- TelepathyQt/_gen/svc-debug.h ---
[ 7%] Generating _gen/svc-debug.h, _gen/svc-debug.cpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-svc-gen.py --group=servicecm --namespace=Tp::Service --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-debug.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-debug.cpp --realinclude=TelepathyQt/_gen/svc-debug.h --mocinclude=TelepathyQt/_gen/svc-debug.moc.hpp --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-svc-debug.xml --visibility=TP_QT_EXPORT
--- TelepathyQt/CMakeFiles/channel-spec-xincludator.dir/all ---
[ 7%] Built target channel-spec-xincludator
--- TelepathyQt/CMakeFiles/generate_service-call-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-call-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-call-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_service-call-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_service-call-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_service-call-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-call-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-call-body.dir/build
--- TelepathyQt/_gen/svc-call.h ---
[ 7%] Generating _gen/svc-call.h, _gen/svc-call.cpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-svc-gen.py --group=servicecall --namespace=Tp::Service --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-call.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-call.cpp --realinclude=TelepathyQt/_gen/svc-call.h --mocinclude=TelepathyQt/_gen/svc-call.moc.hpp --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-svc-call.xml --visibility=TP_QT_EXPORT
--- TelepathyQt/CMakeFiles/svc-channel-spec-xincludator.dir/all ---
[ 7%] Built target svc-channel-spec-xincludator
--- TelepathyQt/CMakeFiles/generate_cli-account-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-account-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-account-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-account-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-account-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-account-body.dir/build
--- TelepathyQt/_gen/cli-account.h ---
[ 8%] Generating _gen/cli-account.h, _gen/cli-account-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientaccount --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-account.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-account-body.hpp --realinclude=TelepathyQt/account.h --prettyinclude=TelepathyQt/AccountManager --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-account.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::AccountInterface
--- TelepathyQt/CMakeFiles/generate_cli-call-content-media-description-body.dir/all ---
[ 9%] Built target generate_cli-call-content-media-description-body
--- TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-channel-request-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/build
--- TelepathyQt/_gen/cli-channel-request.h ---
[ 9%] Generating _gen/cli-channel-request.h, _gen/cli-channel-request-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientchannelrequest --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-request.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-request-body.hpp --realinclude=TelepathyQt/channel-request.h --prettyinclude=TelepathyQt/ChannelRequest --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-channel-request.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelRequestInterface
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-body.dir/all ---
[ 9%] Built target generate_cli-call-stream-body
--- TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-call-content-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/build
--- TelepathyQt/_gen/cli-call-content.h ---
[ 9%] Generating _gen/cli-call-content.h, _gen/cli-call-content-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientcall --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-content.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-content-body.hpp --realinclude=TelepathyQt/call-content.h --prettyinclude=TelepathyQt/CallContent --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-call-content.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::CallContentInterface
--- TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/all ---
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"
--- TelepathyQt/CMakeFiles/generate_cli-account-manager-body.dir/all ---
[ 10%] Built target generate_cli-account-manager-body
--- TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/generate_cli-connection-manager-body.dir/all ---
[ 10%] Built target generate_cli-connection-manager-body
--- TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/all ---
Scanning dependencies of target generate_service-connection-manager-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/build
--- TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/all ---
--- TelepathyQt/_gen/svc-connection-manager.h ---
--- TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/all ---
Scanning dependencies of target generate_cli-tls-certificate-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/build
--- TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/all ---
[ 10%] Generating _gen/svc-connection-manager.h, _gen/svc-connection-manager.cpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-svc-gen.py --group=servicecm --namespace=Tp::Service --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-connection-manager.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-connection-manager.cpp --realinclude=TelepathyQt/_gen/svc-connection-manager.h --mocinclude=TelepathyQt/_gen/svc-connection-manager.moc.hpp --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-svc-connection-manager.xml --visibility=TP_QT_EXPORT
--- TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/all ---
--- TelepathyQt/_gen/cli-tls-certificate.h ---
[ 10%] Generating _gen/cli-tls-certificate.h, _gen/cli-tls-certificate-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clienttls --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-tls-certificate.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-tls-certificate-body.hpp --realinclude=TelepathyQt/tls-certificate.h --prettyinclude=TelepathyQt/TLSCertificate --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-tls-certificate.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT
--- TelepathyQt/CMakeFiles/generate_cli-account-body.dir/all ---
[ 10%] Built target generate_cli-account-body
--- TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/all ---
/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
--- TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-media-stream-handler-body
/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
--- TelepathyQt/_gen/cli-media-stream-handler.h ---
[ 10%] Generating _gen/cli-media-stream-handler.h, _gen/cli-media-stream-handler-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientmstrh --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-media-stream-handler.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-media-stream-handler-body.hpp --realinclude=TelepathyQt/media-stream-handler.h --prettyinclude=TelepathyQt/MediaStreamHandler --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-media-stream-handler.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::MediaStreamHandlerInterface
--- TelepathyQt/CMakeFiles/generate_service-debug-body.dir/all ---
[ 10%] Built target generate_service-debug-body
--- TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-dbus-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/build
--- TelepathyQt/_gen/cli-dbus.h ---
[ 11%] Generating _gen/cli-dbus.h, _gen/cli-dbus-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientdbus --namespace=Tp::Client::DBus --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-dbus.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-dbus-body.hpp --realinclude=TelepathyQt/dbus.h --prettyinclude=TelepathyQt/DBus --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-dbus.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/manager-file.cpp.o ---
[ 11%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/manager-file.cpp.o
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/bin/c++ -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/telepathy-qt-test-backdoors.dir/manager-file.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/manager-file.cpp
--- TelepathyQt/CMakeFiles/generate_cli-channel-request-body.dir/all ---
[ 12%] Built target generate_cli-channel-request-body
--- TelepathyQt/CMakeFiles/generate_service-call-body.dir/all ---
[ 13%] Built target generate_service-call-body
--- TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/all ---
Scanning dependencies of target generate_cli-debug-receiver-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/build
--- TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/all ---
Scanning dependencies of target generate_future-channel-dispatcher-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/build
--- TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/all ---
--- TelepathyQt/_gen/cli-debug-receiver.h ---
--- TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/all ---
--- TelepathyQt/_gen/future-channel-dispatcher.h ---
--- TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/all ---
[ 13%] Generating _gen/cli-debug-receiver.h, _gen/cli-debug-receiver-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientdebug --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-debug-receiver.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-debug-receiver-body.hpp --realinclude=TelepathyQt/debug-receiver.h --prettyinclude=TelepathyQt/DebugReceiver --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-debug-receiver.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::DebugInterface
--- TelepathyQt/CMakeFiles/generate_future-channel-dispatcher-body.dir/all ---
[ 13%] Generating _gen/future-channel-dispatcher.h, _gen/future-channel-dispatcher-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --namespace=TpFuture::Client --typesnamespace=TpFuture --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel-dispatcher.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel-dispatcher-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel-dispatcher.xml --extraincludes='' --extraincludes='' --extraincludes='' --visibility=TP_QT_NO_EXPORT --mainiface=Tp::Client::ChannelDispatcherInterface
[ 14%] Built target generate_future-channel-dispatcher-body
--- TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-properties-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/build
--- TelepathyQt/_gen/cli-properties.h ---
[ 14%] Generating _gen/cli-properties.h, _gen/cli-properties-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientprops --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-properties.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-properties-body.hpp --realinclude=TelepathyQt/properties.h --prettyinclude=TelepathyQt/Properties --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-properties.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT
--- TelepathyQt/CMakeFiles/generate_cli-call-content-body.dir/all ---
[ 14%] Built target generate_cli-call-content-body
--- TelepathyQt/CMakeFiles/generate_future-misc-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_cli-media-session-handler-body.dir/all ---
[ 14%] Built target generate_cli-media-session-handler-body
--- TelepathyQt/CMakeFiles/generate_cli-client-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_future-misc-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-misc-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-misc-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-client-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-client-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-client-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_future-misc-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_future-misc-body.dir/depend ---
--- TelepathyQt/CMakeFiles/generate_cli-client-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_cli-client-body.dir/depend ---
--- TelepathyQt/CMakeFiles/generate_future-misc-body.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_future-misc-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/generate_cli-client-body.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-client-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-client-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-client-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-client-body.dir/build
--- TelepathyQt/CMakeFiles/generate_future-misc-body.dir/all ---
Scanning dependencies of target generate_future-misc-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-misc-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-misc-body.dir/build
--- TelepathyQt/CMakeFiles/generate_cli-client-body.dir/all ---
--- TelepathyQt/_gen/cli-client.h ---
--- TelepathyQt/CMakeFiles/generate_future-misc-body.dir/all ---
--- TelepathyQt/_gen/future-misc.h ---
--- TelepathyQt/CMakeFiles/generate_cli-client-body.dir/all ---
[ 14%] Generating _gen/cli-client.h, _gen/cli-client-body.hpp
--- TelepathyQt/CMakeFiles/generate_future-misc-body.dir/all ---
[ 14%] Generating _gen/future-misc.h, _gen/future-misc-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --namespace=TpFuture::Client --typesnamespace=TpFuture --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-misc.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-misc-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-misc.xml --extraincludes='' --extraincludes='' --extraincludes='' --visibility=TP_QT_NO_EXPORT
--- TelepathyQt/CMakeFiles/generate_cli-client-body.dir/all ---
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientclient --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-client.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-client-body.hpp --realinclude=TelepathyQt/client.h --prettyinclude=TelepathyQt/Client --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-client.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ClientInterface
--- TelepathyQt/CMakeFiles/generate_cli-call-stream-endpoint-body.dir/all ---
[ 15%] Built target generate_cli-call-stream-endpoint-body
--- TelepathyQt/CMakeFiles/generate_service-connection-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_service-connection-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_service-connection-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_service-connection-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-connection-body.dir/build
--- TelepathyQt/CMakeFiles/generate_future-misc-body.dir/all ---
[ 15%] Built target generate_future-misc-body
--- TelepathyQt/CMakeFiles/generate_future-channel-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_service-connection-body.dir/all ---
--- TelepathyQt/_gen/svc-connection.h ---
--- TelepathyQt/CMakeFiles/generate_future-channel-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_future-channel-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_future-channel-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/generate_service-connection-body.dir/all ---
[ 16%] Generating _gen/svc-connection.h, _gen/svc-connection.cpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-svc-gen.py --group=serviceconn --namespace=Tp::Service --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-connection.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-connection.cpp --realinclude=TelepathyQt/_gen/svc-connection.h --mocinclude=TelepathyQt/_gen/svc-connection.moc.hpp --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-svc-connection.xml --visibility=TP_QT_EXPORT
--- TelepathyQt/CMakeFiles/generate_future-channel-body.dir/all ---
Scanning dependencies of target generate_future-channel-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_future-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_future-channel-body.dir/build
--- TelepathyQt/_gen/future-channel.h ---
[ 16%] Generating _gen/future-channel.h, _gen/future-channel-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --namespace=TpFuture::Client --typesnamespace=TpFuture --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel-body.hpp --realinclude=TelepathyQt/future-internal.h --prettyinclude=TelepathyQt/future-internal.h --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel.xml --extraincludes='' --extraincludes='' --extraincludes='' --visibility=TP_QT_NO_EXPORT --mainiface=Tp::Client::ChannelInterface
[ 16%] Built target generate_future-channel-body
--- TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-channel-dispatcher-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/build
--- TelepathyQt/_gen/cli-channel-dispatcher.h ---
[ 16%] Generating _gen/cli-channel-dispatcher.h, _gen/cli-channel-dispatcher-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientchanneldispatcher --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-dispatcher.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-dispatcher-body.hpp --realinclude=TelepathyQt/channel-dispatcher.h --prettyinclude=TelepathyQt/ChannelDispatcher --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-channel-dispatcher.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelDispatcherInterface
--- TelepathyQt/CMakeFiles/generate_cli-tls-certificate-body.dir/all ---
[ 17%] Built target generate_cli-tls-certificate-body
--- TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/all ---
/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
--- TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-channel-dispatch-operation-body
/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
--- TelepathyQt/_gen/cli-channel-dispatch-operation.h ---
[ 17%] Generating _gen/cli-channel-dispatch-operation.h, _gen/cli-channel-dispatch-operation-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientchanneldispatchoperation --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-dispatch-operation.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-dispatch-operation-body.hpp --realinclude=TelepathyQt/channel-dispatch-operation.h --prettyinclude=TelepathyQt/ChannelDispatchOperation --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-channel-dispatch-operation.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelDispatchOperationInterface
--- TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/all ---
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"
--- TelepathyQt/CMakeFiles/generate_cli-media-stream-handler-body.dir/all ---
[ 18%] Built target generate_cli-media-stream-handler-body
--- TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-connection-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/build
--- TelepathyQt/_gen/cli-connection.h ---
[ 19%] Generating _gen/cli-connection.h, _gen/cli-connection-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientconn --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-connection.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-connection-body.hpp --realinclude=TelepathyQt/connection.h --prettyinclude=TelepathyQt/Connection --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-connection.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ConnectionInterface
--- TelepathyQt/CMakeFiles/generate_cli-dbus-body.dir/all ---
[ 19%] Built target generate_cli-dbus-body
--- TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/DependInfo.cmake --color=
Scanning dependencies of target generate_cli-channel-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/build
--- TelepathyQt/CMakeFiles/generate_service-connection-manager-body.dir/all ---
[ 19%] Built target generate_service-connection-manager-body
--- TelepathyQt/CMakeFiles/generate_service-channel-body.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-channel-body.dir/depend
--- TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/all ---
--- TelepathyQt/_gen/cli-channel.h ---
--- TelepathyQt/CMakeFiles/generate_service-channel-body.dir/all ---
--- TelepathyQt/CMakeFiles/generate_service-channel-body.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/generate_service-channel-body.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/all ---
[ 19%] Generating _gen/cli-channel.h, _gen/cli-channel-body.hpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-client-gen.py --group=clientchannel --namespace=Tp::Client --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-body.hpp --realinclude=TelepathyQt/channel.h --prettyinclude=TelepathyQt/Channel --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-channel.xml --extraincludes='' --must-define=IN_TP_QT_HEADER --visibility=TP_QT_EXPORT --mainiface=Tp::Client::ChannelInterface
--- TelepathyQt/CMakeFiles/generate_service-channel-body.dir/all ---
Scanning dependencies of target generate_service-channel-body
/usr/bin/make -f TelepathyQt/CMakeFiles/generate_service-channel-body.dir/build.make TelepathyQt/CMakeFiles/generate_service-channel-body.dir/build
--- TelepathyQt/_gen/svc-channel.h ---
[ 19%] Generating _gen/svc-channel.h, _gen/svc-channel.cpp
cd /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt && /usr/local/bin/python3.7 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/qt-svc-gen.py --group=servicechannel --namespace=Tp::Service --typesnamespace=Tp --headerfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-channel.h --implfile=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-channel.cpp --realinclude=TelepathyQt/_gen/svc-channel.h --mocinclude=TelepathyQt/_gen/svc-channel.moc.hpp --specxml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stable-spec.xml --ifacexml=/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/spec-svc-channel.xml --visibility=TP_QT_EXPORT
--- TelepathyQt/CMakeFiles/generate_cli-channel-dispatcher-body.dir/all ---
[ 19%] Built target generate_cli-channel-dispatcher-body
--- TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-call-content-media-description.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.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
/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
--- TelepathyQt/_gen/cli-call-content-media-description.moc.hpp ---
[ 19%] Generating _gen/cli-call-content-media-description.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-content-media-description.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-content-media-description.h
[ 20%] Built target moc-cli-call-content-media-description.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-call-stream.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-cli-call-stream.moc.hpp
/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
--- TelepathyQt/_gen/cli-call-stream.moc.hpp ---
[ 21%] Generating _gen/cli-call-stream.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-stream.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-stream.h
[ 21%] Built target moc-cli-call-stream.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-account-manager.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-cli-account-manager.moc.hpp
/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
--- TelepathyQt/_gen/cli-account-manager.moc.hpp ---
[ 21%] Generating _gen/cli-account-manager.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-account-manager.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-account-manager.h
[ 22%] Built target moc-cli-account-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-cli-connection-manager.moc.hpp
/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
--- TelepathyQt/CMakeFiles/generate_cli-properties-body.dir/all ---
[ 22%] Built target generate_cli-properties-body
--- TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/all ---
--- TelepathyQt/_gen/cli-connection-manager.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/all ---
[ 22%] Generating _gen/cli-connection-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/all ---
Scanning dependencies of target moc-cli-account.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-connection-manager.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-connection-manager.h
--- TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/build
--- TelepathyQt/_gen/cli-account.moc.hpp ---
[ 22%] Generating _gen/cli-account.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-account.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-account.h
--- TelepathyQt/CMakeFiles/moc-cli-connection-manager.moc.hpp.dir/all ---
[ 22%] Built target moc-cli-connection-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-cli-account.moc.hpp.dir/all ---
[ 22%] Built target moc-cli-account.moc.hpp
--- TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/all ---
Scanning dependencies of target moc-svc-debug.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/all ---
Scanning dependencies of target moc-svc-call.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/build
--- TelepathyQt/_gen/svc-call.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-svc-debug.moc.hpp.dir/all ---
--- TelepathyQt/_gen/svc-debug.moc.hpp ---
[ 23%] Generating _gen/svc-debug.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-debug.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-debug.h
[ 23%] Built target moc-svc-debug.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/all ---
[ 23%] Generating _gen/svc-call.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-call.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-call.h
--- TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/all ---
Scanning dependencies of target moc-cli-channel-request.moc.hpp
/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
--- TelepathyQt/_gen/cli-channel-request.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-svc-call.moc.hpp.dir/all ---
[ 23%] Built target moc-svc-call.moc.hpp
--- TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/all ---
[ 23%] Generating _gen/cli-channel-request.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-request.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-request.h
--- TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-cli-channel-request.moc.hpp.dir/all ---
[ 23%] Built target moc-cli-channel-request.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/all ---
Scanning dependencies of target moc-future-channel-dispatcher.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/all ---
Scanning dependencies of target moc-cli-call-content.moc.hpp
/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
--- TelepathyQt/_gen/cli-call-content.moc.hpp ---
[ 23%] Generating _gen/cli-call-content.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-content.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-content.h
--- TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/all ---
--- TelepathyQt/_gen/future-channel-dispatcher.moc.hpp ---
[ 23%] Generating _gen/future-channel-dispatcher.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel-dispatcher.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel-dispatcher.h
--- TelepathyQt/CMakeFiles/moc-cli-call-content.moc.hpp.dir/all ---
[ 24%] Built target moc-cli-call-content.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-media-session-handler.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.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
/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
--- TelepathyQt/_gen/cli-media-session-handler.moc.hpp ---
[ 24%] Generating _gen/cli-media-session-handler.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-media-session-handler.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-media-session-handler.h
[ 24%] Built target moc-cli-media-session-handler.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-call-stream-endpoint.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.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
/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
--- TelepathyQt/_gen/cli-call-stream-endpoint.moc.hpp ---
[ 24%] Generating _gen/cli-call-stream-endpoint.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-stream-endpoint.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-call-stream-endpoint.h
[ 24%] Built target moc-cli-call-stream-endpoint.moc.hpp
--- TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-future-misc.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/build
--- TelepathyQt/_gen/future-misc.moc.hpp ---
[ 24%] Generating _gen/future-misc.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-misc.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-misc.h
--- TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/all ---
/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel-dispatcher.h:0: Note: No relevant classes found. No output generated.
--- TelepathyQt/CMakeFiles/moc-future-misc.moc.hpp.dir/all ---
/construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-misc.h:0: Note: No relevant classes found. No output generated.
[ 25%] Built target moc-future-misc.moc.hpp
--- TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-future-channel-dispatcher.moc.hpp.dir/all ---
[ 25%] Built target moc-future-channel-dispatcher.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/all ---
Scanning dependencies of target moc-cli-tls-certificate.moc.hpp
/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
--- TelepathyQt/_gen/cli-tls-certificate.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/all ---
[ 25%] Generating _gen/cli-tls-certificate.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-tls-certificate.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-tls-certificate.h
--- TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-future-channel.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/build
--- TelepathyQt/_gen/future-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-cli-tls-certificate.moc.hpp.dir/all ---
[ 25%] Built target moc-cli-tls-certificate.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/all ---
[ 26%] Generating _gen/future-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/future-channel.h
--- TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/all ---
Scanning dependencies of target moc-cli-media-stream-handler.moc.hpp
/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
--- TelepathyQt/_gen/cli-media-stream-handler.moc.hpp ---
[ 26%] Generating _gen/cli-media-stream-handler.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-media-stream-handler.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-media-stream-handler.h
--- TelepathyQt/CMakeFiles/moc-future-channel.moc.hpp.dir/all ---
[ 26%] Built target moc-future-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-cli-media-stream-handler.moc.hpp.dir/all ---
[ 27%] Built target moc-cli-media-stream-handler.moc.hpp
--- TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/all ---
Scanning dependencies of target moc-cli-dbus.moc.hpp
--- TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/all ---
--- TelepathyQt/_gen/cli-dbus.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/all ---
Scanning dependencies of target moc-svc-connection-manager.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/all ---
[ 27%] Generating _gen/cli-dbus.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-dbus.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-dbus.h
--- TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/all ---
--- TelepathyQt/_gen/svc-connection-manager.moc.hpp ---
[ 27%] Generating _gen/svc-connection-manager.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-connection-manager.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-connection-manager.h
--- TelepathyQt/CMakeFiles/moc-cli-dbus.moc.hpp.dir/all ---
[ 28%] Built target moc-cli-dbus.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-cli-channel-dispatcher.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-svc-connection-manager.moc.hpp.dir/all ---
[ 29%] Built target moc-svc-connection-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/all ---
--- TelepathyQt/_gen/cli-channel-dispatcher.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-cli-properties.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/all ---
[ 29%] Generating _gen/cli-channel-dispatcher.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-dispatcher.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-dispatcher.h
--- TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/all ---
--- TelepathyQt/_gen/cli-properties.moc.hpp ---
[ 29%] Generating _gen/cli-properties.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-properties.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-properties.h
--- TelepathyQt/CMakeFiles/moc-cli-channel-dispatcher.moc.hpp.dir/all ---
[ 30%] Built target moc-cli-channel-dispatcher.moc.hpp
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/test-backdoors.cpp.o ---
[ 30%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/test-backdoors.cpp.o
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/bin/c++ -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/telepathy-qt-test-backdoors.dir/test-backdoors.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/test-backdoors.cpp
--- TelepathyQt/CMakeFiles/moc-cli-properties.moc.hpp.dir/all ---
[ 31%] Built target moc-cli-properties.moc.hpp
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/utils.cpp.o ---
[ 31%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/utils.cpp.o
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/bin/c++ -DENABLE_DEBUG -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/telepathy-qt-test-backdoors.dir/utils.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/utils.cpp
--- TelepathyQt/CMakeFiles/generate_service-connection-body.dir/all ---
[ 31%] Built target generate_service-connection-body
--- TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-svc-connection.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-connection.moc.hpp.dir/build
--- TelepathyQt/_gen/svc-connection.moc.hpp ---
[ 31%] Generating _gen/svc-connection.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-connection.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-connection.h
[ 31%] Built target moc-svc-connection.moc.hpp
--- TelepathyQt/CMakeFiles/generate_cli-client-body.dir/all ---
[ 31%] Built target generate_cli-client-body
--- TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-cli-client.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-client.moc.hpp.dir/build
--- TelepathyQt/_gen/cli-client.moc.hpp ---
[ 31%] Generating _gen/cli-client.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-client.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-client.h
[ 32%] Built target moc-cli-client.moc.hpp
--- TelepathyQt/CMakeFiles/generate_cli-debug-receiver-body.dir/all ---
[ 33%] Built target generate_cli-debug-receiver-body
--- TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-debug-receiver.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-cli-debug-receiver.moc.hpp
/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
--- TelepathyQt/_gen/cli-debug-receiver.moc.hpp ---
[ 33%] Generating _gen/cli-debug-receiver.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-debug-receiver.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-debug-receiver.h
[ 34%] Built target moc-cli-debug-receiver.moc.hpp
--- TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/all ---
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"
--- TelepathyQt/CMakeFiles/generate_cli-channel-dispatch-operation-body.dir/all ---
[ 35%] Built target generate_cli-channel-dispatch-operation-body
--- TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-cli-channel-dispatch-operation.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.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
/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
--- TelepathyQt/_gen/cli-channel-dispatch-operation.moc.hpp ---
[ 35%] Generating _gen/cli-channel-dispatch-operation.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-dispatch-operation.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel-dispatch-operation.h
[ 36%] Built target moc-cli-channel-dispatch-operation.moc.hpp
--- TelepathyQt/CMakeFiles/generate_cli-channel-body.dir/all ---
[ 36%] Built target generate_cli-channel-body
--- TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-cli-channel.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-channel.moc.hpp.dir/build
--- TelepathyQt/_gen/cli-channel.moc.hpp ---
[ 36%] Generating _gen/cli-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h
[ 37%] Built target moc-cli-channel.moc.hpp
--- TelepathyQt/CMakeFiles/generate_service-channel-body.dir/all ---
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"
[ 37%] Built target generate_service-channel-body
--- TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-svc-channel.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-svc-channel.moc.hpp.dir/build
--- TelepathyQt/_gen/svc-channel.moc.hpp ---
[ 37%] Generating _gen/svc-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-channel.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/svc-channel.h
[ 38%] Built target moc-svc-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-debug-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-protocol-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-debug.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/all ---
Scanning dependencies of target moc-dbus-service.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-channel-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-protocol-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-debug.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-protocol.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-debug-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/all ---
--- TelepathyQt/_gen/dbus-service.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-channel-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/all ---
[ 39%] Generating _gen/base-protocol-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-protocol-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-protocol-internal.h
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/all ---
[ 39%] Generating _gen/base-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-protocol.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-channel.h
--- TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/all ---
[ 39%] Generating _gen/dbus-service.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/dbus-service.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-service.h
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/all ---
[ 39%] Generating _gen/base-debug-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/all ---
[ 39%] Generating _gen/base-channel-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-channel-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-channel-internal.h
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-debug-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-debug-internal.h
--- TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/all ---
[ 39%] Generating _gen/base-protocol.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-protocol.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-protocol.h
--- TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/all ---
[ 39%] Generating _gen/base-debug.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-debug.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-debug.h
--- TelepathyQt/CMakeFiles/moc-base-protocol-internal.moc.hpp.dir/all ---
[ 39%] Built target moc-base-protocol-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-debug-internal.moc.hpp.dir/all ---
[ 39%] Built target moc-base-debug-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-channel.moc.hpp.dir/all ---
[ 39%] Built target moc-base-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-protocol.moc.hpp.dir/all ---
[ 39%] Built target moc-base-protocol.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-channel-internal.moc.hpp.dir/all ---
[ 39%] Built target moc-base-channel-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-service.moc.hpp.dir/all ---
[ 39%] Built target moc-dbus-service.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-call.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-debug.moc.hpp.dir/all ---
[ 39%] Built target moc-base-debug.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/all ---
Scanning dependencies of target moc-dbus-object.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-connection-manager-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-call.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-connection-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/all ---
--- TelepathyQt/_gen/dbus-object.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-call-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-connection.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-connection-manager.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-call-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/all ---
[ 39%] Generating _gen/dbus-object.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/dbus-object.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-object.h
--- TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/all ---
[ 39%] Generating _gen/base-call.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-connection.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-call.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-call.h
--- TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/all ---
[ 39%] Generating _gen/base-call-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-call-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-call-internal.h
--- TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/all ---
[ 39%] Generating _gen/base-connection-manager.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-connection-manager.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-connection-manager.h
--- TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/all ---
[ 39%] Generating _gen/base-connection.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-connection.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-connection.h
--- TelepathyQt/CMakeFiles/moc-dbus-object.moc.hpp.dir/all ---
[ 39%] Built target moc-dbus-object.moc.hpp
--- TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-call.moc.hpp.dir/all ---
[ 39%] Built target moc-base-call.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-connection-manager.moc.hpp.dir/all ---
[ 39%] Built target moc-base-connection-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/all ---
Scanning dependencies of target moc-abstract-adaptor.moc.hpp
--- TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-connection-manager-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-base-connection.moc.hpp.dir/all ---
[ 39%] Built target moc-base-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/all ---
--- TelepathyQt/_gen/abstract-adaptor.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/all ---
Scanning dependencies of target moc-io-device.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-base-connection-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/all ---
--- TelepathyQt/_gen/io-device.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/base-connection-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/all ---
[ 40%] Generating _gen/abstract-adaptor.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/abstract-adaptor.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-adaptor.h
--- TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/all ---
[ 41%] Generating _gen/io-device.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/io-device.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/io-device.h
--- TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/all ---
[ 42%] Generating _gen/base-connection-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-connection-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-connection-internal.h
--- TelepathyQt/CMakeFiles/moc-abstract-adaptor.moc.hpp.dir/all ---
[ 42%] Built target moc-abstract-adaptor.moc.hpp
--- TelepathyQt/CMakeFiles/moc-io-device.moc.hpp.dir/all ---
[ 42%] Built target moc-io-device.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-connection-internal.moc.hpp.dir/all ---
[ 42%] Built target moc-base-connection-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/all ---
[ 42%] Generating _gen/base-connection-manager-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/base-connection-manager-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/base-connection-manager-internal.h
--- TelepathyQt/CMakeFiles/moc-base-call-internal.moc.hpp.dir/all ---
[ 42%] Built target moc-base-call-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-base-connection-manager-internal.moc.hpp.dir/all ---
[ 42%] Built target moc-base-connection-manager-internal.moc.hpp
--- TelepathyQt/CMakeFiles/generate_cli-connection-body.dir/all ---
[ 42%] Built target generate_cli-connection-body
--- TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-cli-connection.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-cli-connection.moc.hpp.dir/build
--- TelepathyQt/_gen/cli-connection.moc.hpp ---
[ 43%] Generating _gen/cli-connection.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-connection.moc.hpp /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-connection.h
[ 43%] Built target moc-cli-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-debug-message-list.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-handles.moc.hpp
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-debug-message-list.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-handles.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/all ---
Scanning dependencies of target moc-client-registrar.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/all ---
[ 43%] Generating _gen/pending-debug-message-list.moc.hpp
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-debug-message-list.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-debug-message-list.h
--- TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-incoming-stream-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/all ---
[ 43%] Generating _gen/pending-handles.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-handles.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-handles.h
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-send-message.moc.hpp
--- TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/all ---
--- TelepathyQt/_gen/client-registrar.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-outgoing-file-transfer-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/incoming-stream-tube-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-send-message.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/all ---
Scanning dependencies of target moc-account.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-pending-debug-message-list.moc.hpp.dir/all ---
[ 43%] Built target moc-pending-debug-message-list.moc.hpp
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/all ---
[ 43%] Generating _gen/client-registrar.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/all ---
[ 43%] Generating _gen/pending-send-message.moc.hpp
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/client-registrar.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar.h
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-send-message.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-send-message.h
--- TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/all ---
[ 43%] Generating _gen/incoming-stream-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/outgoing-file-transfer-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/incoming-stream-tube-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.h
--- TelepathyQt/CMakeFiles/moc-pending-handles.moc.hpp.dir/all ---
[ 43%] Built target moc-pending-handles.moc.hpp
--- TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/all ---
--- TelepathyQt/_gen/account.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/all ---
[ 43%] Generating _gen/outgoing-file-transfer-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/outgoing-file-transfer-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-file-transfer-channel.h
--- TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/all ---
[ 43%] Generating _gen/account.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/account.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account.h
--- TelepathyQt/CMakeFiles/moc-pending-send-message.moc.hpp.dir/all ---
[ 43%] Built target moc-pending-send-message.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-server-authentication-channel.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/all ---
Scanning dependencies of target moc-abstract-interface.moc.hpp
--- TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/all ---
Scanning dependencies of target moc-readiness-helper.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/server-authentication-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/all ---
--- TelepathyQt/_gen/readiness-helper.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-incoming-stream-tube-channel.moc.hpp.dir/all ---
[ 43%] Built target moc-incoming-stream-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/all ---
[ 44%] Generating _gen/readiness-helper.moc.hpp
--- TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/all ---
--- TelepathyQt/_gen/abstract-interface.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/readiness-helper.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/readiness-helper.h
--- TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/all ---
[ 44%] Generating _gen/server-authentication-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/server-authentication-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/server-authentication-channel.h
--- TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-client-registrar.moc.hpp.dir/all ---
[ 44%] Built target moc-client-registrar.moc.hpp
--- TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/all ---
[ 44%] Generating _gen/abstract-interface.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/abstract-interface.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-interface.h
--- TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-tube-channel.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-outgoing-file-transfer-channel.moc.hpp.dir/all ---
[ 44%] Built target moc-outgoing-file-transfer-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-channel-request-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-abstract-interface.moc.hpp.dir/all ---
[ 44%] Built target moc-abstract-interface.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-readiness-helper.moc.hpp.dir/all ---
[ 44%] Built target moc-readiness-helper.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-channel-request-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/tube-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/all ---
[ 44%] Generating _gen/pending-channel-request-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-channel-request-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-channel-request-internal.h
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-server-authentication-channel.moc.hpp.dir/all ---
[ 44%] Built target moc-server-authentication-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-account.moc.hpp.dir/all ---
[ 44%] Built target moc-account.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/all ---
[ 44%] Generating _gen/tube-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/tube-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tube-channel.h
--- TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/all ---
Scanning dependencies of target moc-channel-dispatch-operation.moc.hpp
--- TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/all ---
Scanning dependencies of target moc-profile-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-ready.moc.hpp
--- TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-pending-channel-request-internal.moc.hpp.dir/all ---
[ 44%] Built target moc-pending-channel-request-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-dbus-proxy-factory-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/all ---
--- TelepathyQt/_gen/channel-dispatch-operation.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/all ---
--- TelepathyQt/_gen/profile-manager.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-ready.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/dbus-proxy-factory-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/all ---
Scanning dependencies of target moc-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-contact-attributes.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/all ---
[ 44%] Generating _gen/pending-ready.moc.hpp
--- TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-ready.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-ready.h
--- TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/all ---
[ 44%] Generating _gen/profile-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/all ---
[ 44%] Generating _gen/channel-dispatch-operation.moc.hpp
--- TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/profile-manager.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/profile-manager.h
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/channel-dispatch-operation.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-dispatch-operation.h
--- TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/all ---
--- TelepathyQt/_gen/connection.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-contact-attributes.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-tube-channel.moc.hpp.dir/all ---
[ 44%] Built target moc-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/all ---
[ 44%] Generating _gen/pending-contact-attributes.moc.hpp
--- TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-contact-attributes.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-contact-attributes.h
--- TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/all ---
Scanning dependencies of target moc-stream-tube-client.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/all ---
[ 44%] Generating _gen/connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-profile-manager.moc.hpp.dir/all ---
[ 44%] Built target moc-profile-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-ready.moc.hpp.dir/all ---
[ 44%] Built target moc-pending-ready.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/all ---
--- TelepathyQt/_gen/stream-tube-client.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-outgoing-dbus-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/connection.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/connection.h
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/all ---
[ 44%] Generating _gen/dbus-proxy-factory-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/dbus-proxy-factory-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-proxy-factory-internal.h
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation.moc.hpp.dir/all ---
[ 44%] Built target moc-channel-dispatch-operation.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/outgoing-dbus-tube-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/all ---
[ 44%] Generating _gen/stream-tube-client.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stream-tube-client.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/stream-tube-client.h
--- TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/all ---
[ 44%] Generating _gen/outgoing-dbus-tube-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/outgoing-dbus-tube-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-dbus-tube-channel.h
--- TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/all ---
Scanning dependencies of target moc-simple-stream-tube-handler.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-pending-contact-attributes.moc.hpp.dir/all ---
[ 44%] Built target moc-pending-contact-attributes.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-dbus-tube-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/all ---
Scanning dependencies of target moc-dbus-proxy-factory.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-dbus-tube-connection.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/all ---
--- TelepathyQt/_gen/dbus-proxy-factory.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/all ---
Scanning dependencies of target moc-connection-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/all ---
--- TelepathyQt/_gen/simple-stream-tube-handler.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory-internal.moc.hpp.dir/all ---
[ 44%] Built target moc-dbus-proxy-factory-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-outgoing-dbus-tube-channel.moc.hpp.dir/all ---
[ 44%] Built target moc-outgoing-dbus-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/all ---
--- TelepathyQt/_gen/connection-manager.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/all ---
[ 45%] Generating _gen/pending-dbus-tube-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/all ---
[ 45%] Generating _gen/simple-stream-tube-handler.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-dbus-tube-connection.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-dbus-tube-connection.h
--- TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/simple-stream-tube-handler.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/simple-stream-tube-handler.h
--- TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/all ---
[ 46%] Generating _gen/connection-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/all ---
[ 46%] Generating _gen/dbus-proxy-factory.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/connection-manager.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/connection-manager.h
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/dbus-proxy-factory.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-proxy-factory.h
--- TelepathyQt/CMakeFiles/moc-stream-tube-client.moc.hpp.dir/all ---
[ 46%] Built target moc-stream-tube-client.moc.hpp
--- TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-client-registrar-internal.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/all ---
Scanning dependencies of target moc-account-manager.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/client-registrar-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/all ---
--- TelepathyQt/_gen/account-manager.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/all ---
Scanning dependencies of target moc-object.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-proxy-factory.moc.hpp.dir/all ---
[ 46%] Built target moc-dbus-proxy-factory.moc.hpp
--- TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/all ---
--- TelepathyQt/_gen/object.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/all ---
[ 46%] Generating _gen/account-manager.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/account-manager.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account-manager.h
--- TelepathyQt/CMakeFiles/moc-pending-dbus-tube-connection.moc.hpp.dir/all ---
[ 46%] Built target moc-pending-dbus-tube-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-stream-tube-handler.moc.hpp.dir/all ---
[ 46%] Built target moc-simple-stream-tube-handler.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-connection-manager.moc.hpp.dir/all ---
[ 46%] Built target moc-connection-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/all ---
Scanning dependencies of target moc-call-content.moc.hpp
--- TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/all ---
[ 46%] Generating _gen/object.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/object.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/object.h
--- TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/all ---
--- TelepathyQt/_gen/call-content.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/all ---
[ 47%] Generating _gen/client-registrar-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/client-registrar-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar-internal.h
--- TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-captchas.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/all ---
[ 47%] Generating _gen/call-content.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/call-content.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-content.h
--- TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/all ---
Scanning dependencies of target moc-channel-request.moc.hpp
--- TelepathyQt/CMakeFiles/moc-object.moc.hpp.dir/all ---
[ 47%] Built target moc-object.moc.hpp
--- TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-captchas.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/all ---
--- TelepathyQt/_gen/channel-request.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/all ---
[ 47%] Generating _gen/pending-captchas.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-captchas.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-captchas.h
--- TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/all ---
[ 48%] Generating _gen/channel-request.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/channel-request.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-request.h
--- TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-account-set-internal.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-call-channel.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-connection.moc.hpp.dir/all ---
[ 48%] Built target moc-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/account-set-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/call-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-call-content.moc.hpp.dir/all ---
[ 48%] Built target moc-call-content.moc.hpp
--- TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-account-manager.moc.hpp.dir/all ---
[ 48%] Built target moc-account-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/all ---
[ 48%] Generating _gen/account-set-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/account-set-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account-set-internal.h
--- TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/all ---
Scanning dependencies of target moc-captcha-authentication.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/all ---
Scanning dependencies of target moc-call-stream.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/all ---
--- TelepathyQt/_gen/captcha-authentication.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/all ---
[ 48%] Generating _gen/call-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/call-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.h
--- TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-account.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-captchas.moc.hpp.dir/all ---
[ 48%] Built target moc-pending-captchas.moc.hpp
--- TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/all ---
--- TelepathyQt/_gen/call-stream.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-account.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/all ---
[ 48%] Generating _gen/captcha-authentication.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/captcha-authentication.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/captcha-authentication.h
--- TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/all ---
[ 48%] Generating _gen/call-stream.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/call-stream.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-stream.h
--- TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-captcha-authentication-internal.moc.hpp
/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
--- TelepathyQt/_gen/captcha-authentication-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-client-registrar-internal.moc.hpp.dir/all ---
[ 48%] Built target moc-client-registrar-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-channel-request.moc.hpp.dir/all ---
[ 48%] Built target moc-channel-request.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/all ---
[ 48%] Generating _gen/pending-account.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-account.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-account.h
--- TelepathyQt/CMakeFiles/moc-call-channel.moc.hpp.dir/all ---
[ 48%] Built target moc-call-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-account-set-internal.moc.hpp.dir/all ---
[ 48%] Built target moc-account-set-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-call-stream.moc.hpp.dir/all ---
[ 48%] Built target moc-call-stream.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-captcha-authentication.moc.hpp.dir/all ---
[ 48%] Built target moc-captcha-authentication.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-channel-dispatch-operation-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/all ---
[ 50%] Generating _gen/captcha-authentication-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/captcha-authentication-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/captcha-authentication-internal.h
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/channel-dispatch-operation-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-contact-info.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-connection-internal.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-contact-info.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/all ---
[ 50%] Generating _gen/channel-dispatch-operation-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-channel-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/connection-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/all ---
Scanning dependencies of target moc-channel-factory.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/channel-dispatch-operation-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-dispatch-operation-internal.h
--- TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/all ---
[ 50%] Generating _gen/pending-contact-info.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-contact-info.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-contact-info.h
--- TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/channel-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/all ---
[ 50%] Generating _gen/connection-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/all ---
--- TelepathyQt/_gen/channel-factory.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/all ---
[ 50%] Generating _gen/channel-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/channel-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-internal.h
--- TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/all ---
[ 50%] Generating _gen/channel-factory.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/channel-factory.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-factory.h
--- TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/all ---
[ 50%] Generating _gen/channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h
--- TelepathyQt/CMakeFiles/moc-pending-contact-info.moc.hpp.dir/all ---
[ 50%] Built target moc-pending-contact-info.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-channel-factory.moc.hpp.dir/all ---
[ 50%] Built target moc-channel-factory.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-captcha-authentication-internal.moc.hpp.dir/all ---
[ 50%] Built target moc-captcha-authentication-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-account.moc.hpp.dir/all ---
[ 50%] Built target moc-pending-account.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-channel-internal.moc.hpp.dir/all ---
[ 50%] Built target moc-channel-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-channel-dispatch-operation-internal.moc.hpp.dir/all ---
[ 50%] Built target moc-channel-dispatch-operation-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/all ---
Scanning dependencies of target moc-connection-lowlevel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/all ---
Scanning dependencies of target moc-connection-manager-lowlevel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-channel.moc.hpp.dir/all ---
[ 50%] Built target moc-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/connection-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/connection-internal.h
--- TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-simple-observer-internal.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/connection-lowlevel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/connection-manager-lowlevel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/simple-observer-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/all ---
Scanning dependencies of target moc-contact.moc.hpp
--- TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/all ---
[ 50%] Generating _gen/connection-lowlevel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/connection-lowlevel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/connection-lowlevel.h
--- TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/all ---
Scanning dependencies of target moc-contact-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/all ---
--- TelepathyQt/_gen/contact.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/all ---
[ 50%] Generating _gen/connection-manager-lowlevel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/connection-manager-lowlevel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/connection-manager-lowlevel.h
--- TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/all ---
[ 51%] Generating _gen/simple-observer-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/simple-observer-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/simple-observer-internal.h
--- TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/all ---
--- TelepathyQt/_gen/contact-manager.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/all ---
[ 51%] Generating _gen/contact.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/contact.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.h
--- TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-contact-manager-internal.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/all ---
[ 51%] Generating _gen/contact-manager.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/contact-manager.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h
--- TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/contact-manager-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-connection-manager-internal.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-connection-lowlevel.moc.hpp.dir/all ---
[ 51%] Built target moc-connection-lowlevel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-connection-manager-lowlevel.moc.hpp.dir/all ---
[ 51%] Built target moc-connection-manager-lowlevel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/all ---
[ 51%] Generating _gen/contact-manager-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/contact-manager-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-internal.h
--- TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/connection-manager-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/all ---
[ 51%] Generating _gen/connection-manager-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/connection-manager-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/connection-manager-internal.h
--- TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-contact-search-channel.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/all ---
Scanning dependencies of target moc-contact-messenger.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-connection-internal.moc.hpp.dir/all ---
[ 51%] Built target moc-connection-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-connection-manager-internal.moc.hpp.dir/all ---
[ 51%] Built target moc-connection-manager-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-contact.moc.hpp.dir/all ---
[ 51%] Built target moc-contact.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-contact-manager.moc.hpp.dir/all ---
[ 51%] Built target moc-contact-manager.moc.hpp
--- TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/contact-search-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-contact-manager-internal.moc.hpp.dir/all ---
[ 51%] Built target moc-contact-manager-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/all ---
--- TelepathyQt/_gen/contact-messenger.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/all ---
[ 52%] Generating _gen/contact-search-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/contact-search-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-search-channel.h
--- TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/all ---
[ 52%] Generating _gen/contact-messenger.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/contact-messenger.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-messenger.h
--- TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-contact-search-channel-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/all ---
Scanning dependencies of target moc-dbus-proxy.moc.hpp
--- TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/all ---
Scanning dependencies of target moc-debug-receiver.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/contact-search-channel-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-simple-observer-internal.moc.hpp.dir/all ---
[ 52%] Built target moc-simple-observer-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/all ---
--- TelepathyQt/_gen/dbus-proxy.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-dbus-tube-channel.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/all ---
--- TelepathyQt/_gen/debug-receiver.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/dbus-tube-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-contact-search-channel.moc.hpp.dir/all ---
[ 52%] Built target moc-contact-search-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/all ---
[ 52%] Generating _gen/debug-receiver.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/debug-receiver.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/debug-receiver.h
--- TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-fake-handler-manager-internal.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/all ---
[ 52%] Generating _gen/dbus-tube-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/dbus-tube-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.h
--- TelepathyQt/CMakeFiles/moc-contact-messenger.moc.hpp.dir/all ---
[ 52%] Built target moc-contact-messenger.moc.hpp
--- TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/fake-handler-manager-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/all ---
[ 52%] Generating _gen/fake-handler-manager-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/fake-handler-manager-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/fake-handler-manager-internal.h
--- TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-incoming-file-transfer-channel.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-debug-receiver.moc.hpp.dir/all ---
[ 52%] Built target moc-debug-receiver.moc.hpp
--- TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/all ---
[ 52%] Generating _gen/contact-search-channel-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/contact-search-channel-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-search-channel-internal.h
--- TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-file-transfer-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/incoming-file-transfer-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/all ---
[ 52%] Generating _gen/incoming-file-transfer-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/incoming-file-transfer-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-file-transfer-channel.h
--- TelepathyQt/CMakeFiles/moc-dbus-tube-channel.moc.hpp.dir/all ---
[ 52%] Built target moc-dbus-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/file-transfer-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/all ---
Scanning dependencies of target moc-handled-channel-notifier.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/all ---
[ 52%] Generating _gen/file-transfer-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/file-transfer-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/file-transfer-channel.h
--- TelepathyQt/CMakeFiles/moc-contact-search-channel-internal.moc.hpp.dir/all ---
[ 52%] Built target moc-contact-search-channel-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-incoming-dbus-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-fake-handler-manager-internal.moc.hpp.dir/all ---
[ 52%] Built target moc-fake-handler-manager-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/all ---
--- TelepathyQt/_gen/handled-channel-notifier.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/incoming-dbus-tube-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-incoming-file-transfer-channel.moc.hpp.dir/all ---
[ 52%] Built target moc-incoming-file-transfer-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/all ---
[ 52%] Generating _gen/incoming-dbus-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/all ---
[ 52%] Generating _gen/handled-channel-notifier.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/handled-channel-notifier.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/handled-channel-notifier.h
--- TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/incoming-dbus-tube-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-dbus-tube-channel.h
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-file-transfer-channel.moc.hpp.dir/all ---
[ 52%] Built target moc-file-transfer-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-outgoing-stream-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-outgoing-stream-tube-channel-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-string.moc.hpp
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/outgoing-stream-tube-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-string.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-handled-channel-notifier.moc.hpp.dir/all ---
[ 52%] Built target moc-handled-channel-notifier.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-incoming-dbus-tube-channel.moc.hpp.dir/all ---
[ 52%] Built target moc-incoming-dbus-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/outgoing-stream-tube-channel-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/all ---
[ 52%] Generating _gen/pending-string.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-string.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-string.h
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/all ---
Scanning dependencies of target moc-simple-text-observer.moc.hpp
--- TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/all ---
[ 53%] Generating _gen/outgoing-stream-tube-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/outgoing-stream-tube-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-stream-tube-channel.h
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/all ---
--- TelepathyQt/_gen/simple-text-observer.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/all ---
Scanning dependencies of target moc-account-set.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-pending-string.moc.hpp.dir/all ---
[ 53%] Built target moc-pending-string.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/all ---
[ 53%] Generating _gen/simple-text-observer.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/simple-text-observer.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/simple-text-observer.h
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/all ---
[ 53%] Generating _gen/outgoing-stream-tube-channel-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/outgoing-stream-tube-channel-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-stream-tube-channel-internal.h
--- TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/all ---
--- TelepathyQt/_gen/account-set.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-channel.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-channel.moc.hpp ---
[ 53%] Generating _gen/pending-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-channel.h
--- TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-channel-request.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-text-observer.moc.hpp.dir/all ---
[ 53%] Built target moc-simple-text-observer.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/all ---
[ 54%] Generating _gen/account-set.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/account-set.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account-set.h
--- TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-channel-request.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/DependInfo.cmake --color=
Scanning dependencies of target moc-pending-connection.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel.moc.hpp.dir/all ---
[ 54%] Built target moc-outgoing-stream-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-connection.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/all ---
[ 54%] Generating _gen/pending-channel-request.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-channel-request.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-channel-request.h
--- TelepathyQt/CMakeFiles/moc-account-set.moc.hpp.dir/all ---
[ 54%] Built target moc-account-set.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-contacts.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/all ---
[ 55%] Generating _gen/pending-connection.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-connection.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-connection.h
--- TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-contacts.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-operation.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-channel-request.moc.hpp.dir/all ---
[ 55%] Built target moc-pending-channel-request.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/all ---
[ 55%] Generating _gen/pending-contacts.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-contacts.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-contacts.h
--- TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/all ---
[ 56%] Generating _gen/dbus-proxy.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/dbus-proxy.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-proxy.h
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-operation.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-dbus-proxy.moc.hpp.dir/all ---
[ 56%] Built target moc-dbus-proxy.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-room-list-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/room-list-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-outgoing-stream-tube-channel-internal.moc.hpp.dir/all ---
[ 56%] Built target moc-outgoing-stream-tube-channel-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-channel.moc.hpp.dir/all ---
[ 56%] Built target moc-pending-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-contacts.moc.hpp.dir/all ---
[ 56%] Built target moc-pending-contacts.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-stream-tube-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/all ---
[ 56%] Generating _gen/room-list-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/room-list-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/room-list-channel.h
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-stream-tube-connection.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-variant-map.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/all ---
[ 56%] Generating _gen/pending-operation.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-operation.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-operation.h
--- TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-request-temporary-handler-internal.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-pending-connection.moc.hpp.dir/all ---
[ 56%] Built target moc-pending-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-variant-map.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/request-temporary-handler-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/all ---
[ 56%] Generating _gen/pending-variant-map.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-variant-map.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-variant-map.h
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/all ---
[ 57%] Generating _gen/pending-stream-tube-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/all ---
[ 57%] Generating _gen/request-temporary-handler-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-stream-tube-connection.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-stream-tube-connection.h
--- TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/request-temporary-handler-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/request-temporary-handler-internal.h
--- TelepathyQt/CMakeFiles/moc-room-list-channel.moc.hpp.dir/all ---
[ 57%] Built target moc-room-list-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-string-list.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/all ---
Scanning dependencies of target moc-simple-call-observer.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-pending-operation.moc.hpp.dir/all ---
[ 57%] Built target moc-pending-operation.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-variant-map.moc.hpp.dir/all ---
[ 57%] Built target moc-pending-variant-map.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-string-list.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/all ---
--- TelepathyQt/_gen/simple-call-observer.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/all ---
Scanning dependencies of target moc-simple-pending-operations.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/all ---
[ 57%] Generating _gen/simple-call-observer.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/simple-call-observer.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/simple-call-observer.h
--- TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-variant.moc.hpp
--- TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/all ---
Scanning dependencies of target moc-fixed-feature-factory.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/all ---
[ 57%] Generating _gen/pending-string-list.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-string-list.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-string-list.h
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/all ---
--- TelepathyQt/_gen/fixed-feature-factory.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-variant.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/all ---
--- TelepathyQt/_gen/simple-pending-operations.moc.hpp ---
[ 57%] Generating _gen/simple-pending-operations.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/all ---
Scanning dependencies of target moc-simple-observer.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/simple-pending-operations.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/simple-pending-operations.h
--- TelepathyQt/CMakeFiles/moc-pending-stream-tube-connection.moc.hpp.dir/all ---
[ 57%] Built target moc-pending-stream-tube-connection.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/build
--- TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/all ---
[ 58%] Generating _gen/fixed-feature-factory.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/fixed-feature-factory.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/fixed-feature-factory.h
--- TelepathyQt/CMakeFiles/moc-pending-string-list.moc.hpp.dir/all ---
[ 58%] Built target moc-pending-string-list.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/all ---
--- TelepathyQt/_gen/simple-observer.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-request-temporary-handler-internal.moc.hpp.dir/all ---
[ 58%] Built target moc-request-temporary-handler-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-simple-pending-operations.moc.hpp.dir/all ---
[ 58%] Built target moc-simple-pending-operations.moc.hpp
--- TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/all ---
[ 58%] Generating _gen/simple-observer.moc.hpp
--- TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/simple-observer.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/simple-observer.h
--- TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-pending-contacts-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/all ---
[ 58%] Generating _gen/pending-variant.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-variant.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-variant.h
--- TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/pending-contacts-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-stream-tube-client-internal.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-pending-variant.moc.hpp.dir/all ---
[ 58%] Built target moc-pending-variant.moc.hpp
--- TelepathyQt/CMakeFiles/moc-fixed-feature-factory.moc.hpp.dir/all ---
[ 58%] Built target moc-fixed-feature-factory.moc.hpp
--- TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-stream-tube-channel.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-simple-text-observer-internal.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/all ---
[ 58%] Generating _gen/pending-contacts-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-simple-observer.moc.hpp.dir/all ---
[ 58%] Built target moc-simple-observer.moc.hpp
--- TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/pending-contacts-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-contacts-internal.h
--- TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/stream-tube-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/stream-tube-client-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-simple-call-observer.moc.hpp.dir/all ---
[ 58%] Built target moc-simple-call-observer.moc.hpp
--- TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/depend ---
--- TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/all ---
/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
--- TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/all ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/all ---
Scanning dependencies of target moc-stream-tube-server-internal.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/simple-text-observer-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/all ---
[ 58%] Generating _gen/stream-tube-client-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stream-tube-client-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/stream-tube-client-internal.h
--- TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/all ---
--- TelepathyQt/_gen/stream-tube-server-internal.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/all ---
Scanning dependencies of target moc-stream-tube-server.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/all ---
[ 58%] Generating _gen/simple-text-observer-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/simple-text-observer-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/simple-text-observer-internal.h
--- TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/all ---
[ 59%] Generating _gen/stream-tube-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stream-tube-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/stream-tube-channel.h
--- TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/all ---
--- TelepathyQt/_gen/stream-tube-server.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/all ---
[ 59%] Generating _gen/stream-tube-server-internal.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stream-tube-server-internal.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/stream-tube-server-internal.h
--- TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-streamed-media-channel.moc.hpp
/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
--- TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/all ---
[ 59%] Generating _gen/stream-tube-server.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/stream-tube-server.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/stream-tube-server.h
--- TelepathyQt/CMakeFiles/moc-pending-contacts-internal.moc.hpp.dir/all ---
[ 59%] Built target moc-pending-contacts-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/depend
--- TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/all ---
--- TelepathyQt/_gen/streamed-media-channel.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/all ---
--- TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/DependInfo.cmake --color=
--- TelepathyQt/CMakeFiles/moc-stream-tube-channel.moc.hpp.dir/all ---
[ 59%] Built target moc-stream-tube-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/all ---
Scanning dependencies of target moc-account-factory.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/build
--- TelepathyQt/_gen/account-factory.moc.hpp ---
--- TelepathyQt/CMakeFiles/moc-simple-text-observer-internal.moc.hpp.dir/all ---
[ 59%] Built target moc-simple-text-observer-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-stream-tube-server-internal.moc.hpp.dir/all ---
[ 59%] Built target moc-stream-tube-server-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/all ---
[ 60%] Generating _gen/streamed-media-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/streamed-media-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/streamed-media-channel.h
--- TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/all ---
[ 60%] Generating _gen/account-factory.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/account-factory.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account-factory.h
--- TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/all ---
Scanning dependencies of target moc-text-channel.moc.hpp
/usr/bin/make -f TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/build.make TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/build
--- TelepathyQt/_gen/text-channel.moc.hpp ---
[ 60%] Generating _gen/text-channel.moc.hpp
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/lib/qt5/bin/moc -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/.build/TelepathyQt -DQT_NO_CAST_FROM_ASCII -DENABLE_DEBUG -i -o /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/text-channel.moc.hpp /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/text-channel.h
--- TelepathyQt/CMakeFiles/moc-stream-tube-client-internal.moc.hpp.dir/all ---
[ 60%] Built target moc-stream-tube-client-internal.moc.hpp
--- TelepathyQt/CMakeFiles/moc-streamed-media-channel.moc.hpp.dir/all ---
[ 60%] Built target moc-streamed-media-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-account-factory.moc.hpp.dir/all ---
[ 60%] Built target moc-account-factory.moc.hpp
--- TelepathyQt/CMakeFiles/moc-text-channel.moc.hpp.dir/all ---
[ 60%] Built target moc-text-channel.moc.hpp
--- TelepathyQt/CMakeFiles/moc-stream-tube-server.moc.hpp.dir/all ---
[ 60%] Built target moc-stream-tube-server.moc.hpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/all ---
/usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt5.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt5.dir/depend
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/depend ---
cd /construction/net-im/telepathy-qt/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/net-im/telepathy-qt/telepathy-qt-0.9.8 /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt /construction/net-im/telepathy-qt/.build /construction/net-im/telepathy-qt/.build/TelepathyQt /construction/net-im/telepathy-qt/.build/TelepathyQt/CMakeFiles/telepathy-qt5.dir/DependInfo.cmake --color=
Scanning dependencies of target telepathy-qt5
/usr/bin/make -f TelepathyQt/CMakeFiles/telepathy-qt5.dir/build.make TelepathyQt/CMakeFiles/telepathy-qt5.dir/build
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/avatar.cpp.o ---
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-proxy.cpp.o ---
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/debug.cpp.o ---
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/feature.cpp.o ---
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/file-transfer-channel-creation-properties.cpp.o ---
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/key-file.cpp.o ---
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/location-info.cpp.o ---
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/object.cpp.o ---
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/feature.cpp.o ---
[ 61%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/feature.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/feature.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/feature.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/file-transfer-channel-creation-properties.cpp.o ---
[ 61%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/file-transfer-channel-creation-properties.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/file-transfer-channel-creation-properties.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/file-transfer-channel-creation-properties.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/key-file.cpp.o ---
[ 61%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/key-file.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/key-file.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/key-file.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/object.cpp.o ---
[ 61%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/object.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/object.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/object.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/avatar.cpp.o ---
[ 61%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/avatar.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/avatar.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/avatar.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/location-info.cpp.o ---
[ 61%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/location-info.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/location-info.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/location-info.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/debug.cpp.o ---
[ 61%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/debug.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/debug.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/debug.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-proxy.cpp.o ---
[ 62%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-proxy.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/dbus-proxy.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-proxy.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/optional-interface-factory.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/optional-interface-factory.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/optional-interface-factory.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/optional-interface-factory.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-operation.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-operation.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/pending-operation.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-operation.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-string.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-string.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/pending-string.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-string.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-string-list.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-string-list.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/pending-string-list.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-string-list.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-variant.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-variant.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/pending-variant.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-variant.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-variant-map.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-variant-map.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/pending-variant-map.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-variant-map.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/utils.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/utils.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/utils.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/utils.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/abstract-client.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/abstract-client.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/abstract-client.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/abstract-interface.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/abstract-interface.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/abstract-interface.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-interface.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/capabilities-base.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/capabilities-base.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/capabilities-base.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/capabilities-base.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt-test-backdoors.dir/all ---
--- TelepathyQt/libtelepathy-qt-test-backdoors.a ---
[ 63%] Linking CXX static library libtelepathy-qt-test-backdoors.a
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/bin/cmake -P CMakeFiles/telepathy-qt-test-backdoors.dir/cmake_clean_target.cmake
cd /construction/net-im/telepathy-qt/.build/TelepathyQt && /usr/local/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
[ 63%] Built target telepathy-qt-test-backdoors
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/all ---
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-class-spec.cpp.o ---
[ 63%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-class-spec.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/channel-class-spec.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection-capabilities.cpp.o ---
[ 64%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection-capabilities.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/connection-capabilities.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/connection-capabilities.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-capabilities.cpp.o ---
[ 64%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-capabilities.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/contact-capabilities.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-capabilities.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-proxy-factory.cpp.o ---
[ 64%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-proxy-factory.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/dbus-proxy-factory.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-proxy-factory.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/fixed-feature-factory.cpp.o ---
[ 64%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/fixed-feature-factory.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/fixed-feature-factory.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/fixed-feature-factory.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/manager-file.cpp.o ---
[ 65%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/manager-file.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/manager-file.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/manager-file.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/message-content-part.cpp.o ---
[ 65%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/message-content-part.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/message-content-part.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/message-content-part.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/abstract-client.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelClassSpecList:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:28:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h: In function 'uint Tp::qHash(const Tp::ChannelClassSpecList&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h:312:55: warning: 'QSet QList::toSet() const [with T = Tp::ChannelClassSpec]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
QSet uniqueSet = specList.toSet();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/AbstractClient:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelClassSpecList:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:28:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h: In function 'uint Tp::qHash(const QList&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h:319:55: warning: 'QSet QList::toSet() const [with T = Tp::ChannelClassSpec]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
QSet uniqueSet = specList.toSet();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/AbstractClient:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp: In constructor 'Tp::AbstractClientHandler::Capabilities::Private::Private(const QStringList&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:714:33: warning: 'static QSet QSet::fromList(const QList&) [with T = QString]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
: tokens(QSet::fromList(tokens)) {}
^~~~~~~~
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/AbstractClient:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:398:9: note: declared here
QSet QSet::fromList(const QList &list)
^~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:714:48: warning: 'static QSet QSet::fromList(const QList&) [with T = QString]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
: tokens(QSet::fromList(tokens)) {}
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/AbstractClient:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:398:9: note: declared here
QSet QSet::fromList(const QList &list)
^~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:714:48: warning: 'static QSet QSet::fromList(const QList&) [with T = QString]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
: tokens(QSet::fromList(tokens)) {}
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/AbstractClient:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:398:9: note: declared here
QSet QSet::fromList(const QList &list)
^~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp: In member function 'QStringList Tp::AbstractClientHandler::Capabilities::allTokens() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:761:33: warning: 'QList QSet::toList() const [with T = QString]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
return mPriv->tokens.toList();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/AbstractClient:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/abstract-client.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-capabilities.cpp.o ---
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-capabilities.cpp: In member function 'QStringList Tp::ContactCapabilities::dbusTubeServices() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-capabilities.cpp:124:23: warning: 'QList QSet::toList() const [with T = QString]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
return ret.toList();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/requestable-channel-class-spec.h:31,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/RequestableChannelClassSpec:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/capabilities-base.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/CapabilitiesBase:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-capabilities.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactCapabilities:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-capabilities.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-capabilities.cpp: In member function 'QStringList Tp::ContactCapabilities::streamTubeServices() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-capabilities.cpp:165:23: warning: 'QList QSet::toList() const [with T = QString]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
return ret.toList();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/requestable-channel-class-spec.h:31,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/RequestableChannelClassSpec:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/capabilities-base.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/CapabilitiesBase:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-capabilities.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactCapabilities:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-capabilities.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-class-spec.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelClassSpec:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.cpp:23:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h: In function 'uint Tp::qHash(const Tp::ChannelClassSpecList&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h:312:55: warning: 'QSet QList::toSet() const [with T = Tp::ChannelClassSpec]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
QSet uniqueSet = specList.toSet();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelClassSpec:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelClassSpec:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.cpp:23:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h: In function 'uint Tp::qHash(const QList&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h:319:55: warning: 'QSet QList::toSet() const [with T = Tp::ChannelClassSpec]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
QSet uniqueSet = specList.toSet();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelClassSpec:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-debug-message-list.cpp.o ---
[ 65%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-debug-message-list.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/pending-debug-message-list.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-debug-message-list.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-ready.cpp.o ---
[ 65%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-ready.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/pending-ready.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-ready.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/presence.cpp.o ---
[ 66%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/presence.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/presence.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/presence.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/profile.cpp.o ---
[ 66%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/profile.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/profile.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/profile.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/protocol-parameter.cpp.o ---
[ 67%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/protocol-parameter.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/protocol-parameter.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/protocol-parameter.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/readiness-helper.cpp.o ---
[ 67%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/readiness-helper.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/readiness-helper.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/readiness-helper.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/ready-object.cpp.o ---
[ 67%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/ready-object.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/ready-object.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ready-object.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/requestable-channel-class-spec.cpp.o ---
[ 67%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/requestable-channel-class-spec.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/requestable-channel-class-spec.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/requestable-channel-class-spec.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-factory.cpp.o ---
[ 68%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-factory.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/account-factory.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account-factory.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-property-filter.cpp.o ---
[ 68%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-property-filter.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/account-property-filter.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account-property-filter.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-set.cpp.o ---
[ 68%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/account-set.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/account-set.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account-set.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-channel.cpp.o ---
[ 69%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-channel.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/call-channel.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/captcha-authentication.cpp.o ---
[ 69%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/captcha-authentication.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/captcha-authentication.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/captcha-authentication.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/captcha.cpp.o ---
[ 70%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/captcha.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/captcha.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/captcha.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-factory.cpp.o ---
[ 70%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-factory.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/channel-factory.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-factory.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/client-registrar.cpp.o ---
[ 70%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/client-registrar.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/client-registrar.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/call-channel.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp:30:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'QSet Tp::ReferencedHandles::toSet() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:228:31: warning: 'QSet QList::toSet() const [with T = unsigned int]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toSet();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/CallChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp:22:
/usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here
QSet toSet() const;
^~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp:30:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'std::__cxx11::list > Tp::ReferencedHandles::toStdList() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:234:35: warning: 'std::__cxx11::list QList::toStdList() const [with T = unsigned int]' is deprecated: Use std::list(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toStdList();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/CallChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp:22:
/usr/local/include/qt5/QtCore/qlist.h:419:25: note: declared here
inline std::list toStdList() const
^~~~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp: In member function 'void Tp::CallChannel::Private::processCallMembersChanged()':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp:322:43: warning: 'QList QSet::toList() const [with T = unsigned int]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
pendingCallMembers.toList());
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/CallChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp:22:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp: In member function 'Tp::Contacts Tp::CallChannel::remoteMembers() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp:508:54: warning: 'QSet QList::toSet() const [with T = Tp::SharedPtr]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return mPriv->callMembersContacts.values().toSet();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/CallChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp:22:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp: In member function 'void Tp::CallChannel::gotCallMembersContacts(Tp::PendingOperation*)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp:1011:62: warning: 'QSet QList::toSet() const [with T = Tp::SharedPtr]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
emit remoteMembersRemoved(removed.values().toSet(),
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/CallChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/call-channel.cpp:22:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection-factory.cpp.o ---
[ 70%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/connection-factory.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/connection-factory.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/connection-factory.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-factory.cpp.o ---
[ 70%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-factory.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/contact-factory.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-factory.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o ---
[ 70%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o ---
[ 71%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-messenger.cpp.o ---
[ 71%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-messenger.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/contact-messenger.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-messenger.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/client-registrar.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelClassSpecList:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar-internal.h:31,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar.cpp:24:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h: In function 'uint Tp::qHash(const Tp::ChannelClassSpecList&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h:312:55: warning: 'QSet QList::toSet() const [with T = Tp::ChannelClassSpec]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
QSet uniqueSet = specList.toSet();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account-factory.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/AccountFactory:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ClientRegistrar:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelClassSpecList:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar-internal.h:31,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar.cpp:24:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h: In function 'uint Tp::qHash(const QList&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h:319:55: warning: 'QSet QList::toSet() const [with T = Tp::ChannelClassSpec]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
QSet uniqueSet = specList.toSet();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/account-factory.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/AccountFactory:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ClientRegistrar:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/client-registrar.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/channel-factory.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelClassSpec:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-factory.cpp:33:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h: In function 'uint Tp::qHash(const Tp::ChannelClassSpecList&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h:312:55: warning: 'QSet QList::toSet() const [with T = Tp::ChannelClassSpec]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
QSet uniqueSet = specList.toSet();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-proxy-factory.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/DBusProxyFactory:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-factory.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelFactory:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-factory.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelClassSpec:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-factory.cpp:33:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h: In function 'uint Tp::qHash(const QList&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-class-spec.h:319:55: warning: 'QSet QList::toSet() const [with T = Tp::ChannelClassSpec]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
QSet uniqueSet = specList.toSet();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-proxy-factory.h:32,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/DBusProxyFactory:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-factory.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ChannelFactory:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel-factory.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-search-channel.cpp.o ---
[ 71%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-search-channel.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/contact-search-channel.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-search-channel.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-internal.h:26,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:23:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'QSet Tp::ReferencedHandles::toSet() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:228:31: warning: 'QSet QList::toSet() const [with T = unsigned int]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toSet();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-internal.h:26,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:23:
/usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here
QSet toSet() const;
^~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-internal.h:26,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:23:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'std::__cxx11::list > Tp::ReferencedHandles::toStdList() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:234:35: warning: 'std::__cxx11::list QList::toStdList() const [with T = unsigned int]' is deprecated: Use std::list(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toStdList();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-internal.h:26,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:23:
/usr/local/include/qt5/QtCore/qlist.h:419:25: note: declared here
inline std::list toStdList() const
^~~~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp: In member function 'QStringList Tp::ContactManager::Roster::allKnownGroups() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:231:40: warning: 'QList QSet::toList() const [with T = QString]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
return cachedAllKnownGroups.toList();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-internal.h:26,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp: In member function 'void Tp::ContactManager::Roster::gotContactListGroupsProperties(Tp::PendingOperation*)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:1340:90: warning: 'QSet QList::toSet() const [with T = QString]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
cachedAllKnownGroups = qdbus_cast(props[QLatin1String("Groups")]).toSet();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-internal.h:26,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:23:
/usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here
QSet toSet() const;
^~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:1345:55: warning: 'QList QSet::toList() const [with T = Tp::SharedPtr]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
contactManager->allKnownContacts().toList(),
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-internal.h:26,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact.cpp.o ---
[ 71%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/contact.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager-roster.cpp.o ---
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp: In member function 'void Tp::ContactManager::Roster::introspectContactListContacts()':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:1696:63: warning: 'QList QSet::toList() const [with T = QString]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
iface->GetContactListAttributes(interfaces.toList(), true), contactManager);
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-internal.h:26,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp: In constructor 'Tp::ContactManager::Roster::RemoveGroupOp::RemoveGroupOp(const ChannelPtr&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:2174:62: warning: 'QList QSet::toList() const [with T = Tp::SharedPtr]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
connect(channel->groupRemoveContacts(contacts.toList()),
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-internal.h:26,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager-roster.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-tube-channel.cpp.o ---
[ 71%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-tube-channel.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/dbus-tube-channel.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:23:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'QSet Tp::ReferencedHandles::toSet() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:228:31: warning: 'QSet QList::toSet() const [with T = unsigned int]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toSet();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:23:
/usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here
QSet toSet() const;
^~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:23:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'std::__cxx11::list > Tp::ReferencedHandles::toStdList() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:234:35: warning: 'std::__cxx11::list QList::toStdList() const [with T = unsigned int]' is deprecated: Use std::list(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toStdList();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:23:
/usr/local/include/qt5/QtCore/qlist.h:419:25: note: declared here
inline std::list toStdList() const
^~~~~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/fake-handler-manager-internal.cpp.o ---
[ 71%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/fake-handler-manager-internal.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/fake-handler-manager-internal.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/fake-handler-manager-internal.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-manager.cpp.o ---
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp: In member function 'void Tp::ContactManager::PendingRefreshContactInfo::refreshInfo()':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:177:72: warning: 'QList QSet::toList() const [with T = unsigned int]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
contactInfoInterface->RefreshContactInfo(mToRequest.toList()),
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp: In member function 'Tp::PendingContacts* Tp::ContactManager::contactsForHandles(const Tp::UIntList&, const Tp::Features&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:1047:35: warning: 'QList QSet::toList() const [with T = QString]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
interfaces.toList(), satisfyingContacts, otherContacts);
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp: In member function 'Tp::PendingContacts* Tp::ContactManager::contactsForVCardAddresses(const QString&, const QStringList&, const Tp::Features&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:1121:61: warning: 'QList QSet::toList() const [with T = QString]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
vcardAddresses, realFeatures, interfaces.toList());
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp: In member function 'Tp::PendingContacts* Tp::ContactManager::contactsForUris(const QStringList&, const Tp::Features&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:1157:71: warning: 'QList QSet::toList() const [with T = QString]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
PendingContacts::ForUris, realFeatures, interfaces.toList());
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp: In member function 'void Tp::ContactManager::requestContactAvatars(const QList >&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:1219:53: warning: 'QSet QList::toSet() const [with T = Tp::SharedPtr]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
mPriv->requestAvatarsQueue.unite(contacts.toSet());
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:388:30: note: declared here
Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
^~~~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/file-transfer-channel.cpp.o ---
[ 71%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/file-transfer-channel.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/file-transfer-channel.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/file-transfer-channel.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact-search-channel.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-search-channel.cpp:32:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'QSet Tp::ReferencedHandles::toSet() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:228:31: warning: 'QSet QList::toSet() const [with T = unsigned int]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toSet();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-search-channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactSearchChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-search-channel.cpp:23:
/usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here
QSet toSet() const;
^~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-search-channel.cpp:32:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'std::__cxx11::list > Tp::ReferencedHandles::toStdList() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:234:35: warning: 'std::__cxx11::list QList::toStdList() const [with T = unsigned int]' is deprecated: Use std::list(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toStdList();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-search-channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactSearchChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-search-channel.cpp:23:
/usr/local/include/qt5/QtCore/qlist.h:419:25: note: declared here
inline std::list toStdList() const
^~~~~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/handled-channel-notifier.cpp.o ---
[ 71%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/handled-channel-notifier.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/handled-channel-notifier.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/handled-channel-notifier.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-dbus-tube-channel.cpp.o ---
[ 72%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-dbus-tube-channel.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/incoming-dbus-tube-channel.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-dbus-tube-channel.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/dbus-tube-channel.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.cpp:30:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'QSet Tp::ReferencedHandles::toSet() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:228:31: warning: 'QSet QList::toSet() const [with T = unsigned int]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toSet();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/TubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/DBusTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.cpp:22:
/usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here
QSet toSet() const;
^~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.cpp:30:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'std::__cxx11::list > Tp::ReferencedHandles::toStdList() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:234:35: warning: 'std::__cxx11::list QList::toStdList() const [with T = unsigned int]' is deprecated: Use std::list(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toStdList();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/TubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/DBusTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.cpp:22:
/usr/local/include/qt5/QtCore/qlist.h:419:25: note: declared here
inline std::list toStdList() const
^~~~~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/contact.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp:35:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'QSet Tp::ReferencedHandles::toSet() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:228:31: warning: 'QSet QList::toSet() const [with T = unsigned int]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toSet();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Contact:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp:23:
/usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here
QSet toSet() const;
^~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp:35:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'std::__cxx11::list > Tp::ReferencedHandles::toStdList() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:234:35: warning: 'std::__cxx11::list QList::toStdList() const [with T = unsigned int]' is deprecated: Use std::list(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toStdList();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Contact:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp:23:
/usr/local/include/qt5/QtCore/qlist.h:419:25: note: declared here
inline std::list toStdList() const
^~~~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp: In member function 'QStringList Tp::Contact::groups() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp:894:33: warning: 'QList QSet::toList() const [with T = QString]' is deprecated: Use values() instead. [-Wdeprecated-declarations]
return mPriv->groups.toList();
^
In file included from /usr/local/include/qt5/QtCore/qdebug.h:52,
from /usr/local/include/qt5/QtCore/qcborcommon.h:45,
from /usr/local/include/qt5/QtCore/qcborvalue.h:45,
from /usr/local/include/qt5/QtCore/qcborarray.h:43,
from /usr/local/include/qt5/QtCore/QtCore:38,
from /usr/local/include/qt5/QtDBus/QtDBusDepends:3,
from /usr/local/include/qt5/QtDBus/QtDBus:3,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/method-invocation-context.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/MethodInvocationContext:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Contact:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp:23:
/usr/local/include/qt5/QtCore/qset.h:251:14: note: declared here
QList toList() const { return values(); }
^~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp: In member function 'virtual void Tp::Contact::augment(const Tp::Features&, const QVariantMap&)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp:1105:42: warning: 'QSet QList::toSet() const [with T = QString]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
mPriv->groups = groups.toSet();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Contact:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact.cpp:23:
/usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here
QSet toSet() const;
^~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-file-transfer-channel.cpp.o ---
[ 72%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-file-transfer-channel.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/incoming-file-transfer-channel.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-file-transfer-channel.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-dbus-tube-channel.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-dbus-tube-channel.cpp:29:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'QSet Tp::ReferencedHandles::toSet() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:228:31: warning: 'QSet QList::toSet() const [with T = unsigned int]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toSet();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/TubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/DBusTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-dbus-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/IncomingDBusTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-dbus-tube-channel.cpp:22:
/usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here
QSet toSet() const;
^~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-dbus-tube-channel.cpp:29:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'std::__cxx11::list > Tp::ReferencedHandles::toStdList() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:234:35: warning: 'std::__cxx11::list QList::toStdList() const [with T = unsigned int]' is deprecated: Use std::list(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toStdList();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/TubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/DBusTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-dbus-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/IncomingDBusTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-dbus-tube-channel.cpp:22:
/usr/local/include/qt5/QtCore/qlist.h:419:25: note: declared here
inline std::list toStdList() const
^~~~~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-stream-tube-channel.cpp.o ---
[ 72%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-stream-tube-channel.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/incoming-stream-tube-channel.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/message.cpp.o ---
[ 72%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/message.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/message.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/message.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-dbus-tube-channel.cpp.o ---
[ 72%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-dbus-tube-channel.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/outgoing-dbus-tube-channel.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-dbus-tube-channel.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-file-transfer-channel.cpp.o ---
[ 72%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-file-transfer-channel.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/outgoing-file-transfer-channel.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-file-transfer-channel.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-stream-tube-channel.cpp.o ---
[ 72%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-stream-tube-channel.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/outgoing-stream-tube-channel.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-stream-tube-channel.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-account.cpp.o ---
[ 72%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-account.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/pending-account.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-account.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-captchas.cpp.o ---
[ 73%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-captchas.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/pending-captchas.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-captchas.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-channel-request.cpp.o ---
[ 73%] Building CXX object TelepathyQt/CMakeFiles/telepathy-qt5.dir/pending-channel-request.cpp.o
cd /construction/net-im/telepathy-qt/.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 -Dtelepathy_qt5_EXPORTS -I/construction/net-im/telepathy-qt/.build/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt -I/construction/net-im/telepathy-qt/telepathy-qt-0.9.8 -I/construction/net-im/telepathy-qt/.build -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -Wextra -Wsign-compare -Wpointer-arith -Wformat-security -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-local-typedefs -fvisibility=hidden -fvisibility-inlines-hidden -Wdeprecated-declarations -DTP_QT_DEPRECATED_WARNINGS -O2 -DNDEBUG -fPIC -fPIC -std=c++11 -o CMakeFiles/telepathy-qt5.dir/pending-channel-request.cpp.o -c /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/pending-channel-request.cpp
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/incoming-stream-tube-channel.cpp.o ---
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.cpp: In member function 'Tp::PendingStreamTubeConnection* Tp::IncomingStreamTubeChannel::acceptTubeAsUnixSocket(bool)':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.cpp:386:77: warning: 'QVariant qVariantFromValue(const T&) [with T = unsigned int]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations]
accessControlParam.setVariant(qVariantFromValue(static_cast(0)));
^
In file included from /usr/local/include/qt5/QtCore/QVariantList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/TubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/stream-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/StreamTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/IncomingStreamTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.cpp:22:
/usr/local/include/qt5/QtCore/qvariant.h:528:17: note: declared here
inline QVariant qVariantFromValue(const T &t)
^~~~~~~~~~~~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.cpp:386:77: warning: 'QVariant qVariantFromValue(const T&) [with T = unsigned int]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations]
accessControlParam.setVariant(qVariantFromValue(static_cast(0)));
^
In file included from /usr/local/include/qt5/QtCore/QVariantList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/TubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/stream-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/StreamTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/IncomingStreamTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.cpp:22:
/usr/local/include/qt5/QtCore/qvariant.h:528:17: note: declared here
inline QVariant qVariantFromValue(const T &t)
^~~~~~~~~~~~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.cpp:393:71: warning: 'QVariant qVariantFromValue(const T&) [with T = unsigned char]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations]
accessControlParam.setVariant(qVariantFromValue(credentialByte));
^
In file included from /usr/local/include/qt5/QtCore/QVariantList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/TubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/stream-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/StreamTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/IncomingStreamTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.cpp:22:
/usr/local/include/qt5/QtCore/qvariant.h:528:17: note: declared here
inline QVariant qVariantFromValue(const T &t)
^~~~~~~~~~~~~~~~~
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.cpp:393:71: warning: 'QVariant qVariantFromValue(const T&) [with T = unsigned char]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations]
accessControlParam.setVariant(qVariantFromValue(credentialByte));
^
In file included from /usr/local/include/qt5/QtCore/QVariantList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/TubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/stream-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/StreamTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/IncomingStreamTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/incoming-stream-tube-channel.cpp:22:
/usr/local/include/qt5/QtCore/qvariant.h:528:17: note: declared here
inline QVariant qVariantFromValue(const T &t)
^~~~~~~~~~~~~~~~~
--- TelepathyQt/CMakeFiles/telepathy-qt5.dir/outgoing-dbus-tube-channel.cpp.o ---
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-dbus-tube-channel.cpp:29:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'QSet Tp::ReferencedHandles::toSet() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:228:31: warning: 'QSet QList::toSet() const [with T = unsigned int]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
return toList().toSet();
^
In file included from /usr/local/include/qt5/QtCore/qstringlist.h:41,
from /usr/local/include/qt5/QtCore/QStringList:1,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/types.h:11,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/types.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Types:8,
from /construction/net-im/telepathy-qt/.build/TelepathyQt/_gen/cli-channel.h:12,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/channel.h:30,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/Channel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/TubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/dbus-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/DBusTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-dbus-tube-channel.h:29,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/OutgoingDBusTubeChannel:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-dbus-tube-channel.cpp:22:
/usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here
QSet toSet() const;
^~~~~
In file included from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ReferencedHandles:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/contact-manager.h:34,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/ContactManager:8,
from /construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/outgoing-dbus-tube-channel.cpp:29:
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h: In member function 'std::__cxx11::list > Tp::ReferencedHandles::toStdList() const':
/construction/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/referenced-handles.h:234:35: warning: 'std::__cxx11::list QList