On Sun, Jul 07, 2024 at 04:58:47PM -0400, Qingyao Sun wrote: > > Then that would be a bug in Go's stdlib on OpenBSD. Sadly I know > nothing > > about OpenBSD, so I cant help you with that. From the error message > > OpenBSD's libc is apparently missing syscall.
Yes, syscall has been removed: https://marc.info/?l=openbsd-tech&m=169841790407370&w=2 https://undeadly.org/cgi?action=article;sid=20231213062827 Applications are no longer allowed to call syscalls directly. Calls must go through libc. There is plenty of go applications in ports, so I guess this is a solved problem. Can you compile the binary yourself?