Opened 10 years ago

Closed 8 years ago

#43911 closed defect (fixed)

qemu @2.0.0 Build error: no input files - hw/i386/acpi-dsdt.hex

Reported by: abusse@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.3.0
Keywords: Cc: abusse@…
Port: qemu

Description

Building qemu fails with missing input files for hw/i386/acpi-dsdt.hex (see attached log file).

Attachments (1)

main.log (884.6 KB) - added by abusse@… 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by abusse@…

Attachment: main.log added

comment:1 Changed 10 years ago by abusse@…

Cc: abusse@… added

Cc Me!

comment:2 Changed 10 years ago by raimue (Rainer Müller)

Cc: raimue@… removed
Owner: changed from macports-tickets@… to raimue@…

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

comment:3 Changed 10 years ago by abusse@…

Yes, I have iasl installed. Running port with the -t option worked and got qemu installed. Thank you very much!

comment:4 Changed 8 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: newclosed

Use of iasl disabled in r142229.

Note: See TracTickets for help on using tickets.