qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* meson build failure, configure without tcg, fixed by running make again
@ 2020-09-02 10:03 Claudio Fontana
  2020-09-02 10:27 ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Claudio Fontana @ 2020-09-02 10:03 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel


Hi Paolo,

there seems to be some parallelism or race condition somewhere?

with master, commit 8d90bfc5c31ad60f6049dd39be636b06bc00b652
I am doing:

mkdir build-nontcg
cd build-nontcg
../configure --disable-tcg --enable-kvm --enable-hax
make -j120
make -j120 check

I am getting:

Compiling C object tests/qtest/libqos/libqos.a.p/arm-n800-machine.c.o
In file included from ../tests/qtest/libqos/libqtest.h:20:0,
                 from ../tests/qtest/libqtest.c:23:
/dev/shm/cfontana/qemu/include/qapi/qmp/qobject.h:35:10: fatal error: qapi/qapi-builtin-types.h: No such file or directory
 #include "qapi/qapi-builtin-types.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from ../tests/qtest/libqos/libqtest.h:20:0,
                 from ../tests/qtest/libqos/i2c.h:12,
                 from ../tests/qtest/libqos/i2c.c:10:
/dev/shm/cfontana/qemu/include/qapi/qmp/qobject.h:35:10: fatal error: qapi/qapi-builtin-types.h: No such file or directory
 #include "qapi/qapi-builtin-types.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from ../tests/qtest/libqos/libqtest.h:20:0,
                 from ../tests/qtest/libqos/malloc.h:17,
                 from ../tests/qtest/libqos/malloc.c:14:
/dev/shm/cfontana/qemu/include/qapi/qmp/qobject.h:35:10: fatal error: qapi/qapi-builtin-types.h: No such file or directory
 #include "qapi/qapi-builtin-types.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from ../tests/qtest/libqos/libqtest.h:20:0,
                 from ../tests/qtest/libqos/e1000e.c:20:
/dev/shm/cfontana/qemu/include/qapi/qmp/qobject.h:35:10: fatal error: qapi/qapi-builtin-types.h: No such file or directory
 #include "qapi/qapi-builtin-types.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../tests/qtest/libqos/libqtest.h:20:0,
                 from ../tests/qtest/libqos/usb.c:15:
/dev/shm/cfontana/qemu/include/qapi/qmp/qobject.h:35:10: fatal error: qapi/qapi-builtin-types.h: No such file or directory
 #include "qapi/qapi-builtin-types.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
compilation terminated.
make: *** [Makefile.ninja:816: tests/qtest/libqos/libqos.a.p/.._libqtest.c.o] Error 1
make: *** Waiting for unfinished jobs....

make: *** [Makefile.ninja:833: tests/qtest/libqos/libqos.a.p/i2c.c.o] Error 1
Compiling C object tests/qtest/libqos/libqos.a.p/arm-sabrelite-machine.c.o
Compiling C object tests/qtest/libqos/libqos.a.p/arm-raspi2-machine.c.o
In file included from ../tests/qtest/libqos/libqtest.h:20:0,
                 from ../tests/qtest/libqos/virtio-mmio.c:11:
/dev/shm/cfontana/qemu/include/qapi/qmp/qobject.h:35:10: fatal error: qapi/qapi-builtin-types.h: No such file or directory
 #include "qapi/qapi-builtin-types.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../tests/qtest/libqos/libqtest.h:20:0,
                 from ../tests/qtest/libqos/pci-pc.c:14:
/dev/shm/cfontana/qemu/include/qapi/qmp/qobject.h:35:10: fatal error: qapi/qapi-builtin-types.h: No such file or directory
 #include "qapi/qapi-builtin-types.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
compilation terminated.

(repeated many many times).

This is fixed by re-running

make -j120

Ciao,

Claudio

-- 
Claudio Fontana
Engineering Manager Virtualization, SUSE Labs Core

SUSE Software Solutions Italy Srl


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-09 11:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02 10:03 meson build failure, configure without tcg, fixed by running make again Claudio Fontana
2020-09-02 10:27 ` Paolo Bonzini
2020-09-02 13:02   ` Claudio Fontana
2020-09-09 10:56     ` Claudio Fontana
2020-09-09 11:06       ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).