Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Feb 2020 12:11:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243780] Mk/Uses/go.mk: Go port fails in poudriere with "import cycle not allowed"
Message-ID:  <bug-243780-7788-FHUpLEykap@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243780-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243780-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243780

--- Comment #4 from Dmitri Goutnik <dmgk@freebsd.org> ---
(In reply to freebsd from comment #3)

> Is this something special with GH_TUPLE or modules2tuple or why exactly s=
hould 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"

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243780-7788-FHUpLEykap>