> I have installed the following patch, which fixes both the bugs in > -T handling discovered by Michal and reduces the memory consuption to > an acceptable level (the bug was reported by Christian).
Thanks, I'm observing build fails now: ... CC incremen.o CC list.o CC misc.o CC names.o names.c: In function ‘handle_option’: names.c:405:18: error: assignment discards ‘const’ qualifier from pointer target type [-Werror] ws.ws_wordv[0] = "tar"; ^ names.c: In function ‘read_next_name’: names.c:417:29: error: unused variable ‘read_state’ [-Werror=unused-variable] enum read_file_list_state read_state; ^ CC sparse.o cc1: all warnings being treated as errors make[2]: *** [names.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/tmp/tar/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/tar' make: *** [all] Error 2