You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC [M] zfsbuild/zfs/module/zfs/../../module/zfs/zpl_file.o
zfsbuild/zfs/module/zfs/../../module/zfs/zpl_file.c: In function ‘zpl_ioctl_setflags’:
zfsbuild/zfs/module/zfs/../../module/zfs/zpl_file.c:588:2: error: implicit declaration of function ‘zpl_inode_owner_or_capable’ [-Werror=implicit-function-declaration]
if (!zpl_inode_owner_or_capable(ip))
^
cc1: all warnings being treated as errors
/home/cw/wk/linux/linux/scripts/Makefile.build:308: recipe for target 'zfsbuild/zfs/module/zfs/../../module/zfs/zpl_file.o' failed
make[7]: *** [zfsbuild/zfs/module/zfs/../../module/zfs/zpl_file.o] Error 1
CC [M] zfsbuild/zfs/module/zfs/../../module/zfs/zpl_inode.o
CC [M] zfsbuild/zfs/module/zfs/../../module/zfs/zpl_super.o
CC [M] zfsbuild/zfs/module/zfs/../../module/zfs/zpl_xattr.o
make[7]: Target '__build' not remade because of errors.
/home/cw/wk/linux/linux/scripts/Makefile.build:455: recipe for target 'zfsbuild/zfs/module/zfs' failed
make[6]: *** [zfsbuild/zfs/module/zfs] Error 2
make[6]: Target '__build' not remade because of errors.
/home/cw/wk/linux/linux/Makefile:1274: recipe for target '_module_zfsbuild/zfs/module' failed
make[5]: *** [_module_zfsbuild/zfs/module] Error 2
The text was updated successfully, but these errors were encountered:
Some kernel definitions were buried inside the #if... #endif logic for
ACLs. When ACLs are not available these definitions get lost causing
the build to fail.
Issue openzfs#2349
Signed-off-by: Chris Wedgwood <[email protected]>
The text was updated successfully, but these errors were encountered: