From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
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 02:53:02 |
Message-ID: | 875725.1707360782@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> 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:
>>> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2024-02-08 02:56:20 | Re: glibc qsort() vulnerability |
Previous Message | Thomas Munro | 2024-02-08 02:49:03 | Re: glibc qsort() vulnerability |