Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1shSGH-001m8e-Od for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 23 Aug 2024 11:15:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1shSGF-00C5x9-Ma for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 23 Aug 2024 11:15:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1shSGF-00C5ul-Ff for pgsql-pkg-debian@lists.postgresql.org; Fri, 23 Aug 2024 11:15:20 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1shSGC-001384-Uq for pgsql-pkg-debian@postgresql.org; Fri, 23 Aug 2024 11:15:18 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1470:d7a0:cdb3:ed:178:ed8b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4WqyCl1fZGz3F6g; Fri, 23 Aug 2024 13:15:15 +0200 (CEST) Date: Fri, 23 Aug 2024 13:15:14 +0200 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@postgresql.org Subject: Re: vip-manager and vip-manager2 FTBFS Message-ID: Mail-Followup-To: Christoph Berg , Bradford Boyle , pgsql-pkg-debian@postgresql.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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 /<>/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