summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/948.toml
blob: 2b0d99bcaa6da337cc4884c23b0c4544c740771d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
id = 948
title = "7.0.0-rc1, -rc2 cannot build - config-poison.h is not generated"
state = "closed"
created_at = "2022-03-30T08:23:36.210Z"
closed_at = "2022-04-02T17:38:46.613Z"
labels = ["Build System", "workflow::In Progress"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/948"
host-os = "n/a"
host-arch = "n/a"
qemu-version = "n/a"
guest-os = "n/a"
guest-arch = "n/a"
description = """`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."""
reproduce = """1. `docker pull alpine:3.15`
2. `docker build -t qemubad .` with the attached dockerfile"""
additional = """6.2.0 is good
7.0.0-rc0, 7.0.0-rc1, 7.0.0-rc2 exhibits the issue"""