RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1291159 - Virt-viewer/spice-gtk miss dependency of usbredir
Summary: Virt-viewer/spice-gtk miss dependency of usbredir
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: spice-gtk
Version: 6.8
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Default Assignee for SPICE Bugs
QA Contact: SPICE QE bug list
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-14 07:50 UTC by tingting zheng
Modified: 2016-05-10 21:20 UTC (History)
9 users (show)

Fixed In Version: spice-gtk-0.26-7.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-10 21:20:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:0832 0 normal SHIPPED_LIVE libgovirt, spice-gtk, usbredir, and virt-viewer bug fix update 2016-05-10 22:41:23 UTC

Description tingting zheng 2015-12-14 07:50:27 UTC
Description of problem:
virt-viewer-2.0-8.el6.x86_64 doesn't work with usbredir-0.5.1-2.el6.x86_64

Version-Release number of selected component (if applicable):
virt-viewer-2.0-8.el6.x86_64
spice-glib-0.26-6.el6.x86_64
spice-server-0.12.4-12.el6.3.x86_64
spice-vdagent-0.14.0-9.el6.x86_64
spice-gtk-0.26-6.el6.x86_64
spice-gtk-python-0.26-6.el6.x86_64
usbredir-0.5.1-2.el6.x86_64

How reproducible:
100%

Steps to Reproduce:
1.Install virt-viewer and spice-gtk with latest version,eg:virt-viewer-2.0-8.el6.x86_64,spice-gtk-0.26-6.el6.x86_64

2.Use virt-viewer to open some guest or show the help:
# virt-viewer rhel7.2 --debug
virt-viewer: symbol lookup error: /usr/lib64/libspice-client-glib-2.0.so.8: undefined symbol: usbredirhost_set_buffered_output_size_cb

# virt-viewer --help
virt-viewer: symbol lookup error: /usr/lib64/libspice-client-glib-2.0.so.8: undefined symbol: usbredirhost_set_buffered_output_size_cb
3.Update usbredir to usbredir-0.5.1-3.el6.x86_64,no such above error info.

Actual results:
As description.

Expected results:
There are dependency for usbredir added for virt-viewer/spice-gtk.

Additional info:

Comment 1 Fabiano Fidêncio 2015-12-14 08:00:17 UTC
The problem was caused due to a fix for Bug 1290749. I have a local patch for spice-gtk (see the diff below) and it will be applied for the next build.

diff --git a/spice-gtk.spec b/spice-gtk.spec
index fcdeace..45a30b9 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -51,6 +51,8 @@ BuildRequires: libtool
 Requires: spice-glib%{?_isa} = %{version}-%{release}
 Requires: gtk2 >= 2.20.0
 Requires: glib2 >= 2.28
+# needed for rhbz#1291159
+Requires: usbredir >= 0.5.1-3
 
 ExclusiveArch: %{ix86} x86_64

Comment 2 Fabiano Fidêncio 2015-12-18 16:09:55 UTC
Moving to the right component.

Comment 8 errata-xmlrpc 2016-05-10 21:20:20 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-0832.html


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