Re: BUG #14643: Fails to compile with LibreSSL >= 2.5.3

From: Paweł Pękala <pawel(at)FreeBSD(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14643: Fails to compile with LibreSSL >= 2.5.3
Date: 2017-05-04 20:19:29
Message-ID: 20170504221929.4818ae8d@FreeBSD.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Tom,

On 2017-05-04 14:57 -0400, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>pawel(at)freebsd(dot)org writes:
>> FreeBSD bug report (with patches):
>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218736
>
>> Build error:
>> cc -O2 -pipe -march=native -fstack-protector -fno-strict-aliasing
>> -Wall -Wmissing-prototypes -Wpointer-arith
>> -Wdeclaration-after-statement -Wendif-labels
>> -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
>> -fwrapv -I../../../src/include -I/usr/local/include
>> -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include
>> -I/usr/local/include -c -o be-secure.o be-secure.c
>> be-secure.c:341:19: error: no member named 'state' in 'struct
>> ssl_st' if (port->ssl->state != SSL_ST_OK) ~~~~~~~~~ ^
>> be-secure.c:345:15: error: no member named 'state' in 'struct ssl_st'
>> port->ssl->state |= SSL_ST_ACCEPT;
>> ~~~~~~~~~ ^
>> be-secure.c:347:19: error: no member named 'state' in 'struct ssl_st'
>> if (port->ssl->state != SSL_ST_OK)
>> ~~~~~~~~~ ^
>> 3 errors generated.
>> gmake[2]: *** [<builtin>: be-secure.o] Error 1
>> gmake[2]: Leaving directory
>> '/usr/ports/databases/postgresql92-server/work/postgresql-9.2.20/src/backend/libpq'
>
>This looks like it was probably addressed by the changes we made last
>month to support OpenSSL 1.1.0 in our pre-9.5 branches. However, since
>LibreSSL isn't identical to OpenSSL, it would sure be nice if someone
>would verify compatibility before next week's update releases. Could
>you test against our git branch tips or nightly snapshot tarballs?
>
> regards, tom lane

I did quick builds of REL9_2_STABLE and REL9_3_STABLE and I can confirm
they build fine with libressl-2.5.4.

--
pozdrawiam / with regards
Paweł Pękala

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Larry Rosenman 2017-05-04 20:20:09 Re: BUG #14643: Fails to compile with LibreSSL >= 2.5.3
Previous Message Andres Freund 2017-05-04 20:19:01 Re: BUG #14643: Fails to compile with LibreSSL >= 2.5.3