Bug 1919593

Summary: cannot install wine due to broken dependencies
Product: [Fedora] Fedora Reporter: Renich Bon Ciric <renich>
Component: wineAssignee: Michael Cronenworth <mike>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 33CC: andreas.bierfert, besser82, mike
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-01-25 13:23:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Renich Bon Ciric 2021-01-23 22:48:49 UTC
Description of problem:
When you try to install wine, dnf complains about 32bit requirements that cannot be installed.

Version-Release number of selected component (if applicable):
6.0-1.fc33

How reproducible:
dnf install wine

Steps to Reproduce:
1. su -
2. dnf install wine
3.

Actual results:
[root@introdesk ~]# dnf -y install wine
Last metadata expiration check: 0:00:10 ago on Sat 23 Jan 2021 04:47:09 PM CST.
Error: 
 Problem: conflicting requests
  - package wine-6.0-1.fc33.i686 requires wine-core(x86-32) = 6.0-1.fc33, but none of the providers can be installed
  - package wine-6.0-1.fc33.x86_64 requires wine-core(x86-32) = 6.0-1.fc33, but none of the providers can be installed
  - package wine-5.18-2.fc33.i686 requires wine-core(x86-32) = 5.18-2.fc33, but none of the providers can be installed
  - package wine-5.18-2.fc33.x86_64 requires wine-core(x86-32) = 5.18-2.fc33, but none of the providers can be installed
  - package wine-core-6.0-1.fc33.i686 requires libgphoto2.so.6, but none of the providers can be installed
  - package wine-core-6.0-1.fc33.i686 requires libgphoto2_port.so.12, but none of the providers can be installed
  - package wine-core-6.0-1.fc33.i686 requires libgphoto2_port.so.12(LIBGPHOTO2_5_0), but none of the providers can be installed
  - package wine-core-5.18-2.fc33.i686 requires libgphoto2.so.6, but none of the providers can be installed
  - package wine-core-5.18-2.fc33.i686 requires libgphoto2_port.so.12, but none of the providers can be installed
  - package wine-core-5.18-2.fc33.i686 requires libgphoto2_port.so.12(LIBGPHOTO2_5_0), but none of the providers can be installed
  - package libgphoto2-2.5.25-1.fc33.i686 requires libcurl.so.4, but none of the providers can be installed
  - package libgphoto2-2.5.24-4.fc33.i686 requires libcurl.so.4, but none of the providers can be installed
  - package libcurl-7.71.1-8.fc33.i686 requires libnghttp2.so.14, but none of the providers can be installed
  - package libcurl-minimal-7.71.1-8.fc33.i686 requires libnghttp2.so.14, but none of the providers can be installed
  - package libcurl-7.71.1-7.fc33.i686 requires libnghttp2.so.14, but none of the providers can be installed
  - package libcurl-minimal-7.71.1-7.fc33.i686 requires libnghttp2.so.14, but none of the providers can be installed
  - package libnghttp2-1.41.0-3.fc33.i686 is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages)


Expected results:
wine installing successfully

Comment 1 Michael Cronenworth 2021-01-25 13:23:54 UTC
Your system has disabled repos or out of data repo data. "dnf clean all" and try again.

Please use the users mailing list or Fedora forum for these type of issues. Thanks.