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

Bug 528492

Summary: media-libs/phonon-4.8.2 with dev-qt/qt*-4.8.6 - .../work/phonon-4.8.2-qt4/phonon/factory.moc:51:21: error: ‘class Phonon::FactoryPrivate’ has no member named ‘phononBackendChanged’
Product: Gentoo Linux Reporter: Andrés Becerra Sandoval <andres.becerra>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 510042    
Attachments: build.log

Description Andrés Becerra Sandoval 2014-11-06 21:33:39 UTC
Created attachment 388696 [details]
build.log

cd /var/tmp/portage/media-libs/phonon-4.8.2/work/phonon-4.8.2-qt4/phonon && /usr/bin/x86_64-pc-linux-gnu-g++  -DHAVE_PULSEAUDIO -DMAKE_PHONON_LIB -DPHONON_ASSERT_STATES -DPHONON_BACKEND_DIR_SUFFIX=\"/phonon_backend/\" -DPHONON_BUILD_WITH_CMAKE -DPHONON_LIBRARY_PATH=\"/usr/lib64/qt4/plugins\" -DPHONON_NO_GRAPHICSVIEW -D_BSD_SOURCE  -DNDEBUG -march=athlon64 -O2 -pipe  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-check-new -fno-common -fPIC -I/var/tmp/portage/media-libs/phonon-4.8.2/work/phonon-4.8.2-qt4/phonon -I/var/tmp/portage/media-libs/phonon-4.8.2/work/phonon-4.8.2/phonon -I/var/tmp/portage/media-libs/phonon-4.8.2/work/phonon-4.8.2 -I/var/tmp/portage/media-libs/phonon-4.8.2/work/phonon-4.8.2/includes -I/var/tmp/portage/media-libs/phonon-4.8.2/work/phonon-4.8.2-qt4/includes/phonon -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -o CMakeFiles/phonon.dir/globalconfig.cpp.o -c /var/tmp/portage/media-libs/phonon-4.8.2/work/phonon-4.8.2/phonon/globalconfig.cpp
In file included from /var/tmp/portage/media-libs/phonon-4.8.2/work/phonon-4.8.2/phonon/factory.cpp:615:0:
/var/tmp/portage/media-libs/phonon-4.8.2/work/phonon-4.8.2-qt4/phonon/factory.moc: In static member function ‘static void Phonon::FactoryPrivate::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
/var/tmp/portage/media-libs/phonon-4.8.2/work/phonon-4.8.2-qt4/phonon/factory.moc:51:21: error: ‘class Phonon::FactoryPrivate’ has no member named ‘phononBackendChanged’
         case 0: _t->phononBackendChanged(); break;