Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690820 - =app-emulation/virt-manager-2.2.0: Namespace GtkSource not available
Summary: =app-emulation/virt-manager-2.2.0: Namespace GtkSource not available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-27 13:31 UTC by David Roman
Modified: 2019-07-28 18:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Roman 2019-07-27 13:31:02 UTC
When trying to add a new virtual machine the next exception is raised


[Sat, 27 Jul 2019 15:28:39 virt-manager 19483] DEBUG (cli:197) Uncaught exception:
Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/manager.py", line 456, in new_vm
    from .createvm import vmmCreateVM
  File "/usr/share/virt-manager/virtManager/createvm.py", line 31, in <module>
    from .storagebrowse import vmmStorageBrowser
  File "/usr/share/virt-manager/virtManager/storagebrowse.py", line 11, in <module>
    from .hoststorage import vmmHostStorage
  File "/usr/share/virt-manager/virtManager/hoststorage.py", line 17, in <module>
    from .createpool import vmmCreatePool
  File "/usr/share/virt-manager/virtManager/createpool.py", line 18, in <module>
    from .xmleditor import vmmXMLEditor
  File "/usr/share/virt-manager/virtManager/xmleditor.py", line 6, in <module>
    gi.require_version('GtkSource', '4')
  File "/usr/lib64/python3.6/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GtkSource not available
Comment 1 Mart Raudsepp gentoo-dev 2019-07-27 16:21:12 UTC
That's missing a USE=introspection requirement on x11-libs/gtksourceview
Comment 2 Larry the Git Cow gentoo-dev 2019-07-28 18:21:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5221b9bc85d613b98d77311d93dd67506e6fcc

commit ef5221b9bc85d613b98d77311d93dd67506e6fcc
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2019-07-28 18:15:51 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2019-07-28 18:21:33 +0000

    app-emulation/virt-manager: fix dependencies
    
    Closes: https://bugs.gentoo.org/690820
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 app-emulation/virt-manager/virt-manager-2.2.0.ebuild | 2 +-
 app-emulation/virt-manager/virt-manager-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)