Wine-Staging 6.5 won't install

Questions about Wine on Linux
Locked
lemonzest
Level 2
Level 2
Posts: 12
Joined: Sun May 10, 2020 12:49 pm

Wine-Staging 6.5 won't install

Post by lemonzest »

Hiya

I' m trying to install Wine-Staging 6.5 on Fedora and its finding two different file versions of it and not installing.

Code: Select all

 Problem 1: cannot install the best update candidate for package wine-staging64-1:6.4-1.1.x86_64
  - nothing provides wine-staging-common = 1:6.5-1.2 needed by wine-staging64-1:6.5-1.2.x86_64
 Problem 2: package winehq-staging-1:6.5-1.2.x86_64 requires wine-staging64 = 1:6.5-1.2, but none of the providers can be installed
  - cannot install the best update candidate for package winehq-staging-1:6.4-1.1.x86_64
  - nothing provides wine-staging-common = 1:6.5-1.2 needed by wine-staging64-1:6.5-1.2.x86_64
 Problem 3: problem with installed package wine-staging64-1:6.4-1.1.x86_64
  - package wine-staging64-1:6.4-1.1.x86_64 requires wine-staging-common = 1:6.4-1.1, but none of the providers can be installed
  - cannot install both wine-staging-common-1:6.5-2.1.i686 and wine-staging-common-1:6.4-1.1.i686
  - cannot install the best update candidate for package wine-staging-common-1:6.4-1.1.i686
  - nothing provides wine-staging-common = 1:6.5-1.2 needed by wine-staging64-1:6.5-1.2.x86_64
====================================================================================================================================
 Package                                 Architecture               Version                        Repository                  Size
====================================================================================================================================
Skipping packages with conflicts:
(add '--best --allowerasing' to command line to force their upgrade):
 wine-staging-common                     i686                       1:6.5-2.1                      WineHQ                      80 M
Skipping packages with broken dependencies:
 wine-staging64                          x86_64                     1:6.5-1.2                      WineHQ                      85 M
 winehq-staging                          x86_64                     1:6.5-1.2                      WineHQ                      76 k

Transaction Summary
====================================================================================================================================
Skip  3 Packages
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine-Staging 6.5 won't install

Post by dimesio »

Looks like the build numbers are mismatched--1.2 for the x86_64 packages vs. 2.1 for the i686 part. That part of the package number is automatically incremented by the OBS. I've triggered a rebuild of both i586 and x86_64 packages, and hopefully that will fix it.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine-Staging 6.5 won't install

Post by dimesio »

FYI, the rebuild on the OBS has completed, with matching build numbers. If you don't want to wait for the packages to be synced over here, you can get them from https://download.opensuse.org/repositor ... Fedora_33/
lemonzest
Level 2
Level 2
Posts: 12
Joined: Sun May 10, 2020 12:49 pm

Re: Wine-Staging 6.5 won't install

Post by lemonzest »

Thanks, updated and everything seems to be working fine, thanks
Locked