BUG #18328: yum update nothing provides libarmadillo.so.12()(64bit) needed by gdal36-libs-3.6.4-6PGDG.rhel9.x86

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 #18328: yum update nothing provides libarmadillo.so.12()(64bit) needed by gdal36-libs-3.6.4-6PGDG.rhel9.x86
Date: 2024-02-03 22:55:07
Message-ID: 18328-1e16fac373918f71@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: 18328
Logged by: Marcelo Marques
Email address: marcelosmbr(at)gmail(dot)com
PostgreSQL version: 14.10
Operating system: Red Hat Linux 9.3
Description:

*PROBLEM*

*yum update nothing provides libarmadillo.so.12()(64bit) needed by
gdal36-libs-3.6.4-6PGDG.rhel9.x86_64 from pgdg-common *

[root(at)rhel9-pg14 ~]# yum update --exclude=postgis33_14
--exclude=postgresql14*
Updating Subscription Management repositories.
EPEL_9 26 kB/s | 2.3 kB 00:00
Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) 50 kB/s | 4.5 kB
00:00
Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) 49 kB/s | 4.5 kB
00:00
Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs) 40 kB/s | 4.1 kB
00:00
Error:
Problem: cannot install the best update candidate for package
gdal36-libs-3.6.4-5PGDG.rhel9.x86_64
* - nothing provides libarmadillo.so.12()(64bit) needed by
gdal36-libs-3.6.4-6PGDG.rhel9.x86_64 from pgdg-common*
(try to add '--skip-broken' to skip uninstallable packages or '--nobest'
to
use not only best candidate packages)
[root(at)rhel9-pg14 ~]#

*NOTE:* --skip-broken still returns the same error message, and --nobest
just skips the gdal36-libs update

*REMARKS*
similar issue https://postgrespro.com/list/thread-id/2679095

*"Pushed GDAL 3.6.4-6 RPMS to the repos built against armadillo 12 for
RHEL 9, 8 and Fedora."*

*RHEL 9.3 DETAILS*

[root(at)rhel9-pg14 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 9.3 (Plow)
[root(at)rhel9-pg14 ~]#

[root(at)rhel9-pg14 ~]# rpm -qa | grep postgres | sort
postgresql14-14.10-1PGDG.rhel9.x86_64
postgresql14-contrib-14.10-1PGDG.rhel9.x86_64
postgresql14-libs-14.10-1PGDG.rhel9.x86_64
postgresql14-server-14.10-1PGDG.rhel9.x86_64

[root(at)rhel9-pg14 ~]# rpm -qa | grep postgis | sort
postgis34_14-3.4.0-1PGDG.rhel9.x86_64
[root(at)rhel9-pg14 ~]#

[root(at)rhel9-pg14 ~]# subscription-manager repos --list-enabled
+----------------------------------------------------------+
Available Repositories in /etc/yum.repos.d/redhat.repo
+----------------------------------------------------------+
Repo ID: rhel-9-for-x86_64-appstream-rpms
Repo Name: Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
Repo URL:
https://red-inf-cap-p01.esri.com/pulp/content/ESRI/LEP_Patch/cv_patch/content/dist/rhel9/$releasever/x86_64/appstream/os
Enabled: 1

Repo ID: ESRI_EPEL_9_EPEL_9
Repo Name: EPEL_9
Repo URL:
https://red-inf-cap-p01.esri.com/pulp/content/ESRI/LEP_Patch/cv_patch/custom/EPEL_9/EPEL_9
Enabled: 1

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

Repo ID: codeready-builder-for-rhel-9-x86_64-rpms
Repo Name: Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs)
Repo URL:
https://red-inf-cap-p01.esri.com/pulp/content/ESRI/LEP_Patch/cv_patch/content/dist/rhel9/$releasever/x86_64/codeready-builder/os
Enabled: 1

[root(at)rhel9-pg14 ~]# ls -la /etc/yum.repos.d/
total 52
drwxr-xr-x. 2 root root 85 Jan 31 16:13 .
drwxr-xr-x. 136 root root 8192 Feb 2 10:33 ..
-rw-r--r--. 1 root root 13067 Dec 25 15:11 pgdg-redhat-all.repo
-rw-r--r--. 1 root root 14013 Oct 17 04:10 pgdg-redhat-all.repo.old
-rw-r--r--. 1 root root 4657 Jan 31 16:09 redhat.repo
[root(at)rhel9-pg14 ~]#

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrei Lepikhov 2024-02-04 04:57:11 Re: v17 Possible Union All Bug
Previous Message PG Bug reporting form 2024-02-03 20:29:56 BUG #18327: Column naming inconsistency for boolean literals in ELSE clauses of CASE expressions.