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

Bug 528494

Summary: net-misc/owncloud-client-1.6.4 can't find QtDBus types (qt-4.8.6)
Product: Gentoo Linux Reporter: Andrés Becerra Sandoval <andres.becerra>
Component: [OLD] UnspecifiedAssignee: Qt Bug Alias <qt>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: InOverlay, PMASKED
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:40:00 UTC
Created attachment 388698 [details]
build.log

/var/tmp/portage/net-misc/owncloud-client-1.6.4/work/mirall-1.6.4/src/mirall/systray.cpp: In member function ‘void Mirall::Systray::showMessage(const QString&, const QString&, QSystemTrayIcon::MessageIcon, int)’:
/var/tmp/portage/net-misc/owncloud-client-1.6.4/work/mirall-1.6.4/src/mirall/systray.cpp:34:85: error: ‘QDBusInterface’ was not declared in this scope
     if(QDBusInterface(NOTIFICATIONS_SERVICE, NOTIFICATIONS_PATH, NOTIFICATIONS_IFACE).isValid()) {
                                                                                     ^
/var/tmp/portage/net-misc/owncloud-client-1.6.4/work/mirall-1.6.4/src/mirall/systray.cpp:37:9: error: ‘QDBusMessage’ was not declared in this scope
         QDBusMessage method = QDBusMessage::createMethodCall(NOTIFICATIONS_SERVICE, NOTIFICATIONS_PATH, NOTIFICATIONS_IFACE, "Notify");
         ^
/var/tmp/portage/net-misc/owncloud-client-1.6.4/work/mirall-1.6.4/src/mirall/systray.cpp:37:22: error: expected ‘;’ before ‘method’
Comment 1 Davide Pesavento gentoo-dev 2014-11-06 21:44:28 UTC
Andrés, can you please stop filing bugs and answer to my previous questions? There might be something wrong with your qt installation...
Comment 2 Davide Pesavento gentoo-dev 2014-11-07 23:45:42 UTC

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