Bug 263592 - kopete-protocol-telepathy fails to compile with telepathy-qt4-0.5.3
Summary: kopete-protocol-telepathy fails to compile with telepathy-qt4-0.5.3
Status: RESOLVED INTENTIONAL
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: kopete-protocol-telepathy (show other bugs)
Version: git-latest
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: 0.4.0
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-18 23:57 UTC by Mieszko Ślusarczyk
Modified: 2012-07-06 12:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mieszko Ślusarczyk 2011-01-18 23:57:58 UTC
Version:           svn-playground (using Devel) 
OS:                Linux

compiling against kde-4.6-svn, qt-4.7-git-stable-branch telepathy-qt4-0.5.3

make -j1 
Scanning dependencies of target kopete_telepathy_automoc
Generating telepathycontactmanager.moc                                                                                                                           
Generating telepathychatsession.moc                                                                                                                              
Generating telepathyeditaccountwidget.moc                                                                                                                        
Generating telepathyprotocol.moc                                                                                                                                 
Generating telepathyaddedinfoevent.moc                                                                                                                           
Generating telepathychannelmanager.moc                                                                                                                           
Generating telepathycontact.moc                                                                                                                                  
Generating telepathyprotocolinternal.moc                                                                                                                         
Generating telepathyaddcontactpage.moc                                                                                                                           
Generating telepathyaccount.moc                                                                                                                                  
Generating moc_telepathyfiletransfer.cpp                                                                                                                         
[  0%] Built target kopete_telepathy_automoc                                                                                                                     
[  7%] Generating ui_telepathyaddcontactpage.h
Scanning dependencies of target kopete_telepathy                                                                                                                 
[ 14%] Building CXX object src/CMakeFiles/kopete_telepathy.dir/kopete_telepathy_automoc.o                                                                        
[ 21%] Building CXX object src/CMakeFiles/kopete_telepathy.dir/telepathyprotocol.o                                                                               
[ 28%] Building CXX object src/CMakeFiles/kopete_telepathy.dir/telepathyaccount.o                                                                                
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘virtual void TelepathyAccount::connect(const Kopete::OnlineStatus&)’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:89: error: ‘class Tp::Account’ has no member named ‘haveConnection’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘virtual void TelepathyAccount::disconnect()’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:139: error: ‘class Tp::Account’ has no member named ‘haveConnection’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:144: error: ‘class Tp::Connection’ has no member named ‘requestDisconnect’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘bool TelepathyAccount::readConfig()’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:250: error: cannot convert ‘const Tp::ProtocolParameter’ to ‘Tp::ProtocolParameter*’ in initialization
/usr/include/telepathy-1.0/TelepathyQt4/protocol-parameter.h:67: error: ‘Tp::ProtocolParameter::ProtocolParameter(const QString&, const QDBusSignature&, QVariant, Tp::ConnMgrParamFlag)’ is private
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:281: error: within this context
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:281: error: no matching function for call to ‘QList<Tp::ProtocolParameter>::append(Tp::ProtocolParameter*)’
/usr/include/qt4/QtCore/qlist.h:494: note: candidates are: void QList<T>::append(const T&) [with T = Tp::ProtocolParameter]
/usr/include/qt4/QtCore/qlist.h:820: note:                 void QList<T>::append(const QList<T>&) [with T = Tp::ProtocolParameter]
/usr/include/telepathy-1.0/TelepathyQt4/protocol-parameter.h:67: error: ‘Tp::ProtocolParameter::ProtocolParameter(const QString&, const QDBusSignature&, QVariant, Tp::ConnMgrParamFlag)’ is private
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:291: error: within this context
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:291: error: no matching function for call to ‘QList<Tp::ProtocolParameter>::append(Tp::ProtocolParameter*)’
/usr/include/qt4/QtCore/qlist.h:494: note: candidates are: void QList<T>::append(const T&) [with T = Tp::ProtocolParameter]
/usr/include/qt4/QtCore/qlist.h:820: note:                 void QList<T>::append(const QList<T>&) [with T = Tp::ProtocolParameter]
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘Tp::ProtocolInfo* TelepathyAccount::getProtocolInfo(QString)’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:351: error: cannot convert ‘const Tp::ProtocolInfo’ to ‘Tp::ProtocolInfo*’ in initialization
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘void TelepathyAccount::onAccountManagerReady(Tp::PendingOperation*)’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:427: error: ‘class Tp::AccountManager’ has no member named ‘allAccountPaths’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘void TelepathyAccount::onExistingAccountReady(Tp::PendingOperation*)’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:467: error: no matching function for call to ‘qobject_cast(Tp::SharedPtr<Tp::RefCounted>)’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:473: error: ‘class Tp::Account’ has no member named ‘protocol’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:474: error: ‘class Tp::Account’ has no member named ‘protocol’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘void TelepathyAccount::createNewAccount()’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:494: error: cannot convert ‘const Tp::ProtocolParameter’ to ‘Tp::ProtocolParameter*’ in initialization
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘void TelepathyAccount::onAccountReady(Tp::PendingOperation*)’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:558: error: ‘class Tp::Account’ has no member named ‘protocol’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘void TelepathyAccount::onSetEnabledFinished(Tp::PendingOperation*)’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:611: error: invalid static_cast from type ‘<unresolved overloaded function type>’ to type ‘Tp::ConnectionPresenceType’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘void TelepathyAccount::currentPresenceChanged(const Tp::SimplePresence&) const’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:670: error: invalid static_cast from type ‘<unresolved overloaded function type>’ to type ‘Tp::ConnectionPresenceType’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘void TelepathyAccount::connectionStatusChanged(Tp::ConnectionStatus, Tp::ConnectionStatusReason)’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:695: error: invalid static_cast from type ‘<unresolved overloaded function type>’ to type ‘Tp::ConnectionPresenceType’
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp: In member function ‘void TelepathyAccount::fetchContactList()’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:929: error: ‘class Tp::Account’ has no member named ‘haveConnection’
In file included from /usr/include/qt4/QtCore/qtconcurrentresultstore.h:50,
                 from /usr/include/qt4/QtCore/qfutureinterface.h:52,
                 from /usr/include/qt4/QtCore/qfuture.h:49,
                 from /usr/include/qt4/QtCore/QtCore:10,
                 from /usr/include/qt4/QtDBus/QtDBus:3,
                 from /usr/include/telepathy-1.0/TelepathyQt4/method-invocation-context.h:29,
                 from /usr/include/telepathy-1.0/TelepathyQt4/MethodInvocationContext:8,
                 from /usr/include/telepathy-1.0/TelepathyQt4/types.h:33,
                 from /usr/include/telepathy-1.0/TelepathyQt4/Types:8,
                 from /usr/include/telepathy-1.0/TelepathyQt4/_gen/cli-account.h:12,
                 from /usr/include/telepathy-1.0/TelepathyQt4/account.h:29,
                 from /usr/include/telepathy-1.0/TelepathyQt4/Account:8,
                 from /var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.h:29,
                 from /var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:21:
