Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553336 - net-misc/owncloud-client-1.8.3[-qt4 +qt5]: missing dependency "dev-qt/qtconcurrent:5"
Summary: net-misc/owncloud-client-1.8.3[-qt4 +qt5]: missing dependency "dev-qt/qtconcu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 16:03 UTC by Felix Leif Keppmann
Modified: 2015-06-26 23:01 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 Felix Leif Keppmann 2015-06-26 16:03:28 UTC
ISSUE:

net-misc/owncloud-client-1.8.3

with use flag
qt5 (-qt4)

fails if
dev-qt/qtconcurrent:5

is not installed.

The dependency is missing in the ebuild and thus not pulled if not installed.

__________________________________________________
CMake Error at cmake/modules/QtVersionAbstraction.cmake:20 (find_package):
  By not providing "FindQt5Concurrent.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5Concurrent", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Concurrent"
  with any of the following names:

    Qt5ConcurrentConfig.cmake
    qt5concurrent-config.cmake

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


-- Configuring incomplete, errors occurred!
__________________________________________________




SOLUTION:

Add "dev-qt/qtconcurrent:5" depedency to ebuild




WORKAROUND:

Install "dev-qt/qtconcurrent:5" manually
Comment 1 Bernard Cafarelli gentoo-dev 2015-06-26 23:01:55 UTC
A new dependency that appeared in 1.8.2/1.8.3, thanks! Fixed in 1.8.3 ebuild