Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607420 - [qt overlay] dev-qt/qtdbus-5.8.0 - qdbusxml2cpp.cpp:83:8: error: ‘QDBusIntrospection’ does not name a type
Summary: [qt overlay] dev-qt/qtdbus-5.8.0 - qdbusxml2cpp.cpp:83:8: error: ‘QDBusIntros...
Status: RESOLVED DUPLICATE of bug 599636
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-27 19:30 UTC by Vasco Gervasi
Modified: 2017-01-28 00:01 UTC (History)
0 users

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


Attachments
build.log (build.log,101.88 KB, text/x-log)
2017-01-27 19:30 UTC, Vasco Gervasi
Details
emerge --info (emerge.info,17.73 KB, text/plain)
2017-01-27 20:30 UTC, Vasco Gervasi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vasco Gervasi 2017-01-27 19:30:11 UTC
Created attachment 461648 [details]
build.log

Hi all,
I am trying to update qtdbus to 5.8.0 but I get the following error:

 [32;01m*[0m Running emake in src/tools/qdbusxml2cpp
make -j5 
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -std=c++1z -fno-exceptions -Wall -W -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -D_REENTRANT -fPIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I../../../include/QtDBus/5.8.0 -I../../../include/QtDBus/5.8.0/QtDBus -I../../../include -I../../../include/QtDBus -isystem /usr/include/qt5/QtCore/5.8.0 -isystem /usr/include/qt5/QtCore/5.8.0/QtCore -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -I.moc -I../../../mkspecs/linux-g++ -o .obj/qdbusxml2cpp.o qdbusxml2cpp.cpp
[01m[Kqdbusxml2cpp.cpp:83:8:[m[K [01;31m[Kerror: [m[K‘[01m[KQDBusIntrospection[m[K’ does not name a type
 static [01;31m[KQDBusIntrospection[m[K::Interfaces readInput()
        [01;31m[K^~~~~~~~~~~~~~~~~~[m[K
[01m[Kqdbusxml2cpp.cpp:105:29:[m[K [01;31m[Kerror: [m[Kvariable or field ‘[01m[KcleanInterfaces[m[K’ declared void
 static void cleanInterfaces([01;31m[KQDBusIntrospection[m[K::Interfaces &interfaces)
                             [01;31m[K^~~~~~~~~~~~~~~~~~[m[K
[01m[Kqdbusxml2cpp.cpp:105:29:[m[K [01;31m[Kerror: [m[K‘[01m[KQDBusIntrospection[m[K’ has not been declared
[01m[Kqdbusxml2cpp.cpp:105:61:[m[K [01;31m[Kerror: [m[K‘[01m[Kinterfaces[m[K’ was not declared in this scope
 static void cleanInterfaces(QDBusIntrospection::Interfaces &[01;31m[Kinterfaces[m[K)
                                                             [01;31m[K^~~~~~~~~~[m[K
[01m[Kqdbusxml2cpp.cpp:60:13:[m[K [01;35m[Kwarning: [m[K‘[01m[KincludeMocs[m[K’ defined but not used [[01;35m[K-Wunused-variable[m[K]
 static bool [01;35m[KincludeMocs[m[K;
             [01;35m[K^~~~~~~~~~~[m[K
[01m[Kqdbusxml2cpp.cpp:59:13:[m[K [01;35m[Kwarning: [m[K‘[01m[Kverbose[m[K’ defined but not used [[01;35m[K-Wunused-variable[m[K]
 static bool [01;35m[Kverbose[m[K;
             [01;35m[K^~~~~~~[m[K
[01m[Kqdbusxml2cpp.cpp:58:13:[m[K [01;35m[Kwarning: [m[K‘[01m[KskipNamespaces[m[K’ defined but not used [[01;35m[K-Wunused-variable[m[K]
 static bool [01;35m[KskipNamespaces[m[K;
             [01;35m[K^~~~~~~~~~~~~~[m[K
make: *** [Makefile:739: .obj/qdbusxml2cpp.o] Error 1
 [31;01m*[0m ERROR: dev-qt/qtdbus-5.8.0::qt failed (compile phase):
 [31;01m*[0m   emake failed
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the output of `emerge --info '=dev-qt/qtdbus-5.8.0::qt'`,
 [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-qt/qtdbus-5.8.0::qt'`.
 [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-qt/qtdbus-5.8.0/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtdbus-5.8.0/temp/environment'.
 [31;01m*[0m Working directory: '/var/tmp/portage/dev-qt/qtdbus-5.8.0/work/qtbase-opensource-src-5.8.0/src/tools/qdbusxml2cpp'
 [31;01m*[0m S: '/var/tmp/portage/dev-qt/qtdbus-5.8.0/work/qtbase-opensource-src-5.8.0'

Thanks
Comment 1 Vasco Gervasi 2017-01-27 20:30:30 UTC
Created attachment 461654 [details]
emerge --info
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2017-01-28 00:01:41 UTC

*** This bug has been marked as a duplicate of bug 599636 ***