/usr/include/qt4/QtCore/qdebug.h: In function ‘QDebug operator<<(QDebug, const QList<T>&) [with T = Tp::ProtocolParameter]’:
/var/tmp/portage/kde-misc/kopete-protocol-telepathy-9999/work/kopete-protocol-telepathy-9999/src/telepathyaccount.cpp:297:   instantiated from here
/usr/include/qt4/QtCore/qdebug.h:169: error: no match for ‘operator<<’ in ‘debug << ((const QList<Tp::ProtocolParameter>*)list)->QList<T>::at [with T = Tp::ProtocolParameter](i)’
/usr/include/qt4/QtCore/qdebug.h:95: note: candidates are: QDebug& QDebug::operator<<(QChar)
/usr/include/qt4/QtCore/qdebug.h:96: note:                 QDebug& QDebug::operator<<(QBool)
/usr/include/qt4/QtCore/qdebug.h:97: note:                 QDebug& QDebug::operator<<(bool)
/usr/include/qt4/QtCore/qdebug.h:98: note:                 QDebug& QDebug::operator<<(char)
/usr/include/qt4/QtCore/qdebug.h:99: note:                 QDebug& QDebug::operator<<(short int)
/usr/include/qt4/QtCore/qdebug.h:100: note:                 QDebug& QDebug::operator<<(short unsigned int)
/usr/include/qt4/QtCore/qdebug.h:101: note:                 QDebug& QDebug::operator<<(int)
/usr/include/qt4/QtCore/qdebug.h:102: note:                 QDebug& QDebug::operator<<(unsigned int)
/usr/include/qt4/QtCore/qdebug.h:103: note:                 QDebug& QDebug::operator<<(long int)
/usr/include/qt4/QtCore/qdebug.h:104: note:                 QDebug& QDebug::operator<<(long unsigned int)
/usr/include/qt4/QtCore/qdebug.h:105: note:                 QDebug& QDebug::operator<<(qint64)
/usr/include/qt4/QtCore/qdebug.h:107: note:                 QDebug& QDebug::operator<<(quint64)
/usr/include/qt4/QtCore/qdebug.h:109: note:                 QDebug& QDebug::operator<<(float)
/usr/include/qt4/QtCore/qdebug.h:110: note:                 QDebug& QDebug::operator<<(double)
/usr/include/qt4/QtCore/qdebug.h:111: note:                 QDebug& QDebug::operator<<(const char*)
/usr/include/qt4/QtCore/qdebug.h:112: note:                 QDebug& QDebug::operator<<(const QString&)
/usr/include/qt4/QtCore/qdebug.h:113: note:                 QDebug& QDebug::operator<<(const QStringRef&)
/usr/include/qt4/QtCore/qdebug.h:114: note:                 QDebug& QDebug::operator<<(const QLatin1String&)
/usr/include/qt4/QtCore/qdebug.h:115: note:                 QDebug& QDebug::operator<<(const QByteArray&)
/usr/include/qt4/QtCore/qdebug.h:116: note:                 QDebug& QDebug::operator<<(const void*)
/usr/include/qt4/QtCore/qdebug.h:117: note:                 QDebug& QDebug::operator<<(QTextStream& (*)(QTextStream&))
/usr/include/qt4/QtCore/qdebug.h:122: note:                 QDebug& QDebug::operator<<(QTextStreamManipulator)
/usr/include/qt4/QtCore/qchar.h:394: note:                 QDataStream& operator<<(QDataStream&, const QChar&)
/usr/include/qt4/QtCore/qbytearray.h:577: note:                 QDataStream& operator<<(QDataStream&, const QByteArray&)
/usr/include/qt4/QtCore/qstring.h:1083: note:                 QDataStream& operator<<(QDataStream&, const QString&)
/usr/include/qt4/QtCore/qobject.h:397: note:                 QDebug operator<<(QDebug, const QObject*)
/usr/include/qt4/QtCore/qsize.h:102: note:                 QDataStream& operator<<(QDataStream&, const QSize&)
/usr/include/qt4/QtCore/qsize.h:198: note:                 QDebug operator<<(QDebug, const QSize&)
/usr/include/qt4/QtCore/qsize.h:255: note:                 QDataStream& operator<<(QDataStream&, const QSizeF&)
/usr/include/qt4/QtCore/qsize.h:361: note:                 QDebug operator<<(QDebug, const QSizeF&)
/usr/include/qt4/QtCore/qpoint.h:103: note:                 QDataStream& operator<<(QDataStream&, const QPoint&)
/usr/include/qt4/QtCore/qpoint.h:181: note:                 QDebug operator<<(QDebug, const QPoint&)
/usr/include/qt4/QtCore/qpoint.h:237: note:                 QDataStream& operator<<(QDataStream&, const QPointF&)
/usr/include/qt4/QtCore/qpoint.h:356: note:                 QDebug operator<<(QDebug, const QPointF&)
/usr/include/qt4/QtCore/qrect.h:199: note:                 QDataStream& operator<<(QDataStream&, const QRect&)
/usr/include/qt4/QtCore/qrect.h:507: note:                 QDebug operator<<(QDebug, const QRect&)
/usr/include/qt4/QtCore/qrect.h:621: note:                 QDataStream& operator<<(QDataStream&, const QRectF&)
/usr/include/qt4/QtCore/qrect.h:851: note:                 QDebug operator<<(QDebug, const QRectF&)
/usr/include/qt4/QtCore/qiodevice.h:247: note:                 QDebug operator<<(QDebug, QFlags<QIODevice::OpenModeFlag>)
/usr/include/qt4/QtCore/qregexp.h:154: note:                 QDataStream& operator<<(QDataStream&, const QRegExp&)
/usr/include/qt4/QtCore/qstringlist.h:249: note:                 QDataStream& operator<<(QDataStream&, const QStringList&)
/usr/include/qt4/QtGui/qcolor.h:60: note:                 QDebug operator<<(QDebug, const QColor&)
/usr/include/qt4/QtGui/qcolor.h:274: note:                 QDataStream& operator<<(QDataStream&, const QColor&)
/usr/include/qt4/QtGui/qpolygon.h:100: note:                 QDebug operator<<(QDebug, const QPolygon&)
/usr/include/qt4/QtGui/qpolygon.h:107: note:                 QDataStream& operator<<(QDataStream&, const QPolygon&)
/usr/include/qt4/QtGui/qpolygon.h:165: note:                 QDebug operator<<(QDebug, const QPolygonF&)
/usr/include/qt4/QtGui/qpolygon.h:172: note:                 QDataStream& operator<<(QDataStream&, const QPolygonF&)
/usr/include/qt4/QtGui/qregion.h:223: note:                 QDataStream& operator<<(QDataStream&, const QRegion&)
/usr/include/qt4/QtGui/qregion.h:228: note:                 QDebug operator<<(QDebug, const QRegion&)
/usr/include/qt4/QtCore/qline.h:201: note:                 QDebug operator<<(QDebug, const QLine&)
/usr/include/qt4/QtCore/qline.h:205: note:                 QDataStream& operator<<(QDataStream&, const QLine&)
/usr/include/qt4/QtCore/qline.h:412: note:                 QDebug operator<<(QDebug, const QLineF&)
/usr/include/qt4/QtCore/qline.h:416: note:                 QDataStream& operator<<(QDataStream&, const QLineF&)
/usr/include/qt4/QtGui/qmatrix.h:188: note:                 QDataStream& operator<<(QDataStream&, const QMatrix&)
/usr/include/qt4/QtGui/qmatrix.h:193: note:                 QDebug operator<<(QDebug, const QMatrix&)
/usr/include/qt4/QtGui/qpainterpath.h:255: note:                 QDataStream& operator<<(QDataStream&, const QPainterPath&)
/usr/include/qt4/QtGui/qpainterpath.h:423: note:                 QDebug operator<<(QDebug, const QPainterPath&)
/usr/include/qt4/QtGui/qtransform.h:355: note:                 QDataStream& operator<<(QDataStream&, const QTransform&)
/usr/include/qt4/QtGui/qtransform.h:360: note:                 QDebug operator<<(QDebug, const QTransform&)
/usr/include/qt4/QtGui/qimage.h:351: note:                 QDataStream& operator<<(QDataStream&, const QImage&)
/usr/include/qt4/QtGui/qpixmap.h:313: note:                 QDataStream& operator<<(QDataStream&, const QPixmap&)
/usr/include/qt4/QtGui/qicon.h:144: note:                 QDataStream& operator<<(QDataStream&, const QIcon&)
/usr/include/qt4/QtCore/qvariant.h:612: note:                 QDebug operator<<(QDebug, const QVariant&)
/usr/include/qt4/QtCore/qvariant.h:538: note:                 QDataStream& operator<<(QDataStream&, const QVariant&)
/usr/include/qt4/QtCore/qvariant.h:540: note:                 QDataStream& operator<<(QDataStream&, QVariant::Type)
/usr/include/qt4/QtCore/qvariant.h:613: note:                 QDebug operator<<(QDebug, QVariant::Type)
/usr/include/qt4/QtGui/qfont.h:351: note:                 QDataStream& operator<<(QDataStream&, const QFont&)
/usr/include/qt4/QtGui/qfont.h:356: note:                 QDebug operator<<(QDebug, const QFont&)
/usr/include/qt4/QtCore/qdatetime.h:322: note:                 QDataStream& operator<<(QDataStream&, const QDate&)
/usr/include/qt4/QtCore/qdatetime.h:324: note:                 QDataStream& operator<<(QDataStream&, const QTime&)
/usr/include/qt4/QtCore/qdatetime.h:326: note:                 QDataStream& operator<<(QDataStream&, const QDateTime&)
/usr/include/qt4/QtCore/qdatetime.h:331: note:                 QDebug operator<<(QDebug, const QDate&)
/usr/include/qt4/QtCore/qdatetime.h:332: note:                 QDebug operator<<(QDebug, const QTime&)
/usr/include/qt4/QtCore/qdatetime.h:333: note:                 QDebug operator<<(QDebug, const QDateTime&)
/usr/include/qt4/QtCore/qurl.h:283: note:                 QDataStream& operator<<(QDataStream&, const QUrl&)
/usr/include/qt4/QtCore/qurl.h:288: note:                 QDebug operator<<(QDebug, const QUrl&)
/usr/include/qt4/QtDBus/qdbusargument.h:193: note:                 QDBusArgument& operator<<(QDBusArgument&, const QDate&)
/usr/include/qt4/QtDBus/qdbusargument.h:196: note:                 QDBusArgument& operator<<(QDBusArgument&, const QTime&)
/usr/include/qt4/QtDBus/qdbusargument.h:199: note:                 QDBusArgument& operator<<(QDBusArgument&, const QDateTime&)
/usr/include/qt4/QtDBus/qdbusargument.h:202: note:                 QDBusArgument& operator<<(QDBusArgument&, const QRect&)
/usr/include/qt4/QtDBus/qdbusargument.h:205: note:                 QDBusArgument& operator<<(QDBusArgument&, const QRectF&)
/usr/include/qt4/QtDBus/qdbusargument.h:208: note:                 QDBusArgument& operator<<(QDBusArgument&, const QSize&)
/usr/include/qt4/QtDBus/qdbusargument.h:211: note:                 QDBusArgument& operator<<(QDBusArgument&, const QSizeF&)
/usr/include/qt4/QtDBus/qdbusargument.h:214: note:                 QDBusArgument& operator<<(QDBusArgument&, const QPoint&)
/usr/include/qt4/QtDBus/qdbusargument.h:217: note:                 QDBusArgument& operator<<(QDBusArgument&, const QPointF&)
/usr/include/qt4/QtDBus/qdbusargument.h:220: note:                 QDBusArgument& operator<<(QDBusArgument&, const QLine&)
/usr/include/qt4/QtDBus/qdbusargument.h:223: note:                 QDBusArgument& operator<<(QDBusArgument&, const QLineF&)
/usr/include/qt4/QtDBus/qdbusargument.h:283: note:                 QDBusArgument& operator<<(QDBusArgument&, const QVariantList&)
/usr/include/qt4/QtDBus/qdbusargument.h:330: note:                 QDBusArgument& operator<<(QDBusArgument&, const QVariantMap&)
/usr/include/qt4/QtCore/qeasingcurve.h:113: note:                 QDebug operator<<(QDebug, const QEasingCurve&)
/usr/include/qt4/QtCore/qeasingcurve.h:117: note:                 QDataStream& operator<<(QDataStream&, const QEasingCurve&)
/usr/include/qt4/QtCore/qlocale.h:720: note:                 QDataStream& operator<<(QDataStream&, const QLocale&)
/usr/include/qt4/QtCore/qtextstream.h:290: note:                 QTextStream& operator<<(QTextStream&, QTextStream& (*)(QTextStream&))
/usr/include/qt4/QtCore/qtextstream.h:293: note:                 QTextStream& operator<<(QTextStream&, QTextStreamManipulator)
/usr/include/qt4/QtCore/quuid.h:182: note:                 QDataStream& operator<<(QDataStream&, const QUuid&)
/usr/include/qt4/QtCore/qbitarray.h:163: note:                 QDataStream& operator<<(QDataStream&, const QBitArray&)
/usr/include/qt4/QtCore/qmargins.h:140: note:                 QDebug operator<<(QDebug, const QMargins&)
/usr/include/qt4/QtCore/qabstractitemmodel.h:102: note:                 QDebug operator<<(QDebug, const QModelIndex&)
/usr/include/qt4/QtCore/qabstractitemmodel.h:148: note:                 QDebug operator<<(QDebug, const QPersistentModelIndex&)
/usr/include/qt4/QtCore/qdir.h:259: note:                 QDebug operator<<(QDebug, QFlags<QDir::Filter>)
/usr/include/qt4/QtCore/qdir.h:260: note:                 QDebug operator<<(QDebug, const QDir&)
/usr/include/qt4/QtDBus/qdbuserror.h:118: note:                 QDebug operator<<(QDebug, const QDBusError&)
/usr/include/qt4/QtDBus/qdbusmessage.h:123: note:                 QDebug operator<<(QDebug, const QDBusMessage&)
/usr/include/qt4/QtGui/qbrush.h:160: note:                 QDataStream& operator<<(QDataStream&, const QBrush&)
/usr/include/qt4/QtGui/qbrush.h:165: note:                 QDebug operator<<(QDebug, const QBrush&)
/usr/include/qt4/QtGui/qstandarditemmodel.h:447: note:                 QDataStream& operator<<(QDataStream&, const QStandardItem&)
/usr/include/qt4/QtGui/qkeysequence.h:203: note:                 QDataStream& operator<<(QDataStream&, const QKeySequence&)
/usr/include/qt4/QtGui/qkeysequence.h:217: note:                 QDebug operator<<(QDebug, const QKeySequence&)
/usr/include/qt4/QtGui/qpalette.h:254: note:                 QDataStream& operator<<(QDataStream&, const QPalette&)
/usr/include/qt4/QtGui/qsizepolicy.h:220: note:                 QDataStream& operator<<(QDataStream&, const QSizePolicy&)
/usr/include/qt4/QtGui/qcursor.h:166: note:                 QDataStream& operator<<(QDataStream&, const QCursor&)
/usr/include/KDE/../kdebug.h:203: note:                 QDebug operator<<(QDebug, QDebug (*)(QDebug, KDebugTag))
/usr/include/KDE/../kdebug.h:219: note:                 QDebug operator<<(QDebug, const KUrl&)
/usr/include/KDE/../kdebug.h:220: note:                 QDebug operator<<(QDebug, const KDateTime&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2805: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::StatusSpec&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2729: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::ServicePointInfo&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2684: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::MediaStreamHandlerCodec&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2631: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::MediaStreamHandlerCandidate&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2610: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::LastActivityAndStatuses&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2578: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::HandlerCapabilities&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2431: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::TubeInfo&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2319: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::SocketNetmaskIPv6&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2288: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::SocketNetmaskIPv4&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2257: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::SocketAddressIPv6&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2227: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::SocketAddressIPv4&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2189: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::SocketAddressIP&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2137: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::SimpleStatusSpec&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2097: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::SimplePresence&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2045: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::ServicePoint&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:2005: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::RoomInfo&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1983: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::RichPresenceAccessControl&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1938: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::RequestableChannelClass&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1774: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::PropertyValue&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1741: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::PropertySpec&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1707: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::PropertyFlagsChange&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1674: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::PendingTextMessage&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1636: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::ParamSpec&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1212: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::MediaStreamInfo&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1179: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::MediaStreamHandlerTransport&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1142: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::MediaSessionHandlerInfo&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:1082: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::LocalPendingInfo&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:991: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::FieldSpec&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:942: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::DBusTubeMember&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:912: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::CurrencyAmount&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:854: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::ContactSubscriptions&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:768: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::ContactInfoField&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:581: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::ContactCapability&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:477: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::ChannelInfo&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:428: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::ChannelDetails&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:287: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::CapabilityPair&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:255: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::CapabilityChange&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:202: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::Avatar&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:171: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::AliasPair&)
/usr/include/telepathy-1.0/TelepathyQt4/_gen/types.h:126: note:                 QDBusArgument& Tp::operator<<(QDBusArgument&, const Tp::AccessControl&)
make[2]: *** [src/CMakeFiles/kopete_telepathy.dir/telepathyaccount.o] Błąd 1
make[1]: *** [src/CMakeFiles/kopete_telepathy.dir/all] Błąd 2


Reproducible: Always
Comment 1 George Goldberg 2011-01-19 12:08:38 UTC
This is a known issue, and we have no intention of fixing this since this plugin is deprecated. Patches welcome, however.
Comment 2 Mieszko Ślusarczyk 2011-01-19 12:12:10 UTC
So is there a replacement for that, or you don't plan to add support for telepathy in kopete?
Comment 3 George Goldberg 2011-01-19 12:14:18 UTC
We have no plan to support Telepathy in Kopete once the proper KDE-Telepathy components are ready - these are intended to replace Kopete once they are mature enough.