bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] Tar 1.27 has become non-deterministic


From: Paul Eggert
Subject: Re: [Bug-tar] Tar 1.27 has become non-deterministic
Date: Sun, 03 Nov 2013 00:52:19 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

David Barri wrote:
> Sure. Here's a diff between two tars I created using tar -cp -T filelist
> 
>> > diff -u <(xxd a.tar) <(xxd b.tar)

I'm afraid that's not enough information for me to reproduce the problem,
nor do I get the significance of those differences.

Here's how I tried (and failed) to reproduce the problem:

$ echo foo >foo
$ tar -cf tar1 foo
$ tar -cf tar2 foo
$ cmp tar1 tar2
$ 




reply via email to

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