Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rXuXM-00DFp2-8j for pgsql-hackers@arkaria.postgresql.org; Thu, 08 Feb 2024 02:53:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rXuXJ-00EXQo-Tc for pgsql-hackers@arkaria.postgresql.org; Thu, 08 Feb 2024 02:53:13 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rXuXJ-00EXQg-KU for pgsql-hackers@lists.postgresql.org; Thu, 08 Feb 2024 02:53:13 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rXuXG-005dn4-2g for pgsql-hackers@lists.postgresql.org; Thu, 08 Feb 2024 02:53:11 +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 4182r2vY875726; Wed, 7 Feb 2024 21:53:02 -0500 From: Tom Lane To: Thomas Munro cc: pgsql-hackers@lists.postgresql.org, Peter Eisentraut Subject: Re: cfbot is failing all tests on FreeBSD/Meson builds In-reply-to: References: <757523.1705091568@sss.pgh.pa.us> <837790.1705107085@sss.pgh.pa.us> <2119935.1706587581@sss.pgh.pa.us> Comments: In-reply-to Thomas Munro message dated "Thu, 08 Feb 2024 14:27:59 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <875724.1707360782.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Wed, 07 Feb 2024 21:53:02 -0500 Message-ID: <875725.1707360782@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > On Tue, Jan 30, 2024 at 5:06 PM Tom Lane wrote: >> Thomas Munro writes: >>> Ahh, there is one: https://github.com/cpan-authors/IO-Tty/issues/38 >> Just for the archives' sake: I hit this today on a fresh install >> of FreeBSD 14.0, which has pulled in p5-IO-Tty-1.18. Annoying... > FWIW here's what I did to downgrade: Thanks for the recipe --- this worked for me, although I noticed it insisted on installing perl5.34-5.34.3_3 alongside 5.36. Doesn't seem to be a problem though --- the main perl installation is still 5.36. FWIW, I spent some time yesterday staring at IPC/Run.pm and came to the (unsurprising) conclusion that there's little we can do to work around the bug. None of the moving parts are exposed to callers. Also, I'm not entirely convinced that the above-cited issue report is complaining about the same thing that's biting us. The reported error messages are completely different. regards, tom lane