View previous topic :: View next topic |
Author |
Message |
mhex Apprentice
Joined: 18 Feb 2005 Posts: 172 Location: Germany/Berlin
|
Posted: Tue Jul 23, 2024 6:35 am Post subject: [SOLVED] update(s) skipped due to unsatisfied dep: phonon:0 |
|
|
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 |
|
|
mhex Apprentice
Joined: 18 Feb 2005 Posts: 172 Location: Germany/Berlin
|
Posted: Tue Jul 23, 2024 6:40 am Post subject: |
|
|
i just saw that there are two phonon versions available and |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22617
|
Posted: Tue Jul 23, 2024 12:05 pm Post subject: |
|
|
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 |
|
|
ali3nx l33t
Joined: 21 Sep 2003 Posts: 731 Location: Winnipeg, Canada
|
Posted: Wed Jul 24, 2024 10:07 am Post subject: |
|
|
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 |
|
|
mhex Apprentice
Joined: 18 Feb 2005 Posts: 172 Location: Germany/Berlin
|
Posted: Sun Jul 28, 2024 8:31 am Post subject: [SOLVED] update(s) skipped due to unsatisfied dep: phonon:0 |
|
|
Yeah i indeed had 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 for vlc according to
https://forums.gentoo.org/viewtopic-t-1170037.html
Thanks! |
|
Back to top |
|
|
|