qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/20] SCSI, build, TCG, RCU, misc patches for 20


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/20] SCSI, build, TCG, RCU, misc patches for 2015-08-12
Date: Thu, 13 Aug 2015 10:28:55 +0100

On 12 August 2015 at 14:36, Paolo Bonzini <address@hidden> wrote:
> The following changes since commit cb48f67ad8c7b33c617d4f8144a27706e69fd688:
>
>   bsd-user: Fix operand to cpu_x86_exec (2015-07-30 12:38:49 +0100)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 70c6c8bdc7c91bb111710156e1eee7bbe769985f:
>
>   disas: Defeature print_target_address (2015-08-12 15:32:57 +0200)
>
> ----------------------------------------------------------------
> * SCSI fixes from Stefan and Fam
> * vhost-scsi fix from Igor and Lu Lina
> * a build system fix from Daniel
> * two more multi-arch-related patches from Peter C.
> * TCG patches from myself and Sergey Fedorov
> * RCU improvement from Wen Congyang
> * a few more simple cleanups

This fails to configure for me:

config-host.mak is out-of-date, running configure
../../configure: 2789: local: -I/usr/include/glib-2.0: bad variable name

line 2789 is
local probe_cflags=$($pkg_config --cflags $1)

'local' isn't part of POSIX shell. It is supported by 'dash', but
only in the form 'local varname ...', not the bash-specific
'local varname=value ...' form.

We do use 'local' in a couple of places in configure already, but
it would probably be better to avoid it entirely.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]