From: Paolo Bonzini <pbonzini@redhat.com>
To: Fam Zheng <famz@redhat.com>, Sean Bruno <sbruno@freebsd.org>,
Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk
Date: Mon, 16 Jun 2014 12:08:23 +0200 [thread overview]
Message-ID: <539EC217.9070909@redhat.com> (raw)
In-Reply-To: <20140616091227.GF1943@T430.nay.redhat.com>
Il 16/06/2014 11:12, Fam Zheng ha scritto:
> On Mon, 06/16 08:36, Peter Maydell wrote:
>> On 15 June 2014 21:47, Sean Bruno <sbruno@freebsd.org> wrote:
>>> In c5cb1afc4675bf5ff66e7a149d2a8cffba2eaa9e rules.mk change was causing
>>> complete failure on bsd-user when not using --disable-curl
>>>
>>> Signed-off-by: Sean Bruno <sbruno@freebsd.org>
>>> ---
>>> rules.mak | 3 ++-
>>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/rules.mak b/rules.mak
>>> index dde8e00..4a33c27 100644
>>> --- a/rules.mak
>>> +++ b/rules.mak
>>> @@ -22,7 +22,8 @@ QEMU_DGFLAGS += -MMD -MP -MT $@ -MF $(*D)/$(*F).d
>>> # Same as -I$(SRC_PATH) -I., but for the nested source/object directories
>>> QEMU_INCLUDES += -I$(<D) -I$(@D)
>>>
>>> -extract-libs = $(strip $(sort $(foreach o,$1,$($o-libs))))
>>> +extract-libs = $(strip $(sort $(foreach o,$1,$($o-libs))) \
>>> + $(foreach o,$(call expand-objs,$1),$($o-libs)))
>>> expand-objs = $(strip $(sort $(filter %.o,$1)) \
>>> $(foreach o,$(filter %.mo,$1),$($o-objs)) \
>>> $(filter-out %.o %.mo,$1))
>>
>> Fam, Paolo: looks like this extract-libs rune is stil causing
>> problems :-(
>
> Sean, could you show the configure command line?
Also please attach the "make V=1" output and config-host.mak file.
Paolo
next prev parent reply other threads:[~2014-06-16 10:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-15 20:47 [Qemu-devel] [PATCH 0/3 v2] bsd-user: Fix linking/dependency issues Sean Bruno
2014-06-15 20:47 ` [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk Sean Bruno
2014-06-16 7:36 ` Peter Maydell
2014-06-16 9:12 ` Fam Zheng
2014-06-16 10:08 ` Paolo Bonzini [this message]
2014-06-16 13:55 ` Sean Bruno
2014-06-16 13:58 ` Sean Bruno
2014-06-16 14:15 ` Paolo Bonzini
2014-06-16 14:20 ` Sean Bruno
2014-06-16 14:57 ` Peter Maydell
2014-06-15 20:47 ` [Qemu-devel] [PATCH 2/3 v2] bsd-user: Add patches to fix AES_* link errors Sean Bruno
2014-06-15 20:47 ` [Qemu-devel] [PATCH 3/3 v2] bsd-user: Implement strace support for getcwd syscall Sean Bruno
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=539EC217.9070909@redhat.com \
--to=pbonzini@redhat.com \
--cc=famz@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=sbruno@freebsd.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.