Re: Replace uses of deprecated Python module distutils.sysconfig
Julien Rouhaud <rjuju123@gmail.com>
From: Julien Rouhaud <rjuju123@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
Andrew Dunstan <andrew@dunslane.net>, pgbuildfarm@rjuju.net, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-26T11:03:00Z
Lists: pgsql-hackers
Hi, Sorry I somehow missed that email. On Mon, Jan 24, 2022 at 7:53 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > Now, most of those are BSD machines --- but lapwing isn't. > It says > > checking for python... (cached) /usr/bin/python > configure: using python 3.6.9 (default, Jan 14 2022, 06:45:55) > checking for Python distutils module... yes > checking Python configuration directory... /usr/local/lib/python3.6/config-3.6m-i386-linux-gnu > checking Python include directories... -I/usr/local/include/python3.6m > checking how to link an embedded Python application... -L/usr/local/lib -lpython3.6m -lpthread -ldl -lutil -lrt -lm > > Not sure what to make of that --- maybe that's a handmade build? Yes it is. Lapwing is a vanilla debian 7, and the backports only offers python 3.2. So in anticipiation to the switch to meson I compiled the latest python 3.6, as it's supposed to be the oldest supported version.
Commits
-
Replace use of deprecated Python module distutils.sysconfig, take 2.
- e41176bd6f47 11.15 landed
- aa2215d6b8ac 12.10 landed
- a72c430120cf 10.20 landed
- 803f0b173906 14.2 landed
- 4d7d196ff693 13.6 landed
- bd233bdd8dd9 15.0 landed
-
Temporarily add some information about python include paths to configure.
- f032f63e727c 15.0 landed
-
Revert "Make configure prefer python3 to plain python."
- 512fc2dd790e 15.0 landed
-
Make configure prefer python3 to plain python.
- f201da39edcd 15.0 landed
-
Replace use of deprecated Python module distutils.sysconfig
- e0e567a10672 15.0 landed