The new Qt-5.15 requires #include <QPainterPath>, similar to bug #726046. Reproducible: Always
Created attachment 642476 [details, diff] Patch fixing the problem
Under normal circumstances I would search for an upstream patch and use that, but launchpad UI is just awful, so going to include yours. ;) (please take it upstream if you can)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84040f2ada52a9a01e555158ab835c0296b0356 commit d84040f2ada52a9a01e555158ab835c0296b0356 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2020-05-30 09:27:20 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2020-05-30 09:31:06 +0000 app-text/qpdfview: Fix build with Qt 5.15 Thanks-to: Petr Zima <zima@matfyz.cz> Closes: https://bugs.gentoo.org/726064 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch | 11 +++++++++++ app-text/qpdfview/qpdfview-0.4.18.ebuild | 2 ++ 2 files changed, 13 insertions(+)
(In reply to Andreas Sturmlechner from comment #2) > Under normal circumstances I would search for an upstream patch and use > that, but launchpad UI is just awful, so going to include yours. ;) > > (please take it upstream if you can) I am sorry I won't, they are using bazaar and I am not used to work with that. I am just scratching my itch ;) Please resolve it with upstream yourself.