Advertisement
Guest User

Untitled

a guest
Apr 20th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.59 KB | None | 0 0
  1. In file included from /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:14:0:
  2. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.hpp:103:9: error: ‘BaseConnectionAvatarsInterfacePtr’ in namespace ‘Tp’ does not name a type
  3. Tp::BaseConnectionAvatarsInterfacePtr avatarsIface;
  4. ^
  5. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp: In constructor ‘MorseConnection::MorseConnection(const QDBusConnection&, const QString&, const QString&, const QVariantMap&)’:
  6. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:115:5: error: ‘avatarsIface’ was not declared in this scope
  7. avatarsIface = Tp::BaseConnectionAvatarsInterface::create();
  8. ^
  9. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:115:24: error: ‘Tp::BaseConnectionAvatarsInterface’ has not been declared
  10. avatarsIface = Tp::BaseConnectionAvatarsInterface::create();
  11. ^
  12. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:116:36: error: ‘AvatarSpec’ is not a member of ‘Tp’
  13. avatarsIface->setAvatarDetails(Tp::AvatarSpec(/* supportedMimeTypes */ QStringList() << QLatin1String("image/jpeg"),
  14. ^
  15. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp: In member function ‘void MorseConnection::whenPhoneCodeRequired()’:
  16. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:268:114: error: no matching function for call to ‘Tp::BaseChannel::create(MorseConnection*, QLatin1String)’
  17. Tp::BaseChannelPtr baseChannel = Tp::BaseChannel::create(this, TP_QT_IFACE_CHANNEL_TYPE_SERVER_AUTHENTICATION);
  18. ^
  19. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:268:114: note: candidate is:
  20. In file included from /usr/include/telepathy-qt4/TelepathyQt/BaseChannel:8:0,
  21. from /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/textchannel.hpp:19,
  22. from /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:16:
  23. /usr/include/telepathy-qt4/TelepathyQt/base-channel.h:48:27: note: static Tp::BaseChannelPtr Tp::BaseChannel::create(Tp::BaseConnection*, const QString&, uint, uint)
  24. static BaseChannelPtr create(BaseConnection* connection, const QString &channelType,
  25. ^
  26. /usr/include/telepathy-qt4/TelepathyQt/base-channel.h:48:27: note: candidate expects 4 arguments, 2 provided
  27. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp: In member function ‘void MorseConnection::receiveMessage(const QString&, const QString&, TelegramNamespace::MessageType, quint32, quint32, quint32)’:
  28. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:697:99: error: no matching function for call to ‘MorseConnection::ensureChannel(QVariantMap&, bool&, bool, Tp::DBusError*)’
  29. Tp::BaseChannelPtr channel = ensureChannel(request, yours, /* suppressHandler */ false, &error);
  30. ^
  31. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:697:99: note: candidate is:
  32. In file included from /usr/include/telepathy-qt4/TelepathyQt/BaseConnection:8:0,
  33. from /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.hpp:17,
  34. from /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:14:
  35. /usr/include/telepathy-qt4/TelepathyQt/base-connection.h:107:20: note: Tp::BaseChannelPtr Tp::BaseConnection::ensureChannel(const QString&, uint, uint, bool&, uint, bool, Tp::DBusError*)
  36. BaseChannelPtr ensureChannel(const QString &channelType, uint targetHandleType,
  37. ^
  38. /usr/include/telepathy-qt4/TelepathyQt/base-connection.h:107:20: note: candidate expects 7 arguments, 4 provided
  39. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp: In member function ‘void MorseConnection::whenAvatarReceived(const QString&, const QByteArray&, const QString&, const QString&)’:
  40. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:748:5: error: ‘avatarsIface’ was not declared in this scope
  41. avatarsIface->avatarRetrieved(ensureContact(contact), token , data, mimeType);
  42. ^
  43. In file included from /usr/include/telepathy-qt4/TelepathyQt/Callbacks:8:0,
  44. from /usr/include/telepathy-qt4/TelepathyQt/base-connection.h:33,
  45. from /usr/include/telepathy-qt4/TelepathyQt/BaseConnection:8,
  46. from /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.hpp:17,
  47. from /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:14:
  48. /usr/include/telepathy-qt4/TelepathyQt/callbacks.h: In instantiation of ‘static Tp::FunctorCaller4<Functor, R, Arg1, Arg2, Arg3, Arg4>::ResultType Tp::FunctorCaller4<Functor, R, Arg1, Arg2, Arg3, Arg4>::invoke(Tp::AbstractFunctorCaller*, Arg1, Arg2, Arg3, Arg4) [with Functor = Tp::MemberFunctor2<Tp::SharedPtr<Tp::BaseChannel>, MorseConnection, const QMap<QString, QVariant>&, Tp::DBusError*>; R = Tp::SharedPtr<Tp::BaseChannel>; Arg1 = const QString&; Arg2 = unsigned int; Arg3 = unsigned int; Arg4 = Tp::DBusError*; Tp::FunctorCaller4<Functor, R, Arg1, Arg2, Arg3, Arg4>::ResultType = Tp::SharedPtr<Tp::BaseChannel>]’:
  49. /usr/include/telepathy-qt4/TelepathyQt/callbacks.h:242:157: required from ‘Tp::FunctorCaller4<Functor, R, Arg1, Arg2, Arg3, Arg4>::FunctorCaller4(const Functor&) [with Functor = Tp::MemberFunctor2<Tp::SharedPtr<Tp::BaseChannel>, MorseConnection, const QMap<QString, QVariant>&, Tp::DBusError*>; R = Tp::SharedPtr<Tp::BaseChannel>; Arg1 = const QString&; Arg2 = unsigned int; Arg3 = unsigned int; Arg4 = Tp::DBusError*]’
  50. /usr/include/telepathy-qt4/TelepathyQt/callbacks.h:260:118: required from ‘Tp::Callback4<R, Arg1, Arg2, Arg3, Arg4>::Callback4(const Functor&) [with Functor = Tp::MemberFunctor2<Tp::SharedPtr<Tp::BaseChannel>, MorseConnection, const QMap<QString, QVariant>&, Tp::DBusError*>; R = Tp::SharedPtr<Tp::BaseChannel>; Arg1 = const QString&; Arg2 = unsigned int; Arg3 = unsigned int; Arg4 = Tp::DBusError*]’
  51. /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:141:79: required from here
  52. /usr/include/telepathy-qt4/TelepathyQt/callbacks.h:248:47: error: no match for call to ‘(Tp::MemberFunctor2<Tp::SharedPtr<Tp::BaseChannel>, MorseConnection, const QMap<QString, QVariant>&, Tp::DBusError*>) (const QString&, unsigned int&, unsigned int&, Tp::DBusError*&)’
  53. return (typed->functor)(a1, a2, a3, a4);
  54. ^
  55. In file included from /usr/include/telepathy-qt4/TelepathyQt/Functors:8:0,
  56. from /usr/include/telepathy-qt4/TelepathyQt/callbacks.h:30,
  57. from /usr/include/telepathy-qt4/TelepathyQt/Callbacks:8,
  58. from /usr/include/telepathy-qt4/TelepathyQt/base-connection.h:33,
  59. from /usr/include/telepathy-qt4/TelepathyQt/BaseConnection:8,
  60. from /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.hpp:17,
  61. from /tmp/packerbuild-1000/telepathy-morse-git/telepathy-morse-git/src/telepathy-morse/connection.cpp:14:
  62. /usr/include/telepathy-qt4/TelepathyQt/functors.h:107:8: note: candidate is:
  63. struct MemberFunctor2 : public BaseFunctor
  64. ^
  65. /usr/include/telepathy-qt4/TelepathyQt/functors.h:114:16: note: Tp::MemberFunctor2<R, T, Arg1, Arg2>::ResultType Tp::MemberFunctor2<R, T, Arg1, Arg2>::operator()(Arg1, Arg2) const [with R = Tp::SharedPtr<Tp::BaseChannel>; T = MorseConnection; Arg1 = const QMap<QString, QVariant>&; Arg2 = Tp::DBusError*; Tp::MemberFunctor2<R, T, Arg1, Arg2>::ResultType = Tp::SharedPtr<Tp::BaseChannel>]
  66. ResultType operator()(Arg1 a1, Arg2 a2) const { return (object->*(fn))(a1, a2); }
  67. ^
  68. /usr/include/telepathy-qt4/TelepathyQt/functors.h:114:16: note: candidate expects 2 arguments, 4 provided
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement