BUG #17432: libraries are missing when installing postGIS in SLES15 SP3, some are part of SLES15 SP4 some not

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #17432: libraries are missing when installing postGIS in SLES15 SP3, some are part of SLES15 SP4 some not
Дата
Msg-id 17432-526c86ba8fe401a1@postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17432
Logged by:          heiko kaempf
Email address:      h.kaempf@owl-it.de
PostgreSQL version: 14.2
Operating system:   SUSE Linux Einterprise Server 15 SP3
Description:

Dear posgreSQL developer team,
Current version of postGIS packages for SLES15 SP3 are referenced to
libraries,
that are not part of SLES15 SP3 nor openSUSE 15.3. Some libraries might be
included in SLES15 SP4,
some of them are not part of openSUSE 15.4, so they might be missed in
SLES15 SP4 as well.

# cat /etc/os-release
NAME="SLES"
VERSION="15-SP3"
VERSION_ID="15.3"
PRETTY_NAME="SUSE Linux Enterprise Server 15 SP3"
ID="sles"
ID_LIKE="suse"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:suse:sles:15:sp3"
DOCUMENTATION_URL="https://documentation.suse.com/"
zypper in --repo
susemanager:psql-sle15sp3-test-postgresql14-for-sle15-sp3-packages-x86_64
postgis32_14 postgis32_14-client postgis32_14-utils
Loading repository data...
Reading installed packages...
Resolving package dependencies...
3 Problems:
Problem: nothing provides 'libproj.so.22()(64bit)' needed by the to be
installed postgis32_14-client-3.2.1-1.sles15.x86_64
Problem: nothing provides 'libproj.so.22()(64bit)' needed by the to be
installed postgis32_14-3.2.1-1.sles15.x86_64
Problem: nothing provides 'libproj.so.22()(64bit)' needed by the to be
installed postgis32_14-3.2.1-1.sles15.x86_64

Problem: nothing provides 'libproj.so.22()(64bit)' needed by the to be
installed postgis32_14-client-3.2.1-1.sles15.x86_64
Solution 1: do not install postgis32_14-client-3.2.1-1.sles15.x86_64
Solution 2: break postgis32_14-client-3.2.1-1.sles15.x86_64 by ignoring some
of its dependencies

Choose from above solutions by number or skip, retry or cancel
[1/2/s/r/c/d/?] (c): c

library libproj.so.ss is part of openSUSE 15.4 an might be included in
SLES15 SP4 but is not part of SLES15 SP3.

# zypper up postgis31_13
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides 'libarmadillo.so.10()(64bit)' needed by the to be
installed gdal33-libs-3.3.3-2.sles15.x86_64
Solution 1: do not install postgis31_13-3.1.5-1.sles15.x86_64
Solution 2: break gdal33-libs-3.3.3-2.sles15.x86_64 by ignoring some of its
dependencies

Choose from above solutions by number or cancel [1/2/c/d/?] (c): c

libarmadillo.so.10 is part of openSUSE 15.4 and might be included to SLES15
SP4
gdal33-libs-3.3.3-2 doesn't seem to be part of openSUSE 15.4 there is
version 3.2.0 included.

All of these libraries (and maybe other refereced ones) are missinng in
SLES15 SP3 or openSUSE 15.3

Kind regards
Heiko Kaempf


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: BUG #17255: Server crashes in index_delete_sort_cmp() due to race condition with vacuum
Следующее
От: Holly Roberts
Дата:
Сообщение: Re: [External] Re: BUG #17409: Unable to alter data type of clustered column which is referenced by foreign key