Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 726066

Summary: media-gfx/scantailor-advanced-1.0.16 w/ Qt-5.15: "error: aggregate 'QPainterPath clip_path' has incomplete type and cannot be defined"
Product: Gentoo Linux Reporter: Petr Zima <zima>
Component: Current packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/4lex4/scantailor-advanced/pull/133
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 726178    
Attachments: Patch fixing the problem

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.