This is the tracker for Qt 5.11. Do NOT report bugs here. - Create a NEW bug assigned to the maintainer of the package in question (ie. NOT qt@gentoo.org) - Don't use this bug for issues in Qt 5.11 itself. File a new bug and assign it to the toolchain team. - Please keep this tracker free of comments. Discussion should take place on the relevant bugs. Expect the following issues: - Build failures due to missing Qt header (previously provided implicitly) - CMake Error at CMakeLists.txt:95 (qt5_use_modules): Unknown CMake command "qt5_use_modules". This is easily fixed by using target_link_libraries(<target> Qt5::<modulename>) instead. Many example patches can be found with `find /usr/portage -name "*qt-5.11*.patch"`. Please file bugs with fixes upstream.
* Bugs with Qt should of course be filed against qt team...
(In reply to Andreas Sturmlechner from comment #0) > - CMake Error at CMakeLists.txt:95 (qt5_use_modules): Unknown CMake command > "qt5_use_modules". This is easily fixed by using > target_link_libraries(<target> Qt5::<modulename>) instead. Upstream realized their mistake and will restore qt5_use_modules in 5.11.1 https://codereview.qt-project.org/232367
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/qt.git/commit/?id=866a5388ddf06ec36a8ea8e36677fc4ef105c1fb commit 866a5388ddf06ec36a8ea8e36677fc4ef105c1fb Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2018-06-14 19:45:13 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2018-06-14 19:45:13 +0000 dev-qt/qtcore: Restore qt5_use_modules macro See also: https://codereview.qt-project.org/#/c/232367/ Bug: https://bugs.gentoo.org/653646 Package-Manager: Portage-2.3.40, Repoman-2.3.9 .../qtcore-5.11.0-restore-qt5_use_modules.patch | 224 +++++++++++++++++++++ dev-qt/qtcore/qtcore-5.11.0.ebuild | 2 + 2 files changed, 226 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0846d1dae72990117b3928fe609e545bdaeb29f commit f0846d1dae72990117b3928fe609e545bdaeb29f Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2018-06-16 07:37:55 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2018-06-16 07:37:55 +0000 dev-qt/qtcore: Restore qt5_use_modules macro See also: https://codereview.qt-project.org/#/c/232367/ Bug: https://bugs.gentoo.org/653646 Package-Manager: Portage-2.3.40, Repoman-2.3.9 .../qtcore-5.11.0-restore-qt5_use_modules.patch | 224 +++++++++++++++++++++ ...11.0_rc2.ebuild => qtcore-5.11.0_rc2-r1.ebuild} | 2 + 2 files changed, 226 insertions(+)