[Pkg-libvirt-maintainers] Bug#736547: Bug#736547: virt-manager: Need to depend on gir1.2-libvirt-glib-1.0

Daniel Schröter d.schroeter at gmx.de
Sat Jan 25 08:36:13 UTC 2014


On 01/24/2014 10:38 PM, Guido Günther wrote:
> On Fri, Jan 24, 2014 at 10:01:03PM +0100, Daniel Schröter wrote:
>> On 01/24/2014 09:20 PM, Daniel Schröter wrote:
>>> After I installed gir1.2-libvirt-glib-1.0 it does start fine.
>>
>> Sorry. Does not start. But the error has been gone.
>> There is an other error. So please depend on gir1.2-libvirt-glib-1.0 and
>> someone will find a solution for the next error ;-)
> 
> Try --debug on the command line.

without gir1.2-libvirt-glib-1.0:
$ virt-manager --debug
ERROR:root:Could not find any typelib for LibvirtGLib
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager", line 33, in <module>
    from gi.repository import LibvirtGLib
ImportError: cannot import name LibvirtGLib


with installed gir1.2-libvirt-glib-1.0
$ virt-manager --debug
2014-01-25 09:34:54,718 (cliutils:75): virt-manager startup
2014-01-25 09:34:54,718 (virt-manager:199): Launched as:
['/usr/share/virt-manager/virt-manager', '--debug']
2014-01-25 09:34:54,719 (virt-manager:200): virt-manager version: 0.10.0
2014-01-25 09:34:54,719 (virt-manager:201): virtManager import: <module
'virtManager' from '/usr/share/virt-manager/virtManager/__init__.pyc'>
2014-01-25 09:34:54,768 (virt-manager:247): GTK version: 3.8.6
2014-01-25 09:34:54,794 (importer:51): Could not find any typelib for GtkVnc
2014-01-25 09:34:54,795 (virt-manager:55): Error starting virt-manager
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager", line 303, in <module>
    main()
  File "/usr/share/virt-manager/virt-manager", line 267, in main
    from virtManager.engine import vmmEngine
  File "/usr/share/virt-manager/virtManager/engine.py", line 45, in <module>
    from virtManager.details import vmmDetails
  File "/usr/share/virt-manager/virtManager/details.py", line 37, in
<module>
    from virtManager.console import vmmConsolePages
  File "/usr/share/virt-manager/virtManager/console.py", line 27, in
<module>
    from gi.repository import GtkVnc

ImportError: cannot import name GtkVnc


Bye



More information about the Pkg-libvirt-maintainers mailing list