Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Text-Md2Inao CPAN distribution.

Report information
The Basics
Id: 93674
Status: resolved
Priority: 0/
Queue: Text-Md2Inao

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.08
  • 0.10
Fixed in: (no value)



Subject: Tarball cannot be extracted with a non-utf8 locale
On a FreeBSD 9.2 system with the following locale settings: $ locale LANG= LC_CTYPE="de_DE.ISO8859-1" LC_COLLATE="de_DE.ISO8859-1" LC_TIME="de_DE.ISO8859-1" LC_NUMERIC="de_DE.ISO8859-1" LC_MONETARY="de_DE.ISO8859-1" LC_MESSAGES="de_DE.ISO8859-1" LC_ALL=de_DE.ISO8859-1 It's not possible to extract the distribution without errors: $ tar tfvz Text-Md2Inao-0.08.tar.gz ... tar: Pathname in pax header can't be converted to current locale. -rw-r--r-- 2 gfx staff 383 3 Mr 14:13 Text-Md2Inao-0.08/old_files/\207\212\233\213\234 ... tar: Error exit delayed from previous errors. Same works with a utf-8 locale: $ locale LANG= LC_CTYPE="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_ALL=de_DE.UTF-8 $ tar tfvz Text-Md2Inao-0.08.tar.gz ... (no errors) Regards, Slaven
It should be fixed in 0.11, removing non-ascii-named files from the dist. Thanks.
On 2014-04-24 10:02:21, GFUJI wrote: Show quoted text
> It should be fixed in 0.11, removing non-ascii-named files from the > dist. Thanks.
Confirmed, I can extract it now. Regards, Slaven