Bug 1227192 - Can't run system upgrade
Summary: Can't run system upgrade
Status: RESOLVED WORKSFORME
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: KDE Applications (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-Mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-28 20:39 UTC by David Lawson
Modified: 2024-06-29 12:16 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Lawson 2024-06-28 20:39:53 UTC
Dependency resolution failed  the to be installed phonon-vlc-qt5-0.12.0-2.3.x86_64 requires vlc = 3.0.21;, but this requirement cannot be provided
the to be installed phonon-vlc-qt6-0.12.0-2.3.x86_64 requires vlc-noX = 3.0.21, but this requirement cannot be provided
Comment 1 Felix Miata 2024-06-29 03:47:35 UTC
It seems to me you may have a problem with an out of sync repo, and need to try again after another refresh:
# zypper se -sx phonon-vlc-qt5 phonon-vlc-qt6 vlc-noX
...
  | phonon-vlc-qt5 | package | 0.12.0-2.3 | x86_64 | OSS
  | phonon-vlc-qt6 | package | 0.12.0-2.3 | x86_64 | OSS
i | vlc-noX        | package | 3.0.20-8.1 | x86_64 | (System Packages)
v | vlc-noX        | package | 3.0.21-2.1 | x86_64 | OSS
#
Comment 2 Andreas Stieger 2024-06-29 12:16:54 UTC
$ zypper search -s -t package --match-exact vlc-noX phonon-
vlc-qt{5,6}
Loading repository data...
Reading installed packages...

S | Name           | Type    | Version    | Arch   | Repository
--+----------------+---------+------------+--------+------------------------
  | phonon-vlc-qt5 | package | 0.12.0-2.3 | x86_64 | openSUSE-Tumbleweed-Oss
  | phonon-vlc-qt6 | package | 0.12.0-2.3 | x86_64 | openSUSE-Tumbleweed-Oss
  | vlc-noX        | package | 3.0.21-2.1 | x86_64 | openSUSE-Tumbleweed-Oss

$ zypper in --dry-run vlc-noX phonon-vlc-qt{5,6}
Loading repository data...
Reading installed packages...
Resolving package dependencies...
[...]

Has a valid solution.

Reporter, run "zypper dup" and resolve conflicts interactively.

See bug 1225965 for the KDE discover usability issue.