diff options
Diffstat (limited to 'results/classifier/118/none/948')
| -rw-r--r-- | results/classifier/118/none/948 | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/results/classifier/118/none/948 b/results/classifier/118/none/948 new file mode 100644 index 000000000..1140176cc --- /dev/null +++ b/results/classifier/118/none/948 @@ -0,0 +1,62 @@ +user-level: 0.667 +graphic: 0.663 +hypervisor: 0.645 +peripherals: 0.636 +KVM: 0.611 +x86: 0.611 +virtual: 0.581 +ppc: 0.580 +TCG: 0.570 +semantic: 0.566 +VMM: 0.556 +register: 0.552 +debug: 0.531 +permissions: 0.522 +risc-v: 0.521 +device: 0.512 +vnc: 0.510 +architecture: 0.508 +socket: 0.503 +performance: 0.502 +i386: 0.491 +mistranslation: 0.479 +files: 0.469 +PID: 0.469 +network: 0.466 +arm: 0.419 +boot: 0.417 +kernel: 0.396 +assembly: 0.396 + +7.0.0-rc1, -rc2 cannot build - config-poison.h is not generated +Description of problem: +`make` halts with: + +``` +[557/2583] Generating module_block.h with a custom command +[558/2583] Generating block-gen.c with a custom command +[559/2583] Generating x86_64-softmmu-gdbstub-xml.c with a custom command (wrapped by meson to capture output) +[560/2583] Compiling C object libpage-vary-common.a.p/page-vary-common.c.o +[561/2583] Generating trace-target_sparc.c with a custom command +[562/2583] Generating trace-target_s390x_kvm.c with a custom command +ninja: job failed: clang -m64 -mcx16 -Ilibpage-vary-common.a.p -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -flto -fcolor-diagnostics -Wall -Winvalid-pch -std=gnu11 -O2 -g -isystem /home/dummy/qemu-7.0.0-rc2/linux-headers -isystem linux-headers -iquote . -iquote /home/dummy/qemu-7.0.0-rc2 -iquote /home/dummy/qemu-7.0.0-rc2/include -iquote /home/dummy/qemu-7.0.0-rc2/disas/libvixl -iquote /home/dummy/qemu-7.0.0-rc2/tcg/i386 -pthread -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wno-initializer-overrides -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-string-plus-int -Wno-typedef-redefinition -Wno-tautological-type-limit-compare -Wno-psabi -fstack-protector-strong -fsanitize=cfi-icall -fsanitize-cfi-icall-generalize-pointers -fPIE -fno-lto -fno-sanitize=cfi-icall -MD -MQ libpage-vary-common.a.p/page-vary-common.c.o -MF libpage-vary-common.a.p/page-vary-common.c.o.d -o libpage-vary-common.a.p/page-vary-common.c.o -c ../page-vary-common.c +In file included from ../page-vary-common.c:22: +In file included from /home/dummy/qemu-7.0.0-rc2/include/qemu/osdep.h:34: +/home/dummy/qemu-7.0.0-rc2/include/exec/poison.h:7:10: fatal error: 'config-poison.h' file not found +#include "config-poison.h" + ^~~~~~~~~~~~~~~~~ +1 error generated. +ninja: subcommand failed +make[1]: *** [Makefile:163: run-ninja] Error 1 +make[1]: Leaving directory '/home/dummy/qemu-7.0.0-rc2/build' +make: *** [GNUmakefile:11: all] Error 2 + +``` + +It seems that `config-poison.h` is not generated in `configure` and is not explicitly a dependency for some of necessary object file. +Steps to reproduce: +1. `docker pull alpine:3.15` +2. `docker build -t qemubad .` with the attached dockerfile +Additional information: +6.2.0 is good +7.0.0-rc0, 7.0.0-rc1, 7.0.0-rc2 exhibits the issue |