[Bug 243780] Mk/Uses/go.mk: Go port fails in poudriere with "import cycle not allowed"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 2 12:11:14 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243780
--- Comment #4 from Dmitri Goutnik <dmgk at freebsd.org> ---
(In reply to freebsd from comment #3)
> Is this something special with GH_TUPLE or modules2tuple or why exactly should the suffix be removed.
The last component of GH_TUPLE entry is an ${WRKSRC} subdir, not a Go module
path.
github.com/googleapis/gax-go repo already has v2 subdir (probably for
compatibility with pre-modules Go versions), adding another /v2 would place
gax-go module source under ${WRKSRC}/vendor/github.com/googleapis/gax-go/v2 and
make v2 package import path "github.com/googleapis/gax-go/v2/v2"
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list