Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245123 - net-wireless/wpa_supplicant-0.6.4 (with USE=qt4) needs to depend on qt-qt3support
Summary: net-wireless/wpa_supplicant-0.6.4 (with USE=qt4) needs to depend on qt-qt3sup...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-01 10:21 UTC by Manuel Nickschas
Modified: 2009-06-25 19:04 UTC (History)
2 users (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 Manuel Nickschas 2008-11-01 10:21:19 UTC
Current version of the ebuild (and probably older versions as well) checks for the USE flag being set in x11-libs/qt-4*. This failed for me in a parallel build (--jobs), as qt-qt3support was not yet done emerging. In addition, looking at the ebuild, the USE flag is only checked at all if x11-libs/qt-4* is installed, which is not necessarily the case with 4.4.

Proper way, rather than checking for the USE flag in versions >=x11-libs/qt-4.4, would be to directly depend on the qt-qt3support package instead, I think. Current deps are qt-core and qt-gui only.

Reproducible: Always
Comment 1 Bailey Kong 2009-01-16 11:46:26 UTC
According to the wpa_supplicant's changelog, starting from v0.6.2 there's suppose to be a Qt4 version of wpa_gui which is now a native Qt4 application thus not requiring Qt3Support anymore. This however doesn't actually seems to be the case as my build fails.

But merely renaming wpa_supplicant-0.6.4.ebuild to wpa_supplicant-0.6.7.ebuild fixed the problem. So I'm guessing they fixed a few things between those two releases.
Comment 2 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2009-04-15 22:03:44 UTC
Version 0.6.9 is in the tree, could you give it a go?
Comment 3 Matt Turner gentoo-dev 2009-06-13 17:23:37 UTC
0.6.9 does indeed work without qt3support.