updating PGDG 12 devel on centos7 requires llvm5.0

From: Geoff Winkless <pgsqladmin(at)geoff(dot)dj>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: updating PGDG 12 devel on centos7 requires llvm5.0
Date: 2021-03-08 16:15:51
Message-ID: CAEzk6ffL_qhPDzxufEog-krLaMtBh-pDwBMyhaX7uY1P8GQvTg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I'm clearly missing something obvious but it's passed me by what that
might be, so a pointer would be appreciated...

Tried running yum update on my centos7 box. Get the following:

Error: Package: postgresql12-devel-12.5-1PGDG.rhel7.x86_64 (postgresql_12)
Requires: llvm5.0-devel >= 5.0

SCLO is enabled and it happily installs llvm7-toolset (and its various
subs) from there. But yum install llvm5.0-devel simply returns "No
package llvm5.0-devel available"

There's suggestions in the mailing list archives that actually this is
resolved by installing llvm7-devel package but it's not.

# yum list installed | grep llvm
llvm-toolset-7-clang.x86_64 5.0.1-4.el7 @sclo
llvm-toolset-7-clang-libs.x86_64 5.0.1-4.el7 @sclo
llvm-toolset-7-compiler-rt.x86_64 5.0.1-2.el7 @sclo
llvm-toolset-7-libomp.x86_64 5.0.1-2.el7 @sclo
llvm-toolset-7-llvm.x86_64 5.0.1-8.el7 @sclo
llvm-toolset-7-llvm-devel.x86_64 5.0.1-8.el7 @sclo
llvm-toolset-7-llvm-libs.x86_64 5.0.1-8.el7 @sclo
llvm-toolset-7-runtime.x86_64 5.0.1-4.el7 @sclo
llvm-toolset-7.0.x86_64 7.0.1-2.el7 @sclo
llvm-toolset-7.0-clang.x86_64 7.0.1-1.el7 @sclo
llvm-toolset-7.0-clang-libs.x86_64 7.0.1-1.el7 @sclo
llvm-toolset-7.0-compiler-rt.x86_64 7.0.1-3.el7 @sclo
llvm-toolset-7.0-libomp.x86_64 7.0.1-2.el7 @sclo
llvm-toolset-7.0-lld.x86_64 7.0.1-2.el7 @sclo
llvm-toolset-7.0-lld-libs.x86_64 7.0.1-2.el7 @sclo
llvm-toolset-7.0-lldb.x86_64 7.0.1-1.el7 @sclo
llvm-toolset-7.0-llvm.x86_64 7.0.1-4.el7 @sclo
llvm-toolset-7.0-llvm-devel.x86_64 7.0.1-4.el7 @sclo
llvm-toolset-7.0-llvm-libs.x86_64 7.0.1-4.el7 @sclo
llvm-toolset-7.0-python2-lit.noarch 0.7.1-1.el7 @sclo
llvm-toolset-7.0-runtime.x86_64 7.0.1-2.el7 @sclo

I tried adding the EPEL repo just in case that was the issue but it
hasn't made any difference.

Thanks

Geoff

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Farber 2021-03-08 18:20:09 Stored function RETURNS table, but in some cases columns are missing - should I set them to NULL?
Previous Message Laurenz Albe 2021-03-08 15:28:12 Re: PostgreSQL container crash trouble.