<div dir="ltr"><div>It is related to environmental :LC_ALL?<br><br>% locale                                                   <br>LANG=""<br>LC_CTYPE="C"<br>LC_COLLATE="C"<br>LC_TIME="C"<br>
LC_NUMERIC="C"<br>LC_MONETARY="C"<br>LC_MESSAGES="C"<br>LC_ALL=""<br><br></div>But under 3.6,there is no problem.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2014-08-25 15:17 GMT+08:00 Sascha Wildner <span dir="ltr"><<a href="mailto:saw@online.de" target="_blank">saw@online.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Sat, 23 Aug 2014 02:57:54 +0200, lhmwzy <<a href="mailto:lhmwzy@gmail.com" target="_blank">lhmwzy@gmail.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
OK,run cat xx.tar.gz|gzip -cd|tar -xvf - and get the same error in the end:<br>
tar: Error exit delayed from previous errors.<br>
</blockquote>
<br></div>
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:<br>
<br>
advancer# grep -w tar: tar.out<br>
tar: Pathname can't be converted from UTF-8 to current locale.<br>
tar: Pathname can't be converted from UTF-8 to current locale.<br>
tar: Pathname can't be converted from UTF-8 to current locale.<br>
tar: Pathname can't be converted from UTF-8 to current locale.<br>
tar: Pathname can't be converted from UTF-8 to current locale.<br>
tar: Pathname can't be converted from UTF-8 to current locale.<br>
tar: Pathname can't be converted from UTF-8 to current locale.<br>
tar: Pathname can't be converted from UTF-8 to current locale.<div class=""><br>
tar: Error exit delayed from previous errors.<br>
<br></div>
I haven't yet found the actual issue, though.<span class="HOEnZb"><font color="#888888"><br>
<br>
Sascha<br>
</font></span></blockquote></div><br></div>