Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345627 - media-video/minitube-1.2 does not compile
Summary: media-video/minitube-1.2 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 14:42 UTC by charles17
Modified: 2010-11-16 13:30 UTC (History)
2 users (show)

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


Attachments
build.log (build.log.gz.gz,2.81 KB, application/gzip)
2010-11-15 14:43 UTC, charles17
Details
emerge --info (emerge_--info,5.29 KB, text/plain)
2010-11-15 14:43 UTC, charles17
Details
emerge -pqv (emerge_-pqv,180 bytes, text/plain)
2010-11-15 14:44 UTC, charles17
Details

Note You need to log in before you can comment on or make changes to this bug.
Description charles17 2010-11-15 14:42:03 UTC
media-video/minitube-1.2 does not compile
Comment 1 charles17 2010-11-15 14:43:04 UTC
Created attachment 254385 [details]
build.log
Comment 2 charles17 2010-11-15 14:43:55 UTC
Created attachment 254387 [details]
emerge --info
Comment 3 charles17 2010-11-15 14:44:22 UTC
Created attachment 254389 [details]
emerge -pqv
Comment 4 Rafał Mużyło 2010-11-15 17:54:08 UTC
It seems the first error is:
src/gnomeglobalshortcutbackend.cpp:6:18: error: QtDBus: No such file or directory

See, if qt-dbus is correctly installed.
Comment 5 charles17 2010-11-16 09:31:48 UTC
(In reply to comment #4)
> 
> See, if qt-dbus is correctly installed.
> 

qt-dbus will be pulled in by x11-libs/qt-phonon only with USE=dbus.
So with USE='-kde -dbus' it seems to be correctly not installed.
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2010-11-16 11:18:22 UTC
Try to emerge qt-dbus and see if it fixes your problem
Comment 7 charles17 2010-11-16 12:27:17 UTC
(In reply to comment #6)
Yep, it did.  So it should maybe depend on 
!kde? ( || ( x11-libs/qt-phonon[qt-dbus] media-sound/phonon[gstreamer] ) ) 
Comment 8 Markos Chandras (RETIRED) gentoo-dev 2010-11-16 13:30:17 UTC
Fixed