s6-rc-compile complains about missing /etc/s6/sv/{event,supervise}/type
I tried to compile a new rc via s6-rc-compile (or rather wanted sh -x /usr/share/libalpm/scripts/s6-rc-db-update-hook to do this for me), but it complains:
root@artix # s6-rc-compile $(mktemp -d) /etc/s6/sv
s6-rc-compile: fatal: unable to read /etc/s6/sv/event/type: No such file or directory
The upstream manual unmistakably demands
Now the directories /etc/s6/sv/event/ and /etc/s6/sv/supervise/ don't have type files, and this defeats s6-rc-compile, which is a bummer.
What is wrong here?