Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 592804

Summary: dev-util/kdevplatform-5.0.0 emerge fails due to qtnetwork-5.7.1 dependency
Product: Gentoo Linux Reporter: George Diamantopoulos <georgediam>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description George Diamantopoulos 2016-09-03 14:40:13 UTC
dev-util/kdevplatform-5.0.0:5 fails during the configure phase because it seems to be checking for a version of qtnetwork which isn't released yet:

...
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
CMake Error at /usr/lib64/cmake/Qt5WebKit/Qt5WebKitConfig.cmake:99 (find_package):
  Could not find a configuration file for package "Qt5Network" that is
  compatible with requested version "5.7.1".

  The following configuration files were considered but not accepted:

    /usr/lib64/cmake/Qt5Network/Qt5NetworkConfig.cmake, version: 5.7.0

Call Stack (most recent call first):
  /usr/lib64/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake:99 (find_package)
  /usr/lib64/cmake/Qt5/Qt5Config.cmake:26 (find_package)
  CMakeLists.txt:42 (find_package)


-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/dev-util/kdevplatform-5.0.0/work/kdevplatform-5.0.0_build/CMakeFiles/CMakeOutput.log".
...

Has the kdevelop project release a stable version which depends on an unreleased version of Qt?
Comment 1 Andreas Sturmlechner gentoo-dev 2016-09-03 14:44:38 UTC
Clearly not, as I have it installed with Qt-5.6.1. What version of dev-qt/qtwebkit do you have installed?
Comment 2 George Diamantopoulos 2016-09-03 15:44:05 UTC
versions dev-qt/qtwebkit-4.8.7:4 and dev-qt/qtwebkit-5.7.9999:5/5.7

I'll unmask 5.7.0 and try again, if you think it's relevant...
Comment 3 George Diamantopoulos 2016-09-03 17:45:18 UTC
Indeed I emerged qtwebkit-5.7.0 and the configure phase didn't fail this time. Someone please close this as invalid. Thanks!