qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 0/1] Linux user for 4.0 patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 0/1] Linux user for 4.0 patches
Date: Wed, 13 Mar 2019 13:09:12 +0000

On Tue, 12 Mar 2019 at 16:49, Laurent Vivier <address@hidden> wrote:
>
> The following changes since commit 2cb73afa6a2408b397a5af1427d120b8aa04997a:
>
>   Merge remote-tracking branch 
> 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2019-03-12 
> 15:25:46 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-4.0-pull-request
>
> for you to fetch changes up to 1b48642b01e47cfb2c2ce877a289d480b55fdca7:
>
>   linux-user: Add missing IPV6 sockopts (2019-03-12 17:46:10 +0100)
>
> ----------------------------------------------------------------
> Add missing IPV6 sockopts
>
> ----------------------------------------------------------------

Hi -- this fails to build on hosts with older versions of the
system headers:

/home/pm215/qemu/linux-user/syscall.c:1884:14: error:
‘IPV6_RECVPATHMTU’ undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:1885:14: error:
‘IPV6_TRANSPARENT’ undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:1886:14: error: ‘IPV6_FREEBIND’
undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:1887:14: error:
‘IPV6_RECVORIGDSTADDR’ undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:2392:14: error:
‘IPV6_RECVPATHMTU’ undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:2393:14: error:
‘IPV6_TRANSPARENT’ undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:2394:14: error: ‘IPV6_FREEBIND’
undeclared (first use in this function)

thanks
-- PMM



reply via email to

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