qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Claudio Fontana <cfontana@suse.de>
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 12:27:47 +0200	[thread overview]
Message-ID: <41c09bb2-1704-47c0-9638-9f1eff010e8c@redhat.com> (raw)
In-Reply-To: <c9971e27-fded-3e5d-d489-b1fb539b8ec1@suse.de>

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	other threads:[~2020-09-02 10:29 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 [this message]
2020-09-02 13:02   ` Claudio Fontana
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=41c09bb2-1704-47c0-9638-9f1eff010e8c@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=cfontana@suse.de \
    --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).