Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728408 - app-editors/ghostwriter-1.8.1 : src/MarkdownEditor.cpp: error: aggregate QPainterPath path has incomplete type and cannot be defin
Summary: app-editors/ghostwriter-1.8.1 : src/MarkdownEditor.cpp: error: aggregate QPai...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Dmitriy Baranov
URL: https://github.com/wereturtle/ghostwr...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: qt-5.15
  Show dependency tree
 
Reported: 2020-06-15 19:17 UTC by Toralf Förster
Modified: 2020-06-18 17:21 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.58 KB, text/plain)
2020-06-15 19:17 UTC, Toralf Förster
Details
app-editors:ghostwriter-1.8.1:20200615-191540.log (app-editors:ghostwriter-1.8.1:20200615-191540.log,16.30 KB, text/plain)
2020-06-15 19:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,232.93 KB, text/plain)
2020-06-15 19:17 UTC, Toralf Förster
Details
environment (environment,62.99 KB, text/plain)
2020-06-15 19:17 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.61 KB, application/x-bzip)
2020-06-15 19:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.56 KB, application/x-bzip)
2020-06-15 19:18 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-15 19:17:46 UTC
src/MarkdownEditor.cpp: In member function virtual void MarkdownEditor::paintEvent(QPaintEvent*):
src/MarkdownEditor.cpp:301:30: error: aggregate QPainterPath path has incomplete type and cannot be defined
  301 |                 QPainterPath path;
      |                              ^~~~
src/MarkdownEditor.cpp: In member function void MarkdownEditor::setupPaperMargins(int):

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

  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]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.44.0 *
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	Mon 15 Jun 2020 06:35:45 PM UTC

emerge -qpvO app-editors/ghostwriter
[ebuild  N    ] app-editors/ghostwriter-1.8.1  USE="-debug"
Comment 1 Toralf Förster gentoo-dev 2020-06-15 19:17:50 UTC
Created attachment 644922 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-06-15 19:17:53 UTC
Created attachment 644924 [details]
app-editors:ghostwriter-1.8.1:20200615-191540.log
Comment 3 Toralf Förster gentoo-dev 2020-06-15 19:17:56 UTC
Created attachment 644926 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-06-15 19:17:59 UTC
Created attachment 644928 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-06-15 19:18:01 UTC
Created attachment 644930 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-06-15 19:18:05 UTC
Created attachment 644932 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-06-18 17:21:54 UTC
The bug has been closed via the following commit(s):

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

commit cdae0ef9e87e7f7b6aa87482a427c4c393f4b76a
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-06-18 17:20:31 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-06-18 17:20:31 +0000

    app-editors/ghostwriter: Fix build with Qt 5.15
    
    Closes: https://bugs.gentoo.org/728408
    Package-Manager: Portage-2.3.101, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/ghostwriter-1.8.1-qt-5.15.patch           | 21 +++++++++++++++++++++
 app-editors/ghostwriter/ghostwriter-1.8.1.ebuild    |  5 ++++-
 2 files changed, 25 insertions(+), 1 deletion(-)