BUG #17588: RHEL 8 nothing provides libarmadillo.so.10 (64bit) needed by gdal-libs3x*

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: marcelosmbr(at)gmail(dot)com
Subject: BUG #17588: RHEL 8 nothing provides libarmadillo.so.10 (64bit) needed by gdal-libs3x*
Date: 2022-08-15 20:39:08
Message-ID: 17588-4115a9a08afb9e26@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17588
Logged by: Marcelo Marques
Email address: marcelosmbr(at)gmail(dot)com
PostgreSQL version: 13.7
Operating system: RedHat Enterprise Linux 8.6
Description:

# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.6 (Ootpa)
#
# rpm -qa | grep postgres | sort
postgresql12-12.12-1PGDG.rhel8.x86_64
postgresql12-contrib-12.12-1PGDG.rhel8.x86_64
postgresql12-libs-12.12-1PGDG.rhel8.x86_64
postgresql12-server-12.12-1PGDG.rhel8.x86_64
postgresql13-13.7-1PGDG.rhel8.x86_64
postgresql13-contrib-13.7-1PGDG.rhel8.x86_64
postgresql13-libs-13.7-1PGDG.rhel8.x86_64
postgresql13-server-13.7-1PGDG.rhel8.x86_64
#
# rpm -qa | grep postgis | sort
postgis31_12-3.1.6-1.rhel8.x86_64
postgis32_13-3.2.2-1.rhel8.x86_64
#
# subscription-manager repos --list-enabled
+----------------------------------------------------------+
Available Repositories in /etc/yum.repos.d/redhat.repo
+----------------------------------------------------------+
Repo ID: rhel-8-for-x86_64-appstream-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
Repo URL:
https://red-inf-cap-p01.esri.com/pulp/repos/ESRI/LEP_Patch/cv_patch/content/dist/rhel8/$releasever/x86_64/appstream/os
Enabled: 1

Repo ID: rhel-8-for-x86_64-baseos-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)
Repo URL:
https://red-inf-cap-p01.esri.com/pulp/repos/ESRI/LEP_Patch/cv_patch/content/dist/rhel8/$releasever/x86_64/baseos/os
Enabled: 1

Repo ID: ESRI_EPEL_8_EPEL8_x86_64
Repo Name: EPEL8 x86_64
Repo URL:
https://red-inf-cap-p01.esri.com/pulp/repos/ESRI/LEP_Patch/cv_patch/custom/EPEL_8/EPEL8_x86_64
Enabled: 1

# yum update
...
#Error:
Problem 1: cannot install the best update candidate for package
gdal32-libs-3.2.3-1.rhel8.x86_64
- nothing provides libarmadillo.so.10()(64bit) needed by
gdal32-libs-3.2.3-6.rhel8.x86_64
Problem 2: cannot install the best update candidate for package
gdal33-libs-3.3.3-1.rhel8.x86_64
- nothing provides libarmadillo.so.10()(64bit) needed by
gdal33-libs-3.3.3-5.rhel8.x86_64
Problem 3: cannot install the best update candidate for package
gdal34-libs-3.4.3-1.rhel8.x86_64
- nothing provides libarmadillo.so.10()(64bit) needed by
gdal34-libs-3.4.3-2.rhel8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to
use not only best candidate packages)
#

==========================
[root(at)lnx8pg12 ~]# subscription-manager repos --list
[root(at)lnx8pg12 ~]# subscription-manager repos
--enable=rhel-8-for-x86_64-supplementary-rpms
Repository 'rhel-8-for-x86_64-supplementary-rpms' is enabled for this
system.
[root(at)lnx8pg12 ~]# subscription-manager repos --list-enabled
[root(at)lnx8pg12 ~]# yum update yum

rehl-8 # yum list --available | grep armadillo | sort
rehl-7 # yum list available | grep armadillo | sort

[root(at)lnx8pg12 ~]# yum list --available | grep armadillo | sort
armadillo-devel.x86_64
9.700.2-1.el8
ESRI_EPEL_8_EPEL8_x86_64
[root(at)lnx8pg12 ~]#
[root(at)lnx8pg12 ~]# yum list --available | grep libarmadillo | sort
[root(at)lnx8pg12 ~]# rpm -qa | grep armadillo* | sort
armadillo-9.700.2-1.el8.x86_64
[root(at)lnx8pg12 ~]#
==========================

----------------------------------------------------------------
the gdal-libs* package belongs to postgis.

I have also logged a new bug for gdal-libs3x* packages and armadillo-10*
package in the postgis public repo.

Postgis Bug #5217 - RHEL 8 nothing provides libarmadillo.so.10 (64bit)
needed by gdal-libs*

https://trac.osgeo.org/postgis/ticket/5217#ticket

----------------------------------------------------------------

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2022-08-15 23:01:35 Re: BUG #17586: Look like there are an another bug in REINDEX INDEX CONCURRENTLY of pg_toast indexes
Previous Message Tom Lane 2022-08-15 15:54:01 Re: [PATCH] Fix segfault calling PQflush on invalid connection