Comment 0 for bug 1753068

Revision history for this message
Jernej Jakob (jjakob) wrote :

Remote-viewer from package virt-viewer 5.0-1 on Raspbian stretch doesn't work with spice:// connection URL, throws error 'Unsupported graphic type: spice'.
It seems that it's compiled without spice-gtk because even manually installing spice-client-gtk makes no difference.

On debian ( https://packages.debian.org/stretch/virt-viewer )
it has dependencies:

dep: libspice-client-glib-2.0-8 (>= 0.33)
    GObject for communicating with Spice servers (runtime library)

dep: libspice-client-gtk-3.0-5 (>= 0.32)
    GTK3 widget for SPICE clients (runtime library)

virt-viewer on Raspbian doesn't have these dependencies.

Looking at build logs ( https://buildd.raspbian.org/status/fetch.php?pkg=virt-viewer&arch=armhf&ver=5.0-1&stamp=1482066062 ):
WARNING: unrecognized options: --disable-maintainer-mode, --with-gtk

For debian: https://buildd.debian.org/status/fetch.php?pkg=virt-viewer&arch=armhf&ver=5.0-1&stamp=1481142989&raw=0

Both have Build-Depends on libspice-client-gtk-... but only the Debian configure script checks for it:

checking for SPICE_GTK... yes
checking for SPICE_CONTROLLER... yes
checking for SPICE_PROTOCOL... yes

I assume it's a wrong configure option, could this please be checked.