Re: Missing include <openssl/x509.h> in be-secure-openssl.c?

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: 近藤雄太 <kondo(at)sraoss(dot)co(dot)jp>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, buildfarm(at)sraoss(dot)co(dot)jp
Subject: Re: Missing include <openssl/x509.h> in be-secure-openssl.c?
Date: 2021-11-04 02:39:14
Message-ID: CA+hUKG+VfJ6g4JoHpdFKVcpsT7o5GQy_74uGPethXQDSYnkcEQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 4, 2021 at 3:16 PM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> On Thu, Nov 04, 2021 at 10:56:13AM +0900, 近藤雄太 wrote:
> > We'll check it again, but there is no difference between HEAD and v14 branch.
> > We simply added v14 branch to build recently, and did not change any settings of HEAD at that time.
>
> Thanks for checking.
>
> Could it be possible to copy-paste on this thread some of the
> buildfarm logs that show the compilation failure? No issues from me
> even if these are in Japanese.

BTW It looks like these messages can be translated to Unicode like
this, in python2:

>>> print("\202\314\214^\202\252 1 \202\314\211\274\210\370\220\224\202\250\202\346\202\321\216\300\210\370\220\224\202\306\210\331\202\310\202\350\202\334\202\267\201B".decode("SJIS"))
の型が 1 の仮引数および実引数と異なります。

... which Google translates as:

"Different from formal and actual arguments of type 1"

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2021-11-04 02:46:55 Re: row filtering for logical replication
Previous Message Justin Pryzby 2021-11-04 02:20:56 Re: extended stats on partitioned tables