Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 660456 - app-misc/qlcplus-4.11.1 : aboutbox.cpp:33:39: error: invalid use of incomplete type class QAction
Summary: app-misc/qlcplus-4.11.1 : aboutbox.cpp:33:39: error: invalid use of incomplet...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: qt-5.11
  Show dependency tree
 
Reported: 2018-07-05 16:10 UTC by Toralf Förster
Modified: 2018-08-18 07:20 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.34 KB, text/plain)
2018-07-05 16:10 UTC, Toralf Förster
Details
app-misc:qlcplus-4.11.1:20180705-084318.log (app-misc:qlcplus-4.11.1:20180705-084318.log,327.99 KB, text/plain)
2018-07-05 16:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,311.29 KB, text/plain)
2018-07-05 16:10 UTC, Toralf Förster
Details
environment (environment,62.91 KB, text/plain)
2018-07-05 16:10 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.06 KB, application/x-bzip)
2018-07-05 16:10 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.81 KB, application/x-bzip)
2018-07-05 16:10 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 2018-07-05 16:10:27 UTC
aboutbox.cpp: In constructor ‘AboutBox::AboutBox(QWidget*)’:
aboutbox.cpp:33:39: error: invalid use of incomplete type ‘class QAction’
     QAction* action = new QAction(this);
                                       ^
In file included from /usr/include/qt5/QtWidgets/qframe.h:44:0,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_20180623-161502

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.8.0 [icedtea-8]
2)	IcedTea JDK 3.8.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8  system-vm
  [2]   icedtea-bin-8 

emerge -qpv app-misc/qlcplus
[ebuild  N    ] app-misc/qlcplus-4.11.1  USE="{-test}"
Comment 1 Toralf Förster gentoo-dev 2018-07-05 16:10:30 UTC
Created attachment 538444 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-05 16:10:33 UTC
Created attachment 538446 [details]
app-misc:qlcplus-4.11.1:20180705-084318.log
Comment 3 Toralf Förster gentoo-dev 2018-07-05 16:10:36 UTC
Created attachment 538448 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-07-05 16:10:39 UTC
Created attachment 538450 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-07-05 16:10:42 UTC
Created attachment 538452 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-07-05 16:10:45 UTC
Created attachment 538454 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2018-08-18 07:20:21 UTC
The bug has been closed via the following commit(s):

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

commit 5957a326f9054d0684726f42d8a1f397cab41c1e
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-08-18 07:19:02 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-08-18 07:20:07 +0000

    app-misc/qlcplus: Fix build with Qt 5.11
    
    Closes: https://bugs.gentoo.org/660456
    Package-Manager: Portage-2.3.47, Repoman-2.3.10

 .../qlcplus/files/qlcplus-4.11.1-qt-5.11.patch     | 243 +++++++++++++++++++++
 app-misc/qlcplus/qlcplus-4.11.1.ebuild             |   4 +-
 2 files changed, 246 insertions(+), 1 deletion(-)