Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592804 - dev-util/kdevplatform-5.0.0 emerge fails due to qtnetwork-5.7.1 dependency
Summary: dev-util/kdevplatform-5.0.0 emerge fails due to qtnetwork-5.7.1 dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-03 14:40 UTC by George Diamantopoulos
Modified: 2016-09-03 18:47 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!