Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661078 - media-sound/qtscrobbler-0.11_pre20130123 : src/qtscrob.cpp:44:30: error: invalid use of incomplete type class QHeaderView
Summary: media-sound/qtscrobbler-0.11_pre20130123 : src/qtscrob.cpp:44:30: error: inva...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qt-5.11
  Show dependency tree
 
Reported: 2018-07-13 16:00 UTC by Toralf Förster
Modified: 2018-07-14 13:42 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.61 KB, text/plain)
2018-07-13 16:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,194.33 KB, text/plain)
2018-07-13 16:00 UTC, Toralf Förster
Details
environment (environment,93.13 KB, text/plain)
2018-07-13 16:00 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.32 KB, application/x-bzip)
2018-07-13 16:00 UTC, Toralf Förster
Details
media-sound:qtscrobbler-0.11_pre20130123:20180713-064216.log (media-sound:qtscrobbler-0.11_pre20130123:20180713-064216.log,27.86 KB, text/plain)
2018-07-13 16:00 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.97 KB, application/x-bzip)
2018-07-13 16:00 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-13 16:00:08 UTC
x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -D_REENTRANT -Wall -W -fPIC -DHAVE_LIBMTP -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -Isrc -Isrc/ui -I../lib -I../common -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtSql -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -Ibuild/.moc -isystem /usr/include/libdrm -Ibuild/.ui -isystem /usr/include/libusb-1.0 -I/usr/lib64/qt5/mkspecs/linux-g++ -o build/.o/qtscrob.o src/qtscrob.cpp
src/qtscrob.cpp: In constructor ‘QTScrob::QTScrob(QWidget*)’:
src/qtscrob.cpp:44:30: error: invalid use of incomplete type ‘class QHeaderView’
  logTable->horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch);
                              ^~
In file included from /usr/include/qt5/QtWidgets/qtablewidget.h:44:0,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-developer_20180708-171752

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

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

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (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-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv media-sound/qtscrobbler
[ebuild  N    ] media-sound/qtscrobbler-0.11_pre20130123
Comment 1 Toralf Förster gentoo-dev 2018-07-13 16:00:11 UTC
Created attachment 539384 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-13 16:00:14 UTC
Created attachment 539386 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-07-13 16:00:17 UTC
Created attachment 539388 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-07-13 16:00:20 UTC
Created attachment 539390 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-07-13 16:00:23 UTC
Created attachment 539392 [details]
media-sound:qtscrobbler-0.11_pre20130123:20180713-064216.log
Comment 6 Toralf Förster gentoo-dev 2018-07-13 16:00:27 UTC
Created attachment 539394 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-07-14 13:42:24 UTC
The bug has been closed via the following commit(s):

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

commit dcfdb3ab782b65aa5ccbaa1d2211efca7f056d00
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-07-14 13:42:10 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-07-14 13:42:10 +0000

    media-sound/qtscrobbler: Fix build with Qt 5.11
    
    Closes: https://bugs.gentoo.org/661078
    Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../qtscrobbler-0.11_pre20130123-qt5.11.patch      | 24 ++++++++++++++++++++++
 .../qtscrobbler-0.11_pre20130123.ebuild            |  5 ++++-
 2 files changed, 28 insertions(+), 1 deletion(-)