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

Bug 667000

Summary: dev-games/tiled-1.2.0 : newsfeed.cpp:120:18: error: invalid use of incomplete type class QDebug
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Michael Palimaka (kensington) <kensington>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 653646    
Attachments: emerge-info.txt
dev-games:tiled-1.2.0:20180924-173514.log
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2018-09-24 17:55:56 UTC
x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DTILED_VERSION=1.2.0 -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../libtiled -I../qtpropertybrowser/src -I../qtsingleapplication/src -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o newsfeed.o newsfeed.cpp
newsfeed.cpp: In member function ‘void Tiled::Internal::NewsFeed::finished(QNetworkReply*)’:
newsfeed.cpp:120:18: error: invalid use of incomplete type ‘class QDebug’
         qWarning() << mErrorString;
                  ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1196,

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   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]
2)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
  [2]   jamvm 

emerge -qpv dev-games/tiled
[ebuild  N    ] dev-games/tiled-1.2.0  USE="-examples -python" PYTHON_TARGETS="python3_6" 

!!! The following installed packages are masked:
- dev-util/debugedit-4.14.2::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org> (24 Sep 2018)
# Apparently breaks sys-devel/gcc.  Bug #666954.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 Toralf Förster gentoo-dev 2018-09-24 17:55:59 UTC
Created attachment 547808 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-09-24 17:56:02 UTC
Created attachment 547810 [details]
dev-games:tiled-1.2.0:20180924-173514.log
Comment 3 Toralf Förster gentoo-dev 2018-09-24 17:56:05 UTC
Created attachment 547812 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-09-24 17:56:08 UTC
Created attachment 547814 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-09-24 17:56:11 UTC
Created attachment 547816 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-09-24 17:56:14 UTC
Created attachment 547818 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-10-11 11:58:26 UTC
The bug has been closed via the following commit(s):

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

commit c4481aab161ad80182b44ad9199f36a0a9d20ae5
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2018-10-11 11:57:37 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2018-10-11 11:58:12 +0000

    dev-games/tiled: fix build with Qt 5.11
    
    Closes: https://bugs.gentoo.org/667000
    Signed-off-by: Michael Palimaka <kensington@gentoo.org>
    Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-games/tiled/files/tiled-1.2.0-qt-5.11.patch | 26 +++++++++++++++++++++++++
 dev-games/tiled/tiled-1.2.0.ebuild              |  1 +
 2 files changed, 27 insertions(+)