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
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list