Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 860381 - kde-apps/kamoso-22.04.3 does not compile
Summary: kde-apps/kamoso-22.04.3 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL: https://invent.kde.org/multimedia/kam...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2022-07-24 06:48 UTC by Patrick ALLAERT
Modified: 2022-07-24 12: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 Patrick ALLAERT 2022-07-24 06:48:49 UTC
* Package:    kde-apps/kamoso-22.04.3
 * Repository: gentoo
 * Maintainer: kde@gentoo.org
 * Upstream:   https://bugs.kde.org/
 * USE:        abi_x86_64 amd64 elibc_glibc handbook kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking kamoso-22.04.3.tar.xz to /var/tmp/portage/kde-apps/kamoso-22.04.3/work
>>> Source unpacked in /var/tmp/portage/kde-apps/kamoso-22.04.3/work
>>> Preparing source in /var/tmp/portage/kde-apps/kamoso-22.04.3/work/kamoso-22.04.3 ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/kde-apps/kamoso-22.04.3/work/kamoso-22.04.3"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/kde-apps/kamoso-22.04.3/work/kamoso-22.04.3_build"
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/kde-apps/kamoso-22.04.3/work/kamoso-22.04.3 ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/kde-apps/kamoso-22.04.3/work/kamoso-22.04.3"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/kde-apps/kamoso-22.04.3/work/kamoso-22.04.3_build"
cmake -C /var/tmp/portage/kde-apps/kamoso-22.04.3/work/kamoso-22.04.3_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DKDE_INSTALL_DOCBUNDLEDIR=/usr/share/help -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/kde-apps/kamoso-22.04.3/work/kamoso-22.04.3_build/gentoo_toolchain.cmake /var/tmp/portage/kde-apps/kamoso-22.04.3/work/kamoso-22.04.3
loading initial cache file /var/tmp/portage/kde-apps/kamoso-22.04.3/work/kamoso-22.04.3_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (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:16 (find_package)


-- Configuring incomplete, errors occurred!
Comment 1 Andreas Sturmlechner gentoo-dev 2022-07-24 11:49:35 UTC
Thanks for reporting.
Comment 2 Larry the Git Cow gentoo-dev 2022-07-24 11:58:36 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8f6402d6b7a2b0518254a05b7c1cc09bc21e3c7

commit e8f6402d6b7a2b0518254a05b7c1cc09bc21e3c7
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2022-07-24 11:54:39 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-07-24 11:57:50 +0000

    kde-apps/kamoso: Fix build (conditionalise dependency behind test)
    
    Thanks-to: Patrick Allaert <patrickallaert@php.net>
    Bug: https://bugs.gentoo.org/860381
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/kamoso-22.04.3-tests-optional.patch      | 72 ++++++++++++++++++++++
 kde-apps/kamoso/kamoso-22.07.80.ebuild             | 10 ++-
 kde-apps/kamoso/kamoso-22.08.49.9999.ebuild        | 10 ++-
 kde-apps/kamoso/kamoso-9999.ebuild                 | 10 ++-
 4 files changed, 96 insertions(+), 6 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2022-07-24 12:01:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e94750bfec00c01b3130e2b729453c9b808928

commit 78e94750bfec00c01b3130e2b729453c9b808928
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2022-07-24 11:54:39 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-07-24 12:01:03 +0000

    kde-apps/kamoso: Fix build (conditionalise dependency behind test)
    
    Thanks-to: Patrick Allaert <patrickallaert@php.net>
    Closes: https://bugs.gentoo.org/860381
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/kamoso-22.04.3-tests-optional.patch      | 72 ++++++++++++++++++++++
 kde-apps/kamoso/kamoso-22.04.3.ebuild              | 10 ++-
 2 files changed, 80 insertions(+), 2 deletions(-)