Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331997 - Missing dependency in sys-fs/zfs-fuse-0.6.9-r1
Summary: Missing dependency in sys-fs/zfs-fuse-0.6.9-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-10 08:56 UTC by Seri Al-Najjar
Modified: 2010-08-10 10:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.