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: pkgbase checksums

2022-01-17 Thread Rosenke
On 17.01.22 16:20, Baptiste Daroussin wrote: On Mon, Jan 17, 2022 at 04:17:46PM +0100, Rosenke wrote: On 17.01.22 16:12, Rosenke wrote: On 13.01.22 13:57, Baptiste Daroussin wrote: On Thu, Jan 13, 2022 at 11:33:55AM +0100, Stefan Esser wrote: Am 13.01.22 um 10:36 schrieb Henrik Rosenke: He

Re: pkgbase checksums

2022-01-17 Thread Baptiste Daroussin
On Mon, Jan 17, 2022 at 04:17:46PM +0100, Rosenke wrote: > On 17.01.22 16:12, Rosenke wrote: > > On 13.01.22 13:57, Baptiste Daroussin wrote: > > > On Thu, Jan 13, 2022 at 11:33:55AM +0100, Stefan Esser wrote: > > > > Am 13.01.22 um 10:36 schrieb Henrik Rosenke: > > > > > Hello, > > > > > > > > >

Re: pkgbase checksums

2022-01-17 Thread Rosenke
On 17.01.22 16:12, Rosenke wrote: On 13.01.22 13:57, Baptiste Daroussin wrote: On Thu, Jan 13, 2022 at 11:33:55AM +0100, Stefan Esser wrote: Am 13.01.22 um 10:36 schrieb Henrik Rosenke: Hello, what is the correct way to handle pkg checksum mismatches in pkgbase? (pkg check -sa) For example

Re: pkgbase checksums

2022-01-17 Thread Rosenke
On 13.01.22 13:57, Baptiste Daroussin wrote: On Thu, Jan 13, 2022 at 11:33:55AM +0100, Stefan Esser wrote: Am 13.01.22 um 10:36 schrieb Henrik Rosenke: Hello, what is the correct way to handle pkg checksum mismatches in pkgbase? (pkg check -sa) For example after installing bash or editing /etc

FreeBSD ports you maintain which are out of date

2022-01-17 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

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