Bug 1401459 (qt5_openssl11)
Summary: | QSslSocket: openssl-1.1 support | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Sandro Mani <manisandro> |
Component: | qt5-qtbase | Assignee: | Than Ngo <than> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | gilboad, jgrulich, jreznik, rdieter, spacewar, than |
Target Milestone: | --- | Keywords: | FutureFeature, Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-07-27 14:42:46 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1383740, 1423077 |
Description
Sandro Mani
2016-12-05 10:47:25 UTC
it seems the openssl-1.1 port causes this issue. i'm looking.. I think it best to revert back to using -openssl-linked at least until this is resolved (then it *should* be clear and fail at build-time rather than runtime) Could the -openssl-linked be restored in the meantime? This is breaking a number of apps. %changelog * Wed Dec 07 2016 Rex Dieter <rdieter> - 5.7.1-4 - use -openssl-linked (bug #1401459) - BR: perl-generators And now we're back to FTBFS as expected, with errors of the form: In file included from ssl/qsslsocket_openssl_symbols.cpp:57:0: ssl/qsslsocket_openssl_symbols.cpp: In function 'unsigned char* q_ASN1_STRING_data(ASN1_STRING*)': ssl/qsslsocket_openssl_symbols_p.h:183:39: error: 'ASN1_STRING_data' was not declared in this scope ret q_##func(arg) { funcret func(a); } commit 276e67ad3a42e8b790c0b645592f7ddf31f0378e Author: Rex Dieter <rdieter.edu> Date: Wed Dec 7 11:11:58 2016 -0600 disable openssl11 (FTBFS) and use compat-openssl10 for now See also upstream bug tracking adding openssl-1.1 support, https://bugreports.qt.io/browse/QTBUG-52905 Which mentions Qt 5.9 target :( Thanks for 5.7.1-4! i think it's safe to use the compat-openssl10 in the meantime and we will switch to open-ssl-1.1 when it's official supported by upstream. Re-opening to track this feature being enabled in Qt5. Per upstream bug, this is targeting Qt 5.10 release, Nov 2017 Looks like official support landed on what will become Qt-5.10, can likely close this and simply wait (for 5.10) it's fixed in qt5-qtbase-5.9.1-3.fc27 Any plans to push 'fixed' 5.9.1 to Fedora 26? - Gilboa F26's openssl support will most likely stay the same for compatibility reasons OK. Thanks. Qt5 5.9.2-5 in F26-testing has fixed this bug for me. I had several Qt5-based commercial programs including the Saleae logic analyzer software which previously would not work, but after trying the update they work fine. |