| Summary: | dev-db/sqlitebrowser-3.11.1-r1 - CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5Test" with any of the following names: Qt5TestConfig.cmake qt5test-config.cmake | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | tot-to <bugs.gentoo.org.list> |
| Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | PullRequest |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://github.com/gentoo/gentoo/pull/13064 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
Older version, 3.10.1-r1 (still in gentoo repo) builds without qttest fine. Ping. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e0ba127e18777ee4241e8ff3e5e1d5a977d639 commit e6e0ba127e18777ee4241e8ff3e5e1d5a977d639 Author: Rodrigo Saboya <saboya@gmail.com> AuthorDate: 2019-10-16 17:40:39 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2019-10-17 04:51:17 +0000 dev-db/sqlitebrowser: Handling test dependency correctly Changed in: https://github.com/sqlitebrowser/sqlitebrowser/pull/1419/files Closes: https://bugs.gentoo.org/683666 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Rodrigo Saboya <saboya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13064 Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) |
Created attachment 573156 [details] build.log emerge sqlitebrowser doesn't bring qttest as a dependency, however fails with the following message: CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5Test" with any of the following names: Qt5TestConfig.cmake qt5test-config.cmake Manually emerging dev-qt/qttest-5.12.2 fixed the problem in my case.