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

Bug 726776

Summary: x11-misc/fraqtive-0.4.8-r2 w/ Qt 5.15: datafunctions.cpp: error: aggregate QPainterPath path has incomplete type and cannot be defined
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Desktop Misc. Team <desktop-misc>
Status: RESOLVED FIXED    
Severity: normal CC: jasmin+gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 726178    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2
x11-misc:fraqtive-0.4.8-r2:20200602-102433.log

Description Toralf Förster gentoo-dev 2020-06-02 15:30:46 UTC
x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -Wall -Wextra -D_REENTRANT -fPIC -DHAVE_SSE2 -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtOpenGL -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -I../tmp -I../tmp -I/usr/lib64/qt5/mkspecs/linux-g++ -o ../tmp/release/datafunctions.o datafunctions.cpp
datafunctions.cpp: In function QPolygonF DataFunctions::interpolateCubic(const QPolygonF&):
datafunctions.cpp:128:26: error: aggregate QPainterPath path has incomplete type and cannot be defined
  128 |             QPainterPath path;
      |                          ^~~~
make[1]: *** [Makefile:1572: ../tmp/release/datafunctions.o] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-libressl-20200530-101706

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

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 10:05:35 AM UTC
/var/db/repos/libressl	Tue 02 Jun 2020 02:35:03 AM UTC

emerge -qpvO x11-misc/fraqtive
[ebuild  N    ] x11-misc/fraqtive-0.4.8-r2  CPU_FLAGS_X86="sse2"
Comment 1 Toralf Förster gentoo-dev 2020-06-02 15:30:48 UTC
Created attachment 643138 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-06-02 15:30:51 UTC
Created attachment 643140 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-06-02 15:30:53 UTC
Created attachment 643142 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-06-02 15:30:57 UTC
Created attachment 643144 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-06-02 15:31:00 UTC
Created attachment 643146 [details]
temp.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-06-02 15:31:02 UTC
Created attachment 643148 [details]
x11-misc:fraqtive-0.4.8-r2:20200602-102433.log
Comment 7 Andreas Sturmlechner gentoo-dev 2020-06-14 22:58:08 UTC
Project looks rather dead upstream unfortunately.
Comment 8 Larry the Git Cow gentoo-dev 2020-06-21 11:37:56 UTC
The bug has been closed via the following commit(s):

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

commit 8d19c19cbf1f71e74c7fc6ea7489c6dc6fa6fbd2
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-06-21 11:29:45 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-06-21 11:37:41 +0000

    x11-misc/fraqtive: Fix build with Qt 5.15
    
    Closes: https://bugs.gentoo.org/726776
    Package-Manager: Portage-2.3.101, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../fraqtive/files/fraqtive-0.4.8-qt-5.15.patch    | 39 ++++++++++++++++++++++
 x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild         |  6 +++-
 2 files changed, 44 insertions(+), 1 deletion(-)