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 1nMcSI-0000gr-Lc for pgsql-hackers@arkaria.postgresql.org; Tue, 22 Feb 2022 21:12:18 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nMcSH-0004nd-Ib for pgsql-hackers@arkaria.postgresql.org; Tue, 22 Feb 2022 21:12:17 +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 1nMcSH-0004nU-7c for pgsql-hackers@lists.postgresql.org; Tue, 22 Feb 2022 21:12:17 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nMcSE-0001ub-Os for pgsql-hackers@postgresql.org; Tue, 22 Feb 2022 21:12:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=xqA2Ehxv7wpQdqFJt2zsohGexhdSQ+GcdkVZP8XXsyc=; b=EjDj6QYmtx+sZRPRU8SU1QmP19 QXV9C/jDi4E6P3ZEhY3ylStiAPDUhsbxWs32dgnDeSDvG7dS7dCXrxicAXax2LTKhUKOoiLdBhDsG m8Sl+qONe4W1lqG6078zuoqx1W9teYB6qoEBn8XEOeNtSTbwC6MEleuiN8sHSHrY+oO7VJcwVDk5j CZ1jip/TfFMgkdFbKEXMgvdt8tpjjIRAEKHRIzqC3ptvheikc+BruZ9iuTNBTeMERvWrd2pb3wBgH zo/EnTxRwlP/iuzck/h/87Id12wqyN3PgojUSQKRakb7xQ/JnzbI7ZBJJdMSjKA9M5pCryne3rgj8 xY6RSwiw==; Received: from 75-164-130-196.ptld.qwest.net ([75.164.130.196] helo=workstation-mark-wong) by meldrar.postgresql.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nMcS7-0002US-J0; Tue, 22 Feb 2022 21:12:10 +0000 Date: Tue, 22 Feb 2022 13:12:02 -0800 From: Mark Wong To: Tom Lane Cc: Andres Freund , Peter Eisentraut , pgsql-hackers@postgresql.org, pgbf@twiska.com, heikki.linnakangas@iki.fi Subject: Re: Time to drop plpython2? Message-ID: References: <20220216195850.2ca4wnivsl3vbsib@alap3.anarazel.de> <20220217065208.2plo6mmx3ssu5fjd@alap3.anarazel.de> <20220217071446.tss2c3ozqpkl22iv@alap3.anarazel.de> <20220217180855.zdupcbamom6z5rxq@alap3.anarazel.de> <20220218224104.pv6caojcj2caixa6@alap3.anarazel.de> <20220219162229.hzrcea24hev4uj3u@alap3.anarazel.de> <581623.1645475315@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <581623.1645475315@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, Feb 21, 2022 at 03:28:35PM -0500, Tom Lane wrote: > Mark Wong writes: > > On Sat, Feb 19, 2022 at 08:22:29AM -0800, Andres Freund wrote: > >> Unfortunately it looks like it wasn't quite enough. All, or nearly all, your > >> animals that ran since still seem to be failing in the same spot... > > > Oops, made another pass for python3 dev libraries. > > You might need to do one more thing, which is manually blow away the cache > files under $BUILDFARM/accache. For example, on demoiselle everything > looks fine in HEAD, but the back branches are failing like this: > > checking for python... (cached) /usr/bin/python > ./configure: line 10334: /usr/bin/python: No such file or directory > configure: using python > ./configure: line 10342: test: : integer expression expected > checking for Python sysconfig module... no > configure: error: sysconfig module not found > > Very recent versions of the buildfarm script will discard accache > automatically after a configure or make failure, but I think the > REL_11 you're running here doesn't have that defense. It'll only > flush accache after a change in the configure script in git. Take 3. :) I've upgraded everyone to the v14 buildfarm scripts and made sure the --test passed on HEAD on each one. So I hopefully didn't miss any (other than the one EOL OpenSUSE version that I will plan on upgrading.) Regards, Mark