mycroft-gui Fails to Build from Source #45

Open
opened 2023-08-22 13:02:24 -06:00 by rs-buildroot · 1 comment

mycroft-gui Fails to Build from Source

Probably because the embedded chrome build is failing (?).

>>> mycroft-gui 53fb4a1824c9ce9155000ec0f31663f0438195ab Configuring
cp /home/jebba/devel/deepcrayon/MyCruft/buildroot-external/package/mycroft-gui/background.png /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab/application/
cp /home/jebba/devel/deepcrayon/MyCruft/buildroot-external/package/mycroft-gui/StatusIndicator.qml /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab/import/qml/
(mkdir -p /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab//buildroot-build && cd /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab//buildroot-build && rm -f CMakeCache.txt && PATH="/home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/bin:/home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/sbin:/usr/lib/ccache:/home/jebba/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"  /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/bin/cmake /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON   )
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 12.3.0
-- The CXX compiler identification is GNU 12.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/bin/aarch64-buildroot-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: /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/bin/aarch64-buildroot-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Installing in /usr. Run /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab/buildroot-build/prefix.sh to set the environment for mycroft-gui.
CMake Error at /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5WebView" with
  any of the following names:

    Qt5WebViewConfig.cmake
    qt5webview-config.cmake

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


-- Configuring incomplete, errors occurred!
make[1]: *** [package/pkg-generic.mk:283: /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab/.stamp_configured] Error 1
make[1]: Leaving directory '/home/jebba/devel/deepcrayon/MyCruft/buildroot'
mycroft-gui Fails to Build from Source Probably because the embedded chrome build is failing (?). ``` >>> mycroft-gui 53fb4a1824c9ce9155000ec0f31663f0438195ab Configuring cp /home/jebba/devel/deepcrayon/MyCruft/buildroot-external/package/mycroft-gui/background.png /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab/application/ cp /home/jebba/devel/deepcrayon/MyCruft/buildroot-external/package/mycroft-gui/StatusIndicator.qml /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab/import/qml/ (mkdir -p /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab//buildroot-build && cd /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab//buildroot-build && rm -f CMakeCache.txt && PATH="/home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/bin:/home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/sbin:/usr/lib/ccache:/home/jebba/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/bin/cmake /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.3.0 -- The CXX compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/bin/aarch64-buildroot-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: /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/bin/aarch64-buildroot-linux-gnu-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done Installing in /usr. Run /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab/buildroot-build/prefix.sh to set the environment for mycroft-gui. CMake Error at /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5WebView" with any of the following names: Qt5WebViewConfig.cmake qt5webview-config.cmake Add the installation prefix of "Qt5WebView" to CMAKE_PREFIX_PATH or set "Qt5WebView_DIR" to a directory containing one of the above files. If "Qt5WebView" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:45 (find_package) -- Configuring incomplete, errors occurred! make[1]: *** [package/pkg-generic.mk:283: /home/jebba/devel/deepcrayon/MyCruft/buildroot/output/build/mycroft-gui-53fb4a1824c9ce9155000ec0f31663f0438195ab/.stamp_configured] Error 1 make[1]: Leaving directory '/home/jebba/devel/deepcrayon/MyCruft/buildroot'
Poster
Collaborator

qt5webview needs qt5webengine module

The latter isn't building. Bug #12

qt5webview needs qt5webengine module The latter isn't building. Bug #12
rs-buildroot added a new dependency 2023-08-22 13:05:40 -06:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
Reference: deepcrayon/MyCruft#45
There is no content yet.