Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 331997

Summary: Missing dependency in sys-fs/zfs-fuse-0.6.9-r1
Product: Gentoo Linux Reporter: Seri Al-Najjar <salnajjar>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Seri Al-Najjar 2010-08-10 08:56:02 UTC
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:
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-08-10 10:30:59 UTC
+  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.