I have a slightly different error building on ARM:
> makepkg -isf
==> Making package: paru 2.0.3-1 (Fri 22 Mar 2024 09:56:18 AM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: libalpm.so>=14-64
==> ERROR: 'pacman' failed to install missing dependencies.
It's an otherwise fully updated Raspi 3, including pacman-6.1.0-3
, this seems to indicate that the ArchlinuxARM package supplies the correct version: https://archlinuxarm.org/packages/aarch64/pacman
So I'm not sure why this dependency isn't met...
EDIT: I suspect I'm running armv7h on this, which provides libalpm.so=14-32
instead. Does paru rely specifically on the 64bit version of this library? https://archlinuxarm.org/packages/armv7h/pacman
EDIT 2: a workaround for this issue is to modify the PKGBUILD to require libalpm.so>=14
, i.e. don't require the 64bit library.
Pinned Comments
haxie commented on 2023-05-26 17:45 (UTC)
you're better off contacting her via the github, this comments section is 90% "it's out of date" from people who didn't scroll down before posting