On Fri, Feb 2, 2024 at 11:05 AM Marcelo Marques <marcelosmbr@xxxxxxxxx> wrote:
PROBLEM
yum update nothing provides libarmadillo.so.12()(64bit) needed by gdal36-libs-3.6.4-6PGDG.rhel9.x86_64 from pgdg-common[root@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@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@rhel9-pg14 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 9.3 (Plow)
[root@rhel9-pg14 ~]#[root@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@rhel9-pg14 ~]# rpm -qa | grep postgis | sort
postgis34_14-3.4.0-1PGDG.rhel9.x86_64
[root@rhel9-pg14 ~]#[root@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@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@rhel9-pg14 ~]#
Thanks,Marcelo Marques