From: Claudio Fontana <cfontana@suse.de>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: meson build failure, configure without tcg, fixed by running make again
Date: Wed, 2 Sep 2020 15:02:43 +0200 [thread overview]
Message-ID: <462d6cfa-f4ba-d001-200b-9fc017f7e2fc@suse.de> (raw)
In-Reply-To: <41c09bb2-1704-47c0-9638-9f1eff010e8c@redhat.com>
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
next prev parent reply other threads:[~2020-09-02 13:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2020-09-09 10:56 ` Claudio Fontana
2020-09-09 11:06 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=462d6cfa-f4ba-d001-200b-9fc017f7e2fc@suse.de \
--to=cfontana@suse.de \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).