Re: [Bug-tar] [GNU tar 1.31] testsuite: 124 failed

2019-01-07 Thread Chris Clayton
Hi. On 03/01/2019 19:50, Chris Clayton wrote: > > > On 03/01/2019 16:33, Bruce Dubbs wrote: >> On 01/03/2019 04:42 AM, Chris Clayton wrote: >>> Hi, >>> >>> I'm building tar-1.31 on a homebrew system that is based on (Beyond) >>> Linux From Scratch. It is very stable even though >>> it is frequen

Re: [Bug-tar] [GNU tar 1.30] testsuite: 92 failed

2019-01-07 Thread Ralph Corderoy
Hi, > ## -- ## > ## testsuite.log was created. ## > ## -- ## > > Please send `tests/testsuite.log' and all information you think might > help: Can that guidance to the user please be altered to say they should compress the log file. Some of us pay

[Bug-tar] [GNU tar 1.31] testsuite: 162 failed

2019-01-07 Thread jakub . kulik
Hi, I am buildING version 1.31 of GNU tar on Solaris and unfortunately test 162 is failing. With POSIX mode, gtar tf archive outputs the actual name žluť instead of the escaped \305\276lu\305\245. thanks, Jakub Kulik testsuite.log.gz Description: application/gzip

[Bug-tar] tar 1.31 aborts when extracting archive containing ./ with -U

2019-01-07 Thread Harald van Dijk
Hi, After upgrading to GNU tar 1.31, I am seeing bad behaviour trying to extract archives containing ./ entries with the -U option. This is easily reproducible: $ tar cf - --no-recursion . | tar xUf - Aborted The abort() in src/extract.c's maybe_recoverable(), marked with a comment as u