| Summary: | app-emulation/ganeti-2.15.2-r9: incompatible with dev-python/pyopenssl-19.1.0 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Austin English <austin.m.english> |
| Component: | Current packages | Assignee: | Patrick McLean <chutzpah> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | jstein, virtualization |
| Priority: | Normal | Keywords: | PATCH, PMASKED |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Deadline: | 2020-09-21 | ||
| Attachments: | patch | ||
Created attachment 635996 [details, diff] patch Submitted upstream at https://github.com/ganeti/ganeti/pull/1446 removed. |
ganeti-noded fails to start, /var/log/ganeti/node-daemon.log shows: 2020-05-04 16:23:50,173: ganeti-noded pid=6406 ERROR Error while handling request from 10.10.2.41:51840 Traceback (most recent call last): File "/usr/share/ganeti/2.15/ganeti/http/server.py", line 594, in _IncomingConnection self.request_executor(self, self.handler, connection, client_addr) File "/usr/share/ganeti/2.15/ganeti/server/noded.py", line 158, in __init__ http.server.HttpServerRequestExecutor.__init__(self, *args, **kwargs) File "/usr/share/ganeti/2.15/ganeti/http/server.py", line 439, in __init__ request_msg_reader, force_close) File "/usr/share/ganeti/2.15/ganeti/http/__init__.py", line 516, in ShutdownConnection write_timeout) File "/usr/share/ganeti/2.15/ganeti/http/__init__.py", line 417, in SocketOperation if isinstance(sock, OpenSSL.SSL.ConnectionType): pyopenssl-19.1.0 has a related breaking change: 19.1.0 (2019-11-18) Backward-incompatible changes: Removed deprecated ContextType, ConnectionType, PKeyType, X509NameType, X509ReqType, X509Type, X509StoreType, CRLType, PKCS7Type, PKCS12Type, and NetscapeSPKIType aliases. Use the classes without the Type suffix instead. #814 Reproducible: Always