Search Criteria
Package Details: ekphos 0.20.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ekphos.git (read-only, click to copy) |
|---|---|
| Package Base: | ekphos |
| Description: | A lightweight, fast, terminal-based markdown research tool inspired by Obsidian |
| Upstream URL: | https://github.com/hanebox/ekphos |
| Keywords: | markdown obsidian terminal |
| Licenses: | MIT |
| Provides: | ekphos |
| Submitter: | Dominiquini |
| Maintainer: | Dominiquini |
| Last Packager: | Dominiquini |
| Votes: | 1 |
| Popularity: | 0.051187 |
| First Submitted: | 2025-12-24 23:41 (UTC) |
| Last Updated: | 2026-02-11 23:32 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Latest Comments
acrion commented on 2026-05-04 07:14 (UTC)
Thank you for maintaining ekphos.
The current release PKGBUILD fails to build in clean chroot environments (aurto, aurutils
--chroot, etc.) with the errorld.lld: error: undefined symbol: ring_core_0_17_14__*(many symbols from thering0.17.14 crate).This happens because Arch’s default makepkg configuration enables LTO (
-flto), which is incompatible withring’s hand-written assembly when usinglldas the linker.Non-chroot or user-local builds often succeed because they inherit a different (or disabled) LTO setting from the user’s
makepkg.conf.Simple fix: add the following line right after
pkgrel=1in the release PKGBUILD:Would you consider adding it upstream? Thanks again!