Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683666 - 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
Summary: dev-db/sqlitebrowser-3.11.1-r1 - CMake Error at /usr/lib64/cmake/Qt5/Qt5Confi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-04-17 09:26 UTC by tot-to
Modified: 2019-10-17 04:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,3.99 KB, text/plain)
2019-04-17 09:26 UTC, tot-to
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tot-to 2019-04-17 09:26:43 UTC
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.
Comment 1 paradox_ptr 2019-04-25 09:26:27 UTC
Older version, 3.10.1-r1 (still in gentoo repo) builds without qttest fine.
Comment 2 Rodrigo Saboya 2019-10-05 14:26:01 UTC
Ping.
Comment 3 Larry the Git Cow gentoo-dev 2019-10-17 04:52:30 UTC
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(-)