FS#48716 - [qt5-webengine] Missing dependency on qt5-location

Attached to Project: Arch Linux
Opened by Jeff Henson (jhenson) - Sunday, 27 March 2016, 19:27 GMT
Last edited by Antonio Rojas (arojas) - Monday, 28 March 2016, 06:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
qt5-webengine package should depend on qt5-location. Qt5WebEngineCoreConfig.cmake sets "Positioning" as one of it's dependencies.

Additional info:

File: /usr/lib/cmake/Qt5WebEngineCore/Qt5WebEngineCoreConfig.cmake
Line: 77 set(_Qt5WebEngineCore_MODULE_DEPENDENCIES "Quick;Gui;Qml;WebChannel;Positioning;Core")


CMake Error at /usr/lib/cmake/Qt5WebEngineCore/Qt5WebEngineCoreConfig.cmake:97 (find_package):
Could not find a package configuration file provided by "Qt5Positioning"
(requested version 5.6.0) with any of the following names:

Qt5PositioningConfig.cmake
qt5positioning-config.cmake

Add the installation prefix of "Qt5Positioning" to CMAKE_PREFIX_PATH or set
"Qt5Positioning_DIR" to a directory containing one of the above files. If
"Qt5Positioning" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
/usr/lib/cmake/Qt5WebEngine/Qt5WebEngineConfig.cmake:97 (find_package)
CMakeModules/QtConfiguration.cmake:48 (find_package)
CMakeLists.txt:32 (include)
This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 28 March 2016, 06:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  qt5-webengine 5.6.0-2
Comment by Jeff Henson (jhenson) - Sunday, 27 March 2016, 19:28 GMT
Sorry, forgot to say this was for v5.6.0-1 of the qt5-webengine package.

Loading...