Bug 1164922 - virt-install requires libosinfo
Summary: virt-install requires libosinfo
Keywords:
Status: CLOSED DUPLICATE of bug 1159370
Alias: None
Product: Fedora
Classification: Fedora
Component: virt-manager
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Cole Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-17 21:28 UTC by Lars Kellogg-Stedman
Modified: 2014-11-17 21:46 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-17 21:46:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Lars Kellogg-Stedman 2014-11-17 21:28:47 UTC
Description of problem:

virt-install requires but does not have a depdency on libosinfo; running virt-install without libosinfo installed yields:

Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-install", line 29, in <module>
    import virtinst
  File "/usr/share/virt-manager/virtinst/__init__.py", line 85, in <module>
    from virtinst.distroinstaller import DistroInstaller
  File "/usr/share/virt-manager/virtinst/distroinstaller.py", line 28, in <module>
    from . import osdict
  File "/usr/share/virt-manager/virtinst/osdict.py", line 26, in <module>
    from gi.repository import Libosinfo as libosinfo
ImportError: cannot import name Libosinfo

After installing libosinfo, virt-install runs without errors.

Version-Release number of selected component (if applicable):

virt-install-1.1.0-3.git310f6527.fc21.noarch

Comment 1 Cole Robinson 2014-11-17 21:46:51 UTC

*** This bug has been marked as a duplicate of bug 1159370 ***


Note You need to log in before you can comment on or make changes to this bug.