Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728836 - net-p2p/retroshare-0.6.5 w/ Qt 5.15: gui/.../GxsIdDetails.cpp: error: aggregate QPainterPath path has incomplete type and cannot be defined
Summary: net-p2p/retroshare-0.6.5 w/ Qt 5.15: gui/.../GxsIdDetails.cpp: error: aggrega...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gioacchino Mazzurco
URL: https://github.com/RetroShare/RetroSh...
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks: qt-5.15
  Show dependency tree
 
Reported: 2020-06-19 21:11 UTC by Toralf Förster
Modified: 2020-06-22 08:16 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.96 KB, text/plain)
2020-06-19 21:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,326.77 KB, text/plain)
2020-06-19 21:11 UTC, Toralf Förster
Details
environment (environment,76.41 KB, text/plain)
2020-06-19 21:11 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,23.17 KB, application/x-bzip)
2020-06-19 21:11 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.96 KB, application/x-bzip)
2020-06-19 21:11 UTC, Toralf Förster
Details
net-p2p:retroshare-0.6.5:20200619-113040.log.bz2 (net-p2p:retroshare-0.6.5:20200619-113040.log.bz2,53.41 KB, application/x-bzip)
2020-06-19 21:11 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,72.93 KB, application/x-bzip)
2020-06-19 21:11 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-19 21:11:20 UTC
gui/gxs/GxsIdDetails.cpp: In static member function static void GxsIdDetails::drawRotatedPolygon(QPixmap*, QList<double>, quint16, quint16, qreal, qreal, quint16, QColor):
gui/gxs/GxsIdDetails.cpp:753:16: error: aggregate QPainterPath path has incomplete type and cannot be defined
  753 |   QPainterPath path;
      |                ^~~~
make[1]: *** [Makefile.retroshare-gui:20215: temp/linux-g++/obj/GxsIdDetails.o] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-20200607-153354

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] 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.44.0 *
  [2]   rust-bin-1.44.1
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-8]
*)	IcedTea JDK 3.16.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   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	Fri 19 Jun 2020 10:38:39 AM UTC

emerge -qpvO net-p2p/retroshare
[ebuild  N    ] net-p2p/retroshare-0.6.5  USE="cli gui jsonapi service sqlcipher xapian -control-socket -gnome-keyring -webui"
Comment 1 Toralf Förster gentoo-dev 2020-06-19 21:11:23 UTC
Created attachment 645292 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-06-19 21:11:26 UTC
Created attachment 645294 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-06-19 21:11:28 UTC
Created attachment 645296 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-06-19 21:11:31 UTC
Created attachment 645298 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-06-19 21:11:33 UTC
Created attachment 645300 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-06-19 21:11:36 UTC
Created attachment 645302 [details]
net-p2p:retroshare-0.6.5:20200619-113040.log.bz2
Comment 7 Toralf Förster gentoo-dev 2020-06-19 21:11:39 UTC
Created attachment 645304 [details]
temp.tbz2
Comment 9 Larry the Git Cow gentoo-dev 2020-06-22 08:16:32 UTC
The bug has been closed via the following commit(s):

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

commit 124fe3d1d0285a7420e52fb4c530e4c702f93a1b
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-06-21 16:45:26 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-06-22 08:15:55 +0000

    net-p2p/retroshare: Fix build with Qt 5.15
    
    Upstream patch needed quite some modifications to apply.
    
    Closes: https://bugs.gentoo.org/728836
    Package-Manager: Portage-2.3.101, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/retroshare-0.6.5-qt-5.15.patch           | 99 ++++++++++++++++++++++
 net-p2p/retroshare/retroshare-0.6.5.ebuild         | 13 +--
 2 files changed, 107 insertions(+), 5 deletions(-)