[Bug 228344] net/qt5-network: fails update to 5.10.1 with libressl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 19 16:44:36 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228344

Matthew Seaman <matthew at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matthew at FreeBSD.org

--- Comment #10 from Matthew Seaman <matthew at FreeBSD.org> ---
This patch allows qt5-network to build against libressl without errors. 
However the at least one resulting package linked against qt5-network is not
functioning correctly.  When quassel-core is linked against the patched
qt5-network I get:

```
[lucid-nonsense]:/home/matthew:# service quasselcore restart
Stopping quasselcore.
Waiting for PIDS: 47489.
Starting quasselcore.
[lucid-nonsense]:/home/matthew:# qt.network.ssl: QSslSocket: cannot resolve
OPENSSL_sk_new_null
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_sk_push
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_sk_free
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_sk_num
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_sk_pop_free
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_sk_value
qt.network.ssl: QSslSocket: cannot resolve SSL_CTX_set_options
qt.network.ssl: QSslSocket: cannot resolve SSL_session_reused
qt.network.ssl: QSslSocket: cannot resolve X509_get_version
qt.network.ssl: QSslSocket: cannot resolve DSA_bits
qt.network.ssl: QSslSocket: cannot call unresolved function OPENSSL_sk_num
("QPSQL", "QPSQL7")

[lucid-nonsense]:/home/matthew:# service quasselcore status
quasselcore is running as pid 47549.
```

The quassel-core process starts, albeit with a certain amount of complaint. 
Unfortunately it proves impossible to connect a quassel client to it, rendering
it useless.

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


More information about the kde-freebsd mailing list