summary refs log tree commit diff stats
path: root/results/classifier/118/hypervisor/463
blob: c5d02d8aaa1f81c341aa34118b2f89cb0076fe25 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
hypervisor: 0.877
performance: 0.873
peripherals: 0.868
TCG: 0.860
VMM: 0.853
user-level: 0.852
i386: 0.851
virtual: 0.846
debug: 0.836
ppc: 0.832
register: 0.825
permissions: 0.816
device: 0.811
risc-v: 0.808
architecture: 0.801
arm: 0.791
graphic: 0.789
KVM: 0.788
boot: 0.782
vnc: 0.780
PID: 0.762
files: 0.748
x86: 0.742
socket: 0.738
assembly: 0.737
kernel: 0.734
semantic: 0.732
network: 0.712
mistranslation: 0.647

[Build][git]Build process stop in libqemuutil.a.p/qobject_json-streamer.c.o
Description of problem:
Hello.

I tried qemu to get build with revision 9aef0954195cc592e86846dbbe7f3c2c5603690a but it stops really quick at task 238/9335.

Here is the beginning of the error log:

```
[238/9335] Compiling C object libqemuutil.a.p/qobject_json-streamer.c.o
FAILED: libqemuutil.a.p/qobject_json-streamer.c.o 
cc -Ilibqemuutil.a.p -I. -I.. -Isubprojects/libvhost-user -I../subprojects/libvhost-user -Itrace -Iqapi -Iui -Iui/shader -I/usr/include/p11-kit-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/pixman-1 -fdiagnostics-color=auto -pipe -Wall -Winvalid-pch -std=gnu11 -O2 -g -isystem /build/qemu-git/src/qemu/linux-headers -isystem linux-headers -iquote . -iquote /build/qemu-git/src/qemu -iquote /build/qemu-git/src/qemu/include -iquote /build/qemu-git/src/qemu/disas/libvixl -iquote /build/qemu-git/src/qemu/tcg/i386 -pthread -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -m64 -mcx16 -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-declaration -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -MD -MQ libqemuutil.a.p/qobject_json-streamer.c.o -MF libqemuutil.a.p/qobject_json-streamer.c.o.d -o libqemuutil.a.p/qobject_json-streamer.c.o -c ../qobject/json-streamer.c
In file included from ../qobject/json-streamer.c:14:
/build/qemu-git/src/qemu/include/qemu/osdep.h:259:58: error: operator '&&' has no right operand
  259 | #if defined(HAVE_BROKEN_SIZE_MAX) && HAVE_BROKEN_SIZE_MAX
      |   
```
Steps to reproduce:
1. Grab qemu-git code at commit 9aef0954195cc592e86846dbbe7f3c2c5603690a
2. use these configure options: --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/qemu --smbd=/usr/bin/smbd --enable-modules --enable-sdl --disable-werror --enable-vhost-user --enable-slirp=system --enable-xfsctl --audio-drv-list="pa alsa sdl"
3. run building process.
Additional information:
Attaching full build log.

I'm using gcc 11.1.0. My last complete build was based on commit 9bef7ea9