SUMMARY Building from kio (and therefore kxmlgui) from master on 17-8-2020. I get a compile error when build system hits ksendbugmail/smtp[.h/.cpp]. Line 13 of .h #includes <TcpSocket> and line 163 of .cpp tries to initialise sock member with "new QSslSocket(this)". STEPS TO REPRODUCE 1. kdesrc-build kxmlgui OBSERVED RESULT kxmlgui fails to build. EXPECTED RESULT Successful build. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Neon 5.19 ubuntu codename focal version id 20.04 (available in About System) KDE Plasma Version: KDE Frameworks Version: master as at 17-8-2020 Qt Version: 5.14 ADDITIONAL INFORMATION Openssl version 1.1.1f
I now believe this is caused by the Qt5.14 package used having been configured without an openssl option. Conditional compilation detects the lack of openssl but sadly leads to the mismatch reported. It would be probably preferable to have a successful build - assuming that it's not more complicated than lining up the socket types in .h/.cpp.
Are you sure Qt on neon is configured without OpenSSL?
Hi Christoph, sorry, that is not what I am saying. The problem arose when I built Qt5 from source *myself* without linking to OpenSSL. So it's not a "this is broken on Neon" it's "if someone happens to (be silly enough?) to build Qt without linking in OpenSSL, then the problem will occur". Didn't take me long to work out the problem but a younger me might well have struggled and given up. A On Thu, 3 Sep 2020 at 12:47, Christoph Feck <bugzilla_noreply@kde.org> wrote: > > https://bugs.kde.org/show_bug.cgi?id=425470 > > --- Comment #2 from Christoph Feck <cfeck@kde.org> --- > Are you sure Qt on neon is configured without OpenSSL? > > -- > You are receiving this mail because: > You reported the bug.
Thanks for the update; changing status. KDE Frameworks require a correctly configured Qt; compilations with a reduced feature set are not supported, and given the vast amount of possibilities to reduce the feature set make it unfeasible to detect and report them.
Ok - thanks for letting me know... A On Tue, 8 Sep 2020 at 11:32, Christoph Feck <bugzilla_noreply@kde.org> wrote: > > https://bugs.kde.org/show_bug.cgi?id=425470 > > Christoph Feck <cfeck@kde.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Resolution|--- |NOT A BUG > Status|REPORTED |RESOLVED > > --- Comment #4 from Christoph Feck <cfeck@kde.org> --- > Thanks for the update; changing status. > > KDE Frameworks require a correctly configured Qt; compilations with a reduced > feature set are not supported, and given the vast amount of possibilities to > reduce the feature set make it unfeasible to detect and report them. > > -- > You are receiving this mail because: > You reported the bug.