On 2023-06-01, Thomas Huber <[email protected]> wrote: > Hi @misc, > > I face a problem with -current when building golang projects. > This worked fine on 7.2 and I think it stopped working with 7.3 release. > Now I try it on -current. > > I get the following error: > "go: error obtaining buildID for go tool compile: signal: bad system call > (core dumped)" > > The Projects I´m trying to build are the nats-server[1] and natscli[2]. > go version go1.20.4 openbsd/amd64 > > Maybe someone on this list has a clue... > Thanks Thomas (the u2k20 host) > > -- > [1] https://github.com/nats-io/nats-server > [2] https://github.com/nats-io/natscli >
If you have any old cached compiles lying around (.cache/go-build?) then clear them out and try again.

