Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726472 - x11-misc/birdtray-1.8.0: error: aggregate ‘QPainterPath textPath’ has incomplete type and cannot be defined
Summary: x11-misc/birdtray-1.8.0: error: aggregate ‘QPainterPath textPath’ has incompl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Agostino Sarubbo
URL:
Whiteboard:
Keywords: PATCH
: 726468 (view as bug list)
Depends on:
Blocks: qt-5.15
  Show dependency tree
 
Reported: 2020-05-31 17:03 UTC by Marco Genasci
Modified: 2020-06-18 17:02 UTC (History)
2 users (show)

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


Attachments
birdtray-1.8.0-missing-include-qpainterpath.patch (birdtray-1.8.0-missing-include-qpainterpath.patch,344 bytes, patch)
2020-05-31 17:04 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-05-31 17:03:26 UTC
Compile package with qt-5.15 return error

/var/tmp/portage/x11-misc/birdtray-1.8.0/work/birdtray-1.8.0/src/trayicon.cpp:263:22: error: aggregate ‘QPainterPath textPath’ has incomplete type and cannot be defined
  263 |         QPainterPath textPath;
      |                      ^~~~~~~~ 

Reproducible: Always
Comment 1 Marco Genasci 2020-05-31 17:04:19 UTC
Created attachment 642892 [details, diff]
birdtray-1.8.0-missing-include-qpainterpath.patch
Comment 2 Andreas Sturmlechner gentoo-dev 2020-05-31 17:31:41 UTC
*** Bug 726468 has been marked as a duplicate of this bug. ***
Comment 3 Andreas Sturmlechner gentoo-dev 2020-06-14 22:41:13 UTC
ping
Comment 4 Larry the Git Cow gentoo-dev 2020-06-18 17:02:28 UTC
The bug has been closed via the following commit(s):

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

commit 2c3b96cbfff0a8a13524e780a4e09ad66e7e4464
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2020-06-18 17:00:19 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2020-06-18 17:02:14 +0000

    x11-misc/birdtray: bump to 1.8.1 + fix Qt 5.15 support
    
    We hoped upstream would release 1.8.2 shortly after they fixed the issue
    but alas, no dice.
    
    Closes: https://bugs.gentoo.org/726472
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 x11-misc/birdtray/Manifest                          |  2 +-
 ...{birdtray-1.8.0.ebuild => birdtray-1.8.1.ebuild} |  4 ++++
 x11-misc/birdtray/files/birdtray-1.8.1_qt515.patch  | 21 +++++++++++++++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)