Bug 2406898 - Wine upgrade from Fedora 42 to 43 fails due to file conflicts between i686 and x86_64 packages
Summary: Wine upgrade from Fedora 42 to 43 fails due to file conflicts between i686 an...
Keywords:
Status: CLOSED DUPLICATE of bug 2401666
Alias: None
Product: Fedora
Classification: Fedora
Component: wine
Version: 43
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Michael Cronenworth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-28 19:28 UTC by mo
Modified: 2025-10-28 19:32 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-10-28 19:32:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description mo 2025-10-28 19:28:12 UTC
During a system upgrade from Fedora 42 to Fedora 43, the upgrade transaction fails when testing the offline stage. The error occurs because both the 32-bit (wine-core.i686) and 64-bit (wine-core.x86_64) packages attempt to install files into the same paths under /usr/lib/wine/i386-windows/ and /usr/lib64/wine/i386-windows/.

Reproducible: Didn't try

Steps to Reproduce:
1. Start with Fedora 42 (KDE edition) with Wine packages installed:
   wine-core.x86_64 and wine-core.i686
2. Run:
   sudo dnf system-upgrade download --releasever=43 --allowerasing --refresh
3. Observe the transaction failure during the “Testing offline transaction” phase.

Actual Results:
Upgrade process fails with file-ownership conflicts between i686 and x86_64 Wine packages.


Expected Results:
The multilib Wine packages should upgrade cleanly without conflicting file ownership.


Additional Information:
Workaround:
Removing all Wine packages before upgrading allows Fedora 43 to install successfully.
After completing the upgrade, reinstalling Wine on Fedora 43 works without issues.

Error output:
file /usr/lib64/wine/i386-windows from install of wine-core-10.15-1.fc43.x86_64 conflicts with file from package wine-core-10.15-1.fc42.x86_64
file /usr/lib/wine/i386-windows/ddraw.dll conflicts between attempted installs of wine-core-10.15-1.fc43.i686 and wine-core-10.15-1.fc43.x86_64
file /usr/lib/wine/i386-windows/urlmon.dll conflicts between attempted installs of wine-core-10.15-1.fc43.i686 and wine-core-10.15-1.fc43.x86_64
file /usr/lib/wine/i386-windows/windows.devices.bluetooth.dll conflicts between attempted installs of wine-core-10.15-1.fc43.i686 and wine-core-10.15-1.fc43.x86_64
file /usr/lib/wine/i386-windows/wined3d.dll conflicts between attempted installs of wine-core-10.15-1.fc43.i686 and wine-core-10.15-1.fc43.x86_64
file /usr/lib/wine/i386-windows/winmm.dll conflicts between attempted installs of wine-core-10.15-1.fc43.i686 and wine-core-10.15-1.fc43.x86_64

Comment 1 Michael Cronenworth 2025-10-28 19:32:13 UTC

*** This bug has been marked as a duplicate of bug 2401666 ***


Note You need to log in before you can comment on or make changes to this bug.