From: "Andreas Färber" <afaerber@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
qemu-devel@nongnu.org, Blue Swirl <blauwirbel@gmail.com>,
Gerd Hoffmann <kraxel@redhat.com>,
Stefan Hajnoczi <stefanha@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] Makefile: disable parallel build with dtc
Date: Thu, 04 Jul 2013 11:45:18 +0200 [thread overview]
Message-ID: <51D5442E.5030806@suse.de> (raw)
In-Reply-To: <CAFEAcA_YRCDrmYkXENgAfwaEe3ppmAbPwM7ZRd0maAk6EjoePg@mail.gmail.com>
Am 04.07.2013 11:17, schrieb Peter Maydell:
> On 4 July 2013 09:06, Michael S. Tsirkin <mst@redhat.com> wrote:
>> Sometimes I get this error when building with -j 4:
>> ar: two different operation options specified
>> make[1]: *** [libfdt/libfdt.a] Error 1
>> make: *** [subdir-dtc] Error 2
>>
>> dtc make does not seem to support parallel make.
>> Force non-parallel build to fix this.
>
> So, this is the second time somebody's reported this, and
> I think it would be better to try to figure out what's
> going on. Can you report what the actual ar command is
> when run with V=1 ?
>
> Also, can you confirm that you haven't got an environment
> that sets ARFLAGS to something weird (including "") ?
I did confirm that my environment does not have ARFLAGS set; I believe
the issue is that ARFLAGS="$(ARFLAGS)" is being passed in the Makefile,
effectively setting it to "".
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2013-07-04 9:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-04 8:06 [Qemu-devel] [PATCH] Makefile: disable parallel build with dtc Michael S. Tsirkin
2013-07-04 9:17 ` Peter Maydell
2013-07-04 9:45 ` Andreas Färber [this message]
2013-07-04 9:52 ` Peter Maydell
2013-07-04 9:49 ` Michael S. Tsirkin
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=51D5442E.5030806@suse.de \
--to=afaerber@suse.de \
--cc=aliguori@us.ibm.com \
--cc=blauwirbel@gmail.com \
--cc=kraxel@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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).