Search Criteria
Package Details: monado-doc 25.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/monado.git (read-only, click to copy) |
---|---|
Package Base: | monado |
Description: | An open source OpenXR runtime (documentation) |
Upstream URL: | https://monado.dev/ |
Licenses: | BSL-1.0 |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 4 |
Popularity: | 0.001337 |
First Submitted: | 2021-02-16 02:03 (UTC) |
Last Updated: | 2025-04-19 11:41 (UTC) |
Dependencies (38)
- bluez-libs (bluez-gitAUR) (make)
- cjson (cjson-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- cnmatrixAUR (cnmatrix-gitAUR) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- glslang (glslang-gitAUR) (make)
- graphviz (make)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR) (make)
- gstreamer (gstreamer-gitAUR) (make)
- hidapi (hidapi-gitAUR) (make)
- libbsd (libbsd-gitAUR) (make)
- libdrm (libdrm-gitAUR) (make)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd) (make)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo) (make)
- librealsenseAUR (librealsense-gitAUR) (make)
- libsurviveAUR (libsurvive-gitAUR) (make)
- libusb (libusb-gitAUR) (make)
- libuvcAUR (libuvc-gitAUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxcb (libxcb-gitAUR) (make)
- opencv (opencv-cuda) (make)
- openhmdAUR (openhmd-gitAUR) (make)
- openvr (openvr-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR) (make)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat) (make)
- systemd-libs (systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR) (make)
- v4l-utils (v4l-utils-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR) (make)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
Latest Comments
1 2 3 Next › Last »
dbermond commented on 2025-04-23 15:24 (UTC)
@PreciousPika librealsense build errors should be reported in the librealsense AUR web page.
PreciousPika commented on 2025-04-23 02:22 (UTC)
Trying to install Monado on EndeavourOS 6.14.3, using the arch kernel. "librealsense" consistently fails to build, citing that CMake removed older version compatibility. It does give an option to append to override this check, but starting the install from yay does not allow you to override the compatibility check as far as I can tell. Due to librealsense failing to build, monado also fails to build due to librealsense's being a required dependency. I'm not extremely experienced with Linux, but am very grateful for any advice or suggestions anyone has. Here's the exact error: ==> Starting build()... CMake Error at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... -> error making: librealsense-exit status 4 -> Failed to install the following packages. Manual intervention is required: librealsense - exit status 4
haagch commented on 2025-03-06 01:49 (UTC)
Yea I guess it's a libsurvive issue. I made a github issue here: https://github.com/collabora/libsurvive/issues/325
For now I suggest doing this in the libsurvive PKGBUILD:
dbermond commented on 2025-03-05 16:59 (UTC)
@haagch cnmatrix headers are not required at libsurvive build time or run time, but only at some libsurvive client applications build time. Being such, I do not think that we need to add a run time dependency to cnmatrix in libsurvive just for a header that is needed at build time of libsurvive client applications. Otherwise, cnmatrix would be also needed at libsurvive runtime, just only for a header, and this would be an overhead. This header may not even be needed by all client applicatons build time, being an optdepend at maximum. I think it's much more flexible, easier and lighter for the end user to use cnmatrix as a makedepend of libsurvive client applications, like is made here (it's a makedepend of monado, where it's being indirectly included, instead of a run time depend of libsurvive).
haagch commented on 2025-03-05 16:26 (UTC)
Are you sure cnmatrix should be a dependency of monado here? I know there was an issue in libsurvive's build system in its last release tag that required some extra work with these, but it's really not monado that needs it. If anything, it should be a dependency of the libsurvive package.
haagch commented on 2025-03-05 16:20 (UTC)
The onnxruntime error is because onnxruntime is broken. To resolve these build errors you would install the onnx package, but even then onnxruntime would not be able to load monado's hand tracking models: https://gitlab.archlinux.org/archlinux/packaging/packages/onnxruntime/-/issues/3
If you want an actual working onnxruntime, you need to downgrade to 1.19.2 like the issue says, or build one yourself.
dbermond commented on 2025-03-05 00:31 (UTC)
@dreieck I have just checked, and the package is building perfectly fine for me. I cannot reproduce your issue, and I have no idea what may be causing this for you. I have no 'onnxruntime-opt' installed during the build. Try to uninstall it, or build the package in a clean chroot if you cannot.
dreieck commented on 2025-03-04 20:36 (UTC)
build()
fails for me while linking:File
/usr/lib/libonnxruntime.so
is provided by packageextra/onnxruntime-opt
, version 1.20.2-1.Regards and thanks for maintaining!
dbermond commented on 2025-02-02 18:48 (UTC)
@MrDev023 I cannot reproduce your issue. I have just checked, and the package is building fine. AUR helpers are not supported, use makepkg.
MrDev023 commented on 2025-02-02 17:20 (UTC)
I can't compile the packages
/home/noctis/.cache/paru/clone/monado/src/monado-v24.0.0/src/xrt/drivers/qwerty/qwerty_sdl.c:30:21: erreur: déclaration implicite de la fonction « strcmp » [-Wimplicit-function-declaration] 30 | if (strcmp(tracker_name, QWERTY_HMD_TRACKER_STR) == 0 || | ^~ /home/noctis/.cache/paru/clone/monado/src/monado-v24.0.0/src/xrt/drivers/qwerty/qwerty_sdl.c:15:1: note: incluez « <string.h> » ou fournissez une déclaration de « strcmp »
1 2 3 Next › Last »