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

Bug 338671

Summary: sys-fs/squashfs-tools-4.1 does not honour USE=xattr
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: New packagesAssignee: Gentoo LiveCD Package Maintainers <livecd>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch for the ebuild to fix the two mentioned issues

Description Martin Väth 2010-09-25 13:50:34 UTC
The ebuild of sys-fs/squashfs-tools-4.1 has USE=xattr but ignores both settings:
With USE=-xattr, the line XATTR_SUPPORT=1 should be removed from the Makefile.
Conversely, with USE=xattr, the package should DEPEND on sys-apps/attr,
since otherwise compilation will fail (I have not tried, but strongly assume
that this is also a runtime dependency).
Comment 1 Martin Väth 2010-09-25 13:52:39 UTC
Created attachment 248599 [details, diff]
Patch for the ebuild to fix the two mentioned issues
Comment 2 SpanKY gentoo-dev 2010-10-07 02:15:45 UTC
thanks, ive added that and fixed up the code in general

http://sources.gentoo.org/sys-fs/squashfs-tools/squashfs-tools-4.1.ebuild?r1=1.1&r2=1.2