Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2022 00:02:36 +0100
From:      Christopher Beppler <freebsd@funzi.org>
To:        Dave Cottlehuber <dch@FreeBSD.org>, FreeBSD Ports <ports@freebsd.org>
Subject:   Re: go modules2tuple confusion - phab https://reviews.freebsd.org/D37414
Message-ID:  <de5923e0-a359-761a-fc5a-5241153eafd0@funzi.de>
In-Reply-To: <2b52b896-7129-47f5-83e2-3571e3940012@app.fastmail.com>
References:  <2b52b896-7129-47f5-83e2-3571e3940012@app.fastmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 16.11.22 um 23:56 schrieb Dave Cottlehuber:
> [...]
> 
> I tried bumping go.{mod,sum} to latest commits, without success.
> 
> sysutils/loki has the same module as dependency, but seems to have no trouble
> fetching, albeit slightly different patch and paths resulting.
 > [...]

go4org is a bit special. I had the same issue in the loki port as you 
noticed already. I manually adjusted the line in GH_TUPLE to

		go4org:go4:d4a079459e60:go4org_go4/vendor/go4.org/intern \
	 
go4org:unsafe-assume-no-moving-gc:928513b29760:go4org_go4_1/vendor/go4.org/unsafe/assume-no-moving-gc 


928513b29760 is actually from 
https://github.com/go4org/unsafe-assume-no-moving-gc but somehow in 
go.mod referenced as go4org/go4... (maybe gomod-vendor ignores GitHub's 
redirects but go get doesn't?).

Maybe that helps.

Best,
Christopher



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?de5923e0-a359-761a-fc5a-5241153eafd0>