Bug 1195794

Summary: virt-install rpm missing dependency on pygobject3-base
Product: [Fedora] Fedora Reporter: Mark Hamzy <hamzy>
Component: virt-managerAssignee: Cole Robinson <crobinso>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 21CC: agedosier, berrange, clalancette, crobinso, itamar, jdenemar, jforbes, laine, lars, libvirt-maint, veillard, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: virt-manager-1.1.0-5.git310f6527.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1195860 (view as bug list) Environment:
Last Closed: 2015-04-07 07:28:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1195860    

Description Mark Hamzy 2015-02-24 15:21:37 UTC
Description of problem:

[root@pkvmci824 ~]# rpm -qf `which virt-install`
virt-install-1.1.0-4.git310f6527.fc21.noarch
[root@pkvmci824 ~]# virt-install --connect qemu:///system -r 4096 --accelerate -n f21-base --disk f21-base.qcow2,format=qcow2,size=8,bus=virtio,cache=writeback --cdrom /root/Fedora-Server-DVD-ppc64-21.iso --graphics vnc,listen=0.0.0.0 --noautoconsole --os-type=linux --os-variant=fedora21
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: No module named gi.repository
[root@pkvmci824 ~]# yum install -y pygobject3-base.ppc64
[root@pkvmci824 ~]# virt-install --connect qemu:///system -r 4096 --accelerate -n f21-base --disk f21-base.qcow2,format=qcow2,size=8,bus=virtio,cache=writeback --cdrom /root/Fedora-Server-DVD-ppc64-21.iso --graphics vnc,listen=0.0.0.0 --noautoconsole --os-type=linux --os-variant=fedora21

SUCCESS!

Comment 1 Cole Robinson 2015-02-24 16:24:42 UTC
Thanks for the report, fixed upstream now:

commit 72324a857591e23c9d8998366e2eef337a9fd4e9
Author: Cole Robinson <crobinso>
Date:   Tue Feb 24 11:23:46 2015 -0500

    spec: Add pygobject3-base dep for virt-install (bz 1195794)

Comment 2 Cole Robinson 2015-03-24 23:00:39 UTC
*** Bug 1199345 has been marked as a duplicate of this bug. ***

Comment 3 Fedora Update System 2015-03-27 21:12:26 UTC
virt-manager-1.1.0-5.git310f6527.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/virt-manager-1.1.0-5.git310f6527.fc21

Comment 4 Fedora Update System 2015-03-30 06:59:42 UTC
Package virt-manager-1.1.0-5.git310f6527.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing virt-manager-1.1.0-5.git310f6527.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-4962/virt-manager-1.1.0-5.git310f6527.fc21
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2015-04-07 07:28:04 UTC
virt-manager-1.1.0-5.git310f6527.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.