Search Criteria
Package Details: komodo-periphery 2.2.0-0
Package Actions
| Git Clone URL: | https://aur.archlinux.org/komodo-periphery.git (read-only, click to copy) |
|---|---|
| Package Base: | komodo-periphery |
| Description: | Periphery server for the komodo monitor |
| Upstream URL: | https://komo.do/ |
| Licenses: | GPL-3.0-only |
| Conflicts: | komodo-periphery-bin |
| Submitter: | martorskull |
| Maintainer: | martorskull |
| Last Packager: | martorskull |
| Votes: | 2 |
| Popularity: | 0.004643 |
| First Submitted: | 2025-05-02 01:24 (UTC) |
| Last Updated: | 2026-05-15 10:30 (UTC) |
Dependencies (6)
- docker (rancher-desktop-gitAUR, docker-gitAUR, podman-docker-gitAUR, rancher-desktop-binAUR, rancher-desktopAUR, docker-cli-binAUR, podman-docker)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
martorskull commented on 2025-10-13 10:08 (UTC) (edited on 2025-10-13 10:12 (UTC) by martorskull)
There is a known bug in the ring library that komodo uses. And as you correctly pointed out enabling the
-ffat-lto-objectssolves the compilation issue, and as described here and here it seems to be the preferred solution, so this is what I went with.andiandi commented on 2025-08-25 21:45 (UTC)
Has anyone managed to get this to build in a clean chroot? I keep getting linker errors.
Extending the cflags in build() as a workaround with
CFLAGS+=' -ffat-lto-objects'got it to build, but I could not test if it runs yet.