Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mH2SC-00065v-9A for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 20 Aug 2021 11:12:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mH2SB-0002lr-9w for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 20 Aug 2021 11:12:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mH2SB-0002lj-4p for pgsql-pkg-debian@lists.postgresql.org; Fri, 20 Aug 2021 11:12:51 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mH2S8-0004qC-HM for pgsql-pkg-debian@lists.postgresql.org; Fri, 20 Aug 2021 11:12:50 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (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 4GrfB63lgDz3Dws; Fri, 20 Aug 2021 13:12:46 +0200 (CEST) Date: Fri, 20 Aug 2021 13:12:45 +0200 From: Christoph Berg To: Imre Samu Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: postgresql-14-postgis-3-scripts has not been updated to 3.1.3 ? Message-ID: 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: Imre Samu > I am trying to update https://github.com/postgis/docker-postgis project to > the latest PostGIS 3.1.3 > with https://github.com/postgis/docker-postgis/pull/253 > and receiving this error : > *Error: E: Version '3.1.3+dfsg-1~exp1.pgdg100+1+b1' for > 'postgresql-14-postgis-3-scripts' was not found* > > as I see the - the postgresql-14-postgis-3-scripts is still on 3.1.2 > * postgresql-14-postgis-3-scripts/buster-pgdg 3.1.2+dfsg-1~exp2.pgdg100+1 Hi, thanks for spotting that. The problem arose because a new postgis version, me working on supporting PG 14, and adding new distributions (impish, bookworm) all happened at the same time. Add the necessity for a +b1 binNMU to the mix, and the result was that the architecture _all .deb files for PG14 were never built. Our repository QA scripts didn't catch that because postgresql-14-postgis-3 depends on postgresql-14-postgis-3-scripts without a version constraint, so everything was still installable. It's fixed now, but you'll still need to update the Dockerfile as the -scripts package doesn't have the +b1 suffix since it's arch:all. (Why is the version hard-coded there anyway?) Christoph