Bug 379451

Summary: Build of extragear/kdevplatform fails when CMake can not find "Qt5WebKitWidgets"
Product: kde-windows Reporter: R030t1
Component: buildsystemAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: major    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Attachments: log-C_KDE_.txt, zipped.

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.