Package Details: asteroidsyncservice-git r108.ba7eecf-1

Git Clone URL: https://aur.archlinux.org/asteroidsyncservice-git.git (read-only, click to copy)
Package Base: asteroidsyncservice-git
Description: A synchronization daemon for AsteroidOS watches
Upstream URL: https://github.com/AsteroidOS/asteroidsyncservice
Licenses: GPL3
Submitter: bretello
Maintainer: bretello
Last Packager: bretello
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-29 12:44 (UTC)
Last Updated: 2023-05-29 12:44 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

BudgieUser commented on 2023-07-23 12:51 (UTC) (edited on 2023-07-30 19:35 (UTC) by BudgieUser)

Am I doing something wrong? Not being able to compile this package.

-- Could NOT find Qt6Qml (missing: Qt6Qml_DIR)
CMake Warning at asteroidsyncservice/CMakeLists.txt:2 (find_package):
  Found package configuration file:

    /usr/lib/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find required Qt component "Qml".

  Expected Config file at "/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake" does NOT
  exist



  Configuring with --debug-find-pkg=Qt6Qml might reveal details why the
  package was not found.

  Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
  of the path variables that find_package uses to try and find the package.



-- Could NOT find Qt6Qml (missing: Qt6Qml_DIR)
CMake Warning at asteroidsyncserviced/CMakeLists.txt:2 (find_package):
  Found package configuration file:

    /usr/lib/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find required Qt component "Qml".

  Expected Config file at "/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake" does NOT
  exist



  Configuring with --debug-find-pkg=Qt6Qml might reveal details why the
  package was not found.

  Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
  of the path variables that find_package uses to try and find the package.



CMake Error at /usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5Bluetooth" with
  any of the following names:

    Qt5BluetoothConfig.cmake
    qt5bluetooth-config.cmake

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


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'asteroidsyncservice-git-r108.ba7eecf-1':
error: packages failed to build: asteroidsyncservice-git-r108.ba7eecf-1

EDIT: installing qt6-declarative solved that issue.