[Bug 236039] net-im/gajim: 1.1.2_1: PyOpenSSL not found, falling back to Python builtin SSL objects (insecure)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 25 20:32:23 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236039
Bug ID: 236039
Summary: net-im/gajim: 1.1.2_1: PyOpenSSL not found, falling
back to Python builtin SSL objects (insecure)
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: rm at FreeBSD.org
Reporter: p5B2E9A8F at t-online.de
Assignee: rm at FreeBSD.org
Flags: maintainer-feedback?(rm at FreeBSD.org)
Having built 1.1.2_1 with Poudiere the package fails like this:
===============================================================================
PyOpenSSL not found, falling back to Python builtin SSL objects (insecure).
===============================================================================
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/gajim/application.py", line 219,
in _activate
from gajim.gui_interface import Interface
File "/usr/local/lib/python3.6/site-packages/gajim/gui_interface.py", line
50, in <module>
import OpenSSL
File "/usr/local/lib/python3.6/site-packages/OpenSSL/__init__.py", line 8, in
<module>
from OpenSSL import crypto, SSL
File "/usr/local/lib/python3.6/site-packages/OpenSSL/crypto.py", line 16, in
<module>
from OpenSSL._util import (
File "/usr/local/lib/python3.6/site-packages/OpenSSL/_util.py", line 6, in
<module>
from cryptography.hazmat.bindings.openssl.binding import Binding
File
"/usr/local/lib/python3.6/site-packages/cryptography/hazmat/bindings/openssl/binding.py",
line 14, in <module>
from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError:
/usr/local/lib/python3.6/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so:
Undefined symbol "SSLv3_server_method"
These py36* are installed:
# pkg info -x py36
py36-SecretStorage-2.3.1
py36-asn1crypto-0.22.0
py36-cairo-1.14.1
py36-cffi-1.11.5
py36-cryptography-2.3
py36-cssutils-1.0.2,1
py36-dbus-1.2.8
py36-entrypoints-0.3
py36-gobject3-3.28.3
py36-idna-2.7
py36-keyring-12.0.1
py36-keyrings.alt-3.1.1
py36-nbxmpp-0.6.9
py36-openssl-18.0.0
py36-precis_i18n-1.0.0
py36-protobuf-3.6.1,1
py36-pyasn1-0.4.5
py36-pycparser-2.18
py36-python-axolotl-0.1.42
py36-python-axolotl-curve25519-0.4.1
py36-setuptools-40.8.0
py36-six-1.12.0
py36-sqlite3-3.6.8_7
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list