Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649526 - sci-geosciences/qgis-3.0.0 cmake did not find Qt5UiTools configuration file
Summary: sci-geosciences/qgis-3.0.0 cmake did not find Qt5UiTools configuration file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-04 02:31 UTC by Steven Cordwell
Modified: 2018-03-05 06:06 UTC (History)
0 users

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


Attachments
build.log (build.log,5.44 KB, text/x-log)
2018-03-04 02:31 UTC, Steven Cordwell
Details
emerge --info (emerge-info,5.34 KB, text/plain)
2018-03-04 02:32 UTC, Steven Cordwell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Cordwell 2018-03-04 02:31:54 UTC
Created attachment 522244 [details]
build.log

Emerging QGIS fails at the configuration stage for me because there are no files 'Qt5UiToolsConfig.cmake' or 'qt5tools-config.cmake'.

I also am sure what package these files are found in.
Comment 1 Steven Cordwell 2018-03-04 02:32:38 UTC
Created attachment 522248 [details]
emerge --info
Comment 2 Andreas Sturmlechner gentoo-dev 2018-03-05 00:39:49 UTC
Qt5UiTools (part of dev-qt/designer:5) is searched as REQUIRED even when WITH_CUSTOM_WIDGETS is set to false.
Comment 3 Larry the Git Cow gentoo-dev 2018-03-05 06:06:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1d80646408f0bfbc46df4b7b63ea4cf62e6971

commit ad1d80646408f0bfbc46df4b7b63ea4cf62e6971
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-03-05 00:59:14 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-03-05 06:06:31 +0000

    sci-geosciences/qgis: Add USE=3d, drop USE=designer
    
    Closes: https://bugs.gentoo.org/649526
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/qgis/metadata.xml      |   1 -
 sci-geosciences/qgis/qgis-3.0.0.ebuild | 214 ---------------------------------
 2 files changed, 215 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2133ecf5177fd1489f8cf93946266cf70c6a4b

commit 0f2133ecf5177fd1489f8cf93946266cf70c6a4b
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-03-05 00:57:31 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-03-05 06:06:26 +0000

    sci-geosciences/qgis: Fix DEPENDs
    
    Closes: https://bugs.gentoo.org/649526
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../qgis/files/qgis-3.0.0-featuresummary.patch     |  31 +++
 sci-geosciences/qgis/metadata.xml                  |   1 +
 sci-geosciences/qgis/qgis-3.0.0-r1.ebuild          | 218 +++++++++++++++++++++
 sci-geosciences/qgis/qgis-9999.ebuild              |  12 +-
 4 files changed, 258 insertions(+), 4 deletions(-)