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.92) (envelope-from ) id 1j9xfh-0001FR-Sa for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 05 Mar 2020 21:04:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1j9xfg-0006BL-P0 for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 05 Mar 2020 21:04:44 +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 1j9xfg-0006BD-Em for pgsql-pkg-debian@lists.postgresql.org; Thu, 05 Mar 2020 21:04:44 +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 1j9xfc-0002mD-7J for pgsql-pkg-debian@postgresql.org; Thu, 05 Mar 2020 21:04:43 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1476:ff00: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 48YNY214qGz3F0H; Thu, 5 Mar 2020 22:04:38 +0100 (CET) Date: Thu, 5 Mar 2020 22:04:37 +0100 From: Christoph Berg To: Joe Siewert , pgsql-pkg-debian@postgresql.org Subject: Re: postgresql-10 failing to install on Bionic Message-ID: <20200305210437.GB1033291@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Joe Siewert , pgsql-pkg-debian@postgresql.org References: <20200220100349.GB1473912@msg.df7cb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200220100349.GB1473912@msg.df7cb.de> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: To Joe Siewert 2020-02-20 <20200220100349.GB1473912@msg.df7cb.de> > Re: Joe Siewert 2020-02-19 > > processing archive > > /tmp/apt-dpkg-install-oozGGW/1641-postgresql-client-10_10.12-1.pgdg18.04+1_amd64.deb > > (--unpack):", " trying to overwrite '/usr/lib/postgresql/10/bin/pg_config', > > which is also in package postgresql-server-dev-10 10.12-0ubuntu0.18.04.1", > > When I moved pg_config from postgresql-server-dev-* to > postgresql-client-*, I put versioned restrictions in place for the > version where the file was moved. However, I forgot that the > postgresql packages in the base systems are also updated, but don't > have that change, so we have unhandled file conflicts. > > I'll fix that, I need to update the pgapt packages for a different > problem in the same area anyway. Fwiw, this has happened a week ago or so. Christoph