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 1j4igb-0006y4-D8 for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 20 Feb 2020 10:04:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1j4iga-0004MR-2e for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 20 Feb 2020 10:04:00 +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 1j4igZ-0004MA-Ol for pgsql-pkg-debian@lists.postgresql.org; Thu, 20 Feb 2020 10:03:59 +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 1j4igS-0004ln-Qo for pgsql-pkg-debian@postgresql.org; Thu, 20 Feb 2020 10:03:58 +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 RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 48NVY16hVMz3Dyq; Thu, 20 Feb 2020 11:03:49 +0100 (CET) Date: Thu, 20 Feb 2020 11:03:49 +0100 From: Christoph Berg To: Joe Siewert Cc: pgsql-pkg-debian@postgresql.org Subject: Re: postgresql-10 failing to install on Bionic Message-ID: <20200220100349.GB1473912@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Joe Siewert , 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: Precedence: bulk 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. Thanks for reporting! Christoph