|
| From: | Stefan Weil |
| Subject: | Re: [Qemu-devel] [PATCH] configure: Check if struct fsxattr is available from linux header |
| Date: | Fri, 29 Apr 2016 15:54:28 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0 |
Am 29.04.2016 um 15:07 schrieb Jan Vesely:
> Fixes build failure with --enable-xfsctl and
> new linux headers (>=4.5) and older xfsprogs(<4.5):
> In file included from /usr/include/xfs/xfs.h:38:0,
> from
> /var/tmp/portage/app-emulation/qemu-2.5.0-r1/work/qemu-2.5.0/block/raw-posix.c:97:
> /usr/include/xfs/xfs_fs.h:42:8: error: redefinition of ‘struct fsxattr’
> struct fsxattr {
> ^
> In file included from
> /var/tmp/portage/app-emulation/qemu-2.5.0-r1/work/qemu-2.5.0/block/raw-posix.c:60:0:
> /usr/include/linux/fs.h:155:8: note: originally defined here
> struct fsxattr {
>
> CC: address@hidden
> CC: Markus Armbruster <address@hidden>
> CC: Peter Maydell <address@hidden>
> CC: Stefan Weil <address@hidden>
> Signed-off-by: Jan Vesely <address@hidden>
> ---
I had this problem with Debian's xfslibs-dev 3.2.1,
linux-libc-dev 4.5.1-1 and either clang or gcc.
This patch fixes it.
Tested-by: Stefan Weil <address@hidden>
| [Prev in Thread] | Current Thread | [Next in Thread] |