qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: meson build failure, configure without tcg, fixed by running make ag


From: Claudio Fontana
Subject: Re: meson build failure, configure without tcg, fixed by running make again
Date: Wed, 2 Sep 2020 15:02:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/2/20 12:27 PM, Paolo Bonzini wrote:
> 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
> 

Hi Paolo,

this one worked for me just fine, I did not try your latest patch which is a 
bit different.

Ciao,

Claudio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]