diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:24:58 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:27:06 +0000 |
| commit | 33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch) | |
| tree | 406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1373362 | |
| parent | adedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff) | |
| download | qemu-analysis-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz qemu-analysis-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip | |
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1373362')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1373362 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1373362 b/results/scraper/launchpad-without-comments/1373362 new file mode 100644 index 000000000..72a3426f9 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1373362 @@ -0,0 +1,27 @@ +qemu-2.1.1 i386-softmmu compile error: q35_dsdt_applesmc_sta undeclared + +I try to compile qemu-2.1.1 (Gentoo/x86), but the i386-softmmu fails to compile: + + CPP i386-softmmu/q35-acpi-dsdt.dsl.i.orig + ACPI_PREPROCESS i386-softmmu/q35-acpi-dsdt.dsl.i + IASL i386-softmmu/q35-acpi-dsdt.dsl.i + ACPI_EXTRACT i386-softmmu/q35-acpi-dsdt.off + CAT i386-softmmu/hw/i386/q35-acpi-dsdt.hex + CC i386-softmmu/hw/i386/acpi-build.o +/tmp/portage/app-emulation/qemu-2.1.1/work/qemu-2.1.1/hw/i386/acpi-build.c: In function 'acpi_get_dsdt': +/tmp/portage/app-emulation/qemu-2.1.1/work/qemu-2.1.1/hw/i386/acpi-build.c:119:24: error: 'q35_dsdt_applesmc_sta' undeclared (first use in this function) + applesmc_sta = q35_dsdt_applesmc_sta; + ^ +/tmp/portage/app-emulation/qemu-2.1.1/work/qemu-2.1.1/hw/i386/acpi-build.c:119:24: note: each undeclared identifier is reported only once for each function it appears in +make[1]: *** [hw/i386/acpi-build.o] Error 1 +make: *** [subdir-i386-softmmu] Error 2 + +Something seems to go wrong when generating the file i386-softmmu/hw/i386/q35-acpi-dsdt.hex: + +# grep -r q35_dsdt_applesmc_sta ../ +../softmmu-build/x86_64-softmmu/q35-acpi-dsdt.dsl.i:/* ACPI_EXTRACT_NAME_BYTE_CONST q35_dsdt_applesmc_sta */ +../softmmu-build/x86_64-softmmu/q35-acpi-dsdt.dsl.i.orig: ACPI_EXTRACT_NAME_BYTE_CONST q35_dsdt_applesmc_sta +../softmmu-build/i386-softmmu/q35-acpi-dsdt.dsl.i:/* ACPI_EXTRACT_NAME_BYTE_CONST q35_dsdt_applesmc_sta */ +../softmmu-build/i386-softmmu/q35-acpi-dsdt.dsl.i.orig: ACPI_EXTRACT_NAME_BYTE_CONST q35_dsdt_applesmc_sta +../hw/i386/acpi-build.c: applesmc_sta = q35_dsdt_applesmc_sta; +../hw/i386/q35-acpi-dsdt.dsl:#define DSDT_APPLESMC_STA q35_dsdt_applesmc_sta \ No newline at end of file |