On 12/28/2015 08:02 PM, the...@sys-concept.com wrote: > > * Files will be installed there for grub to function correctly. > !!! Failed to copy extended attributes. In order to avoid this error, > !!! set FEATURES="-xattr" in make.conf. >
Your filesystem doesn't have xattr support, but portage is trying to set extended attributes on a file. You might want to enable extended attributes on the filesystem in question, or if you have a good reason for disabling them, setting FEATURES="-xattr" in make.conf will make the warnings go away. > Why is it asking for it? Only a guess: those packages try to do funny stuff at runtime and need special exceptions on hardened systems. The exceptions get stored as extended attributes when PAX_MARKINGS="XT" (this may be/become default).