https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228344
Matthew Seaman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Matthew Seaman <[email protected]> --- 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.
