Thanks for looking @kstolp, sorry for not providing enough info. And thanks to @mabod for confirming it. I guess you need to be running zed for these to show up, it isn't started by default I believe.
This happens because the PKGBUILD
runs configure --prefix=/usr
and the configure script contains localstatedir='${prefix}/var'
. This eventually filters down to cmd/zed/zed.h
which contains:
#define ZED_PID_FILE RUNSTATEDIR "/zed.pid"
#define ZED_STATE_FILE RUNSTATEDIR "/zed.state"
Pinned Comments
eschwartz commented on 2020-12-27 22:43 (UTC)
@Win8Error,
This package doesn't support people who have failed to read the wiki page https://wiki.archlinux.org/index.php/Makepkg, or cannot interpret error messages.
eschwartz commented on 2019-10-16 03:49 (UTC)
aarch64 is not an officially supported architecture for this PKGBUILD, since I don't exactly test it on such architectures. It failing to work is therefore not very surprising.
I guess you can do any necessary followup in that upstream bug report, hopefully upstream can get it into a state of "working out of the box" so that makepkg --ignorearch works. But I'm not investing any of my own time in this...