BUG #16716: postgresql11-devel pckage from Refreshing service 'spacewalk' complains about missing

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: h(dot)kaempf(at)owl-it(dot)de
Subject: BUG #16716: postgresql11-devel pckage from Refreshing service 'spacewalk' complains about missing
Date: 2020-11-13 16:11:42
Message-ID: 16716-56d609345f9bbf51@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: 16716
Logged by: heiko kaempf
Email address: h(dot)kaempf(at)owl-it(dot)de
PostgreSQL version: 11.10
Operating system: SUSE Linux Enterpirse Server 12 SP5
Description:

Dear PostgreSQL developer team,

we have just incuded the follwing repository of postgresql 11.10-1 for SLES
12 SP5 in our environment:
https://download.postgresql.org/pub/repos/zypp/11/suse/sles-12.5-x86_64/
When installing the development package there is a dependency to a missing
libclang6 library
that doesn't seem to be a part of SLES 12 in general, it seems.
Please find below detailed version of our Linux version and the error
messages:

cat /etc/os-release
NAME="SLES"
VERSION="12-SP5"
VERSION_ID="12.5"
PRETTY_NAME="SUSE Linux Enterprise Server 12 SP5"
ID="sles"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:suse:sles:12:sp5"

zypper in postgresql11-devel
Refreshing service 'spacewalk'.
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides libclang6 needed by
clang6-6.0.1-43.25.sles12.x86_64
Solution 1: do not install postgresql11-devel-11.10-1PGDG.sles12.x86_64
Solution 2: break clang6-6.0.1-43.25.sles12.x86_64 by ignoring some of its
dependencies

Choose from above solutions by number or cancel [1/2/c] (c): c
......
.....
.
As far as we know, the libclang6 library has not been released in SLES 12,
it seems.
There are some of packages for open SUSE avalable but not a supported
version for openSUSE 12
https://software.opensuse.org/search?utf8=%E2%9C%93&baseproject=ALL&q=libclang6

Any idea on how to proceed?
Is it possible to just implement the missing library from one of the
openSUSE packages
or to install one of those package versions to SLES 12 SP5 to procced the
installation.
Will there be a postgresql 11 version bind to libclang7 which is available
in SLES12?

Many thanks
Kind regard
Heiko Kaempf

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2020-11-13 18:14:26 BUG #16717: ERRORDATA_STACK_SIZE exceeded after 5 times of the same command
Previous Message Tom Lane 2020-11-13 16:03:17 Re: BUG #16714: INSERT ON CONFLICT DO UPDATE fails to infer constraint if it's not at top-level partition