Bug 1603059 - virt-viewer-6.0-3.fc28.x86_64 requires libspice-controller.so.0()(64bit), but none of the providers can be installed
Summary: virt-viewer-6.0-3.fc28.x86_64 requires libspice-controller.so.0()(64bit), but...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: virt-viewer
Version: 28
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabiano Fidêncio
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1603554 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-07-19 04:30 UTC by Chris Murphy
Modified: 2018-07-20 17:44 UTC (History)
6 users (show)

Fixed In Version: virt-viewer-6.0-4.fc28
Clone Of:
Environment:
Last Closed: 2018-07-20 17:44:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Chris Murphy 2018-07-19 04:30:54 UTC
Description of problem:

Looks like there is a conflict between virt-viewer-6.0-3 and spice-gtk3-0.35-1.fc28.x86_64 update that's been pushed.

And then dnf spits out advice to use --best --allowerasing which will cause virt-viewer to be removed, which is not what I want.


Version-Release number of selected component (if applicable):
spice-gtk3-0.34-5.fc28.x86_64  is installed
virt-viewer-6.0-3.fc28.x86_64


How reproducible:
Always


Steps to Reproduce:
1. dnf update
2.
3.

Actual results:

 Problem 1: package virt-viewer-6.0-3.fc28.x86_64 requires libspice-controller.so.0()(64bit), but none of the providers can be installed
  - cannot install both spice-glib-0.35-1.fc28.x86_64 and spice-glib-0.34-5.fc28.x86_64
  - cannot install both spice-glib-0.34-4.fc28.x86_64 and spice-glib-0.35-1.fc28.x86_64
  - cannot install the best update candidate for package virt-viewer-6.0-3.fc28.x86_64
  - cannot install the best update candidate for package spice-glib-0.34-5.fc28.x86_64
 Problem 2: problem with installed package virt-viewer-6.0-3.fc28.x86_64
  - package virt-viewer-6.0-3.fc28.x86_64 requires libspice-controller.so.0()(64bit), but none of the providers can be installed
  - cannot install both spice-glib-0.35-1.fc28.x86_64 and spice-glib-0.34-5.fc28.x86_64
  - cannot install both spice-glib-0.34-4.fc28.x86_64 and spice-glib-0.35-1.fc28.x86_64
  - package spice-gtk3-0.35-1.fc28.x86_64 requires spice-glib(x86-64) = 0.35-1.fc28, but none of the providers can be installed
  - cannot install the best update candidate for package spice-gtk3-0.34-5.fc28.x86_64



Expected results:

There shouldn't be problems listed in the update.


Additional info:

Comment 1 Fedora Update System 2018-07-19 07:12:58 UTC
virt-viewer-6.0-4.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-57a9963e5b

Comment 2 Fabiano Fidêncio 2018-07-19 15:47:15 UTC
*** Bug 1603554 has been marked as a duplicate of this bug. ***

Comment 3 Fedora Update System 2018-07-19 20:21:27 UTC
virt-viewer-6.0-4.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-57a9963e5b

Comment 4 John McNair 2018-07-19 20:28:33 UTC
Thank you for the quick update.  I verified this works for me.  I downloaded the build directly from here:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1128609

I upgraded virt-viewer first:
$ dnf localinstall virt-viewer-6.0-4.fc28.x86_64.rpm 
Fedora 28 - x86_64 - Updates                                                                                                                                                                                              1.9 MB/s |  19 MB     00:09    
Failed to synchronize cache for repo 'mcnair', disabling.
Last metadata expiration check: 0:00:00 ago on Thu 19 Jul 2018 04:24:27 PM EDT.
Dependencies resolved.
==========================================================================================================================================================================================================================================================
 Package                                                       Arch                                                     Version                                                      Repository                                                      Size
==========================================================================================================================================================================================================================================================
Upgrading:
 virt-viewer                                                   x86_64                                                   6.0-4.fc28                                                   @commandline                                                   390 k

Transaction Summary
==========================================================================================================================================================================================================================================================
Upgrade  1 Package

Then I successfully ran dnf upgrade:
$ dnf upgrade
Last metadata expiration check: 0:00:14 ago on Thu 19 Jul 2018 04:24:27 PM EDT.
Dependencies resolved.
==========================================================================================================================================================================================================================================================
 Package                                                       Arch                                                      Version                                                         Repository                                                  Size
==========================================================================================================================================================================================================================================================
Upgrading:
 spice-glib                                                    x86_64                                                    0.35-1.fc28                                                     updates                                                    367 k
 spice-gtk                                                     x86_64                                                    0.35-1.fc28                                                     updates                                                     39 k
 spice-gtk3                                                    x86_64                                                    0.35-1.fc28                                                     updates                                                     70 k

Transaction Summary
==========================================================================================================================================================================================================================================================
Upgrade  3 Packages

Total download size: 476 k
Is this ok [y/N]: y
Downloading Packages:
(1/3): spice-gtk-0.35-1.fc28.x86_64.rpm                                                                                                                                                                                   107 kB/s |  39 kB     00:00    
(2/3): spice-gtk3-0.35-1.fc28.x86_64.rpm                                                                                                                                                                                  118 kB/s |  70 kB     00:00    
(3/3): spice-glib-0.35-1.fc28.x86_64.rpm                                                                                                                                                                                  351 kB/s | 367 kB     00:01    
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                                                     306 kB/s | 476 kB     00:01

Comment 5 Fabiano Fidêncio 2018-07-19 20:49:18 UTC
Nice, please, give the package some karma so it can be pushed to stable as soon as possible. :-)

Comment 6 John McNair 2018-07-19 20:52:24 UTC
Done.  Thanks for that tip.

Comment 7 Fedora Update System 2018-07-20 17:44:24 UTC
virt-viewer-6.0-4.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.


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