[MacPorts] #43911: qemu @2.0.0 Build error: no input files - hw/i386/acpi-dsdt.hex
MacPorts
noreply at macports.org
Thu Jun 5 03:37:35 PDT 2014
#43911: qemu @2.0.0 Build error: no input files - hw/i386/acpi-dsdt.hex
-----------------------+----------------------
Reporter: abusse@… | Owner: raimue@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.0
Resolution: | Keywords:
Port: qemu |
-----------------------+----------------------
Changes (by raimue@…):
* owner: macports-tickets@… => raimue@…
* cc: raimue@… (removed)
Comment:
Hm, I am not able to reproduce this on my system. I assume you have iasl
from the acpica port installed as well? Apparently the QEMU build system
will try to rebuild the ACPI files if you have it installed. I will look
into getting around that.
As a workaround, please try to disable the acpica port temporarily.
{{{
sudo port clean qemu
sudo port deactivate acpica
sudo port install qemu
sudo port activate acpica
}}}
Or, as of MacPorts 2.3.0, you can also try the new trace mode to hide any
unrelated files:
{{{
sudo port clean qemu
sudo port -t install qemu
}}}
--
Ticket URL: <https://trac.macports.org/ticket/43911#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list