public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] dependencies for media-libs/phonon-vlc
@ 2014-11-25 18:13 Joseph
  2014-11-25 19:04 ` Alec Ten Harmsel
  2014-11-25 19:15 ` Walter Dnes
  0 siblings, 2 replies; 4+ messages in thread
From: Joseph @ 2014-11-25 18:13 UTC (permalink / raw
  To: gentoo-user

I'm getting a message for: media-libs/phonon-vlc

Calculating dependencies /

!!! Problem resolving dependencies for media-libs/phonon-vlc
... done!

!!! The ebuild selected to satisfy "media-libs/phonon-vlc" has unmet requirements.
- media-libs/phonon-vlc-0.7.2::gentoo USE="-debug -qt4 (-qt5)" ABI_X86="64"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( qt4 qt5 )

What does it want?
I've tried in package.use 
media-libs/phonon-vlc -debug -qt4 (-qt5)

it doesn't help.

-- 
Joseph


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] dependencies for media-libs/phonon-vlc
  2014-11-25 18:13 [gentoo-user] dependencies for media-libs/phonon-vlc Joseph
@ 2014-11-25 19:04 ` Alec Ten Harmsel
  2014-11-25 19:38   ` Joseph
  2014-11-25 19:15 ` Walter Dnes
  1 sibling, 1 reply; 4+ messages in thread
From: Alec Ten Harmsel @ 2014-11-25 19:04 UTC (permalink / raw
  To: gentoo-user


On 11/25/2014 01:13 PM, Joseph wrote:
> I'm getting a message for: media-libs/phonon-vlc
>
> Calculating dependencies /
>
> !!! Problem resolving dependencies for media-libs/phonon-vlc
> ... done!
>
> !!! The ebuild selected to satisfy "media-libs/phonon-vlc" has unmet
> requirements.
> - media-libs/phonon-vlc-0.7.2::gentoo USE="-debug -qt4 (-qt5)"
> ABI_X86="64"
>
>  The following REQUIRED_USE flag constraints are unsatisfied:
>    any-of ( qt4 qt5 )
>
> What does it want?

Phonon is KDE's media API, so it depends on either qt4 or qt5 since KDE
does as well.

> I've tried in package.use media-libs/phonon-vlc -debug -qt4 (-qt5)
>
> it doesn't help.
>

You should enable either qt4:

    media-libs/phonon-vlc qt4

or qt5:

    media-libs/phonon-vlc qt5

in package.use. qt4 is the stable one right now, I would not suggest qt5.

Alec


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] dependencies for media-libs/phonon-vlc
  2014-11-25 18:13 [gentoo-user] dependencies for media-libs/phonon-vlc Joseph
  2014-11-25 19:04 ` Alec Ten Harmsel
@ 2014-11-25 19:15 ` Walter Dnes
  1 sibling, 0 replies; 4+ messages in thread
From: Walter Dnes @ 2014-11-25 19:15 UTC (permalink / raw
  To: gentoo-user

On Tue, Nov 25, 2014 at 11:13:25AM -0700, Joseph wrote
> I'm getting a message for: media-libs/phonon-vlc
> 
> Calculating dependencies /
> 
> !!! Problem resolving dependencies for media-libs/phonon-vlc
> ... done!
> 
> !!! The ebuild selected to satisfy "media-libs/phonon-vlc" has unmet requirements.
> - media-libs/phonon-vlc-0.7.2::gentoo USE="-debug -qt4 (-qt5)" ABI_X86="64"
> 
>   The following REQUIRED_USE flag constraints are unsatisfied:
>     any-of ( qt4 qt5 )
> 
> What does it want?
> I've tried in package.use 
> media-libs/phonon-vlc -debug -qt4 (-qt5)
> 
> it doesn't help.

  It says that you need to *ADD* any of qt4 or qt5.  The qt5 flag appears
to be masked out; note the parentheses around it... "(-qt5)".  So your
only choice adding qt4 support. Here's how to do it in package.use...

media-libs/phonon-vlc -debug qt4

  You had "-qt4" which says to disable qt4 support.

-- 
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] dependencies for media-libs/phonon-vlc
  2014-11-25 19:04 ` Alec Ten Harmsel
@ 2014-11-25 19:38   ` Joseph
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph @ 2014-11-25 19:38 UTC (permalink / raw
  To: gentoo-user

On 11/25/14 14:04, Alec Ten Harmsel wrote:
>
>On 11/25/2014 01:13 PM, Joseph wrote:
>> I'm getting a message for: media-libs/phonon-vlc
>>
>> Calculating dependencies /
>>
>> !!! Problem resolving dependencies for media-libs/phonon-vlc
>> ... done!
>>
>> !!! The ebuild selected to satisfy "media-libs/phonon-vlc" has unmet
>> requirements.
>> - media-libs/phonon-vlc-0.7.2::gentoo USE="-debug -qt4 (-qt5)"
>> ABI_X86="64"
>>
>>  The following REQUIRED_USE flag constraints are unsatisfied:
>>    any-of ( qt4 qt5 )
>>
>> What does it want?
>
>Phonon is KDE's media API, so it depends on either qt4 or qt5 since KDE
>does as well.
>
>> I've tried in package.use media-libs/phonon-vlc -debug -qt4 (-qt5)
>>
>> it doesn't help.
>>
>
>You should enable either qt4:
>
>    media-libs/phonon-vlc qt4
>
>or qt5:
>
>    media-libs/phonon-vlc qt5
>
>in package.use. qt4 is the stable one right now, I would not suggest qt5.

Thanks, I don't run any KDE so "equery d" is not showing any dependency so I got rid of it.

-- 
Joseph


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-25 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25 18:13 [gentoo-user] dependencies for media-libs/phonon-vlc Joseph
2014-11-25 19:04 ` Alec Ten Harmsel
2014-11-25 19:38   ` Joseph
2014-11-25 19:15 ` Walter Dnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox