It is related to environmental :LC_ALL? % locale LANG="" LC_CTYPE="C" LC_COLLATE="C" LC_TIME="C" LC_NUMERIC="C" LC_MONETARY="C" LC_MESSAGES="C" LC_ALL=""
But under 3.6,there is no problem. 2014-08-25 15:17 GMT+08:00 Sascha Wildner <[email protected]>: > On Sat, 23 Aug 2014 02:57:54 +0200, lhmwzy <[email protected]> wrote: > > OK,run cat xx.tar.gz|gzip -cd|tar -xvf - and get the same error in the >> end: >> tar: Error exit delayed from previous errors. >> > > The problem seems to be that our tar cannot handle certain pathnames > present in this files and it does error about them earlier in the output: > > advancer# grep -w tar: tar.out > tar: Pathname can't be converted from UTF-8 to current locale. > tar: Pathname can't be converted from UTF-8 to current locale. > tar: Pathname can't be converted from UTF-8 to current locale. > tar: Pathname can't be converted from UTF-8 to current locale. > tar: Pathname can't be converted from UTF-8 to current locale. > tar: Pathname can't be converted from UTF-8 to current locale. > tar: Pathname can't be converted from UTF-8 to current locale. > tar: Pathname can't be converted from UTF-8 to current locale. > > tar: Error exit delayed from previous errors. > > I haven't yet found the actual issue, though. > > Sascha >
