Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727304 - media-sound/sonic-visualiser-4.0.1 : svgui/.../WaveformLayer.cpp: error: aggregate QPainterPath waveformPath has incomplete type a
Summary: media-sound/sonic-visualiser-4.0.1 : svgui/.../WaveformLayer.cpp: error: aggr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: qt-5.15
  Show dependency tree
 
Reported: 2020-06-06 13:48 UTC by Toralf Förster
Modified: 2020-06-15 10:21 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.33 KB, text/plain)
2020-06-06 13:48 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,162.82 KB, text/plain)
2020-06-06 13:48 UTC, Toralf Förster
Details
environment (environment,88.73 KB, text/plain)
2020-06-06 13:48 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.27 KB, application/x-bzip)
2020-06-06 13:48 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.82 KB, application/x-bzip)
2020-06-06 13:48 UTC, Toralf Förster
Details
media-sound:sonic-visualiser-4.0.1:20200606-093329.log.bz2 (media-sound:sonic-visualiser-4.0.1:20200606-093329.log.bz2,41.78 KB, application/x-bzip)
2020-06-06 13:48 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,65.09 KB, application/x-bzip)
2020-06-06 13:48 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-06 13:48:34 UTC
svgui/layer/WaveformLayer.cpp: In member function void WaveformLayer::paintChannel(LayerGeometryProvider*, QPainter*, QRect, int, const RangeVec&, int, sv_frame_t, sv_frame_t) const:
svgui/layer/WaveformLayer.cpp:917:18: error: aggregate QPainterPath waveformPath has incomplete type and cannot be defined
  917 |     QPainterPath waveformPath;
      |                  ^~~~~~~~~~~~
svgui/layer/WaveformLayer.cpp:918:18: error: aggregate QPainterPath meanPath has incomplete type and cannot be defined

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

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

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

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]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.41.1 *
  [2]   rust-bin-1.44.0
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	Sat 06 Jun 2020 09:05:37 AM UTC

emerge -qpvO media-sound/sonic-visualiser
[ebuild  N    ] media-sound/sonic-visualiser-4.0.1  USE="mad ogg portaudio -id3tag -jack -opus -osc -pulseaudio"
Comment 1 Toralf Förster gentoo-dev 2020-06-06 13:48:37 UTC
Created attachment 643614 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-06-06 13:48:41 UTC
Created attachment 643616 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-06-06 13:48:44 UTC
Created attachment 643618 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-06-06 13:48:47 UTC
Created attachment 643620 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-06-06 13:48:50 UTC
Created attachment 643622 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-06-06 13:48:53 UTC
Created attachment 643624 [details]
media-sound:sonic-visualiser-4.0.1:20200606-093329.log.bz2
Comment 7 Toralf Förster gentoo-dev 2020-06-06 13:48:56 UTC
Created attachment 643626 [details]
temp.tbz2
Comment 9 Larry the Git Cow gentoo-dev 2020-06-15 10:21:27 UTC
The bug has been closed via the following commit(s):

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

commit 7ca1ee802fd1768f87d1f29c7d0ded48a91e0a4f
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2020-06-15 10:21:04 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2020-06-15 10:21:20 +0000

    media-sound/sonic-visualiser: fixed compilation with qt 5.15
    
    Closes: https://bugs.gentoo.org/727304
    Package-Manager: Portage-2.3.101, Repoman-2.3.22
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 .../files/sonic-visualiser-4.0.1-qt-5.15-fix.patch | 37 ++++++++++++++++++++++
 .../sonic-visualiser/sonic-visualiser-4.0.1.ebuild |  1 +
 2 files changed, 38 insertions(+)