I’m getting the error “cannot reserve arena virtual address space” while compiling golang on OpenBSD with command “ksh all.bash” (also tried make.bash but didn’t work). This is the output:
$ ksh all.bash
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, openbsd/386.
lib9
libbio
... (truncated)
pkg/go/doc
pkg/go/build
cmd/go
throw: runtime: cannot reserve arena virtual address space
I tried following the directions on http://code.google.com/p/go-wiki/wiki/OpenBSD, but it is also possible I didn’t do it correctly. Any tips would be greatly appreciated.
Seems like rather than screwing with the “staff” group, changing the defaults for the “default” section solved the issue.