|
Bugzilla – Full Text Bug Listing |
| Summary: | libqca2, libqca-qt5 fail to build with OpenSSL 1.1 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Vítězslav Čížek <vcizek> |
| Component: | Other | Assignee: | Dirk Mueller <dmueller> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | cfeck, fvogt, vcizek |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1042629 | ||
|
Description
Vítězslav Čížek
2017-08-23 14:54:25 UTC
Compiling with openssl 1.1 gives hundreds of errors. Access to the now opaque structures, using deprecated functions, etc. Upstream isn't very active, this one would be hard to port :-( QCA is dead upstream and a likely drop candidate. Sadly some important packages still depend on the Qt5 variant, so I switched it to openSSL 1.0 now. Did the same with the Qt4 variant for now. libqca packages weren't building with OpenSSL 1.1, because of a conflict between openssl-1_0_0 and openssl-1_1_0. ca-certificates pulled in 1.1, and 1.0 came from libopenssl-1_0_0-devel. I've submitted a request to build the package without ca-certificates, setting the certstore path manually: https://build.opensuse.org/request/show/532738 https://build.opensuse.org/request/show/532749 |