Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 597096

Summary: dev-qt/qtnetwork-5.6.2 does not work with libressl
Product: Gentoo Linux Reporter: Michelangelo Scopelliti <kernelpanic>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/gentoo/libressl/pull/165
Whiteboard:
Package list:
Runtime testing required: ---

Description Michelangelo Scopelliti 2016-10-14 07:57:17 UTC
Apparently, qtnetwork dropped completely libressl.

Here's the content of  config.tests/unix/openssl/openssl.cpp

#include <openssl/opensslv.h>

#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x0090700fL
#  error "OpenSSL >= 0.9.7 is required"
#endif

#include <openssl/ssl.h>

#if OPENSSL_VERSION_NUMBER-0 >= 0x10002000L && !defined(OPENSSL_NO_EC) && !defined(SSL_CTRL_SET_CURVES)
#  error "OpenSSL was reported as >= 1.0.2 but is missing required features, possibly it's libressl which is unsupported"
#endif

--
Obviously, compilation fails.

Any workaround?
Comment 1 Felix Janda 2016-10-14 11:16:41 UTC
https://github.com/gentoo/libressl/pull/165
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2016-10-14 13:07:21 UTC

*** This bug has been marked as a duplicate of bug 562050 ***