[Kde-bindings] [bindings] [Bug 323899] New: Python bindings does not build with sip 4.15
Andrea Scarpino
scarpino at kde.org
Thu Aug 22 17:10:28 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=323899
Bug ID: 323899
Summary: Python bindings does not build with sip 4.15
Classification: Unclassified
Product: bindings
Version: 4.11.0
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: NOR
Component: general
Assignee: kde-bindings at kde.org
Reporter: scarpino at kde.org
In file included from /usr/include/akonadi/entityrightsfiltermodel.h:25:0,
from
/build/kdebindings-python/src/pykde4-4.11.0/sip/akonadi/agentfilterproxymodel.sip:58,
from
/build/kdebindings-python/src/build/sip/akonadi/sipakonadipart0.cpp:7:
/usr/include/krecursivefilterproxymodel.h: In member function ‘virtual bool
sipAkonadi_TrashFilterProxyModel::filterAcceptsRow(int, const QModelIndex&)
const’:
/usr/include/krecursivefilterproxymodel.h:118:8: error: ‘virtual bool
KRecursiveFilterProxyModel::filterAcceptsRow(int, const QModelIndex&) const’ is
private
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
^
/build/kdebindings-python/src/build/sip/akonadi/sipakonadipart0.cpp:8154:70:
error: within this context
return Akonadi::TrashFilterProxyModel::filterAcceptsRow(a0,a1);
^
make[2]: ***
[CMakeFiles/python_module_PyKDE4_akonadi.dir/sip/akonadi/sipakonadipart0.cpp.o]
Error 1
make[1]: *** [CMakeFiles/python_module_PyKDE4_akonadi.dir/all] Error 2
make: *** [all] Error 2
Reproducible: Always
Steps to Reproduce:
1. Update sip
2. Update pyqt
3. Try to build kdebindings-python
Actual Results:
Build fails
Expected Results:
It builds.
sip 4.15
pyqt 4.10.3
kde 4.11.0
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-bindings
mailing list