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 1t8vzk-006oNu-Nh for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 07 Nov 2024 06:27:52 +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 1t8vzh-00Cf6c-Sg for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 07 Nov 2024 06:27:50 +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 1t8vzh-00Cf6S-KX for pgsql-pkg-yum@lists.postgresql.org; Thu, 07 Nov 2024 06:27:50 +0000 Received: from mailout217.brandenburg.de ([194.76.232.217]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t8vza-000afX-Ha for pgsql-pkg-yum@postgresql.org; Thu, 07 Nov 2024 06:27:48 +0000 From: "Lorenz, Christopher" DKIM-Filter: OpenDKIM Filter v2.11.0 mailout217.brandenburg.de 8212A60F6B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zit-bb.brandenburg.de; s=default; t=1730960858; bh=zQhD1d6YJ8OYRCFfBB/faX0nQiTe79gFUK/2RatPSBQ=; h=From:To:Subject:Date:From; b=ak9U9vp5qUicbEXWbI86xlwdX/JIoQjCKWPr5xKiHxrEram/biXHAplU1d6+47EEV 2Wv7qQMgTNt5mhUo0mczkAc2Qz5fPLN48hWExxznOyDLpsW9hg4D48II23DWVaPNo0 ST2mkTIB2KtDowpmZbazNnRbpqXmblqDGt9lYfeaXr1HRCjKuu59Daj6UzR6NGg7cj 2nNaIcigJy51Jd05nMNQ/VwR8sbp/lBNv/T32oALNDwG11FePk1FfTfUvdQHwhFZ9p r3UEh4gZXeEpqQ9umAlN4jQKqmHGFznZAyj/4l0cXXommDufCtKt3Gdcv/RLrz17+Z ukbuej0Ud3thw== To: "'pgsql-pkg-yum@postgresql.org'" Subject: Conflict with different postgis packages Thread-Topic: Conflict with different postgis packages Thread-Index: Adsw3D3WmXREX8GsQxamxzhLz36xPw== Date: Thu, 7 Nov 2024 06:27:37 +0000 Message-ID: Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.129.65.241] x-tm-as-product-ver: SMEX-14.0.0.3223-9.1.2019-28780.005 x-tm-as-result: No-10--7.182200-8.000000 x-tmase-matchedrid: eWSDBCIcnDMtC1eAkW8MEi0rAbu/h0p4NRL+0zpgWmxsyuNZ7gdDlcOZ 2ctl/jceTBrT549QPXWiV0JVvUxxJn4vdcZ8NvanFm7cDHk2CrzwBlbv6A2i7IhlQKYkSwK5cn9 EQ2fiSfIBb8gHv96o3T112aJ2b958jWDfMO3Wy/m/2tJ3foSBQsD3fX6Y132w0t0ccteCeDcj4b sU1ASzvlezZPD7Gy9qH7E4uXD510+sgxaro3kjTZRMZUCEHkRt x-tm-as-user-approved-sender: No x-tm-as-user-blocked-sender: No x-tmase-result: 10--7.182200-8.000000 x-tmase-version: SMEX-14.0.0.3223-9.1.2019-28780.005 x-tm-snts-smtp: B2D9FF943F8B6F09CB4C9306E13E0E5B12D139D898B4AAC6DAADF2DBB010C9392000:9 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Rspamd-UID: 612cec X-Rspamd-UID: 3f8a2c List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hello, we've tried to install postgis for PostgreSQL 16 and 17 on same server. It = is a server for testing different versions and doing pg_upgrade between. We= got an error when we try to install postgis35_17 if postgis34_16 already i= nstalled: Error: Transaction test error: file /usr/share/man/man1/postgis_restore.1.gz from install of postgis35_1= 7-3.5.0-1PGDG.rhel8.x86_64 conflicts with file from package postgis34_16-3.= 4.3-2PGDG.rhel8.x86_64 The installation of same PostGIS version (postgis34_17 and postgis34_16) on= same server is possible without any conflicts. Only if we try to install P= ostGIS 3.5 for PostgreSQL 17 anstead of PostGIS 3.4 we got this error. Is t= his expected in this case or is it a faulty package configuration? Last years we never had problems with differet PostGIS versions. There are = installed diffrent postgis version for different postgresql versions on thi= s server: $ rpm -qa | grep postgis | sort postgis31_12-3.1.11-3PGDG.rhel8.x86_64 postgis31_13-3.1.11-3PGDG.rhel8.x86_64 postgis31_14-3.1.11-3PGDG.rhel8.x86_64 postgis33_15-3.3.7-2PGDG.rhel8.x86_64 postgis34_16-3.4.3-2PGDG.rhel8.x86_64 postgis34_17-3.4.3-2PGDG.rhel8.x86_64 Regards, Christopher Lorenz