Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1318402 > unrolled thread

qemu fails to build on 4.5-rc1

Started byPranith Kumar <bobby.prani@gmail.com>
First post2016-01-26 22:20 +0100
Last post2016-01-26 22:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  qemu fails to build on 4.5-rc1 Pranith Kumar <bobby.prani@gmail.com> - 2016-01-26 22:20 +0100

#1318402 — qemu fails to build on 4.5-rc1

FromPranith Kumar <bobby.prani@gmail.com>
Date2016-01-26 22:20 +0100
Subjectqemu fails to build on 4.5-rc1
Message-ID<qVjbR-1GJ-39@gated-at.bofh.it>
Hi Dave,

Commit 334e580a6f97 ("fs: XFS_IOC_FS[SG]SETXATTR to
FS_IOC_FS[SG]ETXATTR promotion") breaks building latest qemu as
follows:

In file included from /usr/include/xfs/xfs.h:58:0,
                 from /home/pranith/qemu/block/raw-posix.c:96:
/usr/include/xfs/xfs_fs.h:42:8: error: redefinition of ‘struct fsxattr’
 struct fsxattr {
        ^
In file included from /home/pranith/qemu/block/raw-posix.c:59:0:
/usr/include/linux/fs.h:155:8: note: originally defined here
 struct fsxattr {
        ^
/home/pranith/qemu/rules.mak:57: recipe for target 'block/raw-posix.o' failed

I think this is caused by moving the fsxattr struct around. Any
suggestion on how to fix this?

Thanks,
-- 
Pranith

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web