| Summary: | kxmlgui build failure on master [kde neon] | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kxmlgui | Reporter: | amit <amit.k.chaudhuri> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
amit
2020-08-17 18:57:07 UTC
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. |