Re: Bradford Boyle
> I've pushed my changes for vip-manager and vip-manager2 packages to
> salsa and attached is patch for gnerate-pgdg-source that selectively
> enable/disable the patches depending on the distributions. I have
> manually tested the sed commands and that the resulting source package
> builds on sid and bookworm.
Thanks!
Unfortunately, Go is a mess, and there was still a build problem on
jammy where it worked before and is now broken for whatever reason:
11:52:57 src/github.com/cybertec-postgresql/vip-manager/checker/etcd_leader_checker.go:15:2: cannot find package
"go.etcd.io/etcd/client/v2"in any of:
11:52:57 /usr/lib/go-1.18/src/go.etcd.io/etcd/client/v2 (from $GOROOT)
11:52:57 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/go.etcd.io/etcd/client/v2 (from $GOPATH)
I gave up and just copied the binaries from bullseye to jammy, which
is already done for buster and focal anyway.
Christoph