Bug 1195794 - virt-install rpm missing dependency on pygobject3-base
Summary: virt-install rpm missing dependency on pygobject3-base
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: virt-manager
Version: 21
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Cole Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1199345 (view as bug list)
Depends On:
Blocks: 1195860
TreeView+ depends on / blocked
 
Reported: 2015-02-24 15:21 UTC by Mark Hamzy
Modified: 2015-04-07 07:28 UTC (History)
12 users (show)

Fixed In Version: virt-manager-1.1.0-5.git310f6527.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1195860 (view as bug list)
Environment:
Last Closed: 2015-04-07 07:28:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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