------- Original Message -------
On Sunday, March 19th, 2023 at 11:23 AM, Chavdar Ivanov <ci4ic4%gmail.com@localhost> wrote:
> install is defined in install_unix.go, which starts with //go build
> linux, so never compiles under NetBSD. Even if you shunt its
> invocation from install.go, then there are further modules that do not
> compile under NetBSD.
Thanks!
In this case it probably should be marked with
_ONLY_FOR_PLATFORM_= Linux-*-*
Or MacOS. It should build there as well, I have no means to test it.
> The package builds with pkgsrc under Ubuntu (22.10 aarch64, if that is
> interesting).
No, it's not. I don't use Ubuntu.