Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726066 - media-gfx/scantailor-advanced-1.0.16 w/ Qt-5.15: "error: aggregate 'QPainterPath clip_path' has incomplete type and cannot be defined"
Summary: media-gfx/scantailor-advanced-1.0.16 w/ Qt-5.15: "error: aggregate 'QPainterP...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: qt-5.15
  Show dependency tree
 
Reported: 2020-05-29 10:26 UTC by Petr Zima
Modified: 2020-06-01 05:33 UTC (History)
0 users

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


Attachments
Patch fixing the problem (scantailor-advanced-1.0.16-qpainterpath.patch,3.86 KB, patch)
2020-05-29 10:27 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:26:54 UTC
The new Qt-5.15 requires #include <QPainterPath>, similar to bug #726046.

Reproducible: Always
Comment 1 Petr Zima 2020-05-29 10:27:31 UTC
Created attachment 642478 [details, diff]
Patch fixing the problem
Comment 2 Andreas Sturmlechner gentoo-dev 2020-05-29 10:54:18 UTC
Very nice. Can you submit the patch upstream?
Comment 3 Larry the Git Cow gentoo-dev 2020-05-30 23:46:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc5ae6f903df23fbf51fb8611fde9df09400aac

commit 2dc5ae6f903df23fbf51fb8611fde9df09400aac
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-05-30 23:05:05 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-05-30 23:45:57 +0000

    media-gfx/scantailor-advanced: Fix build with Qt 5.15
    
    - Move dev-qt/linguist-tools:5 to BDEPEND where it belongs
    - Add missing RDEPEND, drop bogus DEPEND (already fixed upstream)
    - Add missing xdg.eclass and drop unused desktop.eclass
    - Fix QA warning wrt upstream .desktop file
    - Drop obsolete src_install
    - Switch HOMEPAGE to https
    
    Bug: https://bugs.gentoo.org/662004
    Closes: https://bugs.gentoo.org/726066
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../scantailor-advanced-1.0.16-bogus-dep.patch     | 37 +++++++++
 .../scantailor-advanced-1.0.16-desktopfile.patch   | 23 ++++++
 .../files/scantailor-advanced-1.0.16-qt-5.15.patch | 87 ++++++++++++++++++++++
 .../scantailor-advanced-1.0.16-r1.ebuild           | 52 +++++++++++++
 4 files changed, 199 insertions(+)
Comment 4 Petr Zima 2020-06-01 05:33:04 UTC
(In reply to Andreas Sturmlechner from comment #2)
> Very nice. Can you submit the patch upstream?

Oh, I am sorry I won't, it would need rebasing and I am just scratching my itch ;) Please resolve it with upstream yourself.