Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Apr 2021 14:51:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254921] databases/galera26 fails to build. undeclared identifier SSL_read_ex and SSL_write_ex
Message-ID:  <bug-254921-7788-XiAmJLISc2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254921-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254921-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254921

lysfjord.daniel@smokepit.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|Any                         |amd64

--- Comment #2 from lysfjord.daniel@smokepit.net ---
On 12.2-RELEASE-p6, with DEFAULT_VERSIONS+=3D ssl=3Dlibressl, galera26 fail=
s to
build using poudriere with the following errors:

/wrkdirs/usr/ports/databases/galera26/work/galera-release_26.4.8/galerautil=
s/src/gu_asio_stream_engine.cpp:203:21:
error: use of undeclared identifier 'SSL_read_ex'
        auto result(SSL_read_ex(ssl_, buf, max_count, &bytes_transferred));
                    ^
/wrkdirs/usr/ports/databases/galera26/work/galera-release_26.4.8/galerautil=
s/src/gu_asio_stream_engine.cpp:246:21:
error: use of undeclared identifier 'SSL_write_ex'
        auto result(SSL_write_ex(ssl_, buf, count, &bytes_transferred));
                    ^
2 errors generated.

Probably related to libressl? Build log attached.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254921-7788-XiAmJLISc2>