| Summary: | =dev-python/PyQt5-5.10 doesn't build against dev-qt/qtcore-5.9.4 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alessandro Di Federico <ale> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | ale |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
Forget the part about =dev-python/PyQt5-5.9.2 building fine. It fails in a different way. See bug 646580. PyQt5-5.9.2 fails in svg, right? *** This bug has been marked as a duplicate of bug 646580 *** Yup, there. Sorry for the noise. I didn't search in enough. |
Created attachment 517872 [details] Build log dev-python/PyQt5-5.10 fails to build against dev-qt/qtcore-5.9.4 with the following error: --- /var/tmp/portage/dev-python/PyQt5-5.10/work/PyQt5_gpl-5.10-python2_7/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_chopped(PyObject*, PyObject*)’: /var/tmp/portage/dev-python/PyQt5-5.10/work/PyQt5_gpl-5.10-python2_7/QtCore/sipQtCoreQByteArray.cpp:2263:48: error: ‘const class QByteArray’ has no member named ‘chopped’; did you mean ‘chop’? Py_INCREF(sipSelf); --- Maybe this is normal and the ebuild shouldn't specify as minimum version QT_PV="5.9.3:5". =dev-python/PyQt5-5.9.2 builds fine.