bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] OS X Build errors


From: Pavel Raiskup
Subject: Re: [Bug-tar] OS X Build errors
Date: Tue, 05 Aug 2014 08:39:41 +0200
User-agent: KMail/4.13.3 (Linux/3.15.6-200.fc20.x86_64; KDE/4.13.3; x86_64; ; )

Denis, Dominyk, thanks for answers.

On Monday 04 of August 2014 19:25:45 Denis Excoffier wrote:
> I concur with Dominyk. The preceding tar-1.27.1 installed fine.

On Tuesday 05 of August 2014 06:43:39 Dominyk Tiller wrote:
> Oh, and just to confirm, OS X doesn't have the xattrs issue with
> 1.27.1, oddly. I can configure & build 1.27.1 perfectly without any
> modifications, patches or configuration options.

I see now .. due to my mistake in commit b997c90f9 (AC_CHECK_FUNCS has
different semantics, fixed by previously attached patch), the commit
48a546b02 started to detect sys/xattrs.h which is also on darwin (but
incompatible and the HAVE_XATTRS became defined.  This also started
'# include <sys/xattr.h>'in xattrs-at.h (even when --without-xattrs was
passed).  Because of this, compiler started complaining.

On Tuesday 05 of August 2014 06:38:04 Dominyk Tiller wrote:
> Thanks for the detailed response. I'm not completely sure I applied
> the patch correctly, but it seems to have failed.

That was just badly applied patch.  You forgot to pass -p1 paremeter to
patch.  Just do 'patch -p1 < 0001-*' from tar-1.28 directory.

Pavel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]