| Summary: | app-emulation/qemu-kvm-0.15.1 missing bios | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Tomáš Chaloupka <chalucha> |
| Component: | New packages | Assignee: | Gentoo QEMU Project <qemu+disabled> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | aklhfex, floppym, marduk, proteuss, shiningarcanine |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 388457 | ||
| Bug Blocks: | |||
|
Description
Tomáš Chaloupka
2011-10-21 20:43:03 UTC
dosym: two arguments needed
change the ebuild like this:
--- /usr/portage/app-emulation/qemu-kvm/qemu-kvm-0.15.1.ebuild~ 2011-10-21 14:01:04.000000000 -0500
+++ /usr/portage/app-emulation/qemu-kvm/qemu-kvm-0.15.1.ebuild 2011-10-22 05:54:41.638739382 -0500
@@ -271,7 +271,7 @@
# Remove SeaBIOS since we're using the SeaBIOS packaged one
rm "${D}/usr/share/qemu/bios.bin"
insinto /usr/share/qemu
- dosym ../seabios/bios.bin
+ dosym ../seabios/bios.bin /usr/share/qemu/bios.bin
}
pkg_postinst() {
*** Bug 388289 has been marked as a duplicate of this bug. *** I can confirm the bug and that the solution makes it work again. *** This bug has been marked as a duplicate of bug 388457 *** |