qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [Qemu-devel] [PULL 0/4] Build system patches for 2019-07-02
Date: Tue, 9 Jul 2019 14:24:37 +0200	[thread overview]
Message-ID: <c6461870-1e9a-54a4-3d9f-dfde8014251b@redhat.com> (raw)
In-Reply-To: <89290c81-ea80-a84d-fced-86764cab23ff@redhat.com>

On 7/5/19 2:32 PM, Philippe Mathieu-Daudé wrote:
> Hi Markus,
> 
> On 7/2/19 1:34 PM, Markus Armbruster wrote:
>> The following changes since commit ab200dafc0e8a9925bb0ad0be478621f5f117c95:
>>
>>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-07-02 10:17:54 +0100)
>>
>> are available in the Git repository at:
>>
>>   git://repo.or.cz/qemu/armbru.git tags/pull-build-2019-07-02
>>
>> for you to fetch changes up to b7f9b1b7fc9a00ab6e5f46555e87166533292576:
>>
>>   Makefile: Reuse all's recursion machinery for clean and install (2019-07-02 12:48:40 +0200)
>>
>> ----------------------------------------------------------------
>> Build system patches for 2019-07-02
>>
>> ----------------------------------------------------------------
>> Markus Armbruster (4):
>>       Makefile: Remove code to smooth transition to config.status
>>       Makefile: Drop bogus cleaning of $(ALL_SUBDIRS)/qemu-options.def
>>       Makefile: Rename targets for make recursion
>>       Makefile: Reuse all's recursion machinery for clean and install
> 
> I wonder if some rule is missing, I did:
> 
> $ mkdir build
> $ cd build
> $ ../configure --python=python3 \
>   --disable-tools \
>   --enable-trace-backends=log \
>   --extra-cflags=-ggdb --enable-debug \
>   --target-list=arm-softmmu
> $ make check-tcg
> [...]
>   CC      arm-softmmu/target/arm/iwmmxt_helper.o
>   CC      arm-softmmu/target/arm/vec_helper.o
>   CC      arm-softmmu/target/arm/neon_helper.o
>   CC      arm-softmmu/target/arm/m_helper.o
>   CC      arm-softmmu/target/arm/psci.o
>   GEN     trace/generated-helpers.c
> make[1]: *** No rule to make target '../blockdev.o', needed by
> 'qemu-system-arm'.  Stop.
> make[1]: *** Waiting for unfinished jobs....
>   CC      arm-softmmu/trace/control-target.o
> make: *** [tests/Makefile.include:1073: run-tcg-tests-arm-softmmu] Error 2
> $ make arm-softmmu/all
>   CC      authz/base.o
>   CC      authz/simple.o
>   CC      authz/list.o
>   CC      authz/listfile.o
>   CC      authz/pamacct.o
>   CC      block.o
>   CC      blockjob.o
>   CC      job.o
>   CC      qemu-io-cmds.o
>   CC      replication.o
>   CC      block/raw-format.o
>   CC      block/vmdk.o
>   CC      block/vpc.o
>   CC      block/qcow.o
>   CC      block/vdi.o
>   CC      block/cloop.o
>   CC      block/bochs.o
> ^C
> $ make check-tcg
>   BUILD   debian9
>   BUILD   debian-armhf-cross
>   BUILD   TCG tests for arm-softmmu
>   CHECK   debian9
>   CHECK   debian-armhf-cross
>   BUILD   arm guest-tests with docker qemu:debian-armhf-cross
>   RUN     TCG tests for arm-softmmu
>   CHECK   debian9
>   CC      arm-softmmu/gdbstub-xml.o
>   CC      arm-softmmu/target/arm/vfp_helper.o
>   CC      arm-softmmu/target/arm/translate.o
> make[1]: *** No rule to make target '../hw/net/e1000.o', needed by
> 'qemu-system-arm'.  Stop.
> make[1]: *** Waiting for unfinished jobs....
> make: *** [tests/Makefile.include:1073: run-tcg-tests-arm-softmmu] Error 2

I forgot to tell, since I'm using a 4 cores (x2 threads) host CPU, I
added this to my ~/.bash_aliases:

alias make='make -j8 -l7.5'

> Any idea?
> 


      reply	other threads:[~2019-07-09 12:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-02 11:34 [Qemu-devel] [PULL 0/4] Build system patches for 2019-07-02 Markus Armbruster
2019-07-02 11:34 ` [Qemu-devel] [PULL 1/4] Makefile: Remove code to smooth transition to config.status Markus Armbruster
2019-07-02 11:34 ` [Qemu-devel] [PULL 2/4] Makefile: Drop bogus cleaning of $(ALL_SUBDIRS)/qemu-options.def Markus Armbruster
2019-07-02 11:34 ` [Qemu-devel] [PULL 3/4] Makefile: Rename targets for make recursion Markus Armbruster
2019-07-02 11:34 ` [Qemu-devel] [PULL 4/4] Makefile: Reuse all's recursion machinery for clean and install Markus Armbruster
2019-07-05 21:31   ` Christian Borntraeger
2019-07-09 11:55     ` Markus Armbruster
2019-07-09 11:58     ` [Qemu-devel] make distclean /clean does not work on fresh repository (was: Re: Makefile: Reuse all's recursion machinery for clean and install) Christian Borntraeger
2019-07-09 13:39       ` [Qemu-devel] make distclean /clean does not work on fresh repository Markus Armbruster
2019-07-02 14:28 ` [Qemu-devel] [PULL 0/4] Build system patches for 2019-07-02 no-reply
2019-07-02 20:42 ` no-reply
2019-07-02 23:14 ` Peter Maydell
2019-07-03  5:18   ` Markus Armbruster
2019-07-03 10:17     ` Peter Maydell
2019-07-03 11:03       ` Markus Armbruster
2019-07-03  4:18 ` no-reply
2019-07-05 12:32 ` Philippe Mathieu-Daudé
2019-07-09 12:24   ` Philippe Mathieu-Daudé [this message]

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=c6461870-1e9a-54a4-3d9f-dfde8014251b@redhat.com \
    --to=philmd@redhat.com \
    --cc=armbru@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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).