[Bug 264909] dns/blocky: switch to GO_MODULE url problem/bug(?)
Date: Sun, 26 Jun 2022 16:04:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264909 Bug ID: 264909 Summary: dns/blocky: switch to GO_MODULE url problem/bug(?) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: eduardo@FreeBSD.org Created attachment 234954 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234954&action=edit switch to GO_MODULE Hello, I'm trying to switch to GO_MODULE method and I found that go.mod url is causing some problems when fetching: 'make distclean makesum': --- => v0.19.mod doesn't seem to exist in /tmp/go/dns_blocky/blocky-v0.19. => Attempting to fetch https://proxy.golang.org/github.com/0x!e!r!r0!r/blocky/@v/v0.19.mod fetch: https://proxy.golang.org/github.com/0x!e!r!r0!r/blocky/@v/v0.19.mod: Gone => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/go/dns_blocky/blocky-v0.19/v0.19.mod fetch: http://distcache.FreeBSD.org/ports-distfiles/go/dns_blocky/blocky-v0.19/v0.19.mod: Not Found => Couldn't fetch it - please try to retrieve this --- GO_MODULE=github.com/0xERR0R/blocky url github.com/0xERR0R/blocky is interpreted as github.com/0x!e!r!r0!r/blocky ^^^^^^^ ^^^^^^^^^^^ Is there any way to correct this? Thanks, Nuno Teixeira -- You are receiving this mail because: You are the assignee for the bug.