Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 340581 - media-sound/qtractor-0.4.7 missing dependency
Summary: media-sound/qtractor-0.4.7 missing dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 18:57 UTC by Jouni Rinne
Modified: 2010-11-11 21:55 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jouni Rinne 2010-10-11 18:57:59 UTC
I was wondering why the compilation of qtractor-0.4.7 was failing on my amd64 desktop with errors like

.obj/qtractorMainForm.o: In function `qtractorMainForm::qtractorMainForm(QWidget*, QFlags<Qt::WindowType>)':
qtractorMainForm.cpp:(.text+0x2d99): undefined reference to `QGtkStyle::staticMetaObject'

while it compiled just fine on a x86 laptop. Upon closer inspection I noticed that the only difference between these two was that on x86 qt-gui was compiled with 'gtk' support, while on amd64 it was not. So, on amd64 I recompiled qt-gui with gtk support, and consequently, qtractor-0.4.7 compiled without errors.

Please fix the qtractor-0.4.7 ebuild as follows:
->=x11-libs/qt-gui-4.2:4
+>=x11-libs/qt-gui-4.2:4[gtk]
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-10-16 07:20:52 UTC
Confirming from the tinderbox.
Comment 2 Alexis Ballier gentoo-dev 2010-11-11 21:55:53 UTC
fixed, thanks