abderrahim commented on issue #1660:
URL: https://github.com/apache/buildstream/issues/1660#issuecomment-1172872423

   I believe in this case it wants to transfer the xattr, but it also wants to 
set xattrs on its own. IIRC it tries to set the permissions using an xattr (I 
don't remember the details). 
   
   What makes it blow up though it that buildbox-fuse returns a "not 
implemented" error rather than "operation not supported". ostree has code to 
deal with filesystems that don't support xattrs, but the "not implemented" 
takes it off guard.
   
   I would start by doing having an implementation that returns not supported 
and see how far that gets us.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to