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 1rOSFO-004IeR-KN for pgsql-hackers@arkaria.postgresql.org; Sat, 13 Jan 2024 00:51:39 +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 1rOSFN-006OgI-3i for pgsql-hackers@arkaria.postgresql.org; Sat, 13 Jan 2024 00:51:37 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rOSFM-006OgA-QR for pgsql-hackers@lists.postgresql.org; Sat, 13 Jan 2024 00:51:36 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rOSFF-001HTS-Jf for pgsql-hackers@lists.postgresql.org; Sat, 13 Jan 2024 00:51:36 +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 40D0pPNX837791; Fri, 12 Jan 2024 19:51:25 -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> Comments: In-reply-to Thomas Munro message dated "Sat, 13 Jan 2024 13:39:28 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <837789.1705107085.1@sss.pgh.pa.us> Date: Fri, 12 Jan 2024 19:51:25 -0500 Message-ID: <837790.1705107085@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > Looking at the relevant packages > p5-IPC-Run and p5-IO-Tty I see that they recently moved to 20231003.0 > and 1.18, respectively. Downgrading p5-IPC-Run to > p5-IPC-Run-20220807.0.pkg was not enough. Downgrading p5-IO-Tty to > p5-IO-Tty-1.17.pkg allowed psql/010_tab_completion to pass with either > version of p5-IPC-Run. > The answer may lie in the commits between those versions here: > https://github.com/cpan-authors/IO-Tty/commits/master/ > I see that Debian Bookwork is still using 1.17, which fits with your > guess that FreeBSD is just breaking first because it is using a newer > version. Yeah, I have nothing newer than 1.17 here either. Time for a bug report to IO::Tty's authors, I guess. regards, tom lane