On 02/09/20 12:03, Claudio Fontana wrote:
> 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:

Yes:

diff --git a/tests/qtest/libqos/meson.build b/tests/qtest/libqos/meson.build
index 19931b9248..268ea23803 100644
--- a/tests/qtest/libqos/meson.build
+++ b/tests/qtest/libqos/meson.build
@@ -52,6 +52,6 @@ libqos = static_library('qos',
         'arm-xilinx-zynq-a9-machine.c',
         'ppc64_pseries-machine.c',
         'x86_64_pc-machine.c',
-), build_by_default: false)
+) + genh, build_by_default: false)
 
 qos = declare_dependency(link_whole: libqos)

Paolo


Reply via email to