Search Criteria
Package Details: komodo-periphery 1.19.5-2
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-1.0-or-later |
| Conflicts: | komodo-periphery-bin |
| Submitter: | martorskull |
| Maintainer: | martorskull |
| Last Packager: | martorskull |
| Votes: | 2 |
| Popularity: | 0.021342 |
| First Submitted: | 2025-05-02 01:24 (UTC) |
| Last Updated: | 2025-10-13 10:17 (UTC) |
Dependencies (5)
- docker (rancher-desktop-gitAUR, docker-gitAUR, podman-docker-gitAUR, rancher-desktopAUR, rancher-desktop-binAUR, docker-cli-binAUR, podman-docker)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- 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.