bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] mac os x or general charset problem patch


From: Paul Eggert
Subject: Re: [Bug-tar] mac os x or general charset problem patch
Date: Fri, 09 Dec 2005 13:35:03 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Heiko Voigt <address@hidden> writes:

> i had problems with extracting archives on mac os x which were packed
> with a different charset on a linux box. These errors resulted in
> errors like this:
>
> tar: home/sigrid/Office51/database/Adre\337buch.url: Cannot open: (null)

Was the "\377" four different characters "\", "3", "3", "7", or does
this represent a single byte in the actual tar output?

That "(null)" indicates that something went seriously wrong on your
host, in that errno was set to a value such that strerror (errno)
returned a null pointer.  Can you use a debugger to see what might
have caused that?  Perhaps, if we can fix the underlying problem, then
we won't need the quick and dirty workaround that you mentioned.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]