Re: pgsql: pgcrypto: Remove non-OpenSSL support

From: Andres Freund <andres(at)anarazel(dot)de>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: pgcrypto: Remove non-OpenSSL support
Date: 2021-11-07 02:07:29
Message-ID: 20211107020729.y37lobwsghsv3p6g@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2021-11-07 10:38:07 +0900, Michael Paquier wrote:
> On Sat, Nov 06, 2021 at 03:34:20PM -0700, Andres Freund wrote:
> > It was sufficient. The tests are still running, but the pgcrypto test just
> > passed (see contribcheck_test):
> > https://cirrus-ci.com/task/6128369478664192
> > vs previous run before rebasing:
> > https://cirrus-ci.com/task/5856750176829440
> >
> > This is the meson branch, but testing the src/tools/msvc style build.
>
> The build is fixed, but not the buildfarm:
> 2021-11-06 15:49:48.623 EDT [21704:4] pg_regress/init LOG: statement:
> CREATE EXTENSION pgcrypto;
> 2021-11-06 15:49:48.637 EDT [21704:5] pg_regress/init ERROR: could
> not access file "$libdir/pgcrypto": No such file or directory
> 2021-11-06 15:49:48.637 EDT [21704:6] pg_regress/init STATEMENT:
> CREATE EXTENSION pgcrypto;
>
> It looks like this missed an installation path. This should be
> reproducible in my own environment, but I don't have the room to look
> at it seriously today.

Hm? That's what I was seeing before, and what got fixed by
3c2c391dc9f82fae181508ebcc2f7621ffefd024

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-11-07 02:10:08 Re: pgsql: pgcrypto: Remove non-OpenSSL support
Previous Message Michael Paquier 2021-11-07 01:38:07 Re: pgsql: pgcrypto: Remove non-OpenSSL support