[telepathy] [Bug 325377] New: pintxo plugin fails to build
Hrvoje Senjan
hrvoje.senjan at gmail.com
Sat Sep 28 01:11:29 BST 2013
https://bugs.kde.org/show_bug.cgi?id=325377
Bug ID: 325377
Summary: pintxo plugin fails to build
Classification: Unclassified
Product: telepathy
Version: 0.6.80
Platform: unspecified
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: accounts-kcm
Assignee: kde-telepathy-bugs at kde.org
Reporter: hrvoje.senjan at gmail.com
0.6.80/plugins/pintxo/modem-combobox.cpp
[ 302s]
/home/abuild/rpmbuild/BUILD/ktp-accounts-kcm-0.6.80/plugins/pintxo/modem-combobox.cpp:
In constructor 'ModemComboBox::ModemComboBox(QWidget*)':
[ 302s]
/home/abuild/rpmbuild/BUILD/ktp-accounts-kcm-0.6.80/plugins/pintxo/modem-combobox.cpp:36:45:
error: 'class ModemManager::ModemGsmCardInterface' has no member named
'getSimIdentifier'
[ 302s] QString simIdent = simCard->getSimIdentifier();
[ 302s] ^
[ 302s]
/home/abuild/rpmbuild/BUILD/ktp-accounts-kcm-0.6.80/plugins/pintxo/modem-combobox.cpp:37:53:
error: 'class ModemManager::ModemGsmCardInterface' has no member named 'getSpn'
[ 302s] QDBusReply<QString> spn = simCard->getSpn();
[ 302s] ^
[ 302s]
/home/abuild/rpmbuild/BUILD/ktp-accounts-kcm-0.6.80/plugins/pintxo/modem-combobox.cpp:
In member function 'QString ModemComboBox::selectedSimIdentifier()':
[ 302s]
/home/abuild/rpmbuild/BUILD/ktp-accounts-kcm-0.6.80/plugins/pintxo/modem-combobox.cpp:54:29:
error: 'class ModemManager::ModemGsmCardInterface' has no member named
'getSimIdentifier'
[ 302s] return simCard->getSimIdentifier();
[ 302s] ^
[ 302s]
/home/abuild/rpmbuild/BUILD/ktp-accounts-kcm-0.6.80/plugins/pintxo/modem-combobox.cpp:
In member function 'void ModemComboBox::setSelectedModem(const QString&)':
[ 302s]
/home/abuild/rpmbuild/BUILD/ktp-accounts-kcm-0.6.80/plugins/pintxo/modem-combobox.cpp:67:45:
error: 'class ModemManager::ModemGsmCardInterface' has no member named
'getSimIdentifier'
[ 302s] QString simIdent = simCard->getSimIdentifier();
[ 302s] ^
[ 302s] make[2]: ***
[plugins/pintxo/CMakeFiles/ktpaccountskcm_plugin_pintxo.dir/modem-combobox.o]
Error 1
[ 302s] make[2]: Leaving directory
`/home/abuild/rpmbuild/BUILD/ktp-accounts-kcm-0.6.80/build'
[ 302s] make[1]: ***
[plugins/pintxo/CMakeFiles/ktpaccountskcm_plugin_pintxo.dir/all] Error 2
[ 302s] make[1]: *** Waiting for unfinished jobs....
Reproducible: Always
ktp-accounts-kcm is at exactly 0.6.80
ModemManagerQt is at exactly 0.5.1
[ 146s] -- checking for module 'ModemManagerQt>=0.5.1'
[ 146s] -- found ModemManagerQt, version 0.5.1
haven't tested latest git, but in that case, required version should be
bumped...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list