matrix-org/sliding-sync

Unable to build on Debian 10

Closed this issue · 1 comments

When attempting to build the proxy with CGO_ENABLED=0 go build ./cmd/syncv3, which I have attempted over 30 times, the command always exits with go: error loading module requirements. The odd thing is, the problematic module changes every time. The research I did suggests clearing the module cache (go clean -modcache), but this command also suffers from the error and fails. Note that when I ran the clean command in my home folder, it worked properly. I haven't seen any similar issues so I suspect this is something wrong with my configuration, but as an inexperienced go user I'd like to ask if anyone can help diagnose.

Just got Docker working. Unless this is a wider problem, I'd consider this resolved.