Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726740 - games-board/cockatrice-20190304-r1 : /.../replay_timeline_widget.cpp: error: aggregate QPainterPath path has incomplete type and c
Summary: games-board/cockatrice-20190304-r1 : /.../replay_timeline_widget.cpp: error: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL: https://github.com/Cockatrice/Cockatr...
Whiteboard:
Keywords:
Depends on:
Blocks: qt-5.15
  Show dependency tree
 
Reported: 2020-06-02 07:29 UTC by Toralf Förster
Modified: 2020-06-21 11:37 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.95 KB, text/plain)
2020-06-02 07:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,174.98 KB, text/plain)
2020-06-02 07:29 UTC, Toralf Förster
Details
environment (environment,87.09 KB, text/plain)
2020-06-02 07:29 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.15 KB, application/x-bzip)
2020-06-02 07:29 UTC, Toralf Förster
Details
games-board:cockatrice-20190304-r1:20200602-053409.log (games-board:cockatrice-20190304-r1:20200602-053409.log,380.75 KB, text/plain)
2020-06-02 07:29 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.62 KB, application/x-bzip)
2020-06-02 07:29 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,36.40 KB, application/x-bzip)
2020-06-02 07:30 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-06-02 07:29:32 UTC
/var/tmp/portage/games-board/cockatrice-20190304-r1/work/Cockatrice-2019-03-04-Release-2.7.0/cockatrice/src/replay_timeline_widget.cpp: In member function virtual void ReplayTimelineWidget::paintEvent(QPaintEvent*):
/var/tmp/portage/games-board/cockatrice-20190304-r1/work/Cockatrice-2019-03-04-Release-2.7.0/cockatrice/src/replay_timeline_widget.cpp:52:18: error: aggregate QPainterPath path has incomplete type and cannot be defined
   52 |     QPainterPath path;
      |                  ^~~~
ninja: build stopped: subcommand failed.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-20200528-210637

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.43.1 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.16.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Tue 02 Jun 2020 05:05:35 AM UTC

emerge -qpvO games-board/cockatrice
[ebuild  N    ] games-board/cockatrice-20190304-r1  USE="client oracle -server"
Comment 1 Toralf Förster gentoo-dev 2020-06-02 07:29:36 UTC
Created attachment 643112 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-06-02 07:29:39 UTC
Created attachment 643114 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-06-02 07:29:43 UTC
Created attachment 643116 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-06-02 07:29:49 UTC
Created attachment 643118 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-06-02 07:29:53 UTC
Created attachment 643120 [details]
games-board:cockatrice-20190304-r1:20200602-053409.log
Comment 6 Toralf Förster gentoo-dev 2020-06-02 07:29:58 UTC
Created attachment 643122 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-06-02 07:30:03 UTC
Created attachment 643124 [details]
temp.tbz2
Comment 8 Andreas Sturmlechner gentoo-dev 2020-06-21 11:16:16 UTC
Patch contains much more, but only taking the missing header fix part: https://github.com/Cockatrice/Cockatrice/commit/7fa1936d0f4efffa16ae28d6bd3f9e727e207046
Comment 9 Larry the Git Cow gentoo-dev 2020-06-21 11:37:53 UTC
The bug has been closed via the following commit(s):

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

commit a74631c7a568d0bde571713530dbc0da7bde363b
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-06-21 11:16:53 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-06-21 11:37:41 +0000

    games-board/cockatrice: Fix build with Qt 5.15
    
    Closes: https://bugs.gentoo.org/726740
    Package-Manager: Portage-2.3.101, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 games-board/cockatrice/cockatrice-20190304-r1.ebuild |  8 +++-----
 .../files/cockatrice-20190304-qt-5.15.patch          | 20 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 5 deletions(-)