Summary: | digiKam 7.7.0 FTBFS with Qt 5.9 (as in Ubuntu 18.04 Bionic LTS) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Rob Savoury <savoury> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version First Reported In: | 7.7.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/6861c91094b2190171a6ebd82d9af74633ee9f18 | Version Fixed In: | 7.8.0 |
Sentry Crash Report: | |||
Attachments: | Add typedef qsizetype for older Qt |
Description
Rob Savoury
2022-06-23 19:28:25 UTC
Git commit 22f9fe82749caa52dd58f52efdb4447f30453f01 by Gilles Caulier. Committed on 25/06/2022 at 04:06. Pushed by cgilles into branch 'qt5-maintenance'. FIXED-IN: 7.8.0 M +2 -1 NEWS https://invent.kde.org/graphics/digikam/commit/22f9fe82749caa52dd58f52efdb4447f30453f01 Git commit 6861c91094b2190171a6ebd82d9af74633ee9f18 by Gilles Caulier, on behalf of Rob Savoury. Committed on 25/06/2022 at 04:06. Pushed by cgilles into branch 'qt5-maintenance'. Fix build with older Qt New dmemoryinfo uses qsizetype introduced in Qt 5.10 so add this typedef for a successful build with older Qt 5.9.5 as found in Ubuntu 18.04 Bionic LTS. M +3 -0 core/libs/threadimageio/engine/dmemoryinfo.h https://invent.kde.org/graphics/digikam/commit/6861c91094b2190171a6ebd82d9af74633ee9f18 |