Created attachment 255128 [details] download more with fetch This is a bit rough, but tries to avoid go to download with go mod download, for users behind isps blocking the tor project sites. go get does not respect the proxy options of fetch (apparently).
Created attachment 255180 [details] same but full port
export SOCKS5_PROXY=127.0.0.1:9050 make fetch make install clean Work fine!
I got "same" error during make fetch in another port. Skipping all steps… It's bug in NFS. With nolock mount options no more error and I can make fetch this port without this patch. Sorry, and thanks for your time!