tar: Error exit delayed from previous errors.

lhmwzy lhmwzy at gmail.com
Mon Aug 25 17:08:55 PDT 2014


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 <saw at online.de>:

> On Sat, 23 Aug 2014 02:57:54 +0200, lhmwzy <lhmwzy at gmail.com> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20140826/058c76ea/attachment-0011.html>


More information about the Users mailing list