Confirmed. Docs for tar-0.6.3.0 say
"""
GnuFormat
The GNU tar implementation also extends the classic V7 format, though in
a slightly different way from the USTAR format. This is the only format
supporting long file names.
"""
I guess we'll have to specify GnuFormat explicitly. It may also be
necessary to fiddle with the file path conversion functions in
Codec.Archive.Tar.Entry.
|