Re: Updating IPC::Run in CI?

From: Noah Misch <noah(at)leadboat(dot)com>
To: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Updating IPC::Run in CI?
Date: 2025-11-17 20:22:25
Message-ID: 20251117202225.af.nmisch@google.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 17, 2025 at 10:13:30AM -0800, Jacob Champion wrote:
> On Fri, Oct 31, 2025 at 3:54 PM Jacob Champion
> <jacob(dot)champion(at)enterprisedb(dot)com> wrote:
> > On Fri, Oct 31, 2025 at 2:55 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
> > > msys '(echo; echo o conf recommends_policy 0; echo notest install IPC::Run) | cpan'
> >
> > Heh. Okay, I'll give a version of that a shot.
>
> The echo chain (plus additions) works, but I've gotten stuck at
> signature verification:
>
> https://cpan.org/authors/id/N/NJ/NJM/CHECKSUMS
> gpg: Signature made Sun Aug 10 02:52:29 2025 UTC
> gpg: using RSA key 071B468507812067912B951258FDA3CBB759E5C4
> gpg: requesting key 58FDA3CBB759E5C4 from hkp://keyserver.ubuntu.com:11371
> gpg: Can't check signature: No public key
>
> Noah, do you know if that's a quick fix on the publishing side?

It's a CPAN-managed key. See if the key here gives what you need:
http://pgpkeys.eu/pks/lookup?search=071B468507812067912B951258FDA3CBB759E5C4&fingerprint=on&op=index

If it helps, you don't actually need to run an installation process on
IPC::Run. You can just unpack the tarball and add $PWD/IPC-Run/lib to the
PERL5LIB envar.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-11-17 20:31:37 Re: Compile error on the aarch64 platform: Missing asm/hwcap.h
Previous Message Tom Lane 2025-11-17 19:52:39 Re: Compile error on the aarch64 platform: Missing asm/hwcap.h