| Summary: | dev-python/PyQt5-5.10 incorrect Qt dependencies | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | asears |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | atoth |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 646580 *** |
dev-python/PyQt5-5.10 requires Qt 5.10, however the ebuild file points to 5.9. It will not build against Qt 5.9: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fomit-frame-pointer -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DPy_LIMITED_API=0x03040000 -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -isystem /usr/include/python2.7 -I../../PyQt5_gpl-5.10/qpy/QtCore -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o sipQtCoreQByteArray.o sipQtCoreQByteArray.cpp /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); ^ chop The member referenced was added in Qt 5.10. Qt 5.10 hasn't been added to the main Portage tree yet. Reproducible: Always