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
That's missing a USE=introspection requirement on x11-libs/gtksourceview
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(-)