Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726692 - media-sound/mumble-1.3.1_rc1 - ../../release/.moc/mumble/../../../src/mumble/OverlayText.h:42:16: error: field ‘qpp’ has incomplete type ‘QPainterPath’
Summary: media-sound/mumble-1.3.1_rc1 - ../../release/.moc/mumble/../../../src/mumble/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: qt-5.15
  Show dependency tree
 
Reported: 2020-06-01 18:40 UTC by Marco Genasci
Modified: 2020-06-02 21:52 UTC (History)
0 users

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


Attachments
mumble-1.3.1_rc1-missing-qpainterpath.patch (mumble-1.3.1-missing-qpainterpath.patch,382 bytes, patch)
2020-06-01 18:41 UTC, Marco Genasci
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Genasci 2020-06-01 18:40:21 UTC
Compile package with qt-5.15 return error:

../../release/.moc/mumble/../../../src/mumble/OverlayText.h:42:16: error: field ‘qpp’ has incomplete type ‘QPainterPath’
   42 |   QPainterPath qpp;
      |                ^~~

Reproducible: Always
Comment 1 Marco Genasci 2020-06-01 18:41:05 UTC
Created attachment 643076 [details, diff]
mumble-1.3.1_rc1-missing-qpainterpath.patch
Comment 2 Andreas Sturmlechner gentoo-dev 2020-06-02 12:48:54 UTC
This bug is blocking the tracker, not the other way round.
Comment 3 Larry the Git Cow gentoo-dev 2020-06-02 21:52:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5923dcabd01b0fbf953faa4173d593f84ebf91b0

commit 5923dcabd01b0fbf953faa4173d593f84ebf91b0
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-06-02 21:03:53 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-06-02 21:51:49 +0000

    media-sound/mumble: Fix build with Qt 5.15
    
    Thanks-to: Marco Genasci <fedeliallalinea@gmail.com>
    Closes: https://bugs.gentoo.org/726692
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../mumble/files/mumble-1.3.1_rc1-qt-5.15.patch    | 28 ++++++++++++++++++++++
 media-sound/mumble/mumble-1.3.1_rc1.ebuild         |  2 ++
 2 files changed, 30 insertions(+)