bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] [GNU tar 1.26] testsuite: 39 failed


From: Paul Eggert
Subject: Re: [Bug-tar] [GNU tar 1.26] testsuite: 39 failed
Date: Wed, 25 Jul 2012 06:28:49 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

On 07/25/2012 06:02 AM, Jez Wain wrote:
> + tar --overwrite -xf archive.tar -C dst2 --warning=no-timestamp
> + diff src/file1 dst2/file1
> + diff target1 dst2/target1
> 1c1
> < target1
> ---
> > file1

OK, so that's the tar invocation that messes up.  Can you rerun
the script, but this time truss the messed-up invocation, and send
the truss output?  You might want to compress the truss output before
sending it, as an attachment.  That is, instead of the script
doing this:

tar --overwrite -xf archive.tar -C dst2 --warning=no-timestamp

Have it do this:

truss -o truss.txt tar --overwrite -xf archive.tar -C dst2 
--warning=no-timestamp




reply via email to

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