Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649266 - media-sound/clementine-1.3.1_p20180219: Could not find a package configuration file provided by "Qt5OpenGL"
Summary: media-sound/clementine-1.3.1_p20180219: Could not find a package configuratio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-01 20:32 UTC by Philipp Psurek
Modified: 2018-03-03 17:44 UTC (History)
0 users

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


Attachments
emerge --info (emerge_info.txt,7.18 KB, text/plain)
2018-03-01 20:32 UTC, Philipp Psurek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Psurek 2018-03-01 20:32:34 UTC
Created attachment 521748 [details]
emerge --info

I think this ebuild is missing some dependences.

ACCEPT_KEYWORDS="~amd64" USE="-*" emerge -v =media-sound/clementine-1.3.1_p20180219

>>> Emerging (1 of 1) media-sound/clementine-1.3.1_p20180219::gentoo
 * clementine-1.3.1_p20180219.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                               [ ok ]
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/media-sound/clementine-1.3.1_p20180219/work
>>> Preparing source in /var/tmp/portage/media-sound/clementine-1.3.1_p20180219/work/clementine-1.3.1_p20180219 ...
 * Looking in src/translations for new locales ...                                                                                                                             [ ok ]
 * Applying clementine-fts3-tokenizer.patch ...                                                                                                                                [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-sound/clementine-1.3.1_p20180219/work/clementine-1.3.1_p20180219 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/media-sound/clementine-1.3.1_p20180219/work/clementine-1.3.1_p20180219_build"
cmake -C /var/tmp/portage/media-sound/clementine-1.3.1_p20180219/work/clementine-1.3.1_p20180219_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_WERROR=OFF -DCRYPTOPP_LIBRARIES=crypto++ -DCRYPTOPP_FOUND=ON -DCCACHE_EXECUTABLE=OFF -DENABLE_BREAKPAD=OFF -DENABLE_DEVICEKIT=OFF -DENABLE_GIO=ON -DENABLE_SPOTIFY_BLOB=OFF -DUSE_BUILTIN_TAGLIB=OFF -DUSE_SYSTEM_GMOCK=ON -DUSE_SYSTEM_PROJECTM=ON -DBUNDLE_PROJECTM_PRESETS=OFF -DLINGUAS=de  -DENABLE_BOX=no -DENABLE_AUDIOCD=no -DENABLE_DBUS=no -DENABLE_DROPBOX=no -DENABLE_GOOGLE_DRIVE=no -DENABLE_LIBGPOD=no -DENABLE_LIBLASTFM=no -DENABLE_MOODBAR=no -DENABLE_LIBMTP=no -DENABLE_VISUALISATIONS=no -DENABLE_SEAFILE=no -DENABLE_SKYDRIVE=no -DENABLE_LIBPULSE=no -DENABLE_UDISKS2=no -DENABLE_WIIMOTEDEV=no -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/media-sound/clementine-1.3.1_p20180219/work/clementine-1.3.1_p20180219_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-sound/clementine-1.3.1_p20180219/work/clementine-1.3.1_p20180219_build/gentoo_toolchain.cmake  /var/tmp/portage/media-sound/clementine-1.3.1_p20180219/work/clementine-1.3.1_p20180219
loading initial cache file /var/tmp/portage/media-sound/clementine-1.3.1_p20180219/work/clementine-1.3.1_p20180219_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_policy):
  The OLD behavior for policy CMP0011 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.29.2") 
CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:26 (find_package):
  Could not find a package configuration file provided by "Qt5OpenGL" with
  any of the following names:

    Qt5OpenGLConfig.cmake
    qt5opengl-config.cmake

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


-- Configuring incomplete, errors occurred!
[…]
-------------------------------------------------------------------------------

after one shot emerging dev-qt/qtopengl-5.7.1:5/5.7::gentoo (I allready have 4.8.7:4) no configuration errors occured. Not yet tested but I think depclean might remove qtopengl.
Comment 1 Andreas Sturmlechner gentoo-dev 2018-03-03 09:07:13 UTC
Probably a bogus dependency.
Comment 2 Larry the Git Cow gentoo-dev 2018-03-03 17:44:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4947b1dca4c6e0e5003771877d5c3b2ca74a15

commit 6d4947b1dca4c6e0e5003771877d5c3b2ca74a15
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-03-03 17:27:51 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-03-03 17:44:09 +0000

    media-sound/clementine: Add missing DEPEND
    
    Reported-by: Philipp Psurek <philipp.psurek+gentoo@gmail.com>
    Closes: https://bugs.gentoo.org/649266
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/clementine/clementine-1.3.1_p20180219.ebuild | 3 ++-
 media-sound/clementine/clementine-9999.ebuild            | 7 ++++---
 2 files changed, 6 insertions(+), 4 deletions(-)