Re: cfbot is failing all tests on FreeBSD/Meson builds

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Subject: Re: cfbot is failing all tests on FreeBSD/Meson builds
Date: 2024-02-08 01:27:59
Message-ID: CA+hUKG+BCTsAt6pXjR2yNY=bbHb_J=8io6DFmcacsY75SkCtvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 30, 2024 at 5:06 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> > On Sat, Jan 13, 2024 at 1:51 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >> Time for a bug report to IO::Tty's authors, I guess.
>
> > 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:

# remove the problematic version (also removes p5-IPC-Run)
pkg remove -y p5-IO-Tty

# fetch the known good 1.17 package and install it
curl -O
"https://pkg.freebsd.org/freebsd:14:x86:64/release_0/All/p5-IO-Tty-1.17.pkg"
pkg install -y p5-IO-Tty-1.17.pkg

# put back p5-IPC-Run
pkg install -y p5-IPC-Run

# temporarily prevent future "pkg upgrade" from upgrading p5-IO-Tty
pkg lock -y p5-IO-Tty

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2024-02-08 01:46:50 Re: Document efficient self-joins / UPDATE LIMIT techniques.
Previous Message Yugo NAGATA 2024-02-08 01:07:49 Re: Rename setup_cancel_handler in pg_dump