@kozaki: the issue is that fmt
is an automagic dependency (fifth paragraph), which means you will get different results whether or not fmt
is installed. To avoid this, you can build in a clean chroot (not ideal but IMHO good practice).
The other solution is too disable dynamic linking by patching auracle
's meson
or something, but this has to be escalated to upstream, which has gone stale... (patches are welcome??)
Pinned Comments
artafinde commented on 2022-01-26 09:15 (UTC) (edited on 2022-01-29 10:24 (UTC) by artafinde)
If the build fails:
SRCPKGDEST
directoryThere's a package build already which you can try out from my repo.
falconindy commented on 2020-05-31 15:35 (UTC)
FAQ:
PATH
handled by/etc/profile.d/perlbin.sh
makepkg -A
. The "any" architecture is reserved for packages with architecture independent files (and compiled C++ is not).