Bug 1227416

Summary: dependency resolution
Product: [openSUSE] openSUSE Tumbleweed Reporter: Mihai Sampistu <mihaisampistu>
Component: MaintenanceAssignee: E-mail List <screening-team-bugs>
Status: RESOLVED WORKSFORME QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: Andreas.Stieger
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE Tumbleweed   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.