Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build break without ACLs #2349

Closed
cwedgwood opened this issue May 27, 2014 · 0 comments
Closed

build break without ACLs #2349

cwedgwood opened this issue May 27, 2014 · 0 comments
Labels
Type: Building Indicates an issue related to building binaries
Milestone

Comments

@cwedgwood
Copy link
Contributor

  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
cwedgwood added a commit to cwedgwood/zfs that referenced this issue May 27, 2014
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]>
@behlendorf behlendorf added this to the 0.6.3 milestone May 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Building Indicates an issue related to building binaries
Projects
None yet
Development

No branches or pull requests

2 participants