Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 12:34:04 -0700 (PDT)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jgh@FreeBSD.org
Subject:   ports/190278: deskutils/virt-manager: Missing dependency on devel/py-libvirt
Message-ID:  <5383972c.014d700a.3469.ffffd1a7@mx.google.com>
Resent-Message-ID: <201405261940.s4QJe01G058513@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190278
>Category:       ports
>Synopsis:       deskutils/virt-manager: Missing dependency on devel/py-libvirt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 26 19:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD orwell 11.0-CURRENT FreeBSD 11.0-CURRENT #9 r264665: Fri Apr 18 23:19:11 EEST 2014 root@orwell:/usr/obj/usr/src/sys/ORWELL amd64


	
>Description:
	virt-manager does not have any kind of dependency on py-libvirt, so if the latter is not already installed the virt-manager binary will not launch correctly.
>How-To-Repeat:
	Install deskutils/virt-manager, but not devel/py-libvirt. Run virt-manager and see it fail like this:

Traceback (most recent call last):
File "/usr/local/share/virt-manager/virt-manager.py", line 402, in <module>
  main()
File "/usr/local/share/virt-manager/virt-manager.py", line 256, in main
  from virtManager import cli
File "/usr/local/share/virt-manager/virtManager/cli.py", line 29, in <module>
  import libvirt
ImportError: No module named libvirt
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5383972c.014d700a.3469.ffffd1a7>