libpython3.6 requirement problem

From: Jesper St John <admin(at)zonezero(dot)se>
To: pgsql-pkg-yum(at)lists(dot)postgresql(dot)org
Subject: libpython3.6 requirement problem
Date: 2022-02-10 11:00:52
Message-ID: bc8633464a6ea8e63b5eb6ea44adddc6@zonezero.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Hi there,

for postgresql 14, there seems to be a dependency on libpython3.6 built
into the -contrib package.

More specifically, these libs:
=== hstore_plpython3.so
libpython3.6m.so.1.0 => /usr/lib64/libpython3.6m.so.1.0
(0x00007ff431a3a000)
=== jsonb_plpython3.so
libpython3.6m.so.1.0 => /usr/lib64/libpython3.6m.so.1.0
(0x00007fa912989000)
=== ltree_plpython3.so
libpython3.6m.so.1.0 => /usr/lib64/libpython3.6m.so.1.0
(0x00007fad02ca1000)

The Makefile was changed from 13 -> 14 moving these lines as I
understand. Not 100% sure that's what's causing my issue.
%if %plpython3
%{pgbaseinstdir}/lib/hstore_plpython3.so
%{pgbaseinstdir}/lib/jsonb_plpython3.so
%{pgbaseinstdir}/lib/ltree_plpython3.so
%endif

I can install the postgresql 13 contrib package just fine.
So I could remove them and/or rebuild contrib using a newer version of
python, but I'd rather use packages from yum.postgresql.org.

Python 3.6 was deprecated on 2021-12-23 according to
https://devguide.python.org/devcycle/#end-of-life-branches and perhaps
it's time to build with newer python version(s)?

//Jesper

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Vishnu Bharathi P 2022-02-23 09:42:51 Bad GPG signature error while trying to install on arm64
Previous Message Devrim Gündüz 2022-01-20 11:35:23 Re: Requires: libarmadillo10 on Red Hat Enterprise Linux 7