Summary: | app-emulation/genymotion-bin fails to find qemu-img, even though it is installed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ryan D. Knutson <ryanknut> |
Component: | Current packages | Assignee: | Marco Genasci <fedeliallalinea> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/29628 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ryan D. Knutson
2023-02-05 10:46:07 UTC
Do not copy arch teams on bug reports. I didn't add support for qemu because is marked as experimental [1]. As workaround you can create the directory /opt/genymotion/qemu/bin and symlink qemu-img and qemu-system-x86_64 exacutables: # mkdir -p /opt/genymotion/qemu/bin # cd /opt/genymotion/qemu/bin # ln -s ../../../../usr/bin/qemu-system-x86_64 qemu-system-x86_64 # ln -s ../../../../usr/bin/qemu-img qemu-img If you confirm that works I can push a new pull request for add qemu support. [1] https://support.genymotion.com/hc/en-us/articles/360005432518-What-are-Genymotion-Desktop-requirements- The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2ef350ee509ff4d3a4d20cab53050568d0ab04 commit 2d2ef350ee509ff4d3a4d20cab53050568d0ab04 Author: Marco Genasci <fedeliallalinea@gmail.com> AuthorDate: 2023-02-17 10:48:38 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2023-02-26 08:00:35 +0000 app-emulation/genymotion-bin: add qemu hypervisor support Closes: https://bugs.gentoo.org/893284 Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29628 Signed-off-by: Joonas Niilola <juippis@gentoo.org> .../genymotion-bin/genymotion-bin-3.3.2-r1.ebuild | 160 +++++++++++++++++++++ 1 file changed, 160 insertions(+) |