Hello,
On macosx 10.15 catalina, home brew install gnutar 1.35 gives the
following error, would you be able to have a look into this issue?
Previous gnutar 1.34 was installed building from source without a
problem.
Thanks.
clang --version
Apple clang version 12.0.0 (clang-1200.0.32.29)
Target:
Hello,
> On macosx 10.15 catalina, home brew install gnutar 1.35 gives the
> following error, would you be able to have a look into this issue?
Please apply the following patch:
http://git.savannah.gnu.org/cgit/tar.git/patch/?id=8632df398b2f548465ebe68b8f494c0d6f8d913d
Regards,
Sergey
The fix from commit 8632df398b2f548465ebe68b8f494c0d6f8d913d is
also required for tests/Makefile.am:
LDADD = ../gnu/libgnu.a\
$(LIB_ACL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)\
$(LIB_GETRANDOM) $(LIB_HARD_LOCALE) $(FILE_HAS_ACL_LIB) $(LIB_MBRTOWC)\
- $(LIB_SELINUX) $(LIB_SETLOCALE_NULL)
+ $(LIB_
Thanks, I installed that.