Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726064 - app-text/qpdfview-0.4.18 w/ Qt-5.15: "error: field 'boundary' has incomplete type 'QPainterPath'"
Summary: app-text/qpdfview-0.4.18 w/ Qt-5.15: "error: field 'boundary' has incomplete ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: qt-5.15
  Show dependency tree
 
Reported: 2020-05-29 10:23 UTC by Petr Zima
Modified: 2020-06-01 05:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch fixing the problem (qpdfview-0.4.18-qpainterpath.patch,375 bytes, patch)
2020-05-29 10:24 UTC, Petr Zima
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Zima 2020-05-29 10:23:23 UTC
The new Qt-5.15 requires #include <QPainterPath>, similar to bug #726046.

Reproducible: Always
Comment 1 Petr Zima 2020-05-29 10:24:14 UTC
Created attachment 642476 [details, diff]
Patch fixing the problem
Comment 2 Andreas Sturmlechner gentoo-dev 2020-05-30 09:22:34 UTC
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)
Comment 3 Larry the Git Cow gentoo-dev 2020-05-30 09:31:22 UTC
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(+)
Comment 4 Petr Zima 2020-06-01 05:35:56 UTC
(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.