[virt-tools-list] gentoo, virt-manager 1.0.1 & **9999

Martin Kletzander mkletzan at redhat.com
Wed Oct 1 12:17:04 UTC 2014


On Wed, Oct 01, 2014 at 09:22:42AM +0200, Marko Weber | 8000 wrote:
>
>hello list,
>
>on a gentoo server i installed virt-manager 1.0.1 & **9999 (git).
>On both packages i cant fire up "virt-manager". seems it is missing.
>
>/usr
>/usr/bin
>/usr/bin/virt-clone
>/usr/bin/virt-convert
>/usr/bin/virt-install
>/usr/bin/virt-xml
>
>these are the only executables i get after install.
>

This belongs to Gentoo bugzilla, because upstream is not handling
gentoo ebuilds.  Well, it _would_ belong if it was a bug.  Anyway,
this is pretty simple, so I'll help you with this one ;)

If you look at the ebuild, there are these lines at the end:

pkg_preinst() {
    if use gtk; then
        ...
    else
        rm -rf "${ED}/usr/share/virt-manager/virtManager"
        rm -f "${ED}/usr/share/virt-manager/virt-manager"
        rm -rf "${ED}/usr/share/virt-manager/ui/"
        rm -rf "${ED}/usr/share/virt-manager/icons/"
        rm -rf "${ED}/usr/share/man/man1/virt-manager.1*"
        rm -rf "${ED}/usr/share/icons/"
        rm -rf "${ED}/usr/share/applications/virt-manager.desktop"
        rm -rf "${ED}/usr/bin/virt-manager"
    fi
}

If that doesn't help you, then another hint is that you need to enable
the "gtk" use flag in order to have the GUI tool (and not just the
other tools) installed.

Have a nice day,
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20141001/0acb5461/attachment.sig>


More information about the virt-tools-list mailing list