Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] update(s) skipped due to unsatisfied dep: phonon:0
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
mhex
Apprentice
Apprentice


Joined: 18 Feb 2005
Posts: 172
Location: Germany/Berlin

PostPosted: Tue Jul 23, 2024 6:35 am    Post subject: [SOLVED] update(s) skipped due to unsatisfied dep: phonon:0 Reply with quote

Hi everyone,

since a couple of days i always get this message after every eix run

Code:
!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:

media-libs/phonon:0


I tried to remove and reinstall phonon but the message is still coming

phonon is on the latest version:
Code:
media-libs/phonon-4.11.1-r2


Last edited by mhex on Sun Jul 28, 2024 8:35 am; edited 1 time in total
Back to top
View user's profile Send private message
mhex
Apprentice
Apprentice


Joined: 18 Feb 2005
Posts: 172
Location: Germany/Berlin

PostPosted: Tue Jul 23, 2024 6:40 am    Post subject: Reply with quote

i just saw that there are two phonon versions available
Code:
4.11.1-r2
and
Code:
4.12.0-r3
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 22367

PostPosted: Tue Jul 23, 2024 12:05 pm    Post subject: Reply with quote

Per Guidelines item #4, please show us the full output. If I had to guess based on the limited data you showed, I would say you have some package that depends on an outdated version of phonon, so you cannot update to the latest version. The output you omitted would confirm that, and tell us what package is responsible.
Back to top
View user's profile Send private message
ali3nx
l33t
l33t


Joined: 21 Sep 2003
Posts: 728
Location: Winnipeg, Canada

PostPosted: Wed Jul 24, 2024 10:07 am    Post subject: Reply with quote

The use flags for phonon changed somewhat recently. the `vlc` use flag was substituted by `minimal`

`media-libs/phonon minimal` added to package.use accomplishes the similar task of omitting vlc support.

The dependency conflict with phonon stems from vlc not supporting ffmpeg-6. In tandem with that use flag i've been configuring USE"-vlc" system global for several months until vlc development progresses.

If you were tempted to add minimal use flag to make.conf USE avoiding this could be wise if you have or are building a gui desktop workstation.
_________________
Compiling Gentoo since version 1.4
Thousands of Gentoo Installs Completed
Emerged on every continent but Antarctica
Compile long and Prosper!
Back to top
View user's profile Send private message
mhex
Apprentice
Apprentice


Joined: 18 Feb 2005
Posts: 172
Location: Germany/Berlin

PostPosted: Sun Jul 28, 2024 8:31 am    Post subject: [SOLVED] update(s) skipped due to unsatisfied dep: phonon:0 Reply with quote

Yeah i indeed had
Code:
-vlc
in package.use for phonon and this had led to the message

However, when i removed it, it led to a ffmpeg 4/6 conflict caused by vlc

Today i could resolve it by setting
Code:
-vaapi
for vlc according to

https://forums.gentoo.org/viewtopic-t-1170037.html

Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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