BUG #16748: postgis30_13 installation broken - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16748: postgis30_13 installation broken
Date
Msg-id 16748-dfa1ea2066ddb086@postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16748
Logged by:          Patrik Uytterhoeven
Email address:      patrik@open-future.be
PostgreSQL version: 13.1
Operating system:   CentOS 8
Description:

dnf install postgis30_13 
will fail with a confict between proj71 and 72
as it turns out it will try to install both
proj71                                                     x86_64
                     7.1.1-2.rhel8
          PostgreSQL-Common                                 2.2 M
proj72                                                     x86_64
                     7.2.0-2.rhel8
          PostgreSQL-Common                                 2.5 M



Error: Transaction test error:
  file /usr/proj72/bin/cct conflicts between attempted installs of
proj72-0:7.2.0-2.rhel8.x86_64 and proj71-0:7.1.1-2.rhel8.x86_64
  file /usr/proj72/bin/cs2cs conflicts between attempted installs of
proj72-0:7.2.0-2.rhel8.x86_64 and proj71-0:7.1.1-2.rhel8.x86_64
  file /usr/proj72/bin/geod conflicts between attempted installs of
proj72-0:7.2.0-2.rhel8.x86_64 and proj71-0:7.1.1-2.rhel8.x86_64


pgsql-bugs by date:

Previous
From: Amit Kapila
Date:
Subject: Re: BUG #16643: PG13 - Logical replication - initial startup never finishes and gets stuck in startup loop
Next
From: PG Bug reporting form
Date:
Subject: BUG #16749: EXPLAIN only shows filtering from the first query in a union chain when using distinct on.