On Mon, Sep 12, 2016 at 10:53:35PM +0200, Carsten Schoenert wrote: > Hello Tomasz, > > On Mon, Sep 12, 2016 at 10:38:49PM +0200, Tomasz Buchert wrote: > > Hi Carsten, > > > > I cannot reproduceyour problem. I took the tarball from here: > > https://github.com/KiCad/Shielding_Cabinets.pretty/releases and I was > > able to commit it and check it out afterwards with zero problems.
I've done a little bit more testing, until now not succesfull. I tried to commit the upstream tar.gz file from GitHub with my default locale 'de_DE.utf8', the error message is the same as with a tar.xz file. $ LANG=C pristine-tar commit ~/Downloads/Shielding_Cabinets.pretty-4.0.4.tar.gz tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36103205_20x20mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36103255_25x25mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36103305_30x30mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36103505_50x50mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36103605_60x60mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36503205_20x20mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36503255_25x25mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36503305_30x30mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36503505_50x50mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36503605_60x60mm.kicad_mod: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors pristine-tar: command failed: tar cf /tmp/pristine-tar.RTuhROD7yz/recreatetarball --owner 0 --group 0 --numeric-owner -C /tmp/pristine-tar.RTuhROD7yz/workdir --no-recursion --mode 0644 --files-from /tmp/pristine-tar.RTuhROD7yz/manifest Now I've changed the locale to 'C' and tried the commit again. $ export LANG=C $ locale LANG=C LANGUAGE= LC_CTYPE="C" LC_NUMERIC="C" LC_TIME="C" LC_COLLATE="C" LC_MONETARY="C" LC_MESSAGES="C" LC_PAPER="C" LC_NAME="C" LC_ADDRESS="C" LC_TELEPHONE="C" LC_MEASUREMENT="C" LC_IDENTIFICATION="C" LC_ALL= $ pristine-tar commit ~/Downloads/Shielding_Cabinets.pretty-4.0.4.tar.gz tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36103205_20x20mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36103255_25x25mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36103305_30x30mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36103505_50x50mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36103605_60x60mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36503205_20x20mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36503255_25x25mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36503305_30x30mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36503505_50x50mm.kicad_mod: Cannot stat: No such file or directory tar: Shielding_Cabinets.pretty-4.0.4/W\303\274rth_36503605_60x60mm.kicad_mod: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors pristine-tar: command failed: tar cf /tmp/pristine-tar.LzuSMOB_xU/recreatetarball --owner 0 --group 0 --numeric-owner -C /tmp/pristine-tar.LzuSMOB_xU/workdir --no-recursion --mode 0644 --files-from /tmp/pristine-tar.LzuSMOB_xU/manifest And on top of that, this behavior is the same on my PC like here on my laptop. So I have no clue there else to look at. :/ Even older versions of pristine-tar don't work here, so I don't know if this error is a new regression or something old. Regards Carsten