Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n9qLW-00070E-EW for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Jan 2022 15:24:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n9qLV-0005xT-AL for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Jan 2022 15:24:29 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n9qLV-0005xJ-0w for pgsql-hackers@lists.postgresql.org; Tue, 18 Jan 2022 15:24:29 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n9qLS-00038T-Ix for pgsql-hackers@postgresql.org; Tue, 18 Jan 2022 15:24:27 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 20IFOOnN312940; Tue, 18 Jan 2022 10:24:24 -0500 From: Tom Lane To: Peter Eisentraut cc: pgsql-hackers Subject: Re: Replace uses of deprecated Python module distutils.sysconfig In-reply-to: References: <0cd3579e-7790-aa05-0202-c6ce14d0af73@enterprisedb.com> <3777643.1639056683@sss.pgh.pa.us> Comments: In-reply-to Peter Eisentraut message dated "Tue, 18 Jan 2022 11:20:31 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <312938.1642519464.1@sss.pgh.pa.us> Date: Tue, 18 Jan 2022 10:24:24 -0500 Message-ID: <312939.1642519464@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > Also, considering the failure on prairiedog, I do see now on > that the sysconfig > module is "New in version 3.2". I had interpreted the fact that it > exists in version 2.7 that that includes all higher versions, but > obviously there were multiple branches involved, so that was a mistaken > assumption. Hm. I installed 3.1 because we claim support for that. I don't mind updating to 3.2 (as long as we adjust the docs to match), but it seems kinda moot unless you figure out a solution for the include-path issue. I see that platforms as recent as Debian 10 are failing, so I don't think we can dismiss that as not needing fixing. regards, tom lane