Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646370 - media-gfx/luminance-hdr-2.5.1 fails to build when dev-qt/qtwebengine is built without USE=widgets
Summary: media-gfx/luminance-hdr-2.5.1 fails to build when dev-qt/qtwebengine is built...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-02-01 23:29 UTC by Christian Hawkins
Modified: 2018-06-03 14:32 UTC (History)
0 users

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


Attachments
added dev-qt/qtwebengine[widgets] to rdepend variable (luminance-hdr-2.5.1.ebuild,1.92 KB, text/plain)
2018-02-02 18:04 UTC, Christian Hawkins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Hawkins 2018-02-01 23:29:16 UTC
This is the relevant error of the build, which disappears when adding "widgets" USE-Flag to dev-qt/qtwebengine


CMake Error at CMakeLists.txt:42 (find_package):
  By not providing "FindQt5WebEngineWidgets.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5WebEngineWidgets", but CMake did not find one.

  Could not find a package configuration file provided by
  "Qt5WebEngineWidgets" with any of the following names:

    Qt5WebEngineWidgetsConfig.cmake
    qt5webenginewidgets-config.cmake

  Add the installation prefix of "Qt5WebEngineWidgets" to CMAKE_PREFIX_PATH
  or set "Qt5WebEngineWidgets_DIR" to a directory containing one of the above
  files.  If "Qt5WebEngineWidgets" provides a separate development package or
  SDK, be sure it has been installed.


How to reproduce:

Emerge dev-qt/qtwebengine with -widgets
try to emerge luminance-hdr. It will fail
Comment 1 Christian Hawkins 2018-02-02 18:04:40 UTC
Created attachment 517564 [details]
added dev-qt/qtwebengine[widgets] to rdepend variable
Comment 2 Larry the Git Cow gentoo-dev 2018-06-03 14:32:39 UTC
The bug has been closed via the following commit(s):

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

commit e8cd21adddf28c1144058e3e693db98b19a13426
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-06-03 14:31:53 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-06-03 14:32:20 +0000

    media-gfx/luminance-hdr: Add missing USE-dep and slot ops
    
    Reported-by: Christian Hawkins <christian.hawkins-gentoobugs@metabubble.net>
    Closes: https://bugs.gentoo.org/646370
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../{luminance-hdr-2.5.1.ebuild => luminance-hdr-2.5.1-r1.ebuild}   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)