[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] Tar 1.28 fails to build on Darwin 14.0 (OS X 10.10)
From: |
Denis Excoffier |
Subject: |
Re: [Bug-tar] Tar 1.28 fails to build on Darwin 14.0 (OS X 10.10) |
Date: |
Fri, 16 Jan 2015 18:14:55 +0100 |
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.