brew gnu tar 1.35 wont build on macosx 10.15 catalina

2023-07-19 Thread ylh
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:

Re: brew gnu tar 1.35 wont build on macosx 10.15 catalina

2023-07-19 Thread Sergey Poznyakoff
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

libintl also missing in tests/Makefile.am

2023-07-19 Thread Christian Weisgerber
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_

Re: libintl also missing in tests/Makefile.am

2023-07-19 Thread Paul Eggert
Thanks, I installed that.