Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iMcS8-0000Xj-2j for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 21 Oct 2019 18:30:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iMcS6-0005Ly-53 for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 21 Oct 2019 18:30:46 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iMcS5-0005LP-Jd for pgsql-pkg-debian@lists.postgresql.org; Mon, 21 Oct 2019 18:30:45 +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 1iMcRy-0005dt-L2 for pgsql-pkg-debian@lists.postgresql.org; Mon, 21 Oct 2019 18:30:44 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a01:598:a80c:2b22:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 46xlZ41HkVz3F02; Mon, 21 Oct 2019 20:30:36 +0200 (CEST) Date: Mon, 21 Oct 2019 20:30:34 +0200 From: Christoph Berg To: Nicolas Payart Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: postgresql-11-postgis-2.5 (2.5.3) broken on Debian Stretch Message-ID: <20191021183034.GA29319@msg.df7cb.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Nicolas Payart 2019-10-21 > Hi, > > It seems that the recent update of the postgresql-11-postgis-2.5 package on Debian Stretch is broken... Hi, thanks for the report. I fixed that a few hours back. The problem was that I forgot to copy the backports when I promoted the postgis builds. The backports had been sitting in *-pgdg-testing for a few months, and I knew I would forget to promote them along... I guess that means we should include running "debcheck" when we put new packages live, and not just run it nightly. (Where it had actually spotted that problem, but because there were some other latent broken things, I didn't really pay attention.) Christoph