packaging/release updates
Kyle Markley
kyle at arbyte.us
Thu Mar 17 06:40:57 UTC 2016
On 03/16/16 02:51, Brian Warner wrote:
> * openbsd: Kyle's buildslave is showing some weird C symbol error with
> libssl.so . I'd love it if someone familiar with OpenBSD could take a
> look at
>
> https://tahoe-lafs.org/buildbot-tahoe-lafs/builders/Kyle%20OpenBSD%20amd64/builds/146/steps/tox/logs/stdio
Is tahoe supposed to link with the system libssl, or does it bring along
its own copy of ssl?
The system libssl does not have the symbols it's complaining about. I
see them mentioned here:
.tox/py27/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py:
"Cryptography_HAS_ALPN": [
"SSL_CTX_set_alpn_protos",
"SSL_set_alpn_protos",
"SSL_CTX_set_alpn_select_cb",
"SSL_get0_alpn_selected",
],
It smells like some sort of feature check is bad, as if we do not
HAS_ALPN, but tahoe thinks we has it.
--
Kyle Markley
More information about the tahoe-dev
mailing list