Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"media-sound/pulseaudio:=" has unmet requirement bluetooth?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
bpaddock
Apprentice
Apprentice


Joined: 04 Nov 2005
Posts: 195
Location: Franklin, PA

PostPosted: Sun Nov 27, 2016 9:38 pm    Post subject: "media-sound/pulseaudio:=" has unmet requirement b Reply with quote

When doing either emerge -uDN world or emerge skype I get this error:

Quote:
!!! The ebuild selected to satisfy "media-sound/pulseaudio:=" has unmet requirements.
- media-sound/pulseaudio-9.0::gentoo USE="X alsa-plugin asyncns caps gdbm glib gtk ipv6 orc ssl tcpd udev webrtc-aec -alsa -bluetooth -dbus -doc -equalizer -gnome -jack -libressl -libsamplerate -lirc -native-headset (-neon) -ofono-headset (-oss) -qt4 -realtime (-selinux) -sox (-system-wide) -systemd -test -xen -zeroconf" ABI_X86="64 -32 -x32"

The following REQUIRED_USE flag constraints are unsatisfied:
udev? ( any-of ( alsa oss ) )

The above constraints are a subset of the following complete expression:
bluetooth? ( dbus ) ofono-headset? ( bluetooth ) native-headset? ( bluetooth ) udev? ( any-of ( alsa oss ) )


I'm never going to use bluetooth why is there a dependency on it?

I've tried setting USE="oss" did not make any difference. I have USE="-alsa" as I'm trying to install pulseaudio, which Skype requires.
I did not think I could have alsa and pulseaudio at the same time?

So how do I get around this problem?
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9675
Location: almost Mile High in the USA

PostPosted: Sun Nov 27, 2016 10:06 pm    Post subject: Reply with quote

I think bluetooth is a red herring, or rather I don't really see bluetooth as the problem - it's a udev USE flag dependency that's the problem.

Pulseaudio goes through the kernel ALSA driver, so that's fine, you should set USE=alsa. Don't use oss, unless you really are using oss as the underlying audio driver.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
i4dnf
Apprentice
Apprentice


Joined: 18 Sep 2005
Posts: 271
Location: Bucharest, Romania

PostPosted: Wed Nov 30, 2016 10:39 am    Post subject: Re: "media-sound/pulseaudio:=" has unmet requireme Reply with quote

bpaddock wrote:


Code:
  The above constraints are a subset of the following complete expression:
    bluetooth? ( dbus ) ofono-headset? ( bluetooth ) native-headset? ( bluetooth ) udev? ( any-of ( alsa oss ) )



This means that if you have set USE="udev" you also must set any of USE="alsa" or USE="oss", but your current USE settings show -alsa while oss is masked, so the requirement cannot be fulfilled.
Either turn udev off ( USE="-udev" ) or turn both udev and alsa on (USE="udev alsa")
_________________
"The only difference between me and a madman is that I am not MAD" (SALVATOR DALI)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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