Opened 3 years ago

Closed 3 years ago

#4993 closed defect (invalid)

Linux Package File Colision - Postgis 25_96 & 25_10

Reported by: ctaeumel Owned by: pramsey
Priority: medium Milestone: PostGIS 2.5.6
Component: postgis Version: 2.5.x -- EOL
Keywords: Cc:

Description

Dear sir or madam, we've identified a bug in the current versions of the postgis-packages. If you install the Package (RHEL) postgis25_96 and postgis25_10 afterwords, the installation stops with a file conflict: /usr/lib/.build-id/bb/4ae5bb6b7deae36af28c343f30d2b7e55f88ee

How to reproduce:

  1. Install OL8
  2. dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm
  3. yum update
  4. dnf -qy module disable postgresql
  5. yum -y groupinstall "PostgreSQL Database Server 9.6 PGDG"
  6. yum -y install postgis25_96
  7. yum -y groupinstall "PostgreSQL Database Server 10 PGDG"
  8. yum -y install postgis25_10

We think, that your build system has a bug and therefore hasn't assigned a new unique id.

Change History (2)

comment:1 by komzpa, 3 years ago

Please use the correct bug tracker for the packages. Core postgis project does not handle RPM packaging.

https://redmine.postgresql.org/projects/pgrpms/

comment:2 by komzpa, 3 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.