Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] REQUIRED_USE flag constraints are unsatisfied
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
queen
Veteran
Veteran


Joined: 19 Jul 2005
Posts: 1642

PostPosted: Wed Aug 07, 2013 11:34 am    Post subject: [SOLVED] REQUIRED_USE flag constraints are unsatisfied Reply with quote

I am trying to emerge the newest version of wireshark. version 1.10.1

I get this error:
Code:
!!! The ebuild selected to satisfy "net-analyzer/wireshark" has unmet requirements.
- net-analyzer/wireshark-1.10.1::gentoo USE="adns caps crypt filecaps geoip gtk ipv6 kerberos netlink pcap portaudio qt4 ssl zlib -doc -doc-pdf -libadns -lua -profile (-selinux) -smi"

  The following REQUIRED_USE flag constraints are unsatisfied:
    gtk? ( !qt4 )

  The above constraints are a subset of the following complete expression:
    ssl? ( crypt ) gtk? ( !qt4 )


I tried different combinations of use flags but they don't seem to work. Here is my package.use for wireshark:
Code:
net-analyzer/wireshark gtk caps filecaps adns crypt pcap ssl zlib portaudio geoip ipv6 kerberos netlink


Code:
grep USE /etc/portage/make.conf

Code:
USE="gtk gtk2 mmx sse sse2 threads bluetooth bluez alsa usb usb2 lm_sensors bash_completion X"


Anyone has a solution what should I use? I tried qt4 as well both in make.conf and package.use, but it still doesn't work


Last edited by queen on Wed Aug 07, 2013 1:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Wed Aug 07, 2013 12:28 pm    Post subject: Reply with quote

This will work, it will also work with -ssl -crypt. You can have only one of gtk2, gtk3 or qt4.

USE="caps crypt filecaps gtk2 ipv6 netlink pcap ssl zlib -adns -doc -doc-pdf -geoip -gtk3 -kerberos -libadns -lua -portaudio -qt4 (-selinux) -smi"
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
queen
Veteran
Veteran


Joined: 19 Jul 2005
Posts: 1642

PostPosted: Wed Aug 07, 2013 1:06 pm    Post subject: Reply with quote

Jaglover wrote:
This will work, it will also work with -ssl -crypt. You can have only one of gtk2, gtk3 or qt4.

USE="caps crypt filecaps gtk2 ipv6 netlink pcap ssl zlib -adns -doc -doc-pdf -geoip -gtk3 -kerberos -libadns -lua -portaudio -qt4 (-selinux) -smi"


Thanks. I corrected in make.conf to have only gtk2. I don't get any errors now. :D

BTW, I noticed there is also gtk3 use flag. Is it good? What about qt? Just curiosity
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum