cracauer@
Developer
I'm a bit puzzled right now about some things:
1) I can install the go-1.21 pkg but I can't build the go-1.21 port because it says "Building Go cmd/dist using /xcarb3/usr/ports/lang/go122/work/go-freebsd-amd64-bootstrap. (go1.20 freebsd/amd64)" - "This program can only be run on AMD64 processors with v2 microarchitecture support.". This is on an Opteron 6174. Fine, but why is it that the pkg seems to work on this same machine?
2) the ollama port says it uses go-1.22, but GO_DEFAULT in Mk/ is on 1.21. How is the pkg built then?
3) the ollama package starts fine but fails to work in some mysterious way. I had that on another machine, too, and fixed it my rebuilding the ollama port. In this case I can't since I run into issue #1. "Error: llama runner process has terminated: signal: abort trap" is what the client gives.
I didn't have coffee yet, so maybe I'm just thinking square. I'll update this later but maybe somebody with caffeine can shed some light in the meantime?
1) I can install the go-1.21 pkg but I can't build the go-1.21 port because it says "Building Go cmd/dist using /xcarb3/usr/ports/lang/go122/work/go-freebsd-amd64-bootstrap. (go1.20 freebsd/amd64)" - "This program can only be run on AMD64 processors with v2 microarchitecture support.". This is on an Opteron 6174. Fine, but why is it that the pkg seems to work on this same machine?
2) the ollama port says it uses go-1.22, but GO_DEFAULT in Mk/ is on 1.21. How is the pkg built then?
3) the ollama package starts fine but fails to work in some mysterious way. I had that on another machine, too, and fixed it my rebuilding the ollama port. In this case I can't since I run into issue #1. "Error: llama runner process has terminated: signal: abort trap" is what the client gives.
I didn't have coffee yet, so maybe I'm just thinking square. I'll update this later but maybe somebody with caffeine can shed some light in the meantime?

