On 2015-01-15 16:20, Firas Kraiem wrote:
> 
> Hello
> 
> As the title says, tar 1.28 fails to build on Darwin 14.0.  The error
> messages seem to indicate that this is related to xattrs, but using
> ./configure --without-xattrs results in the same output.  This also
> seems unrelated to the use of clang (as opposed to gcc): using clang
> works fine on a GNU/Linux system.  The output of make follows.
> 
Two possibilities currently:
- either you read 
http://lists.gnu.org/archive/html/bug-tar/2014-08/msg00003.html
  and apply the patch you find there,
- or you keep --without-xattrs and modify the file lib/xattr-at.c in order to 
have it
  to contain no sensible code (making it size=0 is ok, but don't remove it)

Regards,

> Firas
Denis.

Reply via email to