Hi all,
i tried to dnf upgrade our rhel9 server but it failed.
Seems a new build is needed for the new llvm-libs-19.1.7-2.el9.x86_64 package:
$ yum list installed llvm-libs postgresql14-llvmjit
Installed Packages
llvm-libs.x86_64 18.1.8-3.el9 @rhel-9-for-x86_64-appstream-rpms
$ rpm -qa postgresql14-llvmjit
postgresql14-llvmjit-14.18-1PGDG.rhel9.x86_64
$ rpm -q --requires postgresql14-llvmjit
libLLVM.so.18.1()(64bit)
libLLVM.so.18.1(LLVM_18.1)(64bit)
…
$ sudo dnf upgrade # Upgrade to llvm-libs-19.1.7-2.el9.x86_64 is not possible:
…
Problem 1: package postgresql14-llvmjit-14.18-1PGDG.rhel9.x86_64 from @System requires libLLVM.so.18.1()(64bit), but none of the providers can be installed
- package postgresql14-llvmjit-14.18-1PGDG.rhel9.x86_64 from @System requires libLLVM.so.18.1(LLVM_18.1)(64bit), but none of the providers can be installed
- cannot install both llvm-libs-19.1.7-2.el9.x86_64 from rhel-9-for-x86_64-appstream-rpms and llvm-libs-18.1.8-3.el9.x86_64 from @System
- cannot install both llvm-libs-19.1.7-2.el9.x86_64 from rhel-9-for-x86_64-appstream-rpms and llvm-libs-18.1.8-3.el9.x86_64 from rhel-9-for-x86_64-appstream-rpms
- cannot install the best update candidate for package postgresql14-llvmjit-14.18-1PGDG.rhel9.x86_64
- cannot install the best update candidate for package llvm-libs-18.1.8-3.el9.x86_64
Problem 2: problem with installed package postgresql14-llvmjit-14.18-1PGDG.rhel9.x86_64
- package postgresql14-llvmjit-14.18-1PGDG.rhel9.x86_64 from @System requires libLLVM.so.18.1()(64bit), but none of the providers can be installed
- package postgresql14-llvmjit-14.18-1PGDG.rhel9.x86_64 from @System requires libLLVM.so.18.1(LLVM_18.1)(64bit), but none of the providers can be installed
- package postgresql14-llvmjit-14.18-1PGDG.rhel9.x86_64 from artifactory_postgres14 requires libLLVM.so.18.1()(64bit), but none of the providers can be installed
- package postgresql14-llvmjit-14.18-1PGDG.rhel9.x86_64 from artifactory_postgres14 requires libLLVM.so.18.1(LLVM_18.1)(64bit), but none of the providers can be installed
- cannot install both llvm-libs-19.1.7-2.el9.x86_64 from rhel-9-for-x86_64-appstream-rpms and llvm-libs-18.1.8-3.el9.x86_64 from @System
- cannot install both llvm-libs-19.1.7-2.el9.x86_64 from rhel-9-for-x86_64-appstream-rpms and llvm-libs-18.1.8-3.el9.x86_64 from rhel-9-for-x86_64-appstream-rpms
- package annobin-12.92-1.el9.x86_64 from rhel-9-for-x86_64-appstream-rpms requires libLLVM.so.19.1()(64bit), but none of the providers can be installed
- package annobin-12.92-1.el9.x86_64 from rhel-9-for-x86_64-appstream-rpms requires libLLVM.so.19.1(LLVM_19.1)(64bit), but none of the providers can be installed
- cannot install the best update candidate for package annobin-12.65-1.el9.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Kind regards
Michael Arlt