The ebuild for sys-fs/zfs-fuse-0.6.9-r1 requires sys-apps/attr in order to build correctly but this isn't specified in the ebuild file. Reproducible: Always Steps to Reproduce: 1.Ensure sys-apps/attr is not installed 2.Attemp to build sys-fs/zfs-fuse-0.6.9-r1 3. Actual Results: zfs-fuse/zfs_operations.c:37:24: error: attr/xattr.h: No such file or directory zfs-fuse/zfs_operations.c: In function 'zfsfuse_getxattr': zfs-fuse/zfs_operations.c:379: error: 'ENOATTR' undeclared (first use in this function) zfs-fuse/zfs_operations.c:379: error: (Each undeclared identifier is reported only once zfs-fuse/zfs_operations.c:379: error: for each function it appears in.) zfs-fuse/zfs_operations.c: In function 'zfsfuse_removexattr': zfs-fuse/zfs_operations.c:450: error: 'ENOATTR' undeclared (first use in this function) scons: *** [zfs-fuse/zfs_operations.o] Error 1 scons: building terminated because of errors. * ERROR: sys-fs/zfs-fuse-0.6.9-r1 failed:
+ 10 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> + zfs-fuse-0.6.9-r1.ebuild: + Missing sys-apps/acl and sys-apps/attr deps (for headers) wrt #331997 by + Seri Al-Najjar.