Bug 190278 - deskutils/virt-manager: Missing dependency on devel/py-libvirt
Summary: deskutils/virt-manager: Missing dependency on devel/py-libvirt
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-26 20:40 UTC by Raphael Kubo da Costa
Modified: 2014-06-02 15:14 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-05-26 20:40:00 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-26 20:40:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-06-02 14:53:52 UTC
A commit references this bug:

Author: jgh
Date: Mon Jun  2 14:53:33 UTC 2014
New revision: 356233
URL: http://svnweb.freebsd.org/changeset/ports/356233

Log:
  - bring in dependency of devel/py-libvirt

  PR:		ports/190278
  Submitted by:	rakuco@

Changes:
  head/deskutils/virt-manager/Makefile
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2014-06-02 15:14:56 UTC
Committed, Thanks!