Bug 379451 - Build of extragear/kdevplatform fails when CMake can not find "Qt5WebKitWidgets"
Summary: Build of extragear/kdevplatform fails when CMake can not find "Qt5WebKitWidgets"
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: buildsystem (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR major
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-02 21:41 UTC by R030t1
Modified: 2017-05-02 22:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
log-C_KDE_.txt, zipped. (415.81 KB, application/x-zip-compressed)
2017-05-02 21:41 UTC, R030t1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description R030t1 2017-05-02 21:41:14 UTC
Created attachment 105315 [details]
log-C_KDE_.txt, zipped.

-- Looking for __GLIBC__ - not found
CMake Error at R:/lib/cmake/Qt5/Qt5Config.cmake:26 (find_package):
  Could not find a package configuration file provided by "Qt5WebKitWidgets"
  with any of the following names:

    Qt5WebKitWidgetsConfig.cmake
    qt5webkitwidgets-config.cmake

  Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or
  set "Qt5WebKitWidgets_DIR" to a directory containing one of the above
  files.  If "Qt5WebKitWidgets" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:41 (find_package)


-- Configuring incomplete, errors occurred!
See also "R:/build/extragear/kdevplatform/work/mingw-w64-RelWithDebInfo-5.1/CMakeFiles/CMakeOutput.log".
See also "R:/build/extragear/kdevplatform/work/mingw-w64-RelWithDebInfo-5.1/CMakeFiles/CMakeError.log".
Craft encountered an error: configure cmd: cmake -G "Ninja"  -DCMAKE_INSTALL_PREFIX="R:/" -DCMAKE_PREFIX_PATH="R:/" -DCM
AKE_BUILD_TYPE=RelWithDebInfo -DKDE_INSTALL_USE_QT_SYS_PATHS=ON "Q:\kdevplatform"
Action: compile for extragear/kdevplatform FAILED
*** Craft all failed: all of extragear/kdevplatform failed after 0:00:06 ***
fatal error: package extragear/kdevplatform all failed
Comment 1 R030t1 2017-05-02 22:11:00 UTC
Seems to have been fixed by `craft -i qtwebkit`, per TheOneRing's suggestion.