Bug 1227416 - dependency resolution
Summary: dependency resolution
Status: RESOLVED WORKSFORME
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Maintenance (show other bugs)
Version: Current
Hardware: Other openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-04 23:05 UTC by Mihai Sampistu
Modified: 2024-07-06 14:34 UTC (History)
1 user (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 Mihai Sampistu 2024-07-04 23:05:57 UTC
<html>Dependency resolution failed:<br/><br/>problem with the installed wine-9.12-1747.2.x86_64
problem with the installed wine-32bit-9.12-1747.2.x86_64
problem with the installed wine-gecko-2.47.4-68.10.noarch
problem with the installed wine-mono-9.2.0-73.1.noarch
problem with the installed winetricks-20240105-45.6.x86_64</html>
Comment 1 hui 2024-07-05 02:09:02 UTC
Show full output of
sudo zypper dup
sudo zypper lr -d
Comment 2 Andreas Stieger 2024-07-06 14:34:52 UTC
You seem to be using a development repository, and the build versions are mismatched:

$ zypper search -t package -s --match-exact wine-32bit wine-gecko wine-mono winetricks
Loading repository data...
Reading installed packages...

S  | Name       | Type    | Version      | Arch   | Repository
---+------------+---------+--------------+--------+----------------------------
   | wine-32bit | package | 9.12-1.1     | x86_64 | openSUSE-Tumbleweed-Oss
   | wine-gecko | package | 2.47.4-1.3   | noarch | openSUSE-Tumbleweed-Oss
   | wine-mono  | package | 9.2.0-1.1    | noarch | openSUSE-Tumbleweed-Non-Oss
   | winetricks | package | 20240105-1.4 | x86_64 | openSUSE-Tumbleweed-Oss

Generates a valid soluion:

$ zypper in --dry-run wine-32bit wine-gecko wine-mono winetricks
[...]
185 new packages to install.
(valid solution)

Remove the repository and run "zypper dup" to recover. 
Without further information, which is unlikely, this is a user error. Closing.