Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597096 - dev-qt/qtnetwork-5.6.2 does not work with libressl
Summary: dev-qt/qtnetwork-5.6.2 does not work with libressl
Status: RESOLVED DUPLICATE of bug 562050
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL: https://github.com/gentoo/libressl/pu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-14 07:57 UTC by Michelangelo Scopelliti
Modified: 2016-10-14 13:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 gentoo-dev 2016-10-14 13:07:21 UTC

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