Re: Go modules help

2022-01-18 Thread Matthias Fechner
Dear Dmitri, Am 17.01.2022 um 21:18 schrieb Dmitri Goutnik: I'd suggest switching to the new(-ish) GO_MODULE way of managing dependencies, modules2tuple is not smart enough to handle projects of this size. thanks, I was not aware that this exists. I will simplify all my ports. Doing upgrades w

Re: Go modules help

2022-01-17 Thread Dmitri Goutnik
It was updated when GO_MODULE was introduced - https://docs.freebsd.org/en/books/porters-handbook/special/index.html#using-go On Mon, Jan 17, 2022 at 3:56 PM Larry Rosenman wrote: > > On 01/17/2022 2:18 pm, Dmitri Goutnik wrote: > > I'd suggest switching to the new(-ish) GO_MODULE way of managing

Re: Go modules help

2022-01-17 Thread Larry Rosenman
On 01/17/2022 2:18 pm, Dmitri Goutnik wrote: I'd suggest switching to the new(-ish) GO_MODULE way of managing dependencies, modules2tuple is not smart enough to handle projects of this size. Attached Makefile builds OK for me and the resulting binary seems to run, untested beyond that. Regards,

Re: Go modules help

2022-01-17 Thread Dmitri Goutnik
I'd suggest switching to the new(-ish) GO_MODULE way of managing dependencies, modules2tuple is not smart enough to handle projects of this size. Attached Makefile builds OK for me and the resulting binary seems to run, untested beyond that. Regards, Dmitri On Mon, Jan 17, 2022 at 1:36 PM Larry

Re: Go modules help

2022-01-17 Thread Larry Rosenman
On 01/17/2022 11:53 am, Matthias Fechner wrote: Am 17.01.2022 um 18:44 schrieb Larry Rosenman: On 01/17/2022 11:35 am, Matthias Fechner wrote: Am 17.01.2022 um 17:46 schrieb Larry Rosenman: Progress, but I'm now getting: => SHA256 Checksum OK for go-plist-591f970eefbbeb04d7b37f334a0c4c3256e32

Re: Go modules help

2022-01-17 Thread Matthias Fechner
Am 17.01.2022 um 18:44 schrieb Larry Rosenman: On 01/17/2022 11:35 am, Matthias Fechner wrote: Am 17.01.2022 um 17:46 schrieb Larry Rosenman: Progress, but I'm now getting: => SHA256 Checksum OK for go-plist-591f970eefbbeb04d7b37f334a0c4c3256e32876_GL0.tar.gz. /bin/rm -f -r /wrkdirs/usr/ports

Re: Go modules help

2022-01-17 Thread Larry Rosenman
On 01/17/2022 11:35 am, Matthias Fechner wrote: Am 17.01.2022 um 17:46 schrieb Larry Rosenman: Progress, but I'm now getting: => SHA256 Checksum OK for go-plist-591f970eefbbeb04d7b37f334a0c4c3256e32876_GL0.tar.gz. /bin/rm -f -r /wrkdirs/usr/ports/net-mgmt/thanos/work/thanos-0.24.0/vendor/cloud

Re: Go modules help

2022-01-17 Thread Matthias Fechner
Am 17.01.2022 um 17:46 schrieb Larry Rosenman: Progress, but I'm now getting: => SHA256 Checksum OK for go-plist-591f970eefbbeb04d7b37f334a0c4c3256e32876_GL0.tar.gz. /bin/rm -f -r /wrkdirs/usr/ports/net-mgmt/thanos/work/thanos-0.24.0/vendor/cloud.google.com/go/storage install -l rs /wrkdirs/us

Re: Go modules help

2022-01-17 Thread Larry Rosenman
On 01/17/2022 8:58 am, Larry Rosenman wrote: On 01/17/2022 8:50 am, Matthias Fechner wrote: Dear Larry, Am 16.01.2022 um 21:19 schrieb Larry Rosenman: I'm trying to update thanos, and poudriere port test garners: ===>  Building thanos from ./cmd/thanos vendor/cloud.google.com/go/storage/iam.go

Re: Go modules help

2022-01-17 Thread Larry Rosenman
On 01/17/2022 8:50 am, Matthias Fechner wrote: Dear Larry, Am 16.01.2022 um 21:19 schrieb Larry Rosenman: I'm trying to update thanos, and poudriere port test garners: ===>  Building thanos from ./cmd/thanos vendor/cloud.google.com/go/storage/iam.go:20:2: cannot find package "." in: /wrkdirs/

Re: Go modules help

2022-01-17 Thread Matthias Fechner
Dear Larry, Am 16.01.2022 um 21:19 schrieb Larry Rosenman: I'm trying to update thanos, and poudriere port test garners: ===>  Building thanos from ./cmd/thanos vendor/cloud.google.com/go/storage/iam.go:20:2: cannot find package "." in: /wrkdirs/usr/ports/net-mgmt/thanos/work/thanos-0.24.0/ven

Go modules help

2022-01-16 Thread Larry Rosenman
I'm trying to update thanos, and poudriere port test garners: ===> Building thanos from ./cmd/thanos vendor/cloud.google.com/go/storage/iam.go:20:2: cannot find package "." in: /wrkdirs/usr/ports/net-mgmt/thanos/work/thanos-0.24.0/vendor/cloud.google.com/go/iam vendor/cloud.google.com/go/st