[libkdegames] [Bug 447863] flatpak build fails when using libkdegames
https://bugs.kde.org/show_bug.cgi?id=447863 --- Comment #4 from D Alexander --- > Why are you building libkdegames unstable branch? Where does it specify that? I am using the newer version of qtwebengine because that is supposed to solve the other problem I had for building the flatpak. https://github.com/flathub/io.qt.qtwebengine.BaseApp/issues/12#issuecomment-1003809018 -- You are receiving this mail because: You are watching all bug changes.
[libkdegames] [Bug 447863] flatpak build fails when using libkdegames
https://bugs.kde.org/show_bug.cgi?id=447863 --- Comment #6 from D Alexander --- Hmm Well I copied that from another flatpak project so ... my bad.. So this is the sort of thing I should do , correct? ``` "modules": [ { "config-opts": [ "-DENABLE_TESTING=OFF" ], "name": "libkdegames", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "https://anongit.kde.org/libkdegames.git";, "branch": "release/21.12" } ], ``` -- You are receiving this mail because: You are watching all bug changes.
[libkdegames] [Bug 447863] New: flatpak build fails when using libkdegames
https://bugs.kde.org/show_bug.cgi?id=447863 Bug ID: 447863 Summary: flatpak build fails when using libkdegames Product: libkdegames Version: unspecified Platform: Flatpak OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kde-games-b...@kde.org Reporter: de...@roosoft.ltd.uk Target Milestone: --- Created attachment 145064 --> https://bugs.kde.org/attachment.cgi?id=145064&action=edit Cmake Output Log I am trying to build this flatpak package. (see attached json) OBSERVED RESULT It fails with this error ``` Building module libkdegames in /home/user/devel/flatpak/rolisteam/.flatpak-builder/build/libkdegames-1 Already on 'master' -- The C compiler identification is GNU 10.2.0 -- The CXX compiler identification is GNU 10.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - 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/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:11 (find_package): Could not find a configuration file for package "ECM" that is compatible with requested version "5.89.0". The following configuration files were considered but not accepted: /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.88.0 -- Configuring incomplete, errors occurred! See also "/run/build/libkdegames/CMakeFiles/CMakeOutput.log". Error: module libkdegames: Child process exited with code 1 ``` See attached CmakeOutput.log EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[libkdegames] [Bug 447863] flatpak build fails when using libkdegames
https://bugs.kde.org/show_bug.cgi?id=447863 --- Comment #1 from D Alexander --- Created attachment 145065 --> https://bugs.kde.org/attachment.cgi?id=145065&action=edit Flatpak package JSON -- You are receiving this mail because: You are watching all bug changes.
[libkdegames] [Bug 447863] flatpak build fails when using libkdegames
https://bugs.kde.org/show_bug.cgi?id=447863 --- Comment #2 from D Alexander --- For reference. Build host Debian 11 testing. flatpak-builder 1.2.0 Kernel 5.15.0-2-amd64 #1 SMP Debian 5.15.5-1 (2021-11-26) x86_64 GNU/Linux -- You are receiving this mail because: You are watching all bug changes.