View previous topic :: View next topic |
Author |
Message |
lucab617 Apprentice
Joined: 07 Jan 2005 Posts: 156 Location: Boston, MA
|
Posted: Sun Apr 01, 2007 6:16 pm Post subject: wpa_supplicant won't emerge |
|
|
I am trying to emerge wpa_supplicant and I am getting an error
Code: | * You have USE="qt3 qt4" selected, defaulting to USE="qt4"
* >=qt4.2.2 requires qt3support
!!! ERROR: net-wireless/wpa_supplicant-0.5.7 failed.
Call stack:
ebuild.sh, line 1630: Called dyn_setup
ebuild.sh, line 702: Called qa_call 'pkg_setup'
ebuild.sh, line 38: Called pkg_setup
wpa_supplicant-0.5.7.ebuild, line 39: Called die
!!! rebuild >=x11-libs/qt-4.2.2 with the qt3support USE flag
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/net-wireless/wpa_supplicant-0.5.7/temp/build.log'. |
I have the most recent qt installed. I have both the qt3 and qt4 USE flags in make.conf. Can someone guide me towards solving this? Thanks. |
|
Back to top |
|
|
didymos Advocate
Joined: 10 Oct 2005 Posts: 4798 Location: California
|
Posted: Sun Apr 01, 2007 8:28 pm Post subject: |
|
|
Yes, you have both enabled, so it picks qt4, and dies. I ran into a version of this. Truth told, the qt frontend isn't really all that useful. The solution is to disable the qt4 useflag or both in /etc/portage/package.use. I'm sure it could be fixed with qt4, but I'm just not interested one way or another.
However, the second part of the message might be that solution: enable the qt3support use flag, then disable the qt3 useflag in /etc/portage/package.use. I haven't tried that out, so who knows. _________________ Thomas S. Howard |
|
Back to top |
|
|
amaroc Tux's lil' helper
Joined: 13 Nov 2005 Posts: 99
|
Posted: Sun Apr 01, 2007 9:40 pm Post subject: |
|
|
I have both qt3 and qt4 installed with wpa_supplicant. Code: | eix x11-libs/qt
Installed versions: 3.3.6-r4(3)(10:20:03 29.10.2006)(cups -debug -doc -examples -firebird gif -immqt -immqt-bc ipv6 -mysql -nas -nis -odbc opengl -postgres -sqlite -xinerama)
4.2.2(4)(00:07:31 17.02.2007)(-accessibility cups dbus -debug -doc -examples -firebird gif -glib -input_devices_wacom jpeg -mng -mysql -nas -nis -odbc opengl -pch png -postgres qt3support -sqlite -sqlite3 -xinerama zlib)
# eix wpa_supplicant
Installed versions: 0.5.7(00:17:43 17.02.2007)(dbus -gnutls -gsm -kernel_FreeBSD kernel_linux -madwifi qt3 qt4 readline ssl) |
As already said you need to set qt3support together with qt3 and qt4 and emerge qt again. I guess 'emerge --newuse -Du world' would be the best for that.
wpa_supplicant should emerge successfully then. |
|
Back to top |
|
|
patrickdlewis n00b
Joined: 04 Oct 2006 Posts: 16
|
Posted: Tue Apr 10, 2007 12:12 pm Post subject: |
|
|
I was able to get it to work for me after having the same issue by adding changing my use flags to reflect Quote: | qt3support qt3 -qt4 | I then emerged qt again. Code: | emerge --newuse -Du qt | I after that completed, I was then able to update the config's and emerge wpa_supplicant. I could not do world emerge because of several blocks at the moment. |
|
Back to top |
|
|
